
/**
 * The CSS in this file is for styling the demo page, 
 * Meny's critical styles (such as transforms) are applied
 * via JavaScript.
 *
 * See the documentation here: https://github.com/hakimel/meny#meny
 *
 * @author Hakim El Hattab | http://hakim.se
 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	overflow-y: hidden;
	min-height:100%;
	background-color: #222;
}

body {
	background-color: #222;
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);*/
	background-repeat: repeat;

	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
	min-width: 1200px;
}

div.header{
	height:68px;
	width:100%;
	border-bottom: 1px solid #AFAEAE;
}

div.header_logo {
	width:420px;
	height:68px;
	padding-left:60px;
	border-right: 1px solid #AFAEAE;
	float: left;
	position:relative;
}

img.header_logo {
	position:absolute;
	top:10px; /* half of parent div's height */
	display:block;
}

div.header_icon {
	width:68px;
	height:68px;
	border-right: 1px solid #AFAEAE;
	position:relative;
	float: left;
}

img.header_icon {
	position:absolute;
	top:21px; /* half of parent div's height */
	left:17px;  /* half of parent div's width */
	display:block;
}

div.header_bar{
	height:68px;
	float: left;
	padding-left:50px;
}

div.body{
	height:100%;
	min-height:100%;
}
div.left_column{
	height:100%;
	min-height:100%;
	width:422px;
	padding-top:55px;
	padding-left:60px;
	padding-right:67px;
	border-right: 1px solid #AFAEAE;
	float: left;
}

div.left_column2{
	height:1100px;
	min-height:100%;
	width:422px;
	padding-top:55px;
	padding-left:60px;
	padding-right:67px;
	border-right: 1px solid #AFAEAE;
	float: left;
}

div.login_box{
	height:100%;
	width:422px;
	padding-top:10px;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom: 20px;
}

div.map_box{
	height:237px;
	width:420px;
	float: left;
	border: 1px solid #000;
	margin: 10px 0px;
}

div.about_us p{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-bottom: 10px;
}

font.title{
	color:#45AA6E;
}

font.title_header{
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:oblique;
	display: inline-block;
}
font.title_header2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:oblique;
	display: inline-block;
}
div.right_column{
	height:100%;
	padding-left:50px;
	padding-top:55px;
	width:40%;
	float: left;
	
}

h3.title_header{
	min-width:420px;
	font-size:24px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333333;

}

h3.news_title{
	color:#fff;
	margin-bottom:5px;
	font-weight: normal;
	font-weight: bold;
}

font.note{
	color:#CE635B;
	margin-bottom:5px;
	font-weight: normal;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;	
}

div.news_1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	background-color:#45AA6E;
	float: left;
	min-height:50px;
	height:auto;
	margin-top: 10px;
	margin-bottom:10px;
	padding:8px;
	width:270px;
}

div.news_1 a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	color : #ffffff;
}

div.news_1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#7EBC97;
	float: left;
	min-height:50px;
	height:auto;
	margin-top: 10px;
	margin-bottom:10px;
	padding:8px;
	width:270px;
}

div.news_3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	background-color:#8BB7CA;
	float: left;
	min-height:50px;
	height:auto;
	margin-top: 10px;
	margin-bottom:5px;
	padding:12px;
	width:400px;
	
}

div.news_3 a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	color : #ffffff;
}
.news_3  h3.news_title{
	color:#fff;
	margin-bottom:-15px;
	font-weight: normal;
	font-weight: bold;
	font-size:14px;
}
.news_3  h3.news_title a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;	
	color : #ffffff;
}
.news_3 img{
	vertical-align:top;
}

input.login_btm{
	border: 0pt solid #000000;
	padding-top:20px;
	padding-bottom: 40px;
	width:154px;
	height:34px;
}

input {
	border: 1pt solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12pt;
	height: 20pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px 4px;
	space: 0;
	z-index: 1;
	width:420px;
}

textarea {
	border: 1pt solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12pt;
	width:420px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	space: 0;
	z-index: 1;
}

select {
	border: 1pt solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12pt;
	width:420px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	space: 0;
	z-index: 1;
}

.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -4em;
}

div.line {
	padding-bottom : 15px;
	width:100%;
	border-bottom: 1px solid #AFAEAE;
	float: left;
} 

div.line_2 {
	width:245px;
	float: left;
	margin: 5px 145px 3px 0px;
	border-bottom: 1px solid #afaeae;
}

div.space_line {
	padding-bottom : 15px;
	float: left;
	width:100%;
}

div.speak_1 {
	background-image:url('../img/testimonial1.png');
	background-repeat:no-repeat;
	float: left;
	min-height:120px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:80px;
	padding:8px;
	width:338px;
}
div.speak_2 {
	background-image:url('../img/testimonial2.png');
	background-repeat:no-repeat;	
	float: left;
	min-height:120px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:80px;
	padding:8px;
	width:338px;
}

div.speak_word {
	margin:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
}
div.speaker {
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	width:338px;
}

div.beravious_box1{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#45AA6E;
	width:400px;
	float: left;
	color:#fff;
	font-size:18px;
	height:20px;
	padding: 10px;
	margin-bottom: 6px;
}

div.beravious_box1 a{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#45AA6E;
	color:#fff;
	font-size:18px;
	text-decoration: none;
}

div.beravious_box2 a{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#7EBC97;
	color:#fff;
	font-size:18px;
	text-decoration: none;
}
	
div.beravious_box2{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#7EBC97;
	width:400px;
	float: left;
	color:#fff;
	font-size:18px;
	height:20px;
	padding: 10px;
	margin-bottom: 6px;
}
div.beravious_line{
	float: left;
	width:210px;
	height:15px;
}
div.beravious_word{
}
.footer, .push {
	clear: both;
	height: 4em;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

.footer a{
    font-size: 10px;
}

ul.header_bar {
    padding: 5px;
    margin: 16px 0;
    list-style: none;
    float: left;
}
 
ul.header_bar li {
    float: left;
    display: inline; /*For ignore double margin in IE6*/
    margin: 0 5px;
}
 
ul.header_bar li a {
    text-decoration: none;
    float:left;
    color: #67B784;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
}
 
ul.header_bar li a span {
    margin: 0 0px 0 0px;
    padding: 5px 10px 5px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.header_bar li a.current, ul.header_bar li a:hover {
	color: #FFF;
    background-color:#46AA6E;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
 
ul.header_bar li a.current span, ul.header_bar li a:hover span {
    color: #FFF;
    background-color:#46AA6E;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.selected {
	color: #FFF;
    background-color:#46AA6E;
	
}

a {
	color: #45aa6e;
	/*text-decoration: none;*/
	font-size: 12pt;
	-webkit-transition: 0.15s color ease;
	   -moz-transition: 0.15s color ease;
	    -ms-transition: 0.15s color ease;
	     -o-transition: 0.15s color ease;
	        transition: 0.15s color ease;
}
	a:hover {
		color: #f76f76;
	}

h1, 
h2 {
	font-size: 24px;
}

.meny {
	height:100%;
	display: none;
	padding: 20px;
	overflow: auto;
	background: #333;
	color: #eee;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.meny ul {
		margin-top: 10px;
	}
		.meny ul li {
			display: inline-block;
			width: 200px;
			list-style: none;
			font-size: 24px;
			padding: 3px 10px;

		}
			.meny ul li:before {
				content: '-';
				margin-right: 5px;
				color: rgba( 255, 255, 255, 0.2 );
			}

.meny a {
	color: #45aa6e;
	text-decoration: none;
	font-size: 14pt;
	-webkit-transition: 0.15s color ease;
	   -moz-transition: 0.15s color ease;
	    -ms-transition: 0.15s color ease;
	     -o-transition: 0.15s color ease;
	        transition: 0.15s color ease;
}
.meny a:hover {
		color: #f76f76;
	}

/**
 * Hint graphic that appears while menu is inactive
 */
.meny-arrow {
	position: absolute;
	z-index: 10;

	border: 10px solid transparent;

	-webkit-transition: opacity 0.4s ease 0.4s; 
	   -moz-transition: opacity 0.4s ease 0.4s; 
	    -ms-transition: opacity 0.4s ease 0.4s; 
	     -o-transition: opacity 0.4s ease 0.4s; 
	        transition: opacity 0.4s ease 0.4s;
}
	.meny-left .meny-arrow {
		left: 14px;
		top: 50%;
		margin-top: -16px;
		border-left: 16px solid #333;
	}
	.meny-right .meny-arrow {
		right: 14px;
		top: 50%;
		margin-top: -16px;
		border-right: 16px solid #333;
	}
	.meny-top .meny-arrow {
		left: 50%;
		top: 14px;
		margin-left: -16px;
		border-top: 16px solid #333;
	}
	.meny-bottom .meny-arrow {
		left: 50%;
		bottom: 14px;
		margin-left: -16px;
		border-bottom: 16px solid #333;
	}
	.meny-active .meny-arrow {
		opacity: 0;

		-webkit-transition: opacity 0.2s ease; 
		   -moz-transition: opacity 0.2s ease; 
		    -ms-transition: opacity 0.2s ease; 
		     -o-transition: opacity 0.2s ease; 
		        transition: opacity 0.2s ease;
	}

/**
 * Main contents area
 */
.contents {
	background: #eee;
	padding: 0px 5px;
	width: 100%;
	height: 100%;
	overflow-y: auto;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.contents>article {
		max-width: 400px;
	}
	.contents p {
		margin: 10px 0 10px 0;
		font-size: 16px;
		line-height: 1.32;
	}
	.contents small {
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		color: #333;
		font-size: 0.85em;
		border-top: 1px dashed #ccc;

		-webkit-text-size-adjust: none;
	}
	.contents .sharing {
		position: absolute;
		bottom: 20px;
	}


	
.divider{
	width: 420px;
	margin:15px 0px 15px 0px;
	border-bottom: 1px solid #afaeae;
}

/*----------------------------------------------Image Frame---------------------------------------*/
img.image-frame1, img.image-frame2, img.image-frame3, img.image-frame4, img.image-frame5, img.image-frame6, img.image-frame7, img.image-frame8{
	width:620px;
	height:368px;
	background-color:#45AA6E;
}
/*----------------------------------------------Image Frame---------------------------------------*/

blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 60px;
position: absolute;
left: -10px;
top: -20px;
color: #7a7a7a;
}