/* CSS Document */

/* CSS Document */

html{ height:100%;}
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	vertical-align:baseline;
	margin:0;
	padding:0;
	font-weight:400;
	background-color:#000;
	color:#ffffff;
	background:url(../images/bg4.jpg) no-repeat center fixed;
	
	
}


.clear{
	clear:both;
}
.clear_bottom{
	clear:both;
	padding-bottom:60px;
}
iframe{
	width:100%;
	height:100%;
}
a{
  text-decoration:none;
}
::-moz-selection{
	background:#d20325;
	color:#fff;
}
::selection{
	background:#d20325;
	color:#fff;
}
html, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
article, aside, bdi, command, details, summary, figure, figcaption, footer, header, hgroup, mark, meter, nav, progress,
ruby, rt, rp, section, time, wbr{ 
	display:block;
}

#wrapper{ 	
	width:100%;
	
}

#layout{
	width:87%;
	margin:0px auto;
}

#header{
	padding:12px 0px 0px 0px;
	background:#ffffff;
	position:relative;
	width:100%;
	z-index:1000;
	top:0px;

}
.header_top{
	width:94%;
	margin:0px auto;

}
.header_top_mail{
	width:40%;
	float:left;
	background:url(../images/f3.png) 0px 3px no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:16px;
	padding:0px 0px 0px 30px;
	color:#777778;


}
.header_top_follows{
	width:14%;
	float:right;
	margin-bottom:8px;
	margin-top:-6px;
	margin-left: 70px;

}

.header_top_follows a{
	width:18px;
	height:16px;
	color:#FFF;
	display:block;
	font-family: 'ElegantIcons';
	font-size:11px;
	float:left;
	margin-right:9px;
	text-align:center;
	padding:8px 3px 2px 5px;
	background:#505050;
	border-radius:3px;
}
.header_top_follows a:hover{
	color:#FFFFFF;
	background:#e85122;
}
.translate{
	width:101px;
	z-index:1000;
	display:block;
	float:right;
	
	
}

.header_sub{
	border-top:1px solid #e9e9e9;

}
.logo{
	width:25px;
	float:left;
	margin:5px 0px 0px 0px;

}

#home_container{
	width:83%;
	margin:0px auto;
	padding:15px 20px 15px 20px;
	margin-top:40px;
	background:#FFF;
	box-shadow:0px 4px 3px #e9e7e7;
	
}
#banner{
	margin-top:140px;
}

.welcome{
	margin-top:-34px;
}
.welcome h2{
	background-color:#d20325;
	text-align:center;
	width:70%;
	color:#FFF;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;


}


.welcome p{
	text-align:center;
	color:#696969;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	font-weight:400;
	letter-spacing:1px;
	padding:30px 10px 35px 10px;


}
.home_Services_main{
	margin:25px 0px 60px 0px;
}
.home_Services_main h2{
	text-align:center;
	width:30%;
	color:#333;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #e2e0e0;
	font-size:30px;
	padding-bottom:10px;
	margin-bottom:25px;


}
.home_Services_main_one{
	width:31%;
	float:left;
	padding:15px 0px;
	margin-left:20px;
}


.home_Services_main_one h3{
	text-align:center;
	color:#e95228;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #dbd9d9;
	font-size:20px;
	padding-bottom:10px;
	padding:15px 0px 5px 0px;
	margin:0px 10px;


}
.home_Services_main_one p{
	text-align:center;
	color:#888787;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	font-weight:400;
	letter-spacing:1px;
	font-size:13px;
	padding:10px 0px;


}

.home-main_link_img{
	border-radius:50%;
	width:200px;
	height:200px;
	border:10px solid #CCCCCC;
	background:#FFF;
}
#portfolio-list li img {
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
   cursor: pointer;
   border-radius:50%;
   height:200px;
   width:200px;
}

#portfolio-list li:hover img {
  -webkit-transform: scale(0.90);
  -moz-transform: scale(0.90);
  -ms-transform: scale(0.90);
  -o-transform: scale(0.90);
  transform: scale(0.90);
}




.home_Tourism_main{
	margin:-34px 0px 25px 0px;
}
.home_Tourism_main_sub{
	width:60%;
	float:left;
	margin-right:25px;
}
.home_Tourism_main_sub h2{
	background-color:#d20325;
	text-align:left;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	width:45%;
	padding-left:10px;
	margin-bottom:15px;
	text-transform:uppercase;

}
.home_Tourism_one{
	width:313px;
	float:left;
	margin-right:10px;
	padding:5px;
	background:#f5f5f5;
	border:1px solid #e8e8e8;
}
.home_Tourism_one label{
	color:#333;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:600;
	letter-spacing:1px;
	margin-top:10px;
	text-transform:uppercase;

}
.home_Tourism_one p{
	color:#6b6a6a;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	padding-bottom:10px;
	font-size:12px;

}

.home_Services_main_Video{
	width:37%;
	float:left;
}

.home_Services_main_Video iframe{
	width:420px;
	height:290px;
}
.home_Services_main_Video h2{
	background-color:#d20325;
	text-align:left;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	width:60%;
	padding-left:10px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.home_bottom_link {
	margin:100px 0px 0px 0px;
	position:relative;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 4px 3px #e9e7e7;
	padding:15px 10px 10px 10px;
	overflow:hidden;
}
.home_bottom_link h2{
	text-align:center;
	color:#333;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:30px;


}


.banner_Sub_Link_one{
	margin-left:20px;
	margin-bottom:5px;
	text-align:center;
	
}

.ca-menu{
    width: 25%px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.ca-menu li{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
	
}
.ca-menu li a{
    text-align: left;
    display: block;
    color: #333;
}

.ca-content{
    width:96%;
	padding:0px 0px;
}


.ca-main3{
    text-align:center;
	color:#FFF;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:10px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:13px;
	padding-bottom:10px;
	margin:0px 5px;
	
	
    
}


.ca-menu li:hover .ca-main3{
    color: #d40606;
    font-size:15px;
}


#banner_in{
	width:100%;
	overflow:hidden;
	height:270px;
	background-size: cover;
	margin-top:0px;

}
#banner_in_Health{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/Health.jpg);
	background-size: cover;
}
#banner_in_tour{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/tour_bg.jpg);
	background-size: cover;
}
#banner_in_tour_more{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/tour1_bg.jpg);
	background-size: cover;
}
#banner_in_tour_Tickt{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/flight_bg.jpg);
	background-size: cover;
}
#banner_in_tour_Drivers{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/Drivers.jpg);
	background-size: cover;
}
#banner_in_tour_catering{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/catering.jpg);
	background-size: cover;
}

#banner_in_tour_contact{
	width:100%;
	overflow:hidden;
	height:250px;
	background:url(../images/in_banner/contact.jpg);
	background-size: cover;
	margin-top:140px;
}




.In_page{
	margin:25px 0px 10px 0px;
}
.In_page h2{
	text-align:center;
	width:50%;
	color:#333;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #e2e0e0;
	font-size:30px;
	padding-bottom:10px;
	margin-bottom:25px;


}

.In_page p{
	text-align:center;
	color:#888787;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	font-weight:400;
	letter-spacing:1px;
	padding:15px 10px 10px 10px;


}




/*==============In_page_Tourism style===============*/

.In_page_Tourism{
	margin:25px 0px 10px 0px;
}
.In_page_Tourism h2{
	text-align:center;
	width:50%;
	color:#333;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #e2e0e0;
	font-size:30px;
	padding-bottom:10px;
	margin-bottom:25px;


}
.In_page_Tourism_one {
	padding:15px ;
	margin-top:15px;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 4px 3px #e9e7e7;

}
.In_page_Tourism_one img {
	float:left;
	margin-right:30px;
	padding:3px;
	background:#eeeeee;

}
.In_page_Tourism_one_cont{
	width:65%;
	float:left;
}
.In_page_Tourism_one_cont h3{
	color:#ec5202;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:20px;
	border-bottom:1px solid #ecebeb;
	margin-bottom:10px;

	


}
.In_page_Tourism_one_cont label{
	text-align:left;
	color:#fa4b67;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:15px;
	padding-bottom:10px;
	padding:0px 0px 5px 0px;
	


}
.In_page_Tourism_one_cont span{
	text-align:left;
	color:#ffc600;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:15px;
	padding-bottom:10px;
	padding:0px 0px 5px 0px;
	


}


.In_page_Tourism_one_cont p{
	text-align:left;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom:25px;


}
.More_button{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	height:28px ;
	font-size:14px;
	padding: 7px 10px 7px 10px;
	background:#d20325;
	border:none;
	border-radius:3px; 
	line-height:28px !important;
	
	
	
}
.More_button:hover{
	color:#FFF;
	background:#b7011f;
	
}


/*==============Services style===============*/



.In_page_Services{
	padding:10px 0px 60px 0px;
}
.In_page_Services h2{
	text-align:center;
	width:50%;
	color:#FFF;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #d20325;
	font-size:30px;
	padding-bottom:10px;


}


.In_page_Services_one{
	width:50%;
	float:left;
	margin-right:25px;
	margin-top:40px;
	
}

.In_page_Services_one_right{
	width:40%;
	float:left;
	margin-top:40px;
	padding:0px 15px;
}

.In_page_Services_one_right p{
	text-align:left;
	color:#888787;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	font-weight:400;
	letter-spacing:1px;
	padding:15px 10px 10px 10px;


}

.In_page_Services_one_right h3{
	text-align:center;
	width:100%;
	color:#FFF;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #d20325;
	font-size:30px;
	padding-bottom:10px;


}



/*==============in_Testimonials style===============*/







#in_Testimonials{
	padding:15px 0px 15px 10px;
}

.in_Testimonials_img{
	float:left;
	margin-right:15px;
}
.in_Testimonials_aro{
	float:left;
	margin-top:95px;
	width:26px;
}


#in_Testimonials_cont{
	margin-bottom:20px;
	background:#FFF;
	width:81%;
	float:left;
	padding:10px 15px;
}
#in_Testimonials_cont h3{
	color:#333333 !important;
	font-size:20px;
	padding:15px 0 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400; 
	text-transform:uppercase;
}

#in_Testimonials_cont p{
	color:#666666 !important;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:0px 10px;
	font-weight:400 !important;
	text-align:left !important;
}
#in_Testimonials_cont b{
	color:#525151 !important;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:400 !important;
	
	
}
#in_Testimonials_cont span{
	font-size:25px;
}





/*
=====================================================
gallery page style
=====================================================
*/



.in_Videogallery{
	width:30%;
	float:left;
	margin-left:15px;
	padding:8px;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 4px 3px #e9e7e7;
	margin-bottom:20px;


}
.in_Videogallery iframe{
	width:345px;
	height:250px;
}

nav.primary {
	margin:30px auto;
	display:table;
}

nav.primary ul li  {
	float:left;
	list-style:none;

}

nav.primary ul li a {
	height:39px;
	display:block;
	font-size:15px;
	color:#666;
	padding:0 10px;
	text-decoration:none;
	line-height:39px;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	border-right:1px solid #ededed;
	padding:0px 15px;
	border-bottom: 3px solid #d4d3d3;


	
}
nav.primary ul li a:hover {
    color:#fff;
	border-bottom: 3px solid #b42b00;
	background:#e85122;
}

nav.primary li a.selected {
    border-bottom: 3px solid #b42b00;
	background:#e85122;
	color:#FFF;
}

.main {
	padding:0;
	margin:0;
	display:block;
}

.entry {
	position:relative;
	float:left;
	margin:9px;
	cursor:pointer;
	width:250px;
	height:300px;
	padding:5px;
	
}
.entry img{
	width:100%;

}

.portfolio {
	 margin:0;
	 background:#FFF;
	  }


.magnifier {
	background: rgba(232,81,34,.7) url(../images/magnifier.png) no-repeat center;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 240px;
	height: 213px;
}
.video-hover {
	background:rgba(237,49,49,.7) url(../images/video.png) no-repeat center;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.entry:hover .video-hover,
.entry:hover .magnifier { opacity:1; }



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}












/*==============================
contsct us page styles
====================================================================*/
.In_page_contact {
	padding:15px ;
	margin-top:15px;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 4px 3px #e9e7e7;
	margin-bottom:50px;
	margin-top:20px;


}
.contact_form{
	width:38%;
	float:left;
	margin-right:50px;
}

.contact_form h3{
	font-size:16px;
	text-align:left;
	color:#ea540a;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:40px;
	font-weight:400;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:15px;
	
}


.contact_form p{
	font-size:14px !important;
	line-height:25px;
	color:#818181;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 20px 0;
	text-align:left;
}
.contact_form big{
	font-size:16px !important;
	color:#333;
}
.contact_form span{
	font-size:15px!important;
	color:#d20d0d;
}

.contact_location{
	width:57%;
	float:left;
}

.contact_location h4{
	font-size:16px;
	text-align:left;
	color:#ea540a;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:40px;
	font-weight:400;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:15px;

	
}

.contact_location iframe{
	width:100%;
	height:280px;
}




/*==============================
Online_Enquiry page styles
====================================================================*/
.In_page_Online_Enquiry {
	padding:15px ;
	margin-top:15px;
	background:#FFFFFF;
	margin-bottom:50px;
	margin-top:20px;
	margin:0px auto;
	width:60%;


}



.Online_Enquiry{
	width:100%;
	
}

.Online_Enquiry h3{
	font-size:16px;
	text-align:center;
	color:#ec5306;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:40px;
	font-weight:400;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	
}
.Online_Enquiry ul{
	margin:0;
	padding: 10px 0 0 0;
}
.Online_Enquiry li{
	width:270px;
	float:left;
	padding-bottom:15px;
	list-style:none !important;
	float:left;
	margin-left:45px;
}
.Online_Enquiry li label{
	width:180px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#5f5f5f;
	margin-bottom:15px;
}
.input_feald{
	width:270px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size:12px;
	padding: 0 5px 0 5px;
	height:26px;
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e0dfdf;
	}
.phone{
	width:150px !important;
}
.textarea_feald{
	width:585px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size:11px;
	padding: 5px 5px 5px 5px;
	height:94px;
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e0dfdf;}
.submit{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	height:28px ;
	font-size:14px;
	padding: 0px 15px 0px 15px;
	background:#d20325;
	box-shadow:0px 0px 2px #999;
	border:none;
	margin-top:15px;
	border-radius:3px; 
	line-height:28px !important;
	cursor:pointer;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.submit:hover{
	color:#FFF;
	background:#b7011f;
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}






/*========footer start==========*/

#footer{
	width:100%;
	padding-bottom:30px;
	margin-top:30px;
	padding-top:15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-top:1px dashed #333;
}


.footer_one{
	width:25%;
	float:left;
}

.footer_one h2{
	line-height:70px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	letter-spacing:1px;
	
	
}
.footer_one h3{
	line-height:70px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	letter-spacing:1px;
	
	
}
.footer_one ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}

.footer_one li{
	width:100%;
	
}
.footer_one li a{
	float:left;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#707071;
	margin-bottom:15px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	
	
}
.footer_one li a:hover{
	color:#d20325;
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	
}


.footer_one li img{
	float:left;
	margin-right:20px;
	
}

.footer_input_feald{
	width:98%;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#999999;
	font-size:13px;
	padding: 0 5px 0 5px;
	height:29px;
	background:#515050;
	border-radius:3px; 
	border:1px solid #5f5e5e;
}

.footer_textarea{
	width:98%;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#999999;
	font-size:13px;
	padding: 10px 5px 0 5px;
	height:105px;
	margin-top:15px;
	background:#515050;
	border-radius:3px; 
	border:1px solid #5f5e5e; 
}


.footer_submit{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	height:28px ;
	font-size:14px;
	padding: 0px 15px 0px 15px;
	background:#d20325;
	box-shadow:0px 0px 2px #999;
	border:none;
	margin-top:15px;
	border-radius:3px; 
	line-height:28px !important;
	cursor:pointer;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	
	
}
.footer_submit:hover{
	color:#FFF;
	background:#b7011f;
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


.footer_two{
	width:25%;
	float:left;
}

.footer_two h2{
	line-height:69px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	letter-spacing:1px;
	
}
.footer_two ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}

.footer_two li{
	width:250px;
	
	
}
.footer_two li label{
    float:left;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#717171;
	margin-bottom:15px;
}
.footer_two li img{
    float:left;
	margin-right:20px;
	margin-top:5px;
}

#main_copyright{
	width:100%;
	background:#3d3d3d;
	border-top:1px dashed #121212;

}

#copyright{
	width:85%;
	margin:0px auto;
	padding:10px 0px 10px 0px;
}

#copyright p{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin-bottom:0px !important;
	text-align:center;
	
}

#copyright a{
	text-decoration:none;
	color:#717171;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	float:right;
	padding: 0px 5px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#copyright a:hover{
	color:#fff; 
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
