/*
Theme Name: kody
Author: the WordPress team
Author URI: http://kody.com/
Version: 1.0
Text Domain: kody.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Raleway Sans', sans-serif; font-size:14px; font-weight:300;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{  font-family: 'Russo One', sans-serif; letter-spacing:0.5px; }
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration:underline;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family:"Open Sans", Arial, sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family:"Open Sans", Arial, sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#51195e; }
button:active{ background:#5c5c5c; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1350px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header
{
	width:100%; height:auto; position:absolute; left:0px; top:0px;
	border-bottom:1px solid #DDD; background:#FFF;
}

#logo
{
	width:auto; height:auto; float:left;
	margin-top:5px; margin-bottom:10px;
}
#logo img
{
	width:auto; height:85px; float:left;
}

#header_right
{
	width:auto; height:auto; float:right;
}

#mob-nav
{
	width:50px; height:50px; float:left; display:none;
	margin-top:25px;
	border:3px solid #DDD;
	font-size:28px; color:#222; text-align:center;
}
#mob-nav i{ line-height:45px; }


#nav
{
	width:auto; height:auto; float: left;
	margin-top:44px;
}
#nav ul
{
	width:auto; height:auto; float:left;
}
#nav ul li
{
	width:auto; height:auto; float:left; margin-right:25px; position:relative;
}
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:16px; color:#313131; font-weight:300;
	padding-bottom:10px;
}
#nav ul li a:hover{ text-decoration:none; }




#nav ul ul
{
	width:230px; height:0px; position:absolute; top:25px; left:0px; z-index:999;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav ul ul:before
{
	display: none;
	position:absolute; top:-1px; left:0%; margin-top:-16px;
	margin-left:24px;
	font-size:26px; color:#222;
	font-family: FontAwesome;
	content: "\f0d8";
}
#nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:100;
	padding-top:15px; padding-bottom:15px; padding-left:20px; padding-right:15px;
	border-bottom:1px solid #333;
	background:#222;
}
#nav ul ul li a:hover{ color:#FFF; text-decoration:none; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }

#header_orange_btn
{
	width:auto; height:40px; float:left;
	background:#015f3f;
	font-size:14px; color:#FFF; line-height:40px;
	padding-left:25px; padding-right:25px; margin-top:30px; margin-right:20px;
}
#header_orange_btn:hover{ background:#02402b; text-decoration:none; }

#social
{
	width:auto; height:auto; float:left;
	margin-top:30px;
}

#social a
{
	width:40px; height:40px; float: left;
	margin-left:5px;
	text-align:center; color:#f1ffff;
	
}
#social a i{  line-height:40px; }

#fb{ background:#37589b; }
#fb:hover{ background:#213f7d; }
#tw{ background:#14aff1; }
#tw:hover{ background:#0e82b3; }
#ins{ background:#f40f3c; }
#ins:hover{ background:#b30f2f; }
#yt{ background:#ab3912; }
#yt:hover{ background:#82290a; }

#banner
{
	width:100%; height:600px; float:left; margin-top:95px; position:relative;
	overflow:hidden;
	background:#DDD;
}
#banner img
{
	width:100%; height: 600px; float:left;
	color:#FFF;
}
#banner_cont
{
	width:100%; height: auto; position:absolute; left:0px; bottom:55px; z-index:99;
	color:#FFF;
}
#banner_cont h1
{
	width:100%; height:auto; float:left;
	font-size:52px; font-weight:600;
	margin-bottom:15px;
}
#banner_cont p
{
	width:100%; height:auto; float:left;
	font-size:18px;
	margin-bottom:35px;
}
#banner_cont a
{
	width:200px; height:auto; float:left;
	font-size:14px; line-height:45px; text-align:center; color:#FFF;
	border:2px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#banner_cont a:hover{ text-decoration:none; background:#015f3f; }

#banner_cont_in
{
	width:50%; height:auto; float:left;
}

#home_about
{
	width:100%; height:auto; float:left;
	background:#ffff;
}
#home_about_l
{
	width:50%; height: auto; float:left;
}
#home_about_l img
{
	width:100%; height:auto; float:left;
}

#home_about_r
{
	width:50%; height: auto; float:left;
}
#home_about_r_in
{
	max-width:675px; height: auto; float:left;
	padding-left:50px; margin-top:50px;
}

#home_about_r_in h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#C00;
	margin-bottom:20px;
}

#home_about_r_in p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px; text-align:justify;
}

#home_about_r_in_vision
{
	width:140%; height:auto; float:left;
	margin-left:-40%; margin-top:85px; padding:40px;
	background:#FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
}

#home_about_r_in_vision h3
{
	width:100%; height:auto; float:left;
	font-size:22px; color:#C00;
	margin-bottom:10px;
}

#home_about_r_in_vision p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px; text-align:justify;
}

#home_products
{
	width:100%; height:auto; float:left;
	margin-top:65px;
	text-align:center;
	background:url(images/fish.jpg) center no-repeat;
}

#home_products h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#C00;
	margin-bottom:40px;
}
#home_products_in
{
	width:100%; height:auto; float:left;
}

.home_products_t
{
	width:95%; height:600px; float:left; position:relative;
	margin-left:2.5%; margin-right:2.5%; margin-bottom:65px;
}

.home_products_t_y
{
	width:300px; height:250px; float:left;
	background:#015f3f;
}

.home_products_t_img
{
	width:100%; height:auto; position:absolute; left:0px; top:0px;
	padding-left:20px; padding-top:20px;
}
.home_products_t_img img
{
	width:100%; height:auto; float:left;
}

.home_products_t_cont
{
	width:100%; height:auto; position:absolute; bottom:0px; left:0px;
	margin-top:45px;
}

.home_products_t_cont h3
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:22px; font-weight:600;
}

.home_products_t_cont p
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:16px; text-align:justify; line-height:18px;
}

.home_products_t_cont a
{
	color:#015f3f; font-weight:600;
}



.home_products_b
{
	width:95%; height:600px; float:left; position:relative;
	margin-left:2.5%; margin-right:2.5%; margin-bottom:65px;
}

.home_products_b_y
{
	width:300px; height:250px; position:absolute; bottom:0px; left:0px;
	background:#015f3f;
}

.home_products_b_img
{
	width:100%; height:auto; position:absolute; left:0px; bottom:0px;
	padding-left:20px; padding-top:20px;
}
.home_products_b_img img
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
}

.home_products_b_cont
{
	width:100%; height:auto; position:absolute; top:0px; left:0px;
}

.home_products_b_cont h3
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:22px; font-weight:600;
}

.home_products_b_cont p
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:16px; text-align:justify; line-height:18px;
}

.home_products_b_cont a
{
	color:#015f3f; font-weight:600;
}

#home_service
{
	width:100%; height:auto; float:left;
	margin-top:45px;
	text-align:center;
}

#home_service_head
{
	width:100%; height:auto; float:left;
	padding-top:30px; padding-bottom:30px;
	background:#ececec;
}

#home_service_head_l
{
	width:35%; height:auto; float:left;
	margin-right:5%;
	text-align:left;
}

#home_service_head_l h3
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:22px; font-weight:600; color:#C00;
}

#home_service_head_l p
{
	width:100%; height:auto; float:left;
	font-size:36px; color:#424242;
}

#home_service_head_r
{
	width:60%; height:auto; float:left;
}

#home_service_head_r p
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#424242; text-align:justify;
	margin-top:30px;
}

#home_service_boxes
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
}

.home_service_box
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:35px; padding:10px;
}
.home_service_box img
{
	width:100%; height:auto; float:left;
}

.home_service_box_y
{
	width:80%; height:250px; position:absolute; bottom:0px; left:0px;
	background:#015f3f;
	padding:25px;
	color:#FFF; text-align:left;
}
.home_service_box_y h3
{
	margin-bottom:10px;
	font-size:18px; font-weight:600;
}
.home_service_box_y p
{
	margin-bottom:10px;
	font-size:14px;
}
.home_service_box_y a
{
	width:120px; height:35px;
	position:absolute; bottom:20px; left:20px;
	border:2px solid #FFF;
	font-size:14px; color:#FFF; text-align:center; line-height:31px;
}
.home_service_box_y a:hover{ background:#02402b; text-decoration:none; }

#home_experiance
{
	width:100%; height:auto; float:left;
}
#home_experiance_l
{
	width:55%; height:auto; float:left;
	padding-right:5%; margin-top:65px;
}
#home_experiance_l h3
{
	margin-bottom:10px;
	font-size:18px; font-weight:600; color:#C00;
}
#home_experiance_l h2
{
	margin-bottom:15px;
	font-size:34px; font-weight:600;
}

#home_experiance_l p
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#424242; text-align:justify;
	margin-bottom:30px;
}

#home_experiance_l ul
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#424242; text-align:justify;
	margin-bottom:30px;
}
#home_experiance_l ul li
{
	width:50%; height:auto; float:left;
	font-size:18px; color:#424242; text-align:justify;
	margin-bottom:10px;
}

#home_experiance_r
{
	width:45%; height:auto; float:left;
}
#home_experiance_r img
{
	width:100%; height:auto; float:left;
}



#footer
{
	width:100%; height:auto; float:left;
	padding-top:45px; margin-top:65px;
	background:#222;
}

#footer_one
{
	width:39%; height:auto; float:left;
	font-size:16px; color:#FFF;
	padding-right:2%;
}
#footer_one img{ height: auto; width:250px; margin-bottom:10px; }

#footer_one h2
{
	width:100%; height:auto; float:left;
	font-size:18px; font-weight:600;
	margin-bottom:8px;
}
#footer_one h3
{
	width:100%; height:auto; float:left;
	font-size:16px;
	margin-bottom:15px;
}
#footer_one p
{
	width:100%; height:auto; float:left;
	font-size:14px; color:#CCC;
	margin-bottom:10px;
}

.footer_links
{
	width:20%; height:auto; float:left;
	padding-right:1%;
	color:#FFF;
}
.footer_links h3
{
	width:100%; height:auto; float:left;
	font-size:18px;
	margin-bottom:12px;
}
.footer_links li a
{
	width:100%; height:auto; float:left;
	font-size:14px; color:#CCC;
	margin-bottom:8px;
}
.footer_links li a:before
{
	content:'- ';
}

#footer_line_two
{
	width:100%; height:auto; float:left;
	margin-top:40px; padding-top:10px; padding-bottom:10px;
	border-top:1px solid #555;
}



#footer_line_two_social
{
	width:auto; height:auto; float:left;
}

#footer_line_two_social ul
{
	width:auto; height:auto; float:left;
}

#footer_line_two_social ul li
{
	width:auto; height:auto; float:left;
	margin-right:5px; margin-top:3px;
}

#footer_line_two_social ul li a
{
	width:34px; height:34px; float:left;
	color:#555; text-align:center;
	border:1px solid #555;
}

#footer_line_two_social ul li a i{ line-height:32px; font-size:14px; }
#footer_line_two_social ul li a:hover{ color:#FFF; border:1px solid #FFF; }

#footer_copy
{
	width:auto; height:auto; float:right; margin-top:10px;
	text-align:right; font-size:16px; color:#999;
}
#footer_copy a{ color:#999; }


#about_banner
{
	width:100%; height:auto; float:left;
	margin-top:95px; margin-bottom:65px;
	background:url(images/other-banner.jpg) center no-repeat;
	padding-top:55px; padding-bottom:55px;
}
#about_banner h1
{
	width:100%; height:auto; float:left;
	color:#FFF;
	font-size:36px;
}


#about_banner_cont
{
	width:100%; height:auto; float:left;
	margin-bottom:65px;
}

#about_banner_cont_l
{
	width:55%; height:auto; float:left;
	margin-right:5%; padding-top:35px;
}
#about_banner_cont_l h3
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:600;
	margin-bottom:10px;
}
#about_banner_cont_l p
{
	width:100%; height:auto; float:left;
	font-size:18px; line-height:28px; text-align:justify;
	margin-bottom:20px;
}
#about_banner_cont_l ul
{
	width:100%; height:auto; float:left;
	font-size:18px; line-height:28px; text-align:justify;
	margin-bottom:20px;
}
#about_banner_cont_l ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:15px;
}

#about_banner_cont_l ol
{
	width:100%; height:auto; float:left;
	font-size:18px; line-height:28px; text-align:justify;
	margin-bottom:20px;
}
#about_banner_cont_l ol li
{
	width:100%; height:auto; float:left; list-style:inherit;
	margin-bottom:15px;
}

#about_banner_cont_r
{
	width:40%; height:auto; float:left;
	text-align:center;
}

#about_banner_cont_r img{ width:100%; height:auto; }

#about_want_to_know
{
	width:100%; height:auto; float:left;
	background:#015f3f;
	padding-top:45px; padding-bottom:45px;
	color:#FFF;
}

#about_want_to_know h2
{
	width:100%; height:auto; float:left;
	color:#FFF;
	font-size:36px;
	margin-bottom:15px;
}

#about_want_to_know p
{
	width:100%; height:auto; float:left;
	color:#FFF;
	font-size:16px;
	margin-bottom:15px;
}

#about_want_to_know a
{
	width:190px; height:45px; float:left;
	border:2px solid #FFF;
	font-size:14px; color:#FFF; text-align:center; line-height:41px;
}
#about_want_to_know a:hover{ text-decoration:none; background:#02402b; }

#about_vm
{
	width:100%; height:auto; float:left;
	margin-top:65px;
}

#about_vm h3
{
	width:100%; height:auto; float:left;
	font-size:26px;
	margin-top:15px; margin-bottom:10px;
}

#about_vm p
{
	width:100%; height:auto; float:left;
	font-size:16px; text-align:justify;
	margin-bottom:40px;
}



#about_content
{
	width:100%; height:auto; float:left;
	margin-bottom:55px;
}
#about_content h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:500;
	margin-bottom:25px;
}
#about_content h3
{
	width:100%; height:auto; float:left;
	font-size:28px; font-weight:400;
	margin-bottom:25px; margin-top:15px;
}
#about_content p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px; text-align:justify;
	margin-bottom:15px;
}
#about_content p strong{ font-weight:400; }
#about_content ul
{
	width:99%; height:auto; float:left;
	font-size:16px; line-height:28px;
	margin-bottom:15px; margin-left:1%;
}
#about_content ul li
{
	width:100%; height:auto; float:left; list-style:inside;
	font-size:16px; text-align:left;
	margin-bottom:10px;
}
#about_content ol
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px;
	margin-bottom:15px;
}
#about_content ol li
{
	width:100%; height:auto; float:left; list-style:inside;
	font-size:16px;
	margin-bottom:10px;
}




#about_sub
{
	width:100%; height:auto; float:left;
	margin-bottom:45px;
}
.about_sub_box
{
	width:48%; height:auto; float:left;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	padding:25px;
	background:#015f3f;
	color:#FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.about_sub_box h3
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:18px; font-weight:400;
}
.about_sub_box p
{
	width:100%; min-height:80px; float:left;
	margin-bottom:20px;
	font-size:14px; line-height:22px; text-align:justify;
}
.about_sub_box a
{
	float:left;
	width:120px; height:34px;
	padding-left:14px;
	border:1px solid #FFF;
	font-size:14px; line-height:32px; color:#FFF;
}
.about_sub_box a:hover{ text-decoration:none; background:#02402b; }



#about_content1
{
	width:70%; height:auto; float:left;
	margin-bottom:55px; margin-left:15%; margin-right:15%;
}
#about_content1 h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:500;
	margin-bottom:25px;
}
#about_content1 h3
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:500;
	margin-bottom:15px; margin-top:35px;
}
#about_content1 p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px; text-align:justify;
	margin-bottom:15px;
}
#about_content1 p strong{ font-weight:400; }
#about_content1 ul
{
	width:99%; height:auto; float:left;
	font-size:16px; line-height:28px;
	margin-bottom:15px; margin-left:1%;
}
#about_content1 ul li
{
	width:100%; height:auto; float:left; list-style:inside;
	font-size:16px; text-align:left;
	margin-bottom:10px;
}
#about_content1 ol
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:28px;
	margin-bottom:15px;
}
#about_content1 ol li
{
	width:100%; height:auto; float:left; list-style:inside;
	font-size:16px;
	margin-bottom:10px;
}


#about_testimonials
{
	width:70%; height:auto; float:left;
	margin-bottom:55px; margin-left:15%; margin-right:15%;
}

#about_testimonials ul
{
	width:100%; height:auto; float:left;
}
#about_testimonials ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:35px;
	padding:20px;
	background:#f8f8f8;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	font-size:14px; line-height:24px;
}




#event
{
	width:100%; height: auto; float:left;
	margin-top:65px;
}

.event_rows
{
	width:48%; height: auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
}

.event_rows_l
{
	width:100%; height: 400px; float:left; overflow:hidden;
}

.event_rows_l img{ width:100%; height:400px; float:left; }

.event_rows_r
{
	width:50%; height: 400px; position:absolute; right:0px; top:0px;
	padding-left:40px; padding-top:45px; padding-right:40px;
	background: rgba(0,0,0,0.9);
	color:#FFF;
}
.event_rows_r h2
{
	font-size:32px;
	margin-bottom:15px;
}
.event_rows_r p
{
	font-size:14px; line-height:23px;
	margin-bottom:35px;
}

.event_rows_r a{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#015f3f;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.event_rows_r a:hover{ text-decoration:none; }



#contact_header
{
	width:100%; height: auto; float:left;
	margin-top:65px; margin-bottom:65px;
}
#contact_header iframe
{
	width:100%; height: 350px; float:left;
}

#contact_l
{
	width:40%; height: auto; float:left;
	margin-right:5%;
}
#contact_l h2
{
	font-size:32px;
	margin-bottom:15px;
}
#contact_l p
{
	font-size:16px;
	margin-bottom:15px;
}
#contact-r
{
	width:55%; height: auto; float:left;
}
#contact-r h2
{
	font-size:32px;
	margin-bottom:15px;
}

.contact-r-row{ width:100%; height:auto; float:left; margin-bottom:20px; }
.contact-r-row-td
{
	width:48%; height:auto; float:left;
	margin-right:2%;
}

.contact-r-row label{ width:100%; height:auto; float:left; margin-bottom:4px; font-size:14px; }
.contact-r-row input[type='text']
{
	width:100%; height:30px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:30px; float:left; cursor:pointer;
	font-size:14px;
}
.contact-r-row textarea
{
	width:100%; height:150px; float:left;
	font-size:14px;
}
.contact-r-row input[type='submit']
{
	width:130px; height:37px; float:left; cursor:pointer;
	font-size:14px; color:#FFF;
	background:#015f3f;
}
