/**************************************************************************************************************** 
	General
****************************************************************************************************************/
@font-face {
  font-family: 'aleo-regular-webfont';
  src: url('../fonts/regular/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/regular/aleo-regular-webfont.woff') format('woff'), 
	  url('../fonts/regular/aleo-regular-webfont.ttf')  format('truetype'), 
	  url('../fonts/regular/aleo-regular-webfont.svg#aleo-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aleo-bold-webfont';
  src: url('../fonts/bold/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/bold/aleo-bold-webfont.woff') format('woff'), 
	  url('../fonts/bold/aleo-bold-webfont.ttf')  format('truetype'), 
	  url('../fonts/bold/aleo-bold-webfont.svg#aleo-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	margin: 0;
	border: 0; 
	padding: 0; 
	list-style: none;
	font-weight: normal;
	text-decoration: none;
}

body { 
	background: url('/templates/images/bizzybuses/background.jpg');
	overflow-x:hidden; 
	font-family: 'Ek Mukta', sans-serif;
	color:  #969696;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6{
	color:#464646;
	font-family: 'Gentium Basic', serif;
	font-weight:bold;
}

h1{ font-size: 50px;}

h2{ font-size: 35px;}

h3{ font-size: 25px;}

h4{ font-size: 20px;}

h5{ font-size: 18px;}

h6{ font-size: 17px;}

a:link, a:visited { color:  #969696; }

a:hover { color:  #969696;  }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

table td { vertical-align: top; text-align: left; }

input[type="text"], textarea { 
	padding: 3px;
	border: 1px solid #c8c8c8;
	width: 367px;
	position: relative;
	box-sizing:border-box;
}

textarea{overflow:hidden;overflow: hidden;}

hr { border-top: 1px solid #CCC; margin-bottom: 15px; }


/**************************************************************************************************************** 
	GLOBAL CLASS
****************************************************************************************************************/


.clear{clear:both;height:0;display:block;} 

.wrap{width:1260px;margin:0 auto;}


.page-bg {
padding: 123px;
background-size: cover!important;
}


.page-bg h1 {
    font-family: 'FuturaLT';
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

/**************************************************************************************************************** 
	Header
****************************************************************************************************************/
.headwrap{
	background: #6d213f;
	padding-bottom: 15px;
}
.head{
	/*width: 1904px;*/
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 /*   clear: both;
    overflow: hidden;*/
}
.head-left, .head-right{
	width: 50%;
}



/**************************************************************************************************************** 
	BANNER
****************************************************************************************************************/


/**************************************************************************************************************** 
	Navigation
****************************************************************************************************************/


/**************************************************************************************************************** 
	HOME CONTENT
****************************************************************************************************************/
.products_wrapper{
	background: #f1f1f1;
	padding-bottom: 50px;
}
.products_wrap, .products2{
	padding-top: 30px;
}
.product_image_wrap, .contact_content{
	padding-top: 20px;
}
.colsubtitle h1{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
}

.home_thumb a{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color:#882f4d;
}

.contact{
	padding-top: 50px;
}
.contact_title h1{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 500;
}

.contact_content_in p{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.about_us_content p{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.about_us_content .subheading{
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.about_us_home_wrap{
	background: #f1f1f1;
	margin-top: 40px;
}
.about_us_home_wrap_in{
padding: 40px 0px 40px;
}

.about_readmore{
	margin-top: 20px;
}

.about_readmore a{
	display: block;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	background: #882f4d;
	width: 150px;
    text-align: center;
    padding: 15px;
    color: #d7ab6d
}

.youtube_frame{
	width: 100%!important;
}

/**************************************************************************************************************** 
	Footer
****************************************************************************************************************/
.footer-wrap{
	background: #882f4d;
	padding: 40px;
	color: #fff;
}

.footer-wrap a{
	color: #fff
}

.footer-wrap a:hover{
	color: #d7ab6d;
}

 
/**************************************************************************************************************** 
	SOCIAL MEDIA
****************************************************************************************************************/


/*.social{float:right;    margin: 40px 0 0 0;}
.social a{}
.social .tw{margin: 0 0 0 -20px;}
*/


/**************************************************************************************************************** 
	Contact Form
****************************************************************************************************************/



#contact_form {  }

.contactThanks{
	text-align: center;
    display: table;
    width: 100%;
}

.contactThanksIn{
	display: table-cell;
    vertical-align: middle;
    height: 500px;
}

.contactThanks h1{
	margin-top: 16px;
}

#contact_form input[type="text"] { 
	height: 45px;
	width: 100%;
	margin:0 0 12px 0;  
	position: relative; 
	padding:5px;
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif;
	background: none;
	border:1px solid #000;
	/*border-radius: 8px;*/
}

#contact_form select{
	width: 100%; 
	padding:5px; 
	font-family: 'Ek Mukta', sans-serif;
	margin:0 0 12px 0;
}

#contact_form input[placeholder]{color:black;}

#contact_form textarea { 
	display: block; 
	width: 100%;
	height: 180px; 
	resize: vertical;
	margin:0 0 12px 0;
	position: relative;
	padding:5px; 
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif; 
	background: none;
	border:1px solid #000;
	/*border-radius: 8px;*/
}

#contact_form .submit {
	cursor: pointer;
	font-family: 'Ek Mukta', sans-serif;   
	color: #d7ab6d;  
	background: #882f4d ; 
	width: 100%;
	height: 60px;
    font-size: 25px;
    font-weight: 700;
    /*border-radius: 8px;*/
}

#contact_form .submit:hover {}


/**************************************************************************************************************** 
	Gallery
****************************************************************************************************************/

.gallery_list { 
	overflow: hidden; 
	padding: 0;
	margin: 18px auto 10px; 
}

.gallery_list li { 
	display: block;
	float: left; 
	margin: 0 12px 12px 0; 
}

.gallery_list li a { 
	display: block; 
	padding: 4px;
	border: 1px solid #CCC;	}

.gallery_list li a:hover { padding: 3px; border: 2px solid #87A250; }

.gallery_pagination { text-align: center; }

.gallery_pagination select { 
	padding: 2px; 
	border: 1px solid #CCC;
	margin-left: 5px; 
}

	

/**************************************************************************************************************** 
	Content
****************************************************************************************************************/


.wrapper { margin: 0px auto 0 auto;   }

#hero {    }

#hero img{    border: solid #fff 15px;  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.52);    box-sizing: border-box;} 

#content { min-height: 500px;    padding: 35px; background: rgba(255, 255, 255, 0.64)}

#content p { 
	font-family: 'Ek Mukta', sans-serif;   
		margin-bottom: 14px; 
		margin-top: 16px; 
		font-size: 16px;    
		line-height: 25px;
		
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {   margin-bottom: 14px;}

#content h1 {  }

#content h2 { }

#content h3 {  }

#content h4 { }

#content h5 { }

#content h6 { }

#content ul { margin-bottom: 14px; }

#content ul li { }

.google_map {  width: 100% !important; height: 515px; margin: 0px !important; }

.social a[href=""]{display:none;}
	
	
.mainCon{
	width:63%;
	float:left; 
	width: 60%;
} 

.sidebar{float:right;    width: 37%;}

.sbImage{}

.sbImage a{    margin: 0 4% 4% 0;  display: inline-block;}

.sbImage a:nth-child(2n+2){margin-right:0;}

.sbImage img{    border: solid 3px #fff;} 


/**************************************************************************************************************** 
	Responsive
****************************************************************************************************************/


