/* =============================== */
/* ========== 1. GOOGLE FONTS ==========*/
/* =============================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/* =================================  */
/* ========== 2. BASIC STYLES ==========  */
/* =================================  */
html { 
	-webkit-font-smoothing: antialiased !important;
     font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;
	color: #777;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.64285;
	overflow-x: hidden;
	height: 100%;
	position: relative;
}
a, a:link, a:visited {
text-decoration: none;
color:#428bca;
  outline: 0;
      -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:active, a:hover {
color: #ff9800;
  outline: 0;
}
section {
position: relative;
}
.bg-img {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100%;
height: 100%;
background-repeat: repeat;
background-position: center center;
}
.fullwidth-section {
position: relative;
padding-top:100px;
padding-bottom:100px;
}
.fullwidth-section.half-padding {
position: relative;
padding-top:50px;
padding-bottom:50px;
}
.parallax {
position: absolute;
background-attachment: fixed;
background-position: top center;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Page Loading */
#pageloader {
width:100%;
height:100%;
position:fixed;
background-color:#FFF;
z-index:999999;
}

.loader-img {
position:absolute;
width:auto;
height:height;
margin:-27px 0 0 -27px;
top:50%;
margin-top: -40px;
left:50%;
margin-left: -40px;
text-align:center;
}
/* =================================  */
/* ========== 3. HELPER CLASSES ==========  */
/* =================================  */
.color-primary {
color: #ff9800 !important;
}
.bg-primary {
color: #fff;
background-color: #ff9800 !important;
}
.border-primary {
border-color: #ff9800 !important;
}
.color-white {
color:#FFF !important;
}
.bg-white {
background-color:#FFF !important;
}
.border-white {
border-color: #FFF !important;
}
.color-dark {
color:#333!important;
}
.bg-dark {
background-color:#333!important;
}
.bg-transparent {
background-color: transparent !important;
}
.weight-300 {
font-weight: 300;
}
.weight-400 {
font-weight: 400;
}
.weight-500 {
font-weight: 500;
}
.weight-600 {
font-weight: 600;
}
.weight-700 {
font-weight: 700;
}
.weight-800 {
font-weight: 800;
}
.weight-900 {
font-weight: 900 !important;
}
.uppercase {
text-transform: uppercase;
}
.kill-top-margin {
margin-top: 0 !important;
}
.kill-bottom-margin {
margin-bottom: 0 !important;
}
.kill-top-padding {
padding-top: 0 !important;
}
.kill-bottom-padding {
padding-bottom: 0 !important;
}
.img-center {
margin: 0 auto;
}
.rounded {
border-radius: 1000px !important;
}
/* =================================  */
/* ========== 4. HEADING STYLES ==========  */
/* =================================  */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  color: #555;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
h1,
.h1 {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ff9800;
  text-align: center;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

/* =================================  */
/* ============ 5. IMAGE STYLES ==========  */
/* =================================  */
img {
max-width: 100%;
border-radius: 4px;
}
.img-thumb {
position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
    background-position: center 0;
    border-radius: 4px;
}
.img-float-left {
position: relative;
float: left;
border-radius: 1px;
margin: 20px 20px 20px 0;
padding: 0;
max-width: 100%;
}
.img-float-right {
position: relative;
float: right;
border-radius: 1px;
margin: 20px 0 20px 20px;
padding: 0;
max-width: 100%;
}
.img-outline {
padding: 4px;
border: 1px solid #ff9800;
background-color: #FFF;
}
		.img-hover {
	position: absolute;
	border-radius: 4px;
	background-color:rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	    -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
	}
	.img-hover:hover {
	background-color:rgba(0,0,0,0.5);
	}
	.img-hover i {
	position: absolute;
	font-size: 12px;
	color: #FFF;
	top: 50%;
	right: 50%;
	margin-right: -18px;
	margin-top: -18px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #FFF;
opacity: 0;
z-index: -1;
	    -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
}
	.img-hover:hover i {
	opacity: 1;
		z-index: 1;
	}
.img-hover i:hover {
color: #ff9800;
background-color: #FFF;
}
/* =================================  */
/* ========== 6. BLOG STYLES ==========  */
/* =================================  */
.blog-img-wrapper .img-thumb {
height: 250px;
}
.blog-img-wrapper {
position: relative;
border-radius: 4px;
}
.blog-hover {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
color: #FFF;
background-color:rgba(0,0,0,0.5);
border: 3px solid #ff9800;
opacity: 0;
    -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  z-index: 10;
  border-radius:4px;
}
.blog-hover i {
position: relative;
font-size: 12px;
top: 1px;
}
.blog-hover-buttons {
position: absolute;
top: 50%;
width: 100%;
margin-top: -12px;
color: #FFF;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blog-hover-buttons a{
font-family: 'Roboto Slab', sans-serif;
border: 1px solid #FFF;
border-radius: 4px;
padding: 8px 10px;
margin: 0 1px;
color: #FFF;
font-weight: 700;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blog-hover-buttons a:hover {
background-color:#FFF;
color: #ff9800;
border: 1px solid #FFF;
}
.blog-hover:hover {
opacity: 1;
}
.blog-text { 
position: relative;
margin-bottom: 30px;
}
#blog h6 {
font-weight: 400;
}

#blog-posts h2 a, #blog-posts h2 a:visited, #blog-posts-masonry h4 a, #blog-posts-masonry h4 a:visited, #blog h4 a, #blog h4 a:visited {
color: #ff9800;
}
#blog-posts h2 a:hover, #blog-posts h2 a:active, #blog-posts-masonry h4 a:hover, #blog-posts-masonry h4 a:active, #blog h4 a:hover, #blog h4 a:active  {
color: #555;
}
#blog-posts hr {
margin-bottom: 40px;
}
#blog-posts .blog-img-wrapper .img-thumb {
height: 450px;
}
/* Comments Section */
#comments h4 {
text-transform: uppercase;
font-weight: 700;
margin-top: 30px;
margin-bottom: 30px;
}
#comments h5 {
margin-top: 0;
}
#comments ul {
list-style: none;
margin: 0;
padding: 0;
}
#comments li {
margin-top: 0px;
}
#comments ul ul {
list-style: none;
margin-left: 80px;
padding: 0;
}
#comments .avatar {
float: left;
border-radius: 4px;
padding: 4px;
border: 1px solid #ff9800;
width: 80px;
height: 80px;
margin-right: 20px;
}
#comments .comment {
margin-left: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #EEE;
}
#comments .author {
display: inline-block;
}
#comments .date {
display: inline-block;
float: right;
color: #555;
}
#reply h4 {
text-transform: uppercase;
font-weight: 700;
margin-top: 30px;
margin-bottom: 30px;
}
/* ====================================== */
/* ======= 7. SIDEBAR STYLES AND WIDGETS ======= */
/* ====================================== */
#sidebar .input-group input {
background-color:rgba(0,0,0,0);
color:#777;
border:2px solid #EEE;
padding:8px;
height:auto;
font-size:13px;
box-shadow:none;
}

#sidebar .input-group .input-group-btn .btn {
margin-left:0;
padding:11px 12px 10px;
}
#sidebar h4 {
margin-top: 40px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 700;
}
#sidebar div:first-child h4 {
margin-top: 0;
}
#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar li:before {
  font-family: 'FontAwesome';
    content: "\f101";
	margin-right: 6px;
	color: #555;
}
#sidebar li {
margin: 0;
padding: 5px 0;
border-bottom: 1px solid #EEE;
}

#sidebar .tagcloud a {
  font-family: 'Roboto Slab', sans-serif;
padding: 0px 0px 8px 0px;
border-radius: 2px;
margin-bottom: 2px;
display: inline-block;
line-height: 1;
transition:all .5s,;
-moz-transition:all .5s;
/* Firefox 4 */
-webkit-transition:all .5s;
}
#sidebar .widget_calendar #wp-calendar {
  font-family: 'Roboto Slab', sans-serif;
width: 100%;
}
#sidebar .widget_calendar #wp-calendar caption {
width: 100%;
font-weight: 700;
color: #FFF;
background-color: #ff9800;
font-size: 16px;
padding: 10px 5px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
#sidebar .widget_calendar #wp-calendar th {
color: #FFF;
background-color: #ff9800;
border-right: 1px solid #ff9800;
border-left: 1px solid #ff9800;
border-top: 1px solid #ff9800;
text-align: center;
font-size: 12px;
}
#sidebar .widget_calendar #wp-calendar td {
color: #555;
text-align: center;
padding: 4px;
background-color: #F5F5F5;
}
#sidebar .widget_calendar #wp-calendar tbody {
border-right: 1px solid #EEE;
border-left: 1px solid #EEE;
border-bottom: 1px solid #EEE;
padding-top: 5px;
}
#sidebar .widget_calendar #wp-calendar #prev a {
float: left;
padding: 5px;
padding-top: 0;
color: #FFF;
}
#sidebar .widget_calendar #wp-calendar #next a {
float: right;
padding: 5px;
padding-top: 0;
color: #FFF;
}
#sidebar .widget_calendar #wp-calendar #prev a:hover, #sidebar .widget_calendar #wp-calendar #next a:hover {
color: #ff9800;
}
/* ====================================== */
/* ========== 8. SCROLL TO TOP BUTTON ========== */
/* ====================================== */

.scrollup i {
position: fixed;
border-radius: 4px;
bottom: 30px;
right: 20px;
padding: 8px 11px;
line-height: 1;
font-size: 30px;
text-align: center;
color: #FFF;
cursor: pointer;
background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 10;
}
.scrollup i:hover {
background-color: #ff9800;
}

/* ================================= */
/* ========== 9. IMAGE OVERLAYS ========== */
/* ================================= */
/* Add the class to the background element you wish to have the overlay over */
	.img-overlay1:after{
		background: url(../img/pat1.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
		opacity: 0.5;
	}
		.img-overlay2:after{
		background: url(../img/pat2.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
		opacity: 0.5;
	}
	.img-overlay3:after{
		background: url(../img/pat3.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
		opacity: 0.5;
	}
		.img-overlay4:after{
		background: url(../img/pat4.png) repeat;
		content:'';
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
		opacity: 0.5;
	}
	.transparent{
		background:transparent !important;
	}
.img-overlay-solid {
position: absolute;
width: 100%;
height: 100%;
	top: 0;
	left: 0;
}

/* ===============================================  */
/* ========== 10. ICON FEATURE BOXES STYLES ==========  */
/* ===============================================  */

/* === Vertical 3 Column === */
.icon-feature-vertical {
text-align: center;
margin-top: 20px;
margin-bottom: 30px;
}

.icon-feature-vertical  i {
font-size:50px;
}



/* === Horizontal Icons Large === */
.icon-feature-horizontal {
display:table;
margin-top: 20px;
margin-bottom: 20px;
}

.icon-feature-horizontal .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-horizontal .icon i {
font-size:30px;
border: 1px solid;
padding: 12px;
border-radius: 4px;
}

.icon-feature-horizontal .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:20px;
}
/* === Horizontal Icons Small === */
.icon-feature-horizontal-sm {
display:table;
margin-top: ;
margin-bottom: 20px;
}

.icon-feature-horizontal-sm .icon {
display:table-cell;
padding-top:15px;
}

.icon-feature-horizontal-sm .icon i {
font-size:20px;
border: 1px solid;
padding: 8px;
border-radius: 4px;
}

.icon-feature-horizontal-sm .content {
display:table-cell;
vertical-align:top;
text-align:left;
padding-left:20px;
}
/* ============================================================ */
/* ================= 11. CONTACT PAGE MAP STYLES ======================= */
/* ============================================================ */
.map-wrapper {
margin-top: 20px;
margin-bottom: 20px;
position:relative;
width:100%;
height:400px;
overflow:hidden;
}

#map-canvas {
width:100%;
height:400px;
border:0;
}

#contact form {
position:relative;
z-index:3;
}

#contact .form-group {
color:#FFF;
}

#contact .form-group input, #contact .form-group textarea {
background-color:#F5F5F5;
color:#555;
border:none;
padding:8px 10px;
height:auto;
font-size:13px;
border-radius: 2px;
box-shadow:none;
border: 1px solid #EEE;
}
#contact .form-group textarea {
border-radius: 2px;
}
#contact label {
font-family: 'Roboto Slab', sans-serif;
max-width: 100%;
color: #555;
font-size: 13px;
font-weight: 400;
margin-top: 10px;
}
/* Form Validation */
#error {
	color: #FFF;
	margin-top: 5px;
	font-size:14px;
	display:none;
}
.success-field {
background-color:rgba(71,164,71,0.5) !important;
}
.required-field {
background-color:rgba(245,99,99,0.5) !important;
}

/* ============================================================ */
/* ================= 12. FORM STYLES ======================= */
/* ============================================================ */
form {
position:relative;
z-index:3;
}
.form-wrapper {
background-color:rgba(60,62,71,.8);
padding: 20px 40px;
border-radius: 2px;
}

.form-group {
color:#FFF;
}

.form-group input, .form-group textarea {
border-radius: 2px;
background-color:rgba(0,0,0,0);
color:#777;
border:2px solid #EEE;
padding:8px;
height:auto;
font-size:13px;
  -webkit-box-shadow: none;
box-shadow:none;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
   box-shadow:none;
}
.form-group textarea {
border-radius: 2px;
}
label {
font-family: 'Roboto Slab', sans-serif;
max-width: 100%;
color: #555;
font-size: 13px;
font-weight: 400;
margin-top: 10px;
}
/* Form Validation */
#error {
	color: #FFF;
	margin-top: 5px;
	font-size:14px;
	display:none;
}
#reply #error {
color: #777;
}
.success-field {
background-color:rgba(71,164,71,0.5) !important;
}
.required-field {
background-color:rgba(245,99,99,0.5) !important;
}
/* ======================================================== */
/* ================= 13. TEAM MEMBERS ======================= */
/* ======================================================== */
.team-wrapper {
position: relative;
width: 100%;
height: 100%;
margin-top: 20px;
text-align: center;
}


/* TEAM STYLE 2 - SLIDER DISPLAY */
#team-slider .team-wrapper {
padding: 15px;
text-align: center;
}
#team-slider .owl-controls {
position: relative;
top: -25px;
right: 10px;
width: 100%;
text-align: right;
}

/* TEAM STYLE 3 - TRADITIONAL DISPLAY */
.team-img-wrapper {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 4px;
border-radius: 4px;
border: 1px solid #ff9800;
}
.team-img-wrapper-hover {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
margin-left: -4px;
margin-top: -4px;
background-color:rgba(0,0,0,0.5);
opacity: 0;
border-radius: 4px;
    -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  border: 3px solid #ff9800;
}
.team-img-wrapper-hover:hover {
opacity: 1;
}
.team-img-wrapper img {
border-radius: 4px;
width: 100%;
}
.team-img-wrapper .social-icons {
position: absolute;
top: 50%;
margin-top: -9px;
width: 100%;
}
.team-img-wrapper .social-icons i {
color: #FFF;
border-color: #FFF;
}
/* ============================================================ */
/* ================= 14. SOCIAL ICON STYLES ======================= */
/* ============================================================ */
.social-icons i {
border-radius:4px;
font-size:16px;
margin-right: 4px;
padding: 6px;
text-align: center;
color: #555;
border: none;
cursor: pointer;
position: relative;
z-index: 1;
background-color: none;
border: 1px solid #555;
}
.social-icons i:hover {
border: 1px solid #ff9800;
color: #ff9800;
}

/* ============================================================ */
/* ================= 15. COUNTER STYLES ======================= */
/* ============================================================ */
.counter {
font-size: 60px;
line-height: 1;
font-weight: 300;
}
.counter-section i {
border-radius:500px;
font-size:56px;
width: 120px;
height: 120px;
line-height: 120px;
margin-top:0;
margin-bottom:20px;
text-align: center;
color: #FFF;
border: 1px solid #FFF;
}
/* ============================================================ */
/* ================= 16. ACCORDION AND TABS ======================= */
/* ============================================================ */
/* === ACCORDIAN === */
.panel-title {
font-size:13px;
position:relative;
vertical-align: middle;
top: -2px;
font-weight: 400;
text-align:left;
}
.panel-title i {
position:relative;
margin-right:15px;
font-size:24px;
top:3px;
}
.panel-title a {
color:#777;
}
.panel-title a:hover {
color:#777;
}

.panel-title:after {
content:"\f054";
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
position:absolute;
right:-10px;
top:50%;
margin-top:-2px;
font-size:15px;
transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
}

.panel-group .panel-heading {
transition:all .35s;
-moz-transition:all .35s;
-webkit-transition:all .35s;
padding:12px 15px;
border-bottom:1px solid transparent;
background-color:#FFF;
}

.panel-group .panel {
border-radius:0;
}

.panel {
border:1px solid transparent;
box-shadow:none;
border-bottom:none;
}

.panel-group .panel:first-child {
border-top-right-radius:4px;
border-top-left-radius:4px;
}

.panel-group .panel:last-child {
border-bottom:1px solid #EEE;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
}

.panel-group .panel + .panel {
margin-top:0;
}

.panel-body {
border-top:1px solid #EEE;
padding:25px;
}

.panel-default {
border-color:#EEE;
}
.panel-heading:hover {
background-color:#FFF;
}

#accordion .panel a.selected .panel-heading {
background-color:#ff9800;
border-radius:0;
}

#accordion .panel a.selected .panel-title {
color:#FFF;
}

#accordion .panel a.selected .panel-title:after {
content:"\f078";
transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
}
/* === TABS === */
.nav-tabs {
border-bottom:1px solid #EEE;

}
.nav-tabs h5 {
margin: 0;
font-size: 13px;
font-weight: 400;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
color:#ff9800;
}

.nav-tabs > li > a {
font-size:13px;
font-weight: 400;
margin-right:2px;
color:#777;
line-height:1.42857;
border-radius:3px 3px 0 0;
background-color:#FFF;
border:0;
}

.nav-tabs > li.active > a {
background-color:#FFF;
border-top:1px solid #ff9800;
}

.nav-tabs i {
margin-right:4px;
}

.tab-pane {
padding:15px 25px;
border-width:1px;
border-style:solid;
border-color:transparent #EEE #EEE;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
background-color: #FFF;
}

.nav-tabs > li > a:hover {
border-color:#EEE;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
border:1px solid #EEE;
border-bottom-color:transparent;
background-color:#FFF;
}

.nav-tabs#tabs > li > a {
background-color:#FFF;
border: 1px solid #EEE;
border-bottom: 1px solid EEE;
}

.nav-tabs#tabs > li.active > a {
background-color:#FFF;
border-top:1px solid #ff9800;
border-bottom: 1px solid #FFF;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

.nav#tabs > li {
position:relative;
display:block;
}

/* ============================================================ */
/* ================= 17. Core Owl Carousel CSS File v1.3.2 ============== */
/* ============================================================ */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top:-45px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #000;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-prev, .owl-next {
font-family: "Roboto Slab";
font-size: 12px;
font-weight: 800;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	border: 1px solid #ff9800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color: #ff9800;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}
/* ============================================================ */
/* ================= 18. PORTFOLIO STYLES ======================= */
/* ============================================================ */

#portfolio button {
margin-right: 1px;
margin-left: 1px;
}
#portfolio .col-sm-3 .img-thumb {
height: 200px;
}
#portfolio h4 {
font-weight: 400;
color: #ff9800;
}
.portfolio-img-wrapper {
position: relative;
}
.portfolio-hover {
position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    border: 0px solid #F06161;
    opacity: 0;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    z-index: 10;
    border-radius: 4px;
}
.portfolio-hover i {
position: relative;
font-size: 12px;
top: 1px;
}
.portfolio-hover-buttons {
position: absolute;
top: 50%;
width: 100%;
margin-top: -12px;
color: #FFF;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.portfolio-hover-buttons a{
font-family: 'Roboto Slab', sans-serif;
border: 1px solid #FFF;
border-radius: 4px;
padding: 8px 18px;
margin: 0 1px;
color: #FFF;
font-weight: 700;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
    -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.portfolio-hover-buttons a:last-child {
padding: 8px 10px;
}
.portfolio-hover-buttons a:hover {
background-color:#FFF;
color: #ff9800;
border: 1px solid #FFF;
}
.portfolio-hover:hover {
opacity: 1;
}
.portfolio-text {
padding: 0 0 25px;
}
/* ============================================= */
/* ========== 19. ISOTOPE FILTERING SCRIPT ========== */
/* ============================================= */
#isotope, #isotope-masonry {
width:100%;
margin-top:0;
}

.isotope-item {
z-index:2;
}

.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1;
}

.isotope,.isotope .isotope-item {
-webkit-transition-duration:1s;
-moz-transition-duration:1s;
-ms-transition-duration:1s;
-o-transition-duration:1s;
transition-duration:1s;
}

.isotope {
-webkit-transition-property:height, width;
-moz-transition-property:height, width;
-ms-transition-property:height, width;
-o-transition-property:height, width;
transition-property:height, width;
}

.isotope .isotope-item {
-webkit-transition-property:0 opacity;
-moz-transition-property:0 opacity;
-ms-transition-property:0 opacity;
-o-transition-property:0 opacity;
transition-property:transform, opacity;
}

#isotope .col-sm-3, #isotope-masonry .col-sm-3, #isotope .col-md-3, #isotope-masonry .col-md-3 {
width:24.9%;
}
#isotope .col-sm-4,#isotope-masonry .col-sm-4, #isotope .col-md-4,#isotope-masonry .col-md-4 {
width:31.3%;padding:1%;
}

.col-md-50 {width:48%;padding:1%;float:left;}

.col-md-4 {margin-bottom:10px;}



@media (max-width: 768px) {
#isotope .col-sm-3, #isotope-masonry .col-sm-3, #isotope .col-md-3, #isotope-masonry .col-md-3 {
width:100%;
}

#isotope .col-sm-4, #isotope-masonry .col-sm-4, #isotope .col-md-4, #isotope-masonry .col-md-4 , #isotope .col-md-50, #isotope-masonry .col-md-50 , .col-md-50 {
width:100%;
}
.col-md-50 {padding:2%;width:98%;}
}

#isotope-filter {
margin-bottom: 40px;
}
/* ============================================= */
/* ========== 20. TESTIMONIALS SLIDER ========== */
/* ============================================= */
.testimonial-slider p {
font-size: 18px;
font-weight: 400;
margin-top: 40px;
}
.testimonial-slider .carousel-indicators {
position: relative;
top: 20px;
}
.testimonial-slider .carousel-indicators li {
display: inline-block;
width: 15px;
height: 15px;
margin: 2px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ff9800;
border-radius: 4px;
}
.testimonial-slider .carousel-indicators li.active {
background-color: #ff9800;
}

/* ============================================================ */
/* ================= 21. BREADCRUMBS STYLES ======================= */
/* ============================================================ */
.breadcrumb {
  position: relative;
  top: 40px;
    margin-bottom: 0px;
    list-style: none outside none;
    background-color: transparent;
    border-radius: 0;
	color: #555;
	font-size: 14px;
	font-weight: 400;
}
.breadcrumb > li + li:before {
	font-family: 'FontAwesome';
    padding: 0px 5px;
	content: "\f101";
	color: #555;
}
.breadcrumb > .active {
    color: #555;
}
#bread-crumb {
padding-top: 100px;
padding-bottom: 40px;
}
/* ============================================================ */
/* ================= 22. PAGINATION STYLES ======================= */
/* ============================================================ */
.pagination {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 500;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #ff9800;
background-color: #eee;
border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #555;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #ff9800;
border-color: #ff9800;
}
/* Pager */
.pager li > a, .pager li > span {
  font-family: 'Roboto Slab', sans-serif;
    display: inline-block;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #ff9800;
	color: #ff9800;
    border-radius: 4px;
	  font-weight: 500;
}
.pager li > a:hover, .pager li > span {
    background-color: #ff9800;
    border: 1px solid #ff9800;
	color: #FFF;
}
/* ============================================================ */
/* ================= 23. PROGRESS BAR STYLES ======================= */
/* ============================================================ */
.progress {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 500;
  height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #EEE;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #ff9800;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
/* ============================================================ */
/* ================= 24. TABLE STYLES ======================= */
/* ============================================================ */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  font-family: 'Roboto Slab', sans-serif;
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #EEE;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #EEE;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #EEE;
}
.table .table {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F5F5;
}

/* ================================= */
/* ========== 25. FOOTER STYLES ========== */
/* ================================= */
.footer {
background-color: #F5F5F5;
padding-top: 25px;
padding-bottom: 15px;
float:left;
width:100%;
}
.footer .social-icons i {
border-radius:4px;
font-size:16px;
margin-right: 4px;
padding: 6px;
text-align: center;
color: #777;
border: none;
cursor: pointer;
position: relative;
top: -5px;
z-index: 1;
background-color: none;
border: 1px solid #777;
}
.footer .social-icons i:hover {
border: 1px solid #ff9800;
color: #ff9800;
}

/* ===== START NAVIGATION MENU ===== */
.navbar-brand {
    float: left;
    height: auto;
	padding: 0;
    font-size:20px;
    line-height: 20px;
	margin-top: 6px;
}
.navbar-toggle {
margin-top: 20px;
border-radius: 60px;
font-size: 17px;
line-height: 1;
padding: 10px 8px;
color: #BBB;
border: 2px solid #BBB;
text-align: center;
}
#logo {
position: absolute;
top: 0;
margin-left: 15px;
/*z-index: -1;*/
}
.navbar-default .navbar-toggle {
background-color: #FFF !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #FFF;
color: #ff9800;
border-color: #ff9800;
}
.navbar-nav {
margin: 0;
background-color: #FFF;
}
.navbar-default {
font-family:'Roboto Slab', sans-serif;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
font-weight: 400;
font-size: 13px;
background-color: #FFF;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.1);
border-radius: 0;
height: 80px;
margin: 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus {
position: relative;
padding: 10px 15px;
margin-top: 22px;
margin-left: 3px;
border-radius: 4px;
margin-bottom: 0;
line-height: 1;
background-color: #FFF;
color: #555;
z-index: 1;
border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.active > a:hover {
color: #ff9800;
background-color: transparent;
border: 1px solid #ff9800;
}
.navbar-default .navbar-nav > li.active > a:focus {
color: #ff9800;
background-color: transparent;
border: 1px solid #ff9800;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #ff9800;
background-color: transparent;
border: 1px solid #ff9800;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: medium none;
    box-shadow: none;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
 top: 0;
 position: fixed;
}
.dropdown-menu {
box-shadow: none;
font-size: 11px;
border-radius: 0;
background-color: #FFF !important;
color: #555;
border: none;
z-index: 1;
padding: 0;
margin: 0;
padding-top: 22px;
}
.dropdown-menu > li > a {
    padding: 7px 20px;
    color: #555;
	font-weight: 400;
background-color: transparent;
	border: 1px solid #EEE;
	border-top: none;
}
.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li:last-child > a {

}
.dropdown-menu > li:hover > a, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ff9800 !important;
background-color: transparent;
}
/* Navbar Social Icons */
.navbar .social-icons {
background-color: transparent;
}
.navbar .social-icons a i {
margin-top: 24px;
}
.navbar .social-icons a:first-child i {
margin-left: 20px;
}
.navbar .social-icons i {
border-radius:4px;
font-size:14px;
margin-right: 4px;
padding: 6px;
border: 1px solid transparent;
text-align: center;
color: #555;
cursor: pointer;
position: relative;
z-index: 1;
}
.navbar .social-icons i:hover {
color: #ff9800;
border: 1px solid #ff9800;
}
/* ========== MENU WILL DROP ON HOVER FOR LARGE SCREENS ========== */
@media (min-width: 991px)
 {
 .dropdown .dropdown-menu {
display: block;
visibility:hidden;
    opacity: 0; 
    height: 0;
    overflow: hidden;
	transition-property:opacity;
transition-duration: .25s;
transition-delay: .25s;

/* Safari */
-webkit-transition-property:opacity; 
-webkit-transition-duration: .25s;
-webkit-transition-delay: .25s;
 }
.dropdown:hover .dropdown-menu {
opacity: 1;
visibility:visible;
    height: auto;
	  color: #555;
 }
 .dropdown-backdrop {
visibility: hidden;
}
 }
 /* =====*/
/* ===== END NAVIGATION MENU ===== */

/* ==================================================  */
/* === POINT IN WHICH MENU GOES RESPONSIVE - COLLAPSE POINT ===  */
/* ==================================================  */
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
.dropdown i {
display: none;
}
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -80px;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
}
@media (max-width: 991px) {
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus {
margin-right: 0;
margin-left: 0;
margin-top: 0;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-bottom: 1px solid #BBB;
border-radius: 0;
}

.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar .social-icons {
background-color: #FFF;
padding-bottom: 20px;
}
}
.btn, a.btn, a.btn:visited, a.btn:link {
font-family: 'Roboto Slab', sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: 1.5px;
text-shadow: 0;
-webkit-box-shadow:0;
box-shadow: 0;
border: none;
color: #FFF;
border-radius: 4px;
padding: 12px 22px;
outline: 0 !important;
margin-right: 3px;
margin-bottom: 5px;
-webkit-transition: background-color 0.25s;
-moz-transition: background-color 0.25s;
-o-transition: background-color 0.25s;
transition: background-color 0.25s;
}
/* Button Small */
.btn-sm, a.btn-sm, a.btn-sm:link {
padding: 8px 8px;
font-weight: 300;
font-size: 10px;
letter-spacing: 1px;
text-shadow: 1px 1px 2px black;

}
/* Button Large */
.btn-lg, a.btn-lg, a.btn-lg:link {
padding: 16px 26px;
font-weight: 700;
font-size: 14px;
letter-spacing: 1.5px;
}
.btn-default:active,
.btn-primary:active,
.btn-default.active,
.btn-primary.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* DEFAULT BUTTON COLOR */
.btn-default,a.btn-default {
  background-color: #BBB;
}
.btn-default:hover,
.btn-default:focus,
a.btn-default:hover,
a.btn-default:focus {
  background-color: #F5F5F5;
  color: #BBB;
}
.btn-default:active,
.btn-default.active,
a.btn-default:active,
a.btn-default.active {
  background-color: #F5F5F5;
  color: #BBB;
}
/* PRIMARY BUTTON COLOR */
.btn-primary,
a.btn-primary {
  background-color: #ff9800;
  text-shadow: 1px 1px black;
}
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
  background-color: #428bca;
}
.btn-primary:active,
.btn-primary.active,
a.btn-primary:active,
a.btn-primary.active {
  background-color: #BBB;
}
/* DARK BUTTON COLOR */
.btn-dark,
a.btn-dark {
  background-color: #555;
}
.btn-dark:hover,
.btn-dark:focus,
a.btn-dark:hover,
a.btn-dark:focus {
  color: #FFF;
  background-color: #BBB;
}
.btn-dark:active,
.btn-dark.active,
a.btn-dark:active,
a.btn-dark.active {
  color: #FFF;
  background-color: #BBB;
}
/* BLUE BUTTON COLOR */
.btn-blue,
a.btn-blue {
  background-color: #1077ca;
}
.btn-blue:hover,
.btn-blue:focus,
a.btn-blue:hover,
a.btn-blue:focus {
  color: #FFF;
  background-color: #ff9800;
}
.btn-blue:active,
.btn-blue.active,
a.btn-blue:active,
a.btn-blue.active {
  color: #FFF;
  background-color: #ff5722;
}
/* WHITE BUTTON COLOR */
.btn-white,a.btn-white {
  background-color: #FFF;
  color: #50525f;
}
.btn-white:hover,
.btn-white:focus,
a.btn-white:hover,
a.btn-white:focus {
background-color: #BBB;
}
.btn-white:active,
.btn-white.active,
a.btn-white:active,
a.btn-white.active  {
background-color: #BBB;
}
/* ADD .btn-outline TO BUTTONS TO GIVE THEM AN OUTLINED APPEARANCE */
a.btn-outline, .btn-outline, a.btn-outline:link {
border: 1px solid;
background-color: transparent;
}
/* DEFAULT BUTTON COLOR */
a.btn-outline.btn-default, .btn-outline.btn-default {
border-color: #BBB;
color: #BBB;
background-color: transparent;
}
a.btn-outline.btn-default:hover, a.btn-outline.btn-default.active, a.btn-outline.btn-default:active, a.btn-outline.btn-default:focus,
.btn-outline.btn-default:hover, .btn-outline.btn-default.active, .btn-outline.btn-default:active, .btn-outline.btn-default:focus {
background-color: #BBB;
color: #fff;
}
/* PRIMARY BUTTON COLOR */
a.btn-outline.btn-primary, .btn-outline.btn-primary {
border-color: #39adff;
color: #39adff;
background-color: transparent;
}
a.btn-outline.btn-primary:hover, a.btn-outline.btn-primary.active, a.btn-outline.btn-primary:active, a.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus {
background-color: #39adff;
color: #fff;
}
/* DARK BUTTON COLOR */
a.btn-outline.btn-dark, .btn-outline.btn-dark {
border-color: #555;
color: #555;
background-color: transparent;
}
a.btn-outline.btn-dark:hover, a.btn-outline.btn-dark.active, a.btn-outline.btn-dark:active, a.btn-outline.btn-dark:focus,
.btn-outline.btn-dark:hover, .btn-outline.btn-dark.active, .btn-outline.btn-dark:active, .btn-outline.btn-dark:focus {
background-color: #555;
color: #fff;
}
/* WHITE BUTTON COLOR */
a.btn-outline.btn-white, .btn-outline.btn-white {
border-color: #FFF;
color: #FFF;
background-color: transparent;
}
a.btn-outline.btn-white:hover, a.btn-outline.btn-white.active, a.btn-outline.btn-white:active, a.btn-outline.btn-white:focus,
.btn-outline.btn-white:hover, .btn-outline.btn-white.active, .btn-outline.btn-white:active, .btn-outline.btn-white:focus {
background-color: #FFF;
color: #39adff;
}
/* Button Default Size */
.btn.btn-outline, a.btn.btn-outline {
padding: 10px 20px;
}
/* Button Small */
.btn-sm.btn-outline, a.btn-sm.btn-outline {
padding: 6px 16px;
}
/* Button Large */
.btn-lg.btn-outline, a.btn-lg.btn-outline {
padding: 14px 24px;
}


/* PARALLAX SLIDER - SETTINGS */
#slides {
position: relative;
}

#slides .slides-container div{
		background-position:center top;
		background-attachment: fixed;
	}
	#slides .slides-navigation .next, #slides .slides-navigation .prev {
	position: absolute;
	top: 50%;
	z-index: 100;
	}
		#slides .slides-navigation .next {
		margin-top: 30px;
		right: 10px;
		}
			#slides .slides-navigation .prev {
			margin-top: 30px;
		left: 10px;
		}
		#slides .slides-navigation i {
		color: #FFF;
		font-size: 60px;
		line-height: 60px;
		margin-top: -30px;
		opacity: 0.5;
		}
				#slides .slides-navigation i:hover {
		opacity: 1;
		}
		
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #FFF;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  overflow: hidden;
  color: transparent !important;
}
.slides-pagination a.current {
  background: #FFF;
}

/* PARALLAX SLIDER - CAPTIONS */
#slides .caption {
  font-family: 'Open Sans', sans-serif;
position: relative;
top: 35%;
/*margin-top: -160px;*/
height: 480px;

z-index: 1000;
}
#slides .caption h1 {
  font-family: 'Open Sans', sans-serif;
font-size: 100px;
}
#slides .caption h2 {
  font-family: 'Open Sans', sans-serif;
font-size: 40px;
text-shadow: 0 0 20px black;
color:#f39822;
background: rgba(0,0,0,0.5);
border-radius:10px;
padding:10px;
}
#slides .caption h3 {
  font-family: 'Open Sans', sans-serif;
font-size: 30px;
text-shadow: 0 0 20px black;
color:#ffffff;
}
#slides .caption h4 {
  font-family: 'Open Sans', sans-serif;
font-size: 24px;
}
#slides .caption .btn {
margin-right: 4px;
margin-left: 4px;
}
/* CAPTIONS SCREENSIZE LESS THAN 992x */
@media (max-width: 992px) {
#slides .caption h1 {
font-size: 60px;
}
#slides .caption h2 {
font-size: 40px;
}
#slides .caption h3 {
font-size: 30px;
}
#slides .caption h4 {
font-size: 18px;
}
}
/* CAPTIONS SCREENSIZE LESS THAN 768px */
@media (max-width: 768px) {
#slides .caption h1 {
font-size: 40px;
}
#slides .caption h2 {
font-size: 30px;
}
#slides .caption h3 {
font-size: 20px;
}
#slides .caption h4 {
font-size: 14px;
}
}

.float_right {float:right;}
.prod11 {float:right;width:80%;text-align:left;margin-top:20px;padding:2%;color:#FFFFFF;text-shadow: 2px 2px 2px 2px black;background-color:rgba(0,0,0,0.4);border-radius:8px;}
.prod11:hover {background-color:rgba(157, 93, 0, 0.6);;    text-shadow: 1px 1px black;}
.wh2bl {color:#FFFFFF;}
.wh2bl:hover{z-index:2;text-decoration:underline;color:#0000FF;}
#mailmessagebox {    z-index: 1000;
    font-size: 16pt;
    text-align: center;
    position: fixed;
    top: 30%;
    height: 20%;
    left: 25%;
    width: 50%;
    padding: 8%;
    background-color: #e7ffe8;
    border: 1px #869b40 solid;
    color: #09820e;
    box-shadow: 2px 2px 20px 3px #b5b5b5;
	}
	
	
@-webkit-keyframes HIDE5SEC {
    0% {opacity: 1;}
    99% {opacity: 0;}
    100% {opacity: 0;display:none;height:0px;overflow:hidden;z-index:-999;}
   }
   @-moz-keyframes HIDE5SEC {
    0% {opacity: 1;}
    99% {opacity: 0;}
    100% {display:none;opacity: 0;height:0px;overflow:hidden;z-index:-999;}
   }
   @-o-keyframes HIDE5SEC {
    0% {opacity: 1;}
    99% {opacity: 0;}
    100% {display:none;opacity: 0;height:0px;overflow:hidden;z-index:-999;}
   }
   @keyframes HIDE5SEC {
    0% {opacity: 1;}
    99% {opacity: 0;}
    100% {display:none;height:0px;opacity: 0;height:0px;overflow:hidden;z-index:-999;}
   }
   .HIDE5SEC {
   	animation-fill-mode: forwards;
    -webkit-animation-name: HIDE5SEC;
    -moz-animation-name: HIDE5SEC;
    -o-animation-name: HIDE5SEC;
    animation-name: HIDE5SEC;
    /* │рфхЁцър яхЁхф эрўрыюь */
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    /* │ЁюфюыцшЄхы№эюёЄ№ рэшьрЎшш */
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
   }
	
hr {
border: 0;
height: 1px;
background: #2c2c2c;
background-image: -webkit-linear-gradient(left, #fff, #5d5d5d, #fff);
background-image: -moz-linear-gradient(left, #fff, #5d5d5d, #fff);
background-image: -ms-linear-gradient(left, #fff, #5d5d5d, #fff);
background-image: -o-linear-gradient(left, #fff, #5d5d5d, #fff);
}

.prico {float: left;
    margin: 10px;
    width: 70px;
    height: 70px;
    border: 1px #888 solid;
    border-radius: 4px;
    font-size: 26pt;
	text-align: center;
    z-index: 100;
	overflow:hidden;
}

.prico>i
{
	background: rgba(0, 0, 0, 0.3);
    position: relative;
    top: -12px;
    left: 0px;
    width: 100%;
    height: 140%;
	padding-top: 40%;
}

.pr_zag
{
	    float: left;
    width: 100%;
    margin-top: -25px;
    background-color: #eeeeee;
    padding-left: 20px;
    margin-bottom: 20px;
}
.pr_zag>h3{color:#4888f1;}
.prtab {width:100%;margin-left:0px;font-size:12pt;/*box-shadow: 1px 5px 20px 9px #efefef;border-radius:10px;*/}
.prtab h2 {font-size: 26px;line-height: 1.4em;margin: 0 0 6px;padding: 0;letter-spacing: -0.01em;    color: #222;}
.prtab h2:after {font-size:12px;content:"руб/мес";display:block;}
.prtab h3 {position: relative;top:4px;font-size: 22px;line-height: 1.4em;margin: 0 0 6px;padding: 0;letter-spacing: -0.01em;color: #1077ca;}
.prtab h4 {color: #333;font-size: 15px;line-height: 1.2em;font-weight: 300; min-height: 38px;    margin: 0;}
.prtab td {padding:14px;}
.prtab tr {border-left:1px #ffffff solid;}
#.prtab tr:hover td {background-color:#cae8ff;border-left:1px #a9d2f1 solid;color:#000000;}
.prtab_rezdel {text-align:center;background-color:#eeeeee;font-weight: bold;background: linear-gradient(to bottom, #ffffff, #d0d0d0);}
.prtab_r {text-align:center;border-left:1px #eee solid;max-width:160px;}
#.prtab_go , .prtab_go:hover{position: relative;top: -240px;left: 0px;height: 280px;padding-top: 240px;}
#.prtab_go:hover {background-color: #ffffff;  box-shadow: 2px 2px 20px 8px #FF9800;}
.prtab_go a {}
.prtab_go:hover a {}
.td_bg_00 {background-color:#e2e2e2;}
.td_bg_01 {background-color:#bee8bb;}
.td_bg_1 {}
.td_bg_2 {background-color:#f8f8f8;}
.td_bg_3 {background-color:#deefdd;}
.pico {float:left;width:35px;height:35px;border:1px #333 solid; border-radius:6px;padding-top: 4px; background-color:#FFFFFF;}
.pico:hover {background-color:#1077ca;text-shadow: 1px 1px 1px black;color:#FFFFFF;cursor:pointer;    border: 1px #eee outset;}
.btbluegradient {background: linear-gradient(to bottom, #4a89f3, #2964c7);}
.btbluegradient:hover {background: linear-gradient(to bottom, #FF9800, #e7591c);}
#line_5{}
#slides {height:600px;}


#home {width:90%;margin-left:5%;z-index:100;position:absolute;top:100px;text-align:center; color: #FFF;    font-size: 12pt;}
#home h1 {font-size:44pt;color:#FFFFFF;text-shadow: 0 0 20px black;}
#homecode {width: 100%;padding: 2%;margin-top: 60px;background-color: rgba(0,0,0,0.6);    border-radius: 10px;box-shadow: 0 0 20px 0px white;}
#homecode h2 {color: #fffad2;text-shadow: 0 0 10px black;}
#homecode input	{font-size: 16pt;
    background-color: rgba(250,250,250,0.2);
    padding: 6px;
    text-align: center;
    color: #c5e9f9;
    border: 1px #484848 inset; 
	margin-bottom:20px;
	}
	
#hbutton	{margin-top: 40px;
    width: 60%;
    height: 60px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18pt;
    border-color: #2196F3;
    background-color: rgba(33, 150, 243, 0.78);}
	

.dogovor {font-family: 'Roboto Slab', sans-serif;color:#428bca;font-size:14pt;}
.dogovor input {width:98%;padding:4px;color:#555555;}
.dogovorbutton {width: 80%; height: 50px; font-size: 12pt; color: #ffffff;  background-color: #03A9F4;    border: none; margin-top: 20px; text-align: center; cursor:pointer;}


.alert_ok {    float: left;
    width: 96%;
    padding: 2%;
    background-color: #d1f5d2;
    margin: 2%;
    border-radius: 10px;
    text-align: center;
    font-size: 12pt;}
	
	
.alert_error {float: left;
    width: 96%;
    padding: 2%;
    background-color: #ffe2e0;
    margin: 2%;
    border-radius: 10px;
    text-align: center;
    font-size: 12pt;
    color: #a20000;}	
	
	
.alert_blue {
width: 90%;
float:left;
     background-color: #ffffff;
     margin:15px;
     text-align:left;
     border: 1px #0000ff solid;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     padding: 20px;

}
	
	
	
.bilets td {padding:10px;}	

.podsvet_blue:hover {color:#1077ca;text-shadow: 1px 1px 0px #bababa;}

#MSGDIV
{
position: fixed;
left:0px;
top:0px;
width:100%;
height:100%;
background-color:#FFFFFF;
opacity:0.8;
filter: alpha(opacity=80);
display:none;
z-index:10000;

}


#MSGDIVC
{
position:fixed;
top: 5%;
right: 7%;
color:#FF0000;
font-size:20pt;
display:none;
cursor:pointer;
z-index:10001;
}


#MSGDIVM
{
position: fixed;
width:80%;
height:80%;
left:10%;
top:10%;
background-color:#FFFFFF;
color:#000000;
opacity:1;
filter: alpha(opacity=100);
border: 10px #03A9F4 solid;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding:20px;
font-size:14pt;
display:none;
box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
     text-align:left;
z-index:10003;	 
overflow: hidden;
    overflow-y: auto;
}


.bilet {width:300px;border:1px #555 solid;padding:20px;font-size:12pt;color:#333333;}


.rc-anchor-light {
    background: #0000009c;
    color: #fff;
	border:none;
}	
	

.vertical-text {
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-ms-transform-origin: left top 0;
-moz-transform-origin: left top 0;
-webkit-transform-origin: left top 0;
transform-origin: left top 0;
}

.tx1 {color:#428bca;}
.aboutqt {float:left;width:100%;padding:2%;background-color:#efefef;border:1px #aaaaaa solid; text-align:justify;font-size:13pt;margin-top:20px; height:157px;overflow:hidden;}
.about_open {float:left;width:100%;padding:2%;background-color:#efefef;border:1px #aaaaaa solid; text-align:justify;font-size:13pt;margin-top:20px;}
.about_podr {    float: right;
    padding-left: -70px;
    /* padding-right: 20px; */
    background-color: #eeeeee;
    color: #ff0000;
    /* margin-top: -26px; */
    cursor: pointer;
    position: relative;
    height: 20px;
    top: -24px;
    right: 10px;
    
    z-index: 20;}

#Content {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin: 0px;
    text-align: justify;
    font-size: 14pt;
}
.PodInfo
{
float:left;
width:98%;
cursor:help;
color:#FF0000;
margin:2%;
text-decoration:underline;
}

.PodInfo > span
{
display:none;
}

.PodInfo:hover > span
{
display:block;
float:left;
width:100%;
padding:4%;
border:1px #555555 solid;
background-color:#f4f4f4;
color:#000000;
text-align:justify;
}

.pole1
{
     border: 0px #eee solid;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     padding: 5px;
    -moz-box-shadow: inset  2px 2px 2px #cccccc;
    -webkit-box-shadow: inset  2px 2px 2px #cccccc;
    box-shadow:inset  2px 2px 2px #cccccc;

   background-color:#efefef;
}

.pole2
{
     border: 1px #eee solid;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     padding: 5px;
    -moz-box-shadow: inset  3px 3px 10px #333;
    -webkit-box-shadow: inset  3px 3px 10px #333;
    box-shadow:inset  3px 3px 10px #333;
    background-color: #ffffff;
    color:#4d9dda;
}

.addfoto {width: 130px;
    height: 100px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0px;
    background-color: #f3f3f3;
    -moz-box-shadow: 3px 3px 5px #555;
    -webkit-box-shadow: 3px 3px 5px #555;
    box-shadow: 3px 3px 5px #555;
    position: relative;
    background-image: url(/img/selfie.gif);
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 60%;} 



.qubt
{
width:60px;height:40px; text-align:center;font-size:8pt;
}


.btn_ank
{
float:left;
width:26%;
height:40px;
margin:2%;
border:1px #555 inset;
background-color:#eeeeee;
padding-top:6px;
font-size:9px;
overflow:hidden;
text-align:center;
}

.btn_ank_sel
{
float:left;
width:26%;
height:40px;
margin:2%;
padding-top:6px;
font-size:9px;
overflow:hidden;
text-align:center;
border:1px #000080 outset;
background-color:#2196f3;
color:#ffffff;
}

.otziv
{
float:left;
width:100%;
padding:20px;
border:1px #9E9E9E  solid;
font-size:12pt;
margin-top:30px;
}

.questtbl
{
width:96%;
font-size:12pt;
border:1px #4B3D26 solid;
margin-top:20px;
margin-bottom:20px;
}
.questtbl td {padding:4px;}
.questtbl tr:nth-child(2n) {
    background: #e7f4ff; /* ╓тхЄ Їюэр */
   }

.tdwrb td {border-right:1px #888 dotted;}

#podzkazka {    float: left;
    width: 92%;    
    padding: 20px;
    margin: 4%;}


#bilettab,#bilettabo {float:left;width:100%;margin-bottom: 20px;box-shadow: 0 0 7px 4px #dadada;}
#bilettab > div {float:left;border-left:1px #aaa dotted; border-top:1px #aaa dotted;padding:10px;height:180px; min-width:90px;}
#bilettabo > div {float:left;border-left:1px #aaa dotted; border-top:1px #aaa dotted;padding:10px;height:100px; min-width:90px;}
.stolb1 {width:1%;}
.stolb2 {width:55%; color:#1077ca;font-size:12pt;}
.stolb3 {width:10%;}
.stolb4 {width:10%;}
.stolb5 {width:10%;}
.stolb6 {font-size: 12pt;}
#bilettabo > div > button {float:right;margin-top: 30px;}

.QA_BIG
{
	width:98%;
    margin-bottom: 36px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.43), -23px 0 20px -23px rgba(0, 0, 0, 0.46), 23px 0 20px -23px rgba(0, 0, 0, 0.49), 0 0 40px rgba(0, 0, 0, .1) inset;
    text-align: left;
    font-size: 14pt;
    color: #000000;
    padding: 4%;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}
.vozr_BIG {border: 1px #ffffff solid;
    width: 50px;
    height: 50px;
    border-radius: 25px;
	position:relative;
	top: -165px;
    left: 18px;
    font-size: 20pt;
    color: #ffffff;
    text-shadow: 0 0 2px black;
    box-shadow: 0 0 10px 1px black;}

.sovy {background-color: rgba(0,0,0,0.6); position: relative; top:-90px;border-radius: 6px; height: 40px;text-align: right;    padding-right: 20px;}
.sovy u {margin-left:20px;margin-right:20px;color: #ffe1a2; text-decoration: none; font-size: 8pt;}
.qtxt {position:relative;top:-50px;}
.QD_BIG {margin-top: 10px; width:100%; color: #666666;    font-size: 12pt; height:290px; overflow:hidden;}


.fotogalitem {height: 160px;}
.owl_block {
    border: 3px #ffffff solid;
    background-color: #fff;
    margin: 20px;
    padding: 0px;
    border-radius: 6px;
    height: 160px;
    color: #222222;
}

.pricezag
{
	float:right;
	position: relative;
    top: -210px;
    right: 20px;
    color:#ffffff;
    font-size:10pt;	
}

.price
{
	position: relative;
    top: -190px;
    right: -80px;
    font-size: 20pt;
    border: 1px #fff solid;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    float: right;
    min-width: 140px;
    text-align: center;
}

.tlogo
{
	font-size: 25px;
    top: 20px;
    position: absolute;
    
}



@media (max-width: 768px) 
{
#slides {height:600px;}
.navbar-default {height:60px;}
#logo {top:-8px;}
.navbar-toggle {margin-top: 8px;}
#home {width:90%;margin-left:5%;z-index:100;position:absolute;top:30px;text-align:center;}
#homecode {width: 100%;padding: 1%;margin-top: 20px;background-color: rgba(0,0,0,0.6);    border-radius: 10px;box-shadow: 0 0 20px 0px white;}
#home h1 {font-size:24pt;color:#FFFFFF;text-shadow: 0 0 13px black;}
#homecode h2 {font-size:14pt;margin:6px;}
#homecode input	{font-size: 12pt;}
#Content {margin-top: -15px;}
.QA_BIG {width:100%;padding:2%;}
.QD_BIG {font-size:11pt;width:100%;}
.tlogo{font-size: 22px;top: 10px;left:10px;position: absolute;}
#slides .caption {top:20%;}

}
