@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;
*/	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;}

h3{
	color:#f97307;
	font-size:24px;
		font-family: 'Roboto', sans-serif;
		margin-bottom:20px;}
		
		p{
		   color: #454545;
    margin-bottom: 20px;
		font-family: 'Roboto', sans-serif;}

/**/
.header-contact-infobar {
    display: none;
    padding: 5px 0px;
    overflow: hidden;
    background-color: #3A3A3A;
}.row_sales {
    margin: 0px auto;
    z-index: 99998;
    max-width: 1000px;
}.row_sales .ve-skype-contactemail {
    margin-right: 0px;
    float: left;
}ul.ve-contacts {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}ul.ve-contacts li:first-child {
    margin-left: 0px;
}ul.ve-contacts li {
    list-style-type: none;
    padding: 0px;
    margin-left: 22px;
    display: inline-block;
	font-size:13px;
}ul.ve-contacts li a {
    color: #FFF;
    padding-left: 5px;
}a, a > * {
    color: #3A3A3A;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}.row_sales .con_ve {
 	font-family: 'Roboto', sans-serif;   color: #FFF;
    font-size: 12px;
    margin-top: 2px;
    float: right;
}.row_sales .con_ve .con_no {
    margin-left: 32px;
    display: inline;
    float: left;
}.country-phone-no {
    color: #FFF !important;
}.row_sales .con_ve .lastone {
    margin-right: 0px !important;
}


/**/

.header-secondary-infobar{ width:100%; background-coolr:#fff;}


#header {
    margin: 0px auto;
    position: relative;
  /*  background: none repeat scroll 0% 0% #FFF;*/
   /* z-index: 99998;*/
   z-index:100;
    max-width: 1000px;	
}.ve-logo {
    float: left;
    height: 100%;
    max-height: 90px;
}
ul.ve-contacts li a .title {
    color: #FFF;
	font-family: 'Roboto', sans-serif;
}

ul.ve-contacts li a:hover>.title {
	color: #f97307;
}

span.office-time {
    padding: 1px 15px 2px 6px;
    background-color: #535151;
    border-radius: 3px;
    color: #FFF;
    font-family: Candara;
    font-style: italic;
    font-size: 14px;
}

#get-started {margin-top: 8px;
	display: block;
	position: relative;
	float: right;/*margin-top: 5px;*/
}
.ve-getstarted-button {
	
font-family: "Oswald",sans-serif;

font-weight: 300;

	padding: 10px 25px;

	font-size: 18px;
	
	text-decoration: none;
	margin-top: 15px;
	color: #fff !important;
	background-color: #f97307;
	border-radius: 2px
}
.ve-getstarted-button:hover, .ve-getstarted-button:focus {
	background-color: #e86902;
}
.ve-float-shadow {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.ve-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%,  rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.ve-float-shadow:hover, .ve-float-shadow:focus, .ve-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);/* move the element up by 5px */
}
.ve-float-shadow:hover:before, .ve-float-shadow:focus:before,  .ve-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#get-started .getgreen a {
	background: url("images/getbtn.png")  no-repeat;
	display: block;
	width: 118px;
	height: 34px;
	font: 0/0 a;
	margin-right: 35px;
}
#get-started .getgreen a:hover {
	background: url("images/getbtn.png")  no-repeat 0 -34px;
	display: block;
	width: 118px;
	height: 34px;
	font: 0/0 a;
}
#get-started .getaero {
	position: absolute;
	top: -15px;
	right: 0;
	width: 32px;
	height: 43px;
}

header{
	width:100%;
/*	background-color:#fff;*/
	display:block;

box-shadow: 0px 1px 6px #888;	
-o-box-shadow: 0px 1px 6px #888;	
-moz-box-shadow: 0px 1px 6px #888;	
-webkit-box-shadow: 0px 1px 6px #888;	

behavior: url(PIE.htc);

	}
	
.about_thavertech{padding:40px 0px;
width: 100%;
	min-height:580px;
	background-image:url(images/about_bg.jpg); background-repeat:repeat;}
	
.grid_1000{
	width:1000px;
	display:block;
	margin:0 auto;}	
	
.a_t_text_1{		

font-family: "Oswald",sans-serif;
color: #3F3E3E;
font-size: 24px;
font-weight: 300;
text-align: center;
/*margin-top: 10px;*/
line-height: 47px;
text-transform: uppercase;}

.a_t_text_1 span{
color: #F97307;
font-size: 53px;
font-weight: 300;
}
	
	
	
	.responsive_image_h{
		float:right;
		margin-left:30px;}



.more_btn{
font-family: "Oswald",sans-serif;
color: #F97307;
text-transform: uppercase;
text-align: center;
border: 3px solid #F97307;
width: 100px;
padding: 9px 13px;
margin-top: 20px;
border-radius: 5px;

border-radius:5px;
-o-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

behavior: url(PIE.htc);	}


.more_btn a{
font-family: "Oswald",sans-serif;
color: #F97307;
font-size: 19px;
}

.more_btn a:hover{
font-family: "Oswald",sans-serif;
color: #656565;
font-size: 19px;}

.seo_t_container{
	margin-top: -9px;	height:469px;
	display:block;
	background-image:url(images/thavertech_web_templates.jpg); background-repeat:no-repeat;
	
	background-attachment: fixed;
	}
	
	.seo_t_container_inr{
	height:672px;
	display:block;
	margin:0 auto;
	width:1000px;
}

.seo_t_text_1{
font-family: "Oswald",sans-serif;
color: #FFF;
font-size: 23px;
line-height: 47px;
font-weight: 300;
text-align: center;
padding: 120px 0px;
}


	
.h_clients{
padding:40px 0px;
width: 100%;
display:block;
}


		
.c_support{
	padding:15px 0;
	width:100%;
	display:block;
	background-color:#f97307;
	}
	
.c_support_inr{
	display: table;
	margin:0 auto;
	width:1000px;
	}





.contact_container{
	padding: 30px 0;
	width:100%;
	display:block;
	background-color:#e9e8e8;
	}
	
.contact_container_inr{
	display: table;
	margin:0 auto;
	width:1000px;
}

.give_us_call_c{
	margin-top:30px;
	float: left;
	width:570px;
	padding-right:20px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#747272;
	font-size:15px;
	line-height:24px;
	}
	
.give_us_call_text{
	font-family: "Open Sans",sans-serif;
color: #747272;
font-size: 15px;
line-height: 24px;
float: left;
display: inline-block;
width: 547px;
margin-top: 20px;

	}	


.give_us_call_text strong{font-family: 'Open Sans', sans-serif;
	color:#da6506;
	font-size:15px;
	}	
	
	
.give_us_call_text a{font-family: 'Open Sans', sans-serif;
	color:#da6506;
	font-size:15px;
	}	

.give_us_call_text a:hover{font-family: 'Open Sans', sans-serif;
	color:#656565;
	font-size:15px;
	}	


	
	.give_us_call_text span{font-family: 'Open Sans', sans-serif;
	color:#747272;
	font-size:15px;
	line-height:24px;
	float:left;
	display:inline-block;
	margin-right:10px;
	margin-top:5px;
	}	
	
	
.give_us_call_h{ 
text-transform: uppercase;
font-family: "Oswald",sans-serif;
font-size: 18px;
line-height: 47px;
font-weight: 400;
color: #6F6E6E;
}
	
	
	
.drop_us{margin-top:30px;
	float: right;
	width:557px;
	padding-right:20px;
	display:inline-block;
	}
	
	.contact_form {
	vertical-align:top;
	width:100%;
	}
.contact_form fieldset {
		border:none;
		padding:0;
		}			
.contact_form label {
				display:block;
				height:50px;
			}
			
.contact_form input {
				width:557px;
				padding:12px 20px;
				margin:0;
				font-family: 'Open Sans', sans-serif;
				font-size:13px;
				line-height:1.214em;
				color:#686161;
				border:1px solid #cecccc;
							outline:none;
			 background-color: inherit;}
			
			
.contact_form textarea { background-color: inherit;
				overflow:auto;
				min-height:90px;
					width:557px;
				padding:12px 20px;
				margin:0;
					font-family: 'Open Sans', sans-serif;
			font-size:13px;
				line-height:1.214em;
				color:#686161;
			border:1px solid #cecccc;
				outline:none;
			}
			

.footer_fixed{
	  bottom: 0;
       position: fixed;}
	
.footer{
	padding: 5px 0;
	width:100%;
	display:block;
	background-color:#222222;
	  /* background-color: #222222;
    bottom: 0;
    display: block;
    padding: 10px 0;
    position: absolute;
    width: 100%;*/
	}
	
.footer_inr{
	  color: #fff;
    display: table;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

ul.f_s_icons{
		display: table;
	margin:0 auto;
	width:190px;
	}
	
ul.f_s_icons li{
	float:left;
	display:inline-block;
	margin-right:5px;
}




.c_s_btn{background-image: url("images/costumer_support_24.png");
background-repeat: no-repeat;
font-family: "Oswald",sans-serif;
color: #FFF;
font-size: 16px;
text-transform: uppercase;
width: 296px;
padding-left: 80px;
min-height: 47px;
line-height: 45px;
float:left;}


.c_s_btn a{
font-family: "Oswald",sans-serif;
color: #fff;
font-size: 16px;
}

.c_s_btn a:hover{
font-family: "Oswald",sans-serif;
color: #f8c8a0;
font-size: 16px;}


.r_q_btn{
background-image: url("images/request_a_quote.png");
background-repeat: no-repeat;
font-family: "Oswald",sans-serif;
color: #FFF;
font-size: 16px;
text-transform: uppercase;
width: 174px;
padding-left: 81px;
min-height: 47px;
line-height: 45px;
float: left;
margin-left: 104px;
}


.r_q_btn a{
font-family: "Oswald",sans-serif;
color: #fff;
font-size: 16px;
}

.r_q_btn a:hover{
font-family: "Oswald",sans-serif;
color: #f8c8a0;
font-size: 16px;}


.r_c_b_btn{ 
background-image: url("images/call_back.png");
background-repeat: no-repeat;
font-family: "Oswald",sans-serif;
color: #FFF;
font-size: 16px;
text-transform: uppercase;
width: 185px;
padding-left: 80px;
min-height: 47px;
line-height: 45px;
float: right;}


.r_c_b_btn a{
font-family: "Oswald",sans-serif;
color: #fff;
font-size: 16px;
}

.r_c_b_btn a:hover{
font-family: "Oswald",sans-serif;
color: #f8c8a0;
font-size: 16px;}



ul.c_logoes{
display: table;
width: 1111px;
margin-left: 3px;
margin-top: 10px;
	}
	

ul.c_logoes li{float: left;
display: inline-block;
width: 208px;
margin-right: 13px;
box-shadow: 0px 1px 5px #888;
margin-bottom: 13px;

box-shadow: 0px 1px 5px #888;	
-o-box-shadow: 0px 1px 5px #888;	
-moz-box-shadow: 0px 1px 5px #888;	
-webkit-box-shadow: 0px 1px 5px #888;	

behavior: url(PIE.htc);
}


ul.c_logoes li:last-child{
margin-right:0px;
}

.slider_dots{
background-image: url("images/banner_dots.png");
min-height: 656px;
z-index: 100;
width: 100%;
position: absolute;}


/*inner pages*/
.about_us_page{padding:40px 0px;
width: 100%;
display:block;
}

	

.inr_page_t_line{
	height:1px;
	width:100%;
	margin:10px auto 40px;
	background-color:#ccc;}


.b_left p{	/*font-family: "Open Sans",sans-serif;*/
font-family: "Roboto",sans-serif;
color: #6E6B67;
font-size: 14px;
font-weight: normal;
line-height: 21px;
margin-bottom: 30px;}

.b_left p a{color:#F97307;}
.b_left p a:hover{color:#656565;}

.b_left{margin-bottom: 20px;
	float:left;
	display:block;
	width:63%;
	margin-right:30ox;}
	
	
.b_right{ min-height:400px;
	float:right;
	display:block;
	width:32%;margin-bottom: 20px;
}
	
	
ul.b_right_links{
	margin:0;
	padding:0;
	list-style:none;}
	
		
ul.b_right_links li{
display: block;
margin-bottom: 0px;
padding-bottom: 4px;
}



ul.b_right_links li a{
	font-family: 'Roboto', sans-serif;
color: #f97307;
font-size:17px;
font-weight:300;
text-decoration: none;
border: 1px solid #CBCBCB;
padding: 10px 30px 10px 20px;
display: block;}

ul.b_right_links li a:hover{
	font-family: 'Roboto', sans-serif;
color: #656565;
font-size:17px;}

.w_w_o_hdng{
	font-family: "Oswald",sans-serif;
color: #656565;
font-size:27px;
font-weight:300;
margin-bottom:20px;
}

.inr_img{
float: right;
margin-left: 20px;
padding: 10px;
border: 2px solid #eae7ea;


border-radius:180px;
-o-border-radius:180px;
-moz-border-radius:180px;
-webkit-border-radius:180px;


behavior: url(PIE.htc);}


.b_left_text_1{
		font-family: "Oswald",sans-serif;
color: #656565;
font-size:27px;
font-weight:300;
margin-bottom:20px;}




ul.inr_links{
margin:0;
padding:0;
list-style:none;}


ul.inr_links li{
display: block;
margin-bottom: 11px;
font-family: "Roboto",sans-serif;
color: #6E6B67;
font-size: 16px;
font-weight: 300;
background-image: url("images/arrow_right.png");
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 17px;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 11px;
}

ul.inr_links li a{color:#6E6B67;
text-decoration: none;
display: block;}

ul.inr_links li a:hover{
font-family: 'Roboto', sans-serif;
color: #f97307;
font-size:17px;}




.drop_us2{margin-top:30px;
display:inline-block;
}

.contact_form2 {
vertical-align:top;
width:100%;
}
.contact_form2 fieldset {
border:none;
padding:0;
}			
.contact_form2 label {
display:block;
height:50px;
}

.contact_form2 input {
width:333px;
padding:12px 20px;
margin:0;
	font-family: 'Roboto', sans-serif;
font-size:13px;
line-height:1.214em;
color:#686161;
border:1px solid #cecccc;
outline:none;
background-color: inherit;}


.contact_form2 textarea { background-color: inherit;
overflow:auto;
min-height:90px;
width:333px;
padding:12px 20px;
margin:0;
	font-family: 'Roboto', sans-serif;
font-size:13px;
line-height:1.214em;
color:#686161;
border:1px solid #cecccc;
outline:none;
}

ul.c_logoes2 {
    display: table;
    margin: 0 auto;
    width: 991px;
}
	
ul.c_logoes2 li {
    box-shadow: 0 1px 5px #888;
    display: inline-block;
    float: left;
    margin-bottom: 26px;
    margin-left: 25px;
    margin-right: 10px;
    width: 208px;

box-shadow: 0px 1px 5px #888;	
-o-box-shadow: 0px 1px 5px #888;	
-moz-box-shadow: 0px 1px 5px #888;	
-webkit-box-shadow: 0px 1px 5px #888;	

behavior: url(PIE.htc);
}


ul.c_logoes2 li:last-child{
margin-right:0px;
}


/*contact_us page*/

.body_content_inr {

    display: table;
    margin: 0;
    padding: 60px 0;
    width: 100%;
}

.bg_contact{	
background-image:url(images/inr_bg.png); background-position:center top;
background-size:100%;
background-attachment:fixed;
background-color: #f5f5f5;}


.bg_clients{	
background-image:url(images/bg_clients.jpg); background-position:center top;
background-size:100%;
background-attachment:fixed;
background-color: #f5f5f5;}

.bg_appreciation{	
background-image:url(images/bg_appreciation.jpg); background-position:center top;
background-size:100%;
background-attachment:fixed;
background-color: #f5f5f5;}


.bg_who{	
background-image:url(images/bg_who2.jpg); background-position:center top;
background-size:100%;
background-attachment:fixed;
background-color: #f5f5f5;}


.bg_our_films{	
background-image:url(images/bg_our_films.jpg); background-position:center top;
background-size:100%;
background-attachment:fixed;
background-color: #f5f5f5;}
	
.google_map {
   background-color: #fff;
    box-shadow: 1px 1px 1px 1px #ccc;
    display: block;
    height: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 5px;
    width: 987px
	-o-box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;}
.add_box {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}
.add_box2 {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    padding: 20px;
    width: 25%;
}
.add_box h4, .add_box2 h4 {
    color: #2d3e52;
    font-family: "Roboto",sans-serif;
    font-size: 1.3333em;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0 0 15px;
}
.contact-address {
    margin-bottom: 25px;
}
.contact-address li {
    /* border-bottom: 1px solid #f5f5f5; */
    padding: 10px 0 10px 47px;
    position: relative;
    width: 28%;
    float: left;
    display: inline-block;
}
.contact-address li > i {
    color: #fdb714;
    display: inline-block;
    font-size: 1.5em;
    height: 1.8em;
    left: 0;
    line-height: 1.7333em;
    position: absolute;
    text-align: center;
    top: 12px;
}
.title {
    color: #2d3e52;  font-family: "Open Sans",sans-serif;
	font-weight:bold;
}
.contact-address li p {
    font-size: 0.8333em;
    line-height: 1.6666;
    margin-bottom: 0;
}
.contact-address li p a {
    color: #c20303;
    text-decoration: none;
}
.contact-address li p a:hover {
    color: #000;
    text-decoration: none;
}
.e_contact_form_m_l {
    margin-left: 24px;
}
.e_contact_form_m_r {
    margin-right: 24px;
}
.e_contact_form {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 0 !important;
    padding: 20px;
    width: 64%;
}
.e_contact_form fieldset {
    border: medium none;
    padding: 0;
}
.e_contact_form label {
    color: #8c8c9c;
    display: block;
    font-size: 14px;
    margin-bottom: 17px;
}
.e_contact_form input {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #eaeaea;
    color: #808080;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    line-height: 1.214em;
    margin: 8px 0 0;
    outline: medium none;
    padding: 12px 20px;
    width: 96%;
}
.e_contact_form textarea {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #eaeaea;
    color: #8c8c9c;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 130px;
    line-height: 1.214em;
    margin: 7px 0;
    outline: medium none;
    overflow: auto;
    padding: 9px;
    width: 94%;
}
.buttons-wrapper {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 97%;
}
.buttons-wrapper a {
    margin-left: 0;
}
.send_button {
    background-color: #f97307;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #bbb;
    color: #fff;
    cursor: pointer;
    display: table;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.send_button:hover {
    background: none repeat scroll 0 0 #a22020;
    color: #fff;
}
.width50 {
    color: #8c8c9c;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 43%;
	font-family: "Roboto",sans-serif;

}
.width100 {font-family: "Roboto",sans-serif;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.page-title-container {
    background: none repeat scroll 0 0 hsl(42, 1%, 57%);
    height: 56px;
}
.pull-left {
    float: left;
}
.entry-title {
    color: #fff;
    font-weight: normal !important;
    line-height: 56px;
    margin: 0;
}

.contact-address li p {
    font-size: 0.8333em;
    line-height: 1.6666;
    margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.grid_80 {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.e_contact_form	h4 {
    color: #2d3e52;
    font-family: "Roboto",sans-serif;
    font-size: 1.3333em;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0 0 15px;
}

.a_t_text_2{
font-family: "Oswald",sans-serif;
color: #fff;
font-size: 24px;
font-weight: 300;
text-align: center;
/*margin-top: 10px;*/
line-height: 47px;
text-transform: uppercase;
margin-bottom:40px;
}

.a_t_text_2 span{
color: #F97307;
font-size: 53px;
font-weight: 300;
}



.inr_page_t_line2{
	height:1px;
	width:100%;
	margin:10px auto 40px;
}

ul.c_logoes2 p{
   color: #fff !important;
    font-family: "Roboto",sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    min-height: 60px;
    padding: 10px;
    text-align: center !important;}

.who_container{
background: none repeat scroll 0 0 #fff;
display:block;
float: none;
margin-bottom: 20px;
padding: 20px;
width:960px;
}

	.appreciation_lt{
	background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    min-height: 700px;
    padding: 20px;
    width: 45%;}
	
	.appreciation_rt{
		 background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    padding: 20px;
    width: 45%;
	    min-height: 700px;}
	
	
.i_title {
    color: #f97307;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.inr_nav{
	margin:0;
	padding:0;
	list-style:none;}
	
ul.inr_nav li {
 background-image: url("images/arrow_right.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #454545;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 15px;
}

.bg_none{
	background-color:none!important;}
	
	
.bg_white{
	background-color:#fff;}
	
.video_container{
display:table;
width:1000px;
margin:0 auto;}

.video_box{
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 500px;
    padding: 10px;
    width: 30%;}
	
	.video_box2{
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 100px;
    padding: 10px;
    width: 30%;}
	


.video_title{   background-color: #e7e7e7;
    color: #f97307;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    min-height: 200px;
    padding: 5px;
    text-align: center;
}

.video_title span{     
  color: #454545;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
}



.video_title2{   background-color: #e7e7e7;
    color: #f97307;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    min-height: 30px;
    padding: 5px;
    text-align: center;
}

.video_title2 span{     
  color: #454545;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
}


.home_content{  /* background-color: rgba(0, 0, 0, 0.4);*/
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin: 10px auto 20px;
    text-align: center;
    width: 1000px;}
	
	.home_content p{    font-family: "Roboto",sans-serif;
				  color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0px!important;
	text-align:justify;

	margin-bottom:5px;}
	
	
	.h_iframe{
		padding:40px 0 0 1px;
		display:block;}
	