@import url(http://fonts.googleapis.com/css?family=Play:400,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000000;
	border-top:3px solid #4cb856;
}
img{
	max-width:100%;
	}
.orange{
	color:#0296dd;
	}
.img_txt{
	display:inline-block !important;
	vertical-align:middle !important;
	}
.body_txt{
	text-align:justify;
	
	}
.body_txt p{
	line-height:28px;
	}
.body_img img{
	border:1px solid #cccccc;padding:2px;background:#fff;box-shadow:0 0 5px #fff;
	border-radius:4px;
	}
#menu_nav{
	background:#4cb856;
	padding-top:7px;
	padding-bottom:7px;
	cursor:pointer;
	width:100%;
	display:none;
	color:#fff;
	position:fixed;
	z-index:1000;
	border-bottom:1px solid #cccccc;
	}
#menu_nav img{
	padding:5px;
	border:1px solid #ffffff;
	border-radius:5px;
	float:left;
	margin-left:5%;
	}
.txt{
	float:right;
	padding-right:5%;
	padding-top:3px;
	font-size:16px;
	text-transform:uppercase;
	}
.nav_toggle{
	display:none;
	background:#0296dd;
	padding:5px 0;
	position:relative;
	top:45px;
	}
.nav_toggle ul{
	list-style:none ;
	
	margin-bottom:0px;
	
	
	}
.nav_toggle li{
	padding:1px 0;  }
.nav_toggle a{
	color:#fff;
	
	}
.nav_toggle a:hover{
	
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 22px;
	line-height: 22px;
}
p span {
	color: #575757;
}
/*nav */
nav {
max-width:1248px;
display:block;
margin:0 auto;
position: relative;
z-index: 10000;
box-shadow:0 0 10px #000 ;

}

nav  li {
float:left;
position: relative;
display: inline-block;
border-bottom:4px solid #0296dd;
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav a{

font-size:17px;
font-weight:normal;
color:#fff;
display:block;
text-shadow:1px 1px 5px #000;
white-space:nowrap;
line-height:36px;
margin-top:1px;
padding: 0 30px;
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav a:hover{
	color:#fff;
	text-decoration:none;
	
}
nav li:hover{
	
	line-height:44px;
	border-bottom:4px solid #4cb856;
}
/*dropdown menu*/

nav ul li:hover ul {
  display:block;
  opacity:10;
  visibility: visible;
  white-space:nowrap;
  
  
}
	
nav ul li ul {
  padding:0;
  position: absolute;
  top:41px;
  left: 0px;
  width:150px;
  display: none;
  text-align:left;
  opacity: 0;
  z-index:100;
  background:#000;
  visibility: hidden;
 -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
  
}

nav ul li ul li { 
   	float:none;
 	display: block; 
	white-space:nowrap;
	border-bottom:1px solid #0296dd;
	border-left:1px solid #0296dd;
	border-right:1px solid #0296dd;
 }
nav ul li ul li a{ 
	line-height:25px;
	display:block;
	padding: 0 10px;
	font-size:15px;
 }

nav ul li ul li:hover { 
	display:block;
	width:100%;
	text-align:left;
	 background:#4cb856;
	 }
/*end dropdown menu*/

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: absolute;
	top: 4px;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 36px/1em 'Play';
	text-transform: uppercase;
	margin: 0 0 51px 0;
	color: #1f1f1f;
}
h2 span {
	color: #ffffff;
}
h2.indent {
	font: 30px/1em 'Play';
	text-transform: uppercase;
	margin: 0 0 51px 0;
	color: #391900;
	margin: 0 0 43px 0;
}
h3 {
	font: bold 18px/1em 'Play';
	color: #ffffff;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
h4 {
	font: 24px/30px 'Play';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 21px 0;
}
h5 {
	font: 18px/24px 'Play';
	color: #091824;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 0 0 17px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 87px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}


/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 0 37px 0;
	z-index: 11;
	background: #ffffff;
	
	
}
header .box {
	background: #542600;
	padding: 8px 0;
	max-height: 41px;
	position: relative;
	z-index: 11;
}
header .box p {
	color: #000000;
	text-transform: uppercase;
	font: 14px/1em 'Play';
	margin: 3px 0 0 -4px;
	float: left;
}
header .box p a {
	color: #ffffff;
	margin: 0 4px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.white{color:#ffffff !important;}
.white:hover{color:#000000 !important;}
header .box p a:hover {
	color: #0296dd;
}
header .tel {
	float: right;
	color: #000000;
	font: 23px/1em 'Play';
	margin: 40px 0 0 0;
}
header .ph{
	color: #0296dd;
	font: 32px/1em 'Play';
	margin: 25px 0 0 0;
	}
header .ph a{
	color: #0296dd;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 25px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 23px;
	line-height: 25px;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #c12719;
}
.bg_pic {
	background: #131926 url(../img/bg_pic.jpg) right 0 no-repeat;
	height: 221px;
}
/* menu
========================================================*/
.menu_box {
	position: relative;
	background:#0296dd;
}
.menu_box > em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 10px;*/
	background: #0c0c0c;
	z-index: 0;
}
.menu_box .container {
	position: relative;
	z-index: 1;
}
.menu_box.indent {
	background: #ffffff;
}
nav.tm_navbar {
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: #0296dd;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index:1;
}
nav.tm_navbar .nav.sf-menu {
	float: left;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 6px;
	font: 14px/40px 'Play';
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #1b343c url(../img/pattern3.png) repeat;
}
nav.tm_navbar li.active > span {
	color: #a0d7fe;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #4cb856;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
	color: #a0d7fe;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #1b343c url(../img/pattern3.png) repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
	color: #a0d7fe;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: 0;
	bottom: 25px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 159px;
	left: 0;
	top: 88px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #23303b;
	border-radius: 0;
	padding: 26px 10px 11px 42px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 16px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-shadow: none;
	text-transform: uppercase;
	color: #8e8e8e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #8e8e8e;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 103px;
	left: 117px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #c0251b;
	padding: 10px 10px 0 13px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #000000 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	background: url(../img/top.png) 0 bottom no-repeat;
}
.who-box {
	overflow: hidden;
	background: #131926 url(../img/pattern1.png) repeat;
	padding: 87px 0 0 0;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	padding: 55px 0 0 0;
	overflow: hidden;
	background: #ffffff;
}
.thumb-box1 .title {
	color: #000000;
	font: 36px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 7px;
}
.thumb-box1 .description {
	color: #000000;
	font: 24px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 51px;
}
.thumb-box2 {
	padding: 114px 0 41px 0;
	overflow: hidden;
	background: #0296dd;
}
.thumb-box2 .title {
	color: #542600;
	font: 30px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-box2 .description {
	color: #000000;
	font: 12px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-box2 hr {
	margin: 26px 0 23px 0;
	border-top: 1px solid #ccc;
}
.thumb-box3 {
	overflow: hidden;
	padding: 60px 0 85px 0;
	background:#0296dd;
}
.thumb-box4 {
	overflow: hidden;
	padding: 18px 0;
	background: #c0251b;
	position: relative;
}
.thumb-box4 .container {
	position: relative;
	z-index: 1;
}
.thumb-box4 p {
	font: 52px/52px 'Play';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}
.thumb-box4 p strong {
	float: left;
}
.thumb-box4 p a {
	width: 47px;
	height: 47px;
	overflow: hidden;
	border-radius: 100%;
	display: inline-block;
	float: left;
	margin: 2px 0 0 13px;
	background: url(../img/more2.png) no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box4 p.time {
	display: inline-block;
}
.thumb-box4 em {
	position: absolute;
	top: 0;
	right: -15%;
	width: 50%;
	height: 100%;
	background: #121622;
	z-index: 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 84px 0 37px 0;
	background: #f7f7f7;
}
.thumb-box5 .title {
	color: #c0251b;
	font: 30px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-box5 .description {
	color: #000000;
	font: 12px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-box5 hr {
	margin: 26px 0 27px 0;
	border-top: 1px solid #ccc;
}
.thumb-box6 {
	overflow: hidden;
	padding: 75px 0 0 0;
	background: #ffffff;
}
.thumb-box6 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box7 {
	overflow: hidden;
	background: #131926 url(../img/pattern1.png) repeat;
	padding: 87px 0 58px 0;
}
.thumb-box8 {
	overflow: hidden;
	background: #ffffff;
	padding: 87px 0 0 0;
}
.thumb-box8 figure img {
	width: 100%;
}
.thumb-box8 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box9 {
	overflow: hidden;
	background: #ffffff;
	padding: 25px 0 0 0;
}
.thumb-box9 figure img {
	width: 100%;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box10 {
	overflow: hidden;
	background: #ffffff;
	padding: 25px 0 63px 0;
}
.thumb-box10 figure img {
	width: 100%;
}
.thumb-box10 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 84px 0 74px 0;
	background: #f7f7f7;
}
.thumb-box11 .title {
	color: #c0251b;
	font: 30px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-box11 .description {
	color: #000000;
	font: 12px/1em 'Play';
	text-transform: uppercase;
	margin-bottom: 0;
}
.thumb-box11 hr {
	margin: 26px 0 27px 0;
	border-top: 1px solid #ccc;
}
.thumb-box12 {
	overflow: hidden;
	padding: 22px 0 89px 0;
	text-align: center;
}
.thumb-box12 .title {
	font: 336px/1em 'Play';
	color: #b90205;
	margin-bottom: 0;
}
.thumb-box12 .description {
	font: 36px/1em 'Play';
	color: #1f1f1f;
	text-transform: uppercase;
	margin: -13px 0 58px 0;
}
.thumb-box12 p {
	color: #575757;
	font-size: 18px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 48px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
	border-radius:5px 5px 0 0;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.thumb-pad1 figure img:hover{
	border-radius:40px 40px 0 0;
}
.thumb-pad1 .thumbnail .box {
	background: #4cb856;
	padding: 15px 0;
	margin: 0 0 20px 0;
}
.thumb-pad1 .thumbnail .box p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font: 24px/20px 'Play';
}
.box-shadow{box-shadow:2px 2px 5px #4E4E4E;}
.small {
	margin-bottom: 0;
	color: #ffffff;
	text-transform:none !important;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	font: 16px/22px 'Play' !important;
}
/*contact page*/
ul{
	list-style:none !important;}
.contact{
	line-height:40px;
	font-size: 18px;
	}
.contact h3{
	font-weight: bold;
	color:#f9790e;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 5px;

	}
.contact li{
	border-bottom:1px solid #0296dd;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
	}
.contact li a{
	color:#0296dd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}
.contact li a:hover{
	color:#000000;
	}
.inner-txt{
	font-size:16px;
	font-weight:normal;
	color:#000000 !important;
}
.inq_form{
	margin:0 auto;
	padding-bottom:10px;
	font-size: 18px;
	}
.inq_form label{
	margin:10px 0 5px;
	font-weight:normal;
	}
.inq_form input[type="text"]{
	width:65%;
	}
.inq_form textarea{
	width:65%;
	height:100px;
	}
#captcha{
	width:75%;
	}

.thumb-pad1 .thumbnail .caption {
	padding: 0 40px;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 0 0 29px 0;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 > figure {
	float: left;
	margin: 0 23px 0 0;
}
.thumb-pad2 a {
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #091824;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 a:hover {
	color: #c0251b;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 .thumbnail > figure {
	margin: 0 0 8px 0;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	background: #eaeaea;
	border-bottom: 6px solid #e1e1e1;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 24px 21px 20px 21px;
}
.thumb-pad3 .thumbnail .caption a {
	font: 13px 'Play';
	color: #091824;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #c0251b;
}
.thumb-pad3 figure {
	margin: 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 .thumbnail .caption .btn-default.btn1 {
	margin-top: 15px;
}
.thumb-pad4 figure {
	margin: 0 0 39px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 37px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 26px;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	background: #eaeaea;
	margin-bottom: 33px;
	border-bottom: 3px solid #d4d5d6;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail figure {
	margin: 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6 .thumbnail .caption {
	padding: 25px 24px 21px 22px;
	overflow: hidden;
	position: relative;
}
.thumb-pad6 .thumbnail .caption a {
	float: right;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 24px;
	background: url(../img/more.png) 0 top no-repeat;
}
.thumb-pad6 .thumbnail .caption a:hover {
	background: url(../img/more.png) 0 bottom no-repeat;
}
.thumb-pad6 .thumbnail .caption p {
	font: 18px 'Play';
	text-transform: uppercase;
	color: #091824;
	margin-bottom: 0;
	letter-spacing: 0;
}
.thumb-pad6 .thumbnail .caption strong {
	color: #b90205;
	text-transform: uppercase;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
}
.thumb-pad7 {
	margin: 0 0 44px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption h5 {
	margin-bottom: 15px;
}
.thumb-pad7 figure {
	margin: 0 0 21px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 32px;
	font: 14px/37px 'Play';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #4cb856;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #0296dd;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 33px;
	font: bold 18px/52px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #53afee;
	text-transform: uppercase;
	border: none;
	float: none;
	text-shadow: 1px 1px 1px #4ca1db;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	text-shadow: none;
	background: #414141;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: bold 18px/38px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #53afee;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	text-shadow: none;
	background: #414141;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 28px;
	font: bold 14px/46px 'Roboto Condensed';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #53afee;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	text-shadow: none;
	background: #414141;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
	padding-left: 18px;
	background: url(../img/list_point.png) left 8px no-repeat;
}
.list1 li a {
	color: #ffffff;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #4f3d2f;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	padding-bottom: 16px;
	background: url(../img/dotted.png) 0 bottom repeat-x;
}
.list2 li p {
	color: #959595;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 0;
}
.list2 li a {
	color: #0296dd;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #736F6F;
}
.list2 li:last-child {
	background: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	float: left;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li time {
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	color: #b90205;
	float: left;
	margin-right: 7px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 29px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li p {
	font: italic 16px/26px 'Roboto Condensed';
	color: #8b8a8a;
	margin-bottom: 17px;
}
.list5 li a {
	font: 20px/21px 'Roboto Condensed';
	color: #7d8286;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #53afee;
}
.list5 li .description {
	font: bold 14px 'Roboto Condensed';
	color: #53afee;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d3d3d3;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.html) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 32px;
}
.list7 li span {
	color: #c0251b;
	font-size: 18px;
	width: 25px;
	float: left;
	margin-right: 5px;
}
.list7 li h4 {
	color: #091824;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 14px;
}
.list7 li p {
	margin-bottom: 0;
	color: #575757;
}
.list8 {
	margin: 0 0 58px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 28px 0;
}
.list8 li p {
	margin-bottom: 0;
	color: #575757;
}
.list8 li h5 {
	margin-bottom: 12px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
	border-bottom: 6px solid #391a00;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
}
.list_carousel1 #foo1 > li .caption {
	padding: 27px 21px 22px 21px;
	background: #542600;
	position: relative;
	overflow: hidden;
}
.list_carousel1 #foo1 > li .caption p {
	font: 13px 'Play';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 #foo1 > li .caption a {
	float: right;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 14px;
	background: url(../img/more.png) 0 top no-repeat;
}
.list_carousel1 #foo1 > li .caption a:hover {
	background: url(../img/more.png) 0 bottom no-repeat;
	
}
.list_carousel1 #foo1 > li:hover .caption p {
	color:#0296dd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn1 .prev2, .list_btn1 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 -2px;
	width: 12px;
	height: 27px;
	margin-left: 19px;
}
.list_btn1 {
	text-align: right;
	position: absolute;
	top: -60px;
	right: 30px;
}
.list_btn1 .next2 {
	background: url(../img/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .next2:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
}
.list_btn1 .prev2 {
	background: url(../img/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 .prev2:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 26px 0 0 0;
	position: relative;
}
#search-404 .btn-default.btn1 {
	margin-top: 6px;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 645px;
	outline: none;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #575757;
	padding: 14px 15px;
	height: 49px;
	resize: none;
	float: left;
	margin-right: 14px;
}
#search {
	padding: 0;
	margin: 28px 30px 0 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 269px;
	outline: none;
	background: #cc776d;
	border: 1px solid #cc776d;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 5px 40px 6px 15px;
	height: 31px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 347px;
}
.content_map.indent {
	height: 415px;
	margin-bottom: 103px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 30px;
	text-align: left;
}
.info h5 {
	margin-bottom: 12px;
}
.info p {
	margin-bottom: 30px;
}
.mail {
	color: #b90205;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #091824;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 60px 0 0 0;
	overflow: hidden;
	background:#0296dd;
}
footer .prev {
	font: 14px/18px 'Play';
	color: #0296dd;
	text-transform: uppercase;
	margin: 0;
}
footer .prev a {
	color: #959595;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .prev a:hover {
	color: #4cb856;
}
footer p {
	font: 12px/24px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 0;
}
footer span {
	color:#ffffff;
}
footer p .lnk {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.copright{
	padding:10px 0;}
.copright a{
	color: #0296dd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}
.copright a:hover{
	color:#4cb856;
	}
footer p .lnk:hover {
	color: #000000;
}
footer em {
	font-style: normal;
	color: #ef3b2d;
}
footer i {
	font-style: normal;
	color: #959595;
}
footer hr {
	border-top: 1px solid #ffffff;
	margin: 0 0 20px 0;
	opacity: 0.13;
	filter: alpha(opacity=13);
}
footer strong {
	color: #000000;
	display: block;
	font: bold 30px 'Play';
	margin-bottom: 7px;
}
footer .logo {
	font: bold 30px/1em 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
}
footer .col-lg-3 {
	margin-bottom: 48px;
}
.follow_icon2 {
	padding: 7px 0 0 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon2 li {
	float: left;
	margin: 0 0 0 25px;
}
.follow_icon2 li:first-child {
	margin: 0;
}
.follow_icon2 li a {
	font-size: 23px;
	line-height: 25px;
	color: #fff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon2 li a:hover {
	color: #0296dd;
}

/* body container*/

.body_wrapper{
	font-size:15px;
	color:#000;	
	max-width:1248px;
	margin:0 auto;
	position:relative;
	}
.body_wrapper h2{
	text-align:center;
	color:#000;
	text-shadow:0 0 2px;
	font-size:28px;
	margin:20px 0;
	 }
.body_wrapper a{
	color:#0296dd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}
.body_wrapper a:hover{
	color:#000000;
	}
.body_wrapper p{padding:0 20px;}	

.ulist{
	list-style:disc !important;}
	
/*contact page*/
ul{
	list-style:none;}
.contact{
	line-height:40px;
	font-size: 18px;
	}
.contact h3{
	font-weight: bold;
	color:#0296dd;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 5px;

	}
.contact li{
	border-bottom:1px solid #0296dd;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
	}
.contact a{
	color:#ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}
.contact a:hover{
	color:#0296dd;
	}

.inner-txt{
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}

.inq_form{
	margin:0 auto;
	padding-bottom:10px;
	font-size: 18px;
	}
.inq_form label{
	margin:10px 0 5px;
	font-weight:normal;
	}
.inq_form input[type="text"]{
	width:65%;
	}
.inq_form textarea{
	width:65%;
	height:100px;
	}
#captcha{
	width:75%;
	}
/*inventory page*/

.inventory{
	font-size:16px;
	}
.top_link{
	background:#4cb856;
	padding:0 0 10px 0;
	color:#fff;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #000000;
	width:100%;
	margin:0 auto;
	}
.top_link h3{
	margin:10px 0 !important;
	}
.top_link a{
	color:#fff;
	font-size:20px;
	}
.top_link a:hover{
	color:#fff;
	}
.inv_box{
	margin:15px auto;
	background:#F1F1F1;
	padding:10px 0;
	border-radius:4px;
	border:1px solid #cccccc;

	}
.inv_box:hover{
	background:#e7e7e4;}
.inv_box img{
	box-shadow:0 0 2px #000;
	padding:10px;
	background:#0296dd;
	border-radius:5px;
	}
.inv_value{
	font-size:17px;
	color:#0296dd;
	}
.inv_value a{
	color:#000;
	font-weight:bold;
	}
.inv_value a:hover{
	color:#0296dd;
	text-decoration:none;
	
}
.inv_link_margin{margin-top:0px;}
.inv_link{
	background:#0296dd;
	width:100%;
	border-radius:5px;
	margin:40px auto 0 !important;
	}
.inv_link ul{
	text-align:center;
	}
.inv_link li{
	float:left;}	
	
.inv_link a{
	color:#fff;
	padding:5px 45px;
	display:block;
	font-size:17px;
	}
.inv_link a:hover{
	color:#4cb856;
	text-decoration:none;
	
}
.inv_link img{
	box-shadow:none;
	padding:0;
	}
.discription{
	height:auto;
	color:#000000;
	}
/*windowsticker page*/
.sticker_link{
	background:#0296dd;
	width:100%;
	margin:0 auto !important;
	padding:10px 5px;
	border-radius:4px;
	font-size:18px;
	box-shadow:0 5px 5px -5px #000;
	}
.sticker_link a{
	color:#fff;
	}
.back {
	text-align:right;
	}
.sticker_link a:hover{
	color:#4cb856;
	text-decoration:none;
	}
.sticker_detail{
	background:#4cb856;
	width:100%;
	margin:10px auto !important;
	padding:10px 0 5px;
	font-size:18px;
	border-radius:4px;
	box-shadow:0 5px 5px -5px #000;
	}
.sticker_price{
	font-size:35px !important;
	padding-top:27px;
	margin-left:50px !important;
	
	}
.sticker_detail p{
	}
.sticker_link1{
	background:#0296dd;
	width:100%;
	border-radius:5px;
	margin:10px auto !important;
	box-shadow:0 5px 5px -5px #000;
	}
.sticker_link1 ul{
	text-align:center;
	}
.sticker_link1 li{
	float:left;}	
	
.sticker_link1 a{
	color:#fff;
	padding: 5px 105px;
	display:block;
	font-size:20px;
	}
.sticker_link1 a:hover{
	color:#4cb856;
	text-decoration:none;
	
}
.items{font-size:24px !important;
	margin-top:20px;}
.features{
	text-align:center;
	font-size:18px;}
.contactinfo{
	background:#4cb856;
	width:100%;
	margin:10px auto !important;
	padding:10px 0 ;
	font-size:18px;
	border-radius:4px;
	box-shadow:0 5px 5px -5px #000;
	}
.contactinfo h3{
	margin:0 auto 10px !important;}
/*directions page*/

.direction{
	width:80%;
	margin: 10px auto;
	}
.direction iframe{
	width:100%;
	margin:0 auto;
	height:600px;
	border:1px dotted #0296dd;
	border-radius:5px;
	}
.direction small{
	text-align:center;}
.sml {
text-align: center;
padding: 10px 10px;
}
.sml a{
	font-size:18px;
	color:#0296dd;
	}
.sml a:hover{
	text-decoration:underline;
	color:#0296dd;
	}
.inner_link{
	text-align:center;
	}
.inner_link p{
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom:20px;
	margin-top:10px;
	}
.inner_link p:hover{
	background:#0296dd;
	color:#fff;

	}
.inner_link a{
	padding:10px;
	font-size:15px;
	color:#000;
	}
.inner_link a:hover{
	
	text-decoration:none;
	color:#fff;
	}
.searchForm input{
	border: none;
	border-radius: 10px;
	color: black;
	font-size: 12px;
	padding: 4px;
	
}

.half{
	display: inline-block;
	float: left;
	padding: 1%;
	text-align: left;
	width: 48%;
	
}
.form{
	width:50%;
	margin:0 auto;
	border:1px dashed #000;
	padding:10px;
	font-size:16px;
	border-radius: 10px;
	
	}
.form p{
	font-size:16px !important;
	}
.form input[type=radio], input[type=checkbox]{
	margin:0 !important;
	}
.cnter{width:400px !important; margin:0 auto !important; text-align:center;}
.staff p{
	border:1px solid #ccc;
	padding:10px;
	border-radius:4px;
	background:#0296dd;
	text-align:center;
	
	}
.head1{
	font-size:15px;
	color:#fff;
	display:block;
	}
.head2{
	font-size:20px;
	color:#fff;
	display:block;
	}
.head3 a{
	font-size:18px;
	color:#391a00;
	display:block;
	}
.mnfact{
	margin-bottom:20px;}

.mnfact img{
	background:#0296dd;
	padding:10px;
	border-radius:2px 2px 0 0;
	margin:0 auto;
	display:block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}
.mnfact img:hover{
	background:#4cb856;
	}

.mnfact	figcaption{
	background:#0296dd;
	padding:0 0 10px 10px;
	width:270px;
	margin:0 auto;
	text-transform:uppercase;
	}
/*tellfriend page*/

.form_body{
	width:50%;
	margin:0 auto;
	font-size:20px;

	}
.form_body label{
	font-weight:normal !important;
	}
.form_body input{
	display:block;

	
	}
.form_body input[type="text"]{
	margin-bottom: 10px;

	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #0296dd;
	}
	
.form_body textarea{
	margin-bottom: 10px;
	
	width: 100%;
	padding: 5px;
	height:100px;
	border-radius: 5px;
	border: 1px solid #0296dd;}
.form_body select{
	margin-bottom: 10px;
	
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #0296dd;
	}
	
.send{
	margin-bottom: 20px;
width: 100%;
padding: 15px !important;
border-radius: 5px;
border:none;
background-color: #0296dd;
color: #ffffff;
font-size: 20px;
cursor: pointer;
	}
.send:hover{
	background:#4cb856;
	color:#fff;
	}
.radio_btn{
	display:inline !important;
	margin:0 auto;
	}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/




@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
  top:38px;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 em {
 display: none;
}
 .thumb-pad6 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad6 .thumbnail .caption strong {
 margin: 8px 0;
}
 .thumb-pad6 .thumbnail .caption a {
 position: relative;
 top: 0;
 right: 0;
 float: none;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin: 0 0 15px 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
	
header {
  top:45px;
}	
 #toTop {
 display: none !important;
}

 nav.tm_navbar {
 text-align: center;
}
 nav.tm_navbar .nav.sf-menu {
 float: none;
 display: inline-block;
}
 #search {
 float: none;
 display: inline-block;
 margin: 15px 0 0 0;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 em {
 display: none;
}
 .thumb-pad6 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad6 .thumbnail .caption strong {
 margin: 8px 0;
}
 .thumb-pad6 .thumbnail .caption a {
 position: relative;
 top: 0;
 right: 0;
 float: none;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin: 0 0 15px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
	#panel{display:block;}
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 top:45px;
}
 header .box {
 max-height: none;
}
 header .box p {
 float: none;
}
 header .box .follow_icon {
 float: none;
 display: inline-block;
 margin-top: 15px;
}
 header h1.navbar-brand_ {
 position: relative;
 float: none;
 top: 0;
}
 header .tel {
 float: none;
 margin: 20px 0 0 0;
 font-size: 18px;
 }
 #search {
 float: none;
 display: inline-block;
 margin: 15px 0 0 0;
}
 nav.tm_navbar {
 float: none;
 padding: 0 15px;
 margin: 0;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #1c3545;
 background: #1c3545;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .list_carousel1 #foo1 > li .caption {
 text-align: center;
}
 .list_carousel1 #foo1 > li .caption p {
 margin-bottom: 10px;
}
 .list_carousel1 #foo1 > li .caption a {
 position: relative;
 top: 0;
 left: 0;
 float: none;
}
 .list_btn1 {
 text-align: center;
 position: relative;
 top: 0;
 right: 0;
 margin: 0 0 20px -19px;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 em {
 display: none;
}
 .thumb-box4 p {
 font-size: 40px;
}
 .thumb-pad6 .thumbnail .caption {
 text-align: center;
}
 .thumb-pad6 .thumbnail .caption strong {
 margin: 8px 0;
}
 .thumb-pad6 .thumbnail .caption a {
 position: relative;
 top: 0;
 right: 0;
 float: none;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box12 .title {
 font-size: 200px;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 #search {
 display: block;
}
 #search input {
 width: 100%;
}
 .thumb-box12 .title {
 font-size: 150px;
}
 .thumb-box4 p {
 font-size: 30px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 footer .col-lg-3 {
 height: auto !important;
}
 .list_carousel1 #foo1 > li {
 margin-right: 0;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.box_inner{
	color:#ffffff;
	}