﻿@import url(http://fonts.googleapis.com/css?family=Tulpen+One|Miss+Fajardose|ABeeZee);
@charset "utf-8";
/* CSS Document */

/*===================================
       Html,body css
=====================================*/

html,body{
       margin:		   0px;
	   padding:	       0px;
	   width:		   100%;
	   font-size:	   1em;
	   font-family:	   Arial, Helvetica, Geneva, sans-serif;
	   overflow:       auto;
	   overflow-x:     hidden;
}
#page_wrapper{
       height:         auto;
       width:          100%;
}


/*===================================
        Header_wrapper css
=====================================*/
#head_wrapper{ 
       position:       relative;       
       width:          100%;
       height:         auto;
       margin:         0px;
       padding:        0px;
	   background:     #000;
}
#keyvisual {
	   border: 		   none;
	   height: 		   400px;
	   width: 		   100%;
	   margin: 		   0px;
	   position: 	   relative;
}
#keyvisual img{
       height:         400px;
	   width:          100%;	
}
.logo_container{
       display:        block;  
       height:         150px;
       width:          200px;
       border:         none;
       position: relative;
       top: 30px;
       left: 20px;
	   background-position:left;
       position:relative;
}

#logo{
       height:150px;
	   background-position:0px 0px !important;
}
#logo img{
      top:0px !important;	
}
#cm_navigation{
       visibility:hidden;
	   height:0px;
}


/*===================================
        Title_wrapper css
=====================================*/
#title_wrapper {
	display:			block;
	height:             80px;
	width:				100%;
	margin:				0 auto;	
	background-position:	top center bottom;
	background-repeat:	no-repeat;
    position:			relative;
	top:                0px;
	right:              0%;
	background:#336699;
}
#title_wrapper #title {
	padding:		   5px 0px 5px 0px;
	margin:			   0 auto;
	text-align:		   center;
	font-size:		   28px;
   /* font-family:       'Open Sans Condensed', sans-serif; */
    font-family:       'ABeeZee', sans-serif;
	font-weight:	   normal;
	font-weight:       100;
	color:			   #f0f0f0;
	position:relative;
	top:0px;	
	right:0px; 
}
#title_wrapper #subtitle {
	padding:		   5px 0px 5px 0px;
	margin:			   0 auto;
	text-align:		   center;
	font-size:		   18px;
    font-family:       'ABeeZee', sans-serif;
	font-weight:	   normal;
	font-weight:       500;
	color:			   #f0f0f0;
	letter-spacing:    0.5px;
	position:          relative;
	top:               0px;
	right:             0px;	
}
/* End title_wrapper css */


/*===================================
        Content_wrapper css
=====================================*/
#content_wrapper {
	display:			block;
	position:			relative;
	width:				100%;
	margin:				0 auto;
	height:             auto;
	overflow:           auto;
	overflow-y:         hidden;
	min-height:         400px;
	background:         #F8E9D5;	
}


/*===================================
        Sidebar_wrapper css
=====================================*/
.sidebar_wrapper {
	display:			inline-block;
	position:			relative;
	width:				28%;
	float:              right;
}
	
.content_sidebar {
	display:			block;
	position:			relative;
	width:				84%;
	clear:				both;
	margin:		        30px 8% 8px 8%;		
}
#widgetbar_page_1, #widgetbar_page_2, #widgetbar_page_3{
    display:			block;
	position:			relative;
	width:				90%;
	padding:			1px 10px 1px 10px;
	clear:				both;
	margin:             0px 0px 20px 0px;
}
#widgetbar_site_1{
	visibility:         hidden;	
}
.content_main a, .content_sidebar a {
	color:		        #000;
	text-decoration:	none;
}
.content_main a:hover, .content_sidebar a:hover {

	text-decoration:	underline;
}
/* sidebar_wrapper CSS end */


/*===================================
        Content_main css
=====================================*/
#main-wrapper{
    display:			inline-block;
	position:			relative;
	width:				72%; 
	float:              left;	
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
#content_main {
    display:			inline-block;
	position:			relative;
	width:				95%; 
    font-family:        'ABeeZee', sans-serif;
	font-size:			15px;
	line-height:		1.5;
	color:				#4e5056;
	margin:20px 20px 0px 20px;
	background:#F00;
}
/* Content_main CSS end  */

/* CONTENT CSS end */


/*===================================
        Footer_wrapper css
=====================================*/
#footer{
	visibility:hidden;
    background:         #565656; 
    height:             auto;
	width:              100%;
	position:           relative;		
}
