@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300|Open+Sans+Condensed:300,700);

/** general **/
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #333333; line-height: 1.62857; font-weight: 400; font-size: 13px; }
a { color: #ff5722; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover { text-decoration: none; color: #333333; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
/* .banner_header { text-shadow: 1px 1px 1px #333333; } */
h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; color: #333333; text-rendering: optimizelegibility;  }
h1 { font-size: 36px; color: #333333; font-weight: 700; }
h2 { font-size: 28px; color: #333333; }
h3 { font-size: 18px; color: #333333; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin-bottom: 15px; }
img { max-width: 100%; border-radius: 5px 5px 5px 5px; }
.lead { font-size: 18px; }
/* .redShade { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: rgba(255, 87, 34, 0.2); } */
.darkShade { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.6); }

/* form elements */
.form-control { border-color: #ff5722; }
.form-control:focus { }btnArea

/* breadcrumb */
.breadcrumb { background: none; color: #fff; margin: 0px; padding: 0px; }
.breadcrumb a, .breadcrumb > .active { color: #fff; }
.breadcrumb > li + li:before { color: #fff; }

.bs-glyphicons { margin: 20px 0px; overflow:hidden; }
.bs-glyphicons-list { padding-left:0; list-style:none }
.bs-glyphicons li { float:left; width:25%; height:115px; padding:10px; text-align:center; }
.bs-glyphicons .glyphicon { margin-top:5px; margin-bottom:10px; font-size:24px }
.bs-glyphicons .glyphicon-class { display:block; text-align:center; word-wrap:break-word }
.bs-glyphicons li:hover { color:#fff; background-color:#ff5722 }

.panel-default { border-color: #252525; }
.panel-title { color: #fff; }
.panel-default > .panel-heading { border-color: #252525; background: #333333; color: #fff; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { border-color: #ff5722; background: #ff5722; }
.list-group-item { border-color: #ff5722; }
.panel-primary { border-color: #ff5722; }
.panel-primary > .panel-heading { border-color: #ff5722; background: #ff5722; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { border-color: #333; background: #333; }

#bannerArea, #workArea { background-color: #f0f2f5; background-repeat: no-repeat; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/* Buttons */
.btn { text-decoration: none; text-transform: uppercase; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; background: none; color: #ff5722; border-radius: 25px; border-color: #ff5722; }
.btn:hover { background: #ff5722; color: #fff; border-color: #ff5722; }
.btn-outline-inverse { border: 2px solid #fff; color: #fff; background: rgba(0, 0, 0, 0.0); }
.btn-outline-inverse:hover { background: #fff; color: #ff5722; border: 2px solid #fff; }
.btn-outline-inverse:hover, .btn-outline-inverse:focus { background: #fff; color: #ff5722; }

.btn-outline-inverse1 { border: 2px solid #fff; color: #fff; background: rgba(52, 180, 211, 1.0); } 
.btn-outline-inverse1:hover { background: #fff; color: #ff5722; border: 2px solid #fff; }
.btn-outline-inverse1:hover, .btn-outline-inverse1:focus { background: #fff; color: #ff5722; }

/* menu dropdown */
.dropdown-menu { background: none; border: 1px solid #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; }
.dropdown-menu > li > a { color: #fff; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #333; }

/* header Area */
header.navbar { background: rgba(255, 87, 34, 1); border-color: rgba(255, 87, 34, 0.0); }
header.navbar .navbar-brand { font-size: 24px; line-height: 45px; }
header.navbar .navbar-nav { padding: 20px 15px; }
header.navbar .navbar-nav > li { margin-left: 10px; padding-left: 10px; }
header.navbar .navbar-nav > li > a { padding: 0 0 10px 0; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.0); }
header.navbar .navbar-nav > .active > a, 
header.navbar .navbar-nav > .active > a:hover, 
header.navbar .navbar-nav > .active > a:focus, 
header.navbar .navbar-nav > li > a:hover, 
header.navbar .navbar-nav > li > a:focus { border-bottom: 1px solid #fff; background: none; }
header.navbar a.navbar-brand { color: #fff; height: auto; line-height: normal; }
header.navbar .text-center { position: absolute; left: 0; width: 100%; top: 30%; z-index: 2; }
header.navbar .border { position: relative; }

/** Animated Header **/
header.tiny { background: rgba(255, 87, 34, 1);  }

/** #bannerArea { position: relative; background-image: url(../images/image_1800x1200.jpg); } **/
#bannerArea .text-center { color: #fff; padding: 250px 0; position: relative; z-index: 9; }
/* #bannerArea.inner .text-center { padding: 100px 0px; } */
#bannerArea.inner .text-center { padding: 100px 0px 40px 0px; } 
#bannerArea h1 { color: #000; }

/* Text Area */
#content { padding: 50px 0px 0px 0px; }
#contentfaq { padding: 50px 0px 0px 0px; }
#contentfaq a { color: #333; }

/* Text Area */
#contenttop { padding: 90px 0px 0px 0px; background: #f5f5f5; }

/* Text Area */
#textArea h2 { margin-top: 0px; }

/* Picture Area */
#pictureArea { width: 100%; background: #f5f5f5; }

/* Picture Area Blue*/
#pictureAreaBlue { width: 100%; background: #34495e; padding: 30px 0; position: relative; color: #fff; }
#pictureAreaBlue h2, #pictureAreaBlue h3 { color: #fff; }

/* Countdown Area */
#countdownArea { width: 100%; padding: 20px 0px; }
#countdownArea h2 { text-transform: uppercase; margin: 10px 0px; }
#countdownArea h2 span { font-size: 14px; color: #333; display: block; margin-top: 5px; }

/* Slider Area */
#commentSlider { padding: 40px 0; }
#commentSlider p.lead span { display: block; font-size: 12px; color: #666; font-weight: 400; }

.slidearea{padding:0px;margin-bottom:20px;background-color:#fff;border:0px solid #ddd;border-radius:0px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.slidetextarea{padding:10px;margin-bottom:0px;line-height:1.428571429;background-color:#fff;border:0px solid #ddd;border-radius:0px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}


/* Logo Area */
#logoArea { padding: 40px 0px; position: relative; color: #fff; background: #f5f5f5; }
#logoArea .slides li { width: 190px; margin-right: 30px; text-align: center; font-size: 35px; font-weight: 700; padding: 10px 0; background: #fff; text-transform: uppercase; }

/* Work Area */
#workArea { padding: 30px 0; position: relative; color: #fff; background-image: url(../images/image_1800x1200_.jpg); }
#workArea h2, #workArea h3 { color: #fff; }
#workArea .container { position: relative; z-index: 9; }
#workArea .flexslider .slides > li { margin-right: 50px; }
#workArea .flexslider { margin-bottom: 30px; }

/* Work Area No Image */
#workArea1 { padding: 30px 0; position: relative; color: #fff; }
#workArea1 h2, #workArea1 h3 { color: #fff; }
#workArea1 .container { position: relative; z-index: 9; }
#workArea1 .flexslider .slides > li { margin-right: 50px; }
#workArea1 .flexslider { margin-bottom: 30px; }

/* Btn Area */
#btnArea { padding: 40px 0; } 
#btnArea .gape { margin: 0 20px; }

/* Subscribe Area */
#subscribeArea { padding: 20px 0; }

/* Contact Area */
#contactArea { overflow: hidden; }
#contactArea #map { padding: 50px 0 0; }
#map_canvas { height: 500px; width: 100%; clear: both; }

/* Menu Panel */
.panel.menu ul { margin: 0px; }
.panel.menu ul li { padding-bottom: 8px; }
.panel.menu ul li:last-child { padding-bottom: 0px; }
.panel.menu ul li i { margin-right: 4px; }

/* Menu Tags */
.panel.tags ul { margin: 0px; width: 100%; overflow: hidden; }
.panel.tags ul li { float: left; margin: 0 5px 5px 0; }

/* Separator */
.sep {
	border-top: 2px solid #ff5722;
	margin: 20px auto 30px auto;
	width: 20%;
}	

.sepgrey {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.sepgreybigradius {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.sepblue {
	border: 1px solid #34b4d3;
	border-radius: 4px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

.sepred {
	border: 1px solid orangered;
	border-radius: 4px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

/* Blog Area */
#blogArea { padding: 30px 0 0; overflow: hidden; }
#blogArea ul.controls { width: 100%; padding: 0px; overflow: hidden; margin: 20px 0; text-transform: uppercase; font-weight: 700; }
#blogArea ul.controls li { list-style: none; display: inline-block; margin: 5px 8px; cursor: pointer; }
#blogArea ul.controls li:hover, #blogArea ul.controls li.active { color: #ff5722; }
#blogArea ul#Grid { margin: 20px 0; padding: 0; position: relative; }
#blogArea ul#Grid li { padding: 0; margin: 0; display: none; position: relative; }
#blogArea ul#Grid li a { display: block; color: #fff; background: #ff5722; font-weight: 700; text-transform: uppercase; }
#blogArea ul#Grid li a span.text { position: absolute; left: 0; display: none; bottom: 10%; text-decoration: underline; width: 100%; text-align: center; }
#blogArea ul#Grid li a img { -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#blogArea ul#Grid li a:hover img { opacity: 0.2; }
#blogArea ul#Grid li a:hover span { display: block; }

/* Footer Area */
#footerArea { padding: 25px 0; color:#CCCCCC; background:#333333; border-top: 3px solid #252525; }
#footerArea a { color:#CCCCCC; }
#footerArea a:hover { color: #fff; }
#footerArea ul { margin: 0px; padding: 0px; }
#footerArea ul li { list-style: none; float: left; }
#footerArea ul.pull-left li { margin-right: 20px; }
#footerArea ul.pull-right li { margin-left: 20px; }

/* Post Area */
#postArea { padding: 50px 0; }
#postArea .col-sm-1 { padding: 0; }
#postArea ul { overflow: hidden; }
#postArea li { padding: 20px 0 50px 0; float: left; width: 100%; border-bottom: 1px solid #E9E9E9; }
#postArea .col-sm-4 { padding-top: 0; }
#postArea input[type=text] { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; }
#postArea .col-sm-4 li { padding: 7px 0; }
#postArea form { overflow: hidden; width: 100%; }
#postArea .tags li { padding-right: 8px; border-bottom: none; float: left; width: auto; }


/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 750px) and (max-width: 959px) {
	
	header.navbar .navbar-nav > li { margin-left: 5px; padding-left: 5px; }
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 749px) {
	
	header.navbar a.navbar-brand { padding: 8px 15px; }
	header.navbar .navbar-toggle { border-color: #fff; }
	header.navbar .navbar-toggle:hover, header.navbar .navbar-toggle:focus { background: #fff; }
	header.navbar .navbar-toggle:hover .icon-bar, header.navbar .navbar-toggle:focus .icon-bar { background: #ff5722; }
	header.navbar .navbar-nav > li { margin-left: 0px; padding-left: 0px; }
	header.navbar .navbar-nav > li > a { padding-bottom: 4px; margin-bottom: 4px; }
	header.navbar .navbar-collapse, header.navbar .navbar-form { border-color: #fff; }
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#bannerArea .text-center { padding: 70px 0px; }		
	#btnArea .gape { margin: 10px 0px; }
	#footerArea ul { float: none; margin: 5px 0px; text-align: center; }
	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#bannerArea .text-center { padding: 80px 0px; }		

	 }
	 

* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  padding: 10px;
  flex: auto;
  margin: 10px;
}

.flex-item-right {
  padding: 10px;
  flex: 5%;
  margin: 10px;
}

.simg {
	width: 110px;
	height: 110px;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 991px) {
  .flex-item-right, .flex-item-left {
	
	flex: 25%;

  }
  .simg
	{
		width: 70px;
		height: 70px;
	}
}

.himg {
  border: 1px solid #ff5722;
  border-radius: 18px;
  padding: 5px;
}

.himg:hover {
 box-shadow: 0 0 18px 0px rgb(239 97 52 / 65%); 
 background-color: rgba(255, 120, 38, .1);
 transition: background-color ease-out 250ms, box-shadow ease-in-out 250ms;
}
	
