/*
Theme Name: ambassador
Author: the WordPress team
Author URI: http://ambassador.com/
Version: 1.0
Text Domain: ambassador.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Roboto', sans-serif; font-size:16px; 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;
}
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: fixed; top:0px; left:0px; z-index:999;
	border-bottom:2px solid #DDD; background:#FFF;
}

#logo
{
	width:auto; height:90px; float:left;
	padding-top:10px; padding-bottom:10px;
}
#logo img
{
	width:auto; height:75px; float:left;
}

#header_right
{
	float:right; width:auto; height:auto;
}




#mobmenu
{
	width:38px; height:32px; position:absolute; left:235px; top:45px;
	display:none;
	border:2px solid #000;
	text-align:center;
	cursor:pointer;
}
#mobmenu i{ font-size:24px; line-height:27px; color:#000; }

#nav
{
	float:left; margin-top:39px;
}
#nav ul{ margin:0px; padding:0px; float:left; }
#nav ul li{ float:left; list-style:none; margin-right:15px; padding-bottom:16px; position:relative; }
#nav ul li a
{
	float:left; padding-left:2px; padding-right:2px;
	font-size:14px; color:#222; text-transform:uppercase; font-weight: bold;
}
#nav ul li a:hover{ text-decoration:none; color:#eb1c24; }


#nav ul ul
{
	width:230px; height:0px; position:absolute; top:30px; 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";
	color: #2e3192ed;
}
#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: 14px;
    color: #ffffff;
    font-weight: inherit;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #fff3;
    background: #2e3192;
}
#nav ul ul li a:hover{ color:#FFF; background-color: #070832d4; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }

#header_track
{
	width:auto; height:40px; float:left;
	margin-top:25px;
	background:#eb1c22;
	color:#FFF;
	border-radius: 4px;
}
#header_track label
{
	width:auto; height:auto; float:left;
	margin-left:10px; margin-right:10px;
	font-size:16px; color:#FFF; line-height:40px;
}
#header_track input
{
	width:150px; height:30px; float:left;
	background:#FFF; border:0px;
	margin-left:5px; margin-top:5px; margin-right:5px;
}
#header_track button
{
	width:70px; height:40px; float:left;
	background:#2d2f93; border:0px;
	border-radius: 4px;
}



#home-slider
{
	width:100%; height:550px; float: left; position:relative;
	margin-top:90px; margin-bottom:75px;
	overflow:hidden !important;
}

#home-slider video
{
	width:100%; height:auto; float:left;
}

#home_slider_in
{
	width:100%; height:550px; position:absolute; left:0px; top:0px; z-index:99;
	background:rgba(0,0,0,0.5);
}
#home_slider_in_text
{
	width:100%; height: auto; position:absolute; left:0px; bottom:28%; z-index:99;
	text-align:center;
}
#home_slider_in_text h3
{
	width:70%; margin-left:15%;
	font-size:22px; color:#FFF; line-height:30px; font-weight:500;
	margin-bottom:14px;
}
#home_slider_in_text h1
{
	font-family: 'Commissioner', sans-serif;
	font-size:72px; color:#FFF; font-weight:600;
	margin-bottom:15px;
	text-transform: uppercase;
}
#home_slider_in_text h1 span{ color:#eb1c24; }

#home_services
{
	width:100%; height:auto; float:left;
	position:relative;
}

#home_services_l
{
	width:20%; height:auto; float:left;
	margin-top:40px;
}

#home_services_l h2
{
	width:100%; height:auto; float:left;
	font-size:32px; color:#3d3d3d; font-weight:600;
	margin-bottom:8px;
}

#home_services_l p
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#3d3d3d;
}

#home_services_r
{
	width:80%; height:auto; float:left;
}

#home_services_r ul
{
	width:100%; height:auto; float:left;
}

#home_services_r ul li
{
	width:100%; height:auto; float:left;
	padding-left:15px; padding-right:15px;
	text-align:center;
}
#home_services_r ul li img
{
	width:100%; height:auto;
	border-radius: 100px;
	color: #fff;
	line-height: 200px;
	width: 200px;
	height: 200px;
	border: 1px solid #3d3d3d61;
}

#home_services_r ul li h3
{
	width:100%; height:auto; float:left;
	margin-top:10px;
	font-size:16px; color:#2d2f93; font-weight:600;
	text-transform: uppercase;
}



#home_services_r .owl-carousel{ margin:0px; }
#home_services_r .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_services_r .owl-controls
{
	width: auto; position:absolute; z-index:9; left:-25%; top:110px;
}
#home_services_r .owl-theme .owl-controls .owl-buttons div{
	width:auto; height:auto; top:0; left:0px;
    color: #999;
    text-align:center;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border:2px solid rgba(255,255,255,0.6);
	padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home_services_r .owl-controls .owl-buttons .owl-prev{ left:2%; }
#home_services_r .owl-next{ right:2%; }
#home_services_r .owl-theme .owl-controls .owl-buttons div img
{
	width:20px; height:auto; opacity:0.5;
}
#home_services_r .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(234, 27, 35, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
}
#home_services_r .owl-controls .owl-page.active span {
    background: rgba(234, 27, 35, 1);
}

#home_who_we_are
{
	width:100%; height:auto; float:left;
	margin-top:75px;
}
#home_who_we_are_l
{
	width:50%; height:620px; float:left;
	background:#ea1c26;
}
#home_who_we_are_l_in
{
	width:98%; height:auto; float: right; max-width:650px;
	padding-top:55px; padding-right:45px; padding-bottom:45px;
	color:#FFF;
}
#home_who_we_are_l_in h2
{
	width:100%; height:auto; float: left;
	font-size:40px; font-weight:600;
	margin-bottom:20px;
}
#home_who_we_are_l_in p
{
	width:100%; height:auto; float: left;
	font-size:17px; line-height:26px; font-weight:300;
	margin-bottom:20px;
}
#home_who_we_are_r
{
	width:50%; height:620px; float:left; overflow:hidden;
}
#home_who_we_are_r img
{
	width:100%; height:620px; float:left;
}


#home_whyus
{
	width:100%; height:auto; float:left;
	position:relative;
	background:url(images/cargowhyus.jpg) center no-repeat;
	background-size:100% auto;
}

.home_whyus_box
{
	width:50%; /*width:33.33%;*/ height:auto; float:left;
	border-right:1px solid #FFF;
	padding-top:30px; padding-bottom:30px; padding-right:20px; padding-left:40px;
	color:#FFF;
}
.home_whyus_box:last-child{ border-right:0px; }

.home_whyus_box i
{
	width:30%; height:auto; float:left;
	padding-top:55px;
	font-size:82px;
}

.home_whyus_box_r
{
	width:70%; height:auto; float:left;
}

.home_whyus_box_r h3
{
	width:100%; height:auto; float:left;
	font-size:24px; color:#ea1c26; font-weight:600;
	margin-bottom:25px;
}

.home_whyus_box_r p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#FFF; line-height:28px; font-weight:300;
}


#home_news
{
	width:100%; height:auto; float:left;
	margin-top:65px;
}
#home_news_s
{
	width:100%; height:auto; float:left;
}

#home_news .owl-carousel{ margin:0px; }
#home_news .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_news .owl-controls
{
	width: 25%; position:absolute; z-index:9; right:0%; top:170px;
}
#home_news .owl-theme .owl-controls .owl-buttons div{
	width:auto; height:auto; top:0; left:0px;
    color: #999;
    text-align:center;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border:2px solid rgba(255,255,255,0.6);
	padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home_news .owl-controls .owl-buttons .owl-prev{ left:2%; }
#home_news .owl-next{ right:2%; }
#home_news .owl-theme .owl-controls .owl-buttons div img
{
	width:20px; height:auto; opacity:0.5;
}



#home_news h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#ea1c26; font-weight:600; text-align:center;
	margin-bottom:25px;
}

.home_news_box
{
	width:100%; height:auto; float:left;
}


.home_news_box_l
{
	width:25%; height:auto; float:left;
	padding-right:65px; padding-top:105px;
}

.home_news_box_l h3
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#2b2f92; font-weight:600;
	margin-bottom:25px;
}

.home_news_box_l p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#222; line-height:28px; font-weight:300;
}


.home_news_box_l  a
{
	width:auto; height:auto; float:left;
	margin-top:20px;
	font-size:16px; color:#222; line-height:28px; font-weight:500;
}


.home_news_box_c
{
	width:50%; height:auto; float:left;
}

.home_news_box_c img
{
	width:100%; height:auto; float:left;
}

.home_news_box_r
{
	width:25%; height:auto; float:left;
	padding-top:135px;
	text-align:center;
}


.home_news_box_r p
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#ea1c26;font-weight:600; text-align:center;
	margin-bottom:85px;
}

.home_news_box_r a
{
	width:auto; height:auto; display:inline-block;
	background:#2b2f92;
	padding-left:25px; padding-right:25px; padding-top:10px; padding-bottom:10px;
	font-size:16px; color:#FFF; text-align:center; font-weight:300;
}
.home_news_box_r a:hover{ text-decoration:none; }

#home_call
{
	width:100%; height:auto; float:left;
	padding-top:50px; padding-bottom:50px;
	text-align:center;
	/*background:#ec1d23;*/
	background-image: url("images/home_hotline.jpg");
	background-size: 100%auto;
}

#home_call h3
{
	width:100%; height:auto; float:left;
	font-size:26px; color:#FFF; font-weight:500;
	margin-bottom:4px;
}
#home_call h2
{
	width:100%; height:auto; float:left;
	font-size:54px; color:#FFF; font-weight:600;
	margin-bottom:24px;
}
#home_call p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#FFF; font-weight:300;
	margin-bottom:25px;
}

#home_call a
{
	width:auto; height:auto; display:inline-block;
	background:#2b2f92;
	padding-left:25px; padding-right:25px; padding-top:10px; padding-bottom:10px;
	font-size:16px; color:#FFF; text-align:center; font-weight:300;
}
#home_call a:hover{ text-decoration:none; }

#home_social
{
	width:100%; height:auto; float:left;
	padding-top:50px; padding-bottom:50px;
	text-align:center;
}

#home_social a
{
	width:45px; height:45px; display:inline-block;
	background:#222;
	margin-left:5px; margin-right:5px;
	font-size:16px; color:#FFF; text-align:center; font-weight:300;
}
#home_social a:hover{ text-decoration:none; }
#home_social a i{ font-size:18px; line-height:45px; }

#footer
{
	width:100%; height:auto; float:left;
	text-align:center; font-size:16px; line-height:70px; color:#FFF;
	background:#2b2f92;
}
#footer p
{
	width:90%; height:auto; float:left;
	margin-left: 5%; margin-right: 5%;
}
#footer a{ color:#FFF; }

#other_header
{
	width:100%; height:250px;; float:left; overflow:hidden; position:relative;
	margin-top:90px;
}

#other_header img
{
	width:100%; height:auto; float:left;
}

#other_header_ov
{
	width:100%; height:250px; position:absolute; left:0px; top:0px;
	background:rgba(0,0,0,0.7);
	text-align:center;
}

#other_header_ov h1
{
	width:100%; height:auto; float:left;
	margin-top:92px;
	font-size:52px; color:#FFF; font-weight:600;
	padding-left: 5%; padding-right: 5%;
}

#other_header_ov p
{
	width:100%; height:auto; float:left;
	font-size:24px; color:#FFF; font-weight:300;s
}


#about_cont
{
	width:90%; height:auto; float:left;
	margin-left:5%; margin-right:5%; margin-top:65px; margin-bottom:65px;
}

#home_our_team_slider
{
	width:95%; height:auto; float:left;
	margin-left: 2.5%; margin-right: 2.5%;
	margin-bottom: 36px; margin-top: 8px;
}
#home_our_team_slider ul
{
	width:100%; height:auto; float:left;
}
#home_our_team_slider ul li
{
	width:100%; height:auto; float:left;
}
#home_our_team_slider ul li img
{
	width:100%; height:auto; float:left;
	padding:5px;
}
.owl-prev{background-color: black;}
.owl-controls .owl-buttons .owl-prev
{    top: 30%;
    padding: 14px;
    border-radius: 3px;
    background-color: #2d2f93;
}
.owl-next{background-color: black;}
.owl-controls .owl-buttons .owl-next
{
	top: 30%;
    padding: 14px;
    border-radius: 3px;
    background-color: #2d2f93;
}
#home_our_team_slider span
{
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 12px;
    color: #2d2f93;
    font-weight: 400;
}

#about_cont h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#222; text-align:center; font-weight:600;
	margin-bottom:25px;
}

#about_cont p
{
	width:100%; height:auto; float:left;
	color:#222; line-height:26px; text-align:justify;
}


#about_team
{
	width:100%; height:auto; float:left;
	margin-bottom:75px;
}

#about_team h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#222; text-align:center; font-weight:600;
	margin-bottom:15px;
}

#about_team p
{
	width:60%; height:auto; float:left;
	margin-left:20%; margin-right:20%;
	/*color:#222; */line-height:26px; text-align: center;
	margin-bottom:25px;
}

.about_team_l
{
	width:45%; height:auto; float:left;
	margin-left:2.5%; margin-right:2.5%;
	background:#2b2f92;
	color:#FFF;
	padding:25px;
}

.about_team_l h3
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:500;
	margin-bottom:15px;
	text-align: center;
}
.about_team_l ul
{
	width:100%; height:auto; float:left;
}

.about_team_l ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:8px;
}
.about_team_l p
{
	width: 100% !important;
	margin: inherit !important;
	min-height: 100px !important;
}



#services
{
	width:70%; height:auto; float:left;
	margin-left:15%; margin-right:15%; margin-bottom:65px;
}
#services h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#222; text-align:center; font-weight:600;
	margin-bottom:25px;
}
#services ul
{
	width:100%; height:auto; float:left;
}
#services ul li
{
	/*width:100%; height:auto; float:left;
	margin-bottom:35px;
	text-align:center;*/
	width:80%; height:auto; float:left;
	margin-left: 10%; margin-right: 10%;
	margin-bottom:35px;
	text-align:center;
}
#services ul li img
{
	width:100%; height:auto; float:left;
	/*margin-left:15%; margin-right:15%;*/
	margin-bottom:25px;
}
#services ul li h3
{
	width:100%; height:auto; float:left;
	font-size:26px; font-weight:500; color:#2b2f92;
	/*margin-bottom:15px;*/
	text-transform: uppercase;
}
#services ul li p
{
	width:100%; height:auto; float:left;
	line-height:26px;
	margin-bottom:10px;
	padding-left: 5%; padding-right: 5%;
	text-align: justify;
}
#services ul li h2
{
	width: 100%; height: auto; float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    padding-left: 5%; padding-right: 5%;
    margin-top: 20px; margin-bottom: 6px;
    font-weight: 600;
    color: #000000b5;
}
#services ul li ul
{
	width: 100%; height: auto; float: left;
}

#services ul li ul li
{
	width: 100%; height: auto; float: left;
	text-align: left;
	margin-bottom: 12px;
	padding-left: 5%; padding-right: 5%;
}
#services ul li ul li:before
{
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: 12px;
    color: #0000008c;
}
.services_large_box
{
	border: 2px solid #0000000d;
	border-radius: 2px;
}
.services_large_box #short_description
{
	width: 100%; height: auto; float: left;
	margin-bottom: 10px; margin-top: 30px;
    padding-left: 4%; padding-right: 4%;
}
.services_large_box a
{
	width: auto; height: auto; float: right;
    background-color: #2d2f93;
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 12px; padding-bottom: 12px;
    padding-left: 25px; padding-right: 25px;
    border-radius: 2px;
}

.services_large_box p:nth-child(5)
{
	width: 100%;
    height: auto;
    float: left;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
}
.services_large_box p:nth-child(7)
{
	width: 100%;
    height: auto;
    float: left;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
}
.services_large_box p:nth-child(9)
{
	width: 100%;
    height: auto;
    float: left;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
}


#pickup-form
{
	width:80%; height:auto; float:left;
	margin-bottom:25px; margin-left:10%; margin-right:10%;
}
#pickup-form  h2
{
	width:100%; height:auto; float:left;
	font-size:32px; color:#222; text-align:center; font-weight:600;
	margin-bottom:15px;
}

#pickup-form h3
{
	width:99%; height:auto; float:left;
	font-size:18px; font-weight:600;
	margin-bottom:15px; margin-top:20px; margin-left:1%;
}
.pickup-form-row
{
	width:100%; height:auto; float:left;
}

.pickup-form-td
{
	width:31.33%; height:auto; float:left;
	margin-left:1%; margin-right:1%; margin-bottom:15px;
}
.pickup-form-row label{ width:100%; height:auto; float:left; font-size:16px; margin-bottom:12px; }
#pick-size input[type='text']{ width:32.33%; margin-right:1%; float:left; }
.pickup-form-td input[type='text']{ height:43px; font-size:16px; }
.pickup-form-td select{ height:43px; }
.pickup-form-row-comm{ margin-left:1%; }
.pickup-form-row textarea{ width:98%; height:110px; float:left; margin-left:1%; margin-right:1%; padding-left:10px; font-size:16px; }
.pickup-form-row input[type="submit"]
{
	width:110px; height:40px; float:left;
	background:#04145b;
	font-size:14px; color:#FFF;
	margin-top:25px; margin-left:1%;
}

#contact
{
	width:100%; height:auto; float:left;
	margin-top:90px;
	padding-bottom:55px; padding-top:65px;
	background:#2b2f92;
}



#contact_l
{
	width:40%; height:auto; float:left;
	margin-right:5%; padding-top:15px;
	color:#FFF;
	font-size:16px; line-height:24px;
}
#contact_l h1{ font-size:42px; font-weight:600; margin-bottom:60px; }
#contact_l h4{ font-weight:400; }
#contact_l p{ line-height:26px; margin-bottom:20px; }
#contact_l a{ color:#FFF; }

#contact-r{ width:45%; height:auto; float:left; color:#FFF; }
#contact-r h2{ font-size:27px; font-weight:600; margin-bottom:50px; margin-top:10px; color:#FFF; }

.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:14px; font-size:16px; }
.contact-r-row input[type='text']
{
	width:100%; height:40px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:40px; 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:#eb1c24;
}
#contact_map
{
	width:100%; height:auto; float:left;
}
#contact_map iframe
{
	width:100%; height:450px; float:left;
}

#home_who_we_are_l_in a
{
	width:auto; height:auto; display:inline-block;
	background:#2b2f92;
	padding-left:30px; padding-right:30px; padding-top:16px; padding-bottom:16px;
	font-size:16px; color:#FFF; text-align:center; font-weight:300;
}
#home_who_we_are_l_in a:hover{ text-decoration:none; }





#news_and_event
{
	width:70%; height:auto; float:left;
	margin-left:15%; margin-right:15%; margin-top:65px; margin-bottom:65px;
}
#news_and_event h2
{
	width:100%; height:auto; float:left;
	font-size:42px; color:#222; text-align:center; font-weight:600;
	margin-bottom:25px;
}
#news_and_event span
{
	width:100%; height:auto; float:left;
	line-height:26px; text-align:center;
	font-size: 24px; color: #eb1c22;
}
#news_and_event img
{
	width: 100%; height: 550px; margin-top: 50px;
}
#news_and_event p
{
	width:100%; height:auto; float:left;
	line-height:26px; text-align:left;
	font-size: 18px; margin-top: 10px;
}




#all_news_and_events
{
	width:100%; height:auto; float:left;
	margin-top:65px; margin-bottom:65px;
}
.all_news_and_events_single_box
{
	width:25%; height:auto; float:left;
	border:1px solid #2d2f9329;
	padding:6px; border-radius:2px;
	margin-left:1%; margin-right:1%;
}
.all_news_and_events_single_box img
{
	width: 100%; height:auto;
}
.all_news_and_events_single_box h4
{
	width:90%; height:auto;
	margin-left:5%; margin-right:5%; margin-top: 12px; margin-bottom: 12px;
	text-align: center; font-size: 20px; color: #2d3093; font-weight: 500;
}
.all_news_and_events_single_box p
{
	width:100%; height:auto;
	margin-top: 25px; margin-top: 25px; margin-bottom:8px;
	text-align:center !important;
  	font-size: 18px; color: #eb1d25; font-weight: 400;
}