/* ==================================================================

Main Color: #5aa9ce

================================================================== */

/* ==================================================================
CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================================
Basic Document Styles
================================================================== */

body {
	line-height: 1;
	color: #8c8c8c;
	font: 15px/2em "Lato", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, html {
	width: 100%;
	height: 100%;
}

input,
select,
textarea { font: 15px/32px "Lato", Helvetica, Arial, sans-serif; }

/* ==================================================================
Typography
================================================================== */

h1 {
	font-size: 44px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	font-weight: 300;
	margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	margin-bottom: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}

h3 {
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	font-weight: 300;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	font-weight: 300;
	margin-bottom: 30px;
}

h5 {
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	font-weight: 300;
	margin-bottom: 30px;
}

h6 {
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: #212121;
	font-weight: 300;
	margin-bottom: 30px;
}

p {

}

a, a > * {
	color: #808080;
	text-decoration: none;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	        transition: all .3s;
}

a:hover, a > *:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul li i {
    margin-right: 8px;
}

/* ==================================================================
Basic Layout Styles
================================================================== */

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 30px !important;
}

.left-margin {
	margin-left: 30px !important;
}

.right-margin {
	margin-right: 30px !important;
}

.top-margin {
	margin-top: 30px !important;
}

.bottom-margin {
	margin-bottom: 30px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

/* ==================================================================
General Template Styles
================================================================== */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	margin-bottom: 40px;
}

img {
	margin-bottom: 30px;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.lead-text {
	margin: 20px 0;
	line-height: 2em;
}

hr {
	margin: 0 0 40px 0;
	border: 0;
	height: 1px;
	background: #e8e8e8;
}

hr.separator {
	margin: 40px 0;
}

hr.spacer {
	margin: 30px 0;
}

hr.small-spacer {
    margin: 15px 0;
}

hr.transparent {
	background: transparent;
}

.image-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-container img {
	margin-bottom: 0px;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	   -moz-transition:    -moz-transform .3s, opacity .3s;
	        transition:         transform .3s, opacity .3s;
}

.image-container.animate-scale:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.image-container.animate-opacity:hover img {
	opacity: .4;
}

ul.list-icon {

}

ul.list-icon i {
	margin-right: 15px;
	color: #f5b35d;
}

ul.list-icon a {
	color: #212121;
}

ul.list-icon a:hover {
	color: #e8e8e8;
}

.add-color {
	color: #f5b35d;
}

.video-container {
	margin-bottom: 30px;
}

.dropcap {
    position: relative;
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    line-height: 36px;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #212121;
    text-align: center;
    margin: 6px 20px 0 0;
    background-color: #f5b35d;
    border: 1px solid #f5b35d;
}

blockquote {
	position: relative;
	padding: 25px;
	background-color: #ededed;
}

blockquote i {
	font-size: 22px;
	color: #f5b35d;
	margin: 2px 0 0;
	float: left;
}

blockquote h5 {
	padding: 0 0 0 40px;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

blockquote.no-icon h5 {
    padding: 0;
}

.highlight {
	background-color: #f5b35d;
	color: #ffffff;
	padding: 3px;
}

.button {
	padding: 6px 16px;
	display: inline-block;
	font-size: 22px;
	line-height: 1.5em;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #000000;
	border-bottom: 0;
	margin-right: 20px;
}

.button i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
	border-bottom: 0;
}

.alert {
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    background: #faf0cd;
}

.alert.info {
    background: #c3eef7;
}

.alert.success {
    background: #bef7a1;
}

.alert.error {
    background: #facdce;
}

.alert .alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .3s;
	   -moz-transition: all .3s;
	        transition: all .3s;
}

.alert .alert-close:hover {
    color: #000000;
}

/* ==================================================================
Forms
================================================================== */

input, textarea, select, button {
	width: 100%;
	background: #e8e8e8;
	color: #959595;
	border: none;
	padding: 10px 20px;
	margin: 0px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
	
input:hover, textarea:hover, select:hover {
	background: #ffffff;
	color: #212121;
}
	
input:focus, textarea:focus, select:focus {
	background: #ffffff;
	color: #212121;
}

input[type="submit"], button {
	width: auto;
	color: #ffffff;
	background: #f5b35d;
	cursor: pointer;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

input[type="submit"]:hover, button:hover {
	color: #f5b35d;
	background: #ffffff;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

input.placeholder, textarea.placeholder { color: #b0b0b0; }

/* ==================================================================
Magnific Popup
================================================================== */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
 
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
  	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  	padding-top: 40px;
  	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
  	line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  	.mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0;
	}

  	.mfp-img-mobile img.mfp-img {
    	padding: 0;
    }

  	.mfp-img-mobile .mfp-figure {
    
    }

    .mfp-img-mobile .mfp-figure:after {
      	top: 0;
      	bottom: 0;
  	}

    .mfp-img-mobile .mfp-figure small {
	      display: inline;
	      margin-left: 5px;
	}

  	.mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0, 0, 0, 0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}

    .mfp-img-mobile .mfp-bottom-bar:empty {
    	padding: 0;
  	}

  	.mfp-img-mobile .mfp-counter {
    	right: 5px;
    	top: 3px;
    }

  	.mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: rgba(0, 0, 0, 0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0;
    }

}

@media all and (max-width: 900px) {

	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}

}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  	opacity: 0;
}

/* ==================================================================
YTPlayer
================================================================== */

.mb_YTVPlayer :focus {
    outline: 0;
}

.mb_YTVPBar {
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:padding-box;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .3;
}

.mb_YTVPBar:hover {
    opacity:1;
}

.mb_YTVPBar .buttonBar {
    background: transparent;
    font: 12px/14px Calibri;
    position: relative;
    top: -30px;
}

.mb_YTVPBar span {
    display: inline-block;
    font: 16px/20px Calibri;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img {
    cursor: pointer;
}

.mb_YTVPMuteUnmute {
    cursor: pointer;
}

.mb_YTVPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}

.mb_YTVPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}

.mb_YTVTime {
    height: 5px;
    width: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: #666666 1px 1px 3px;
       -moz-box-shadow: #666666 1px 1px 3px;
}

/* ==================================================================
FlexSlider
================================================================== */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0; padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	margin-bottom: 0px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 30px;
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 20px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 20px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome"; font-size: 40px; display: inline-block; content: '\f104';
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

/* ==================================================================
Accordion
================================================================== */

.panel {
	margin-bottom: 20px;
}

.panel-body {
	padding: 15px;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	background: #f8f8f8;
	padding: 10px 15px;
	-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	    -ms-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease;
}

.panel-heading:hover {
	background: #f5b35d;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
}

.panel-title > a {
	color: #333333;
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
}

.panel-group .panel + .panel {
	margin-top: 0px;
	border-top: 1px solid transparent;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-footer {
	border-top: 0;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

/* ==================================================================
Preloader
================================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#preloader.disabled {
    display: none;
}

#loading-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* ==================================================================
Header
================================================================== */

#header {
    
	position: fixed;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 100%;
/*	background: #f5b35d;*/
    background: #fff !important;
	z-index: 1;
	-webkit-transition: left .5s ease;
	   -moz-transition: left .5s ease;
	    -ms-transition: left .5s ease;
	     -o-transition: left .5s ease;
	        transition: left .5s ease;
}

#header #logo {
	width: 100%;
	margin-top: 10px;
	display: block;
	text-align: center;
}

#header #logo img {
	display: inline-block;
}

/* ==================================================================
Main Nav
================================================================== */

.mobile-nav-handler {
	text-align: center;
	font-size: 24px;
	display: none;
	margin-bottom: 30px;
}

.mobile-nav-handler i {
	color: #212121;
	cursor: pointer;
}

.mobile-nav-handler i:hover {
	color: #ffffff;
}

#main-nav {
	margin-top: 40px;
	overflow: visible !important;
}

#main-nav ul li {
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 2em;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

#main-nav ul li a {
	background: transparent;
	display: block;
}

#main-nav ul li.active > a {
	color: #4a4a4a;
	text-decoration: line-through;
}

#main-nav ul li:hover > a {
	background: #ffffff;
	color: #4a4a4a;
}

#main-nav ul ul {
	position: absolute;
	left: 100%;
	top: 0px;
	min-width: 250px;
	background: #fff;
	display: block;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

#main-nav ul li:hover > ul {
	max-height: 300px;
}

#main-nav ul li:hover > ul {
	max-height: 300px;
}

.scrollable-header #main-nav ul ul {
    position: relative;
    left: 0;
}

/*==================================================================
Social Nav
================================================================== */

.social-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.social-nav a {
	font-size: 15px;
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: none;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.social-nav a i {
	font-size: 17px;
	color: #ffffff;
}
.social-nav a {
	background: #69baf3 !important;
}

.social-nav a.twitter:hover {
	background: #69baf3 !important;
}

.social-nav a.facebook:hover {
	background: #475996 !important;
}

.social-nav a.google:hover {
	background: #c63d2d !important;
}

.social-nav a.linkedin:hover {
	background: #4875b4 !important;
}

.social-nav a.pinterest:hover {
	background: #d03737 !important;
}

.social-nav a.dribbble:hover {
	background: #d76896 !important;
}

.social-nav p {
	font-size: 13px;
	color: #292929;
	text-align: center;
	padding: 20px 40px;
	font-style: italic;
	line-height: 19px;
}

.scrollable-header .social-nav {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

/* ==================================================================
Content
================================================================== */

#content {
	position: relative;
	width: 100%;
	padding-left: 350px;
	z-index: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: padding .5s ease;
	   -moz-transition: padding .5s ease;
	    -ms-transition: padding .5s ease;
	     -o-transition: padding .5s ease;
	        transition: padding .5s ease;
}

#content section {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page {
	width: 100%;
	max-width: 1140px;
	padding: 40px;
	padding-bottom: 0px;
}

/* ==================================================================
Home Page
================================================================== */

body.home {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.home #welcome .inner {
	background: rgba(0,0,0,.5);
	width: 100%;
	padding: 30px 50px;
	position: absolute;
	bottom: 20%;
}

body.home #welcome .inner h1 {
	font-size: 80px;
	color: #ffffff;
	margin-bottom: 0;
}

body.home #welcome .inner h3 {
	color: #ffffff;
	margin-bottom: 0;
}

body.home #content {
    background: url(../images/overlay-pattern.png);
}

/* ==================================================================
Featured Box
================================================================== */

.featured-box {
    width: 100%;
}

.featured-box img,
.featured-box .flexslider {
    margin: 0;
}

.featured-box .flexslider {
    width: 100%;
}

.featured-box .flex-direction-nav .flex-prev {
    left: 20px;
}

.featured-box .flex-direction-nav .flex-next {
    right: 20px;
}

/* ==================================================================
About Page
================================================================== */

.team-member {
	margin-top: 30px;
}

.team-member .image-container {
	margin-bottom: 30px;
}

.team-member .image-container img {
    display: inline-block;
}

.team-member h3 {
	margin-bottom: 5px;
}

.team-member h5 {
	color: #f5b35d;
	margin-bottom: 20px;
}

.team-member hr {
	margin: 15px 0;
}

.team-member ul.team-member-social {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.team-member ul.team-member-social li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.team-member ul.team-member-social li a {
	width: 30px;
	height: 30px;
	background: #f5b35d;
	display: block;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.team-member ul.team-member-social li a i {
	color: #ffffff;
	margin-right: 0;
}

.team-member ul.team-member-social li a:hover {
	background: #ffffff;
}

.team-member ul.team-member-social li a:hover i {
	color: #f5b35d;
}

/* ==================================================================
Services Page
================================================================== */

.service {

}

.service-icon {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 40px;
	background: #f8f8f8;
	color: #f5b35d;
	font-size: 34px;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	float: left;
	margin-top: 50px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.service:hover .service-icon {
	background: #f5b35d;
	color: #ffffff;
}

.service h3 {
	margin-bottom: 10px;
}

.service h3, .service p {
	padding-left: 100px;
}

.service.no-icon h3,
.service.no-icon p {
	padding-left: 0px;
}

/* ==================================================================
Portfolio Filters
================================================================== */

.portfolio-filters {
	display: inline-block;
	float: right;
	margin-top: 10px;
	padding-top: 30px;
}

.portfolio-filters * {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.portfolio-filters .filter {
	position: relative;
	z-index: 4;
	display: inline-block;
	float: right;
}

.portfolio-filters .filter span {
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #808080;
	cursor: pointer;
}

.portfolio-filters .filter span i {
	margin-left: 5px;
}

.portfolio-filters .filter:hover span {
	color: #212121;
}

.portfolio-filters .filter:hover span i {
	color: #f5b35d;
}

.portfolio-filters .filter ul {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	background: #f0f0f0;
	padding: 10px;
	right: 0;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.portfolio-filters .filter:hover ul {
	opacity: 1;
	max-height: 400px;
}

.portfolio-filters .filter ul li {
	cursor: pointer;
	display: block;
	min-width: 150px;
	text-align: right;
	color: #212121;
}

.portfolio-filters .filter li:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 1px;
	margin-left: 6px;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.portfolio-filters .filter li.active{
	color: #f5b35d;
}

.drop_down li.active:after{
	background: #f5b35d;
}

.portfolio-filters-fail {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 0px;
	opacity: 0;
	-webkit-transition: all .3s;
	text-align: center;
	font-size: 32px;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #212121;
}

.portfolio.fail .portfolio-filters-fail {
	opacity: 1;
	top: 200px;
}

/* ==================================================================
Portfolio
================================================================== */

body.portfolio-page {
	overflow-x: hidden;
}

.portfolio {
	overflow: visible !important;
	padding: 0 25px 25px 25px;
	position: relative;
	display: block;
	float: left;
	opacity: 1;
	min-width: 100%;
	-webkit-transition: opacity .5s ease, margin .5s ease;
	   -moz-transition: opacity .5s ease, margin .5s ease;
	    -ms-transition: opacity .5s ease, margin .5s ease;
	     -o-transition: opacity .5s ease, margin .5s ease;
	        transition: opacity .5s ease, margin .5s ease;
}

.portfolio .portfolio-head {
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	padding-bottom: 10px;
}

.portfolio .portfolio-head h1 {
	margin-bottom: 0px;
	float: left;
	padding-top: 30px;
}

.portfolio .portfolio-item {
	width: 20%;
	padding: 15px;
	opacity: 0;
    display: none;
    float: left;
}

.portfolio .portfolio-item a {
	width: 100%;
	height: 100%;
	display: block;
}

.portfolio .portfolio-item .image-container {
	background: #f5b35d;
}

.portfolio .portfolio-item a h4 {
	color: #212121;
	margin-top: 15px;
}

.portfolio .portfolio-item p.item-categories {
	font-size: 14px;
	color: #a3a3a3;
	width: 100%;
	display: inline;
}

.portfolio .portfolio-item p.item-categories a {
	font-size: 14px;
	display: inline;
}

.portfolio .portfolio-item p.item-categories a:hover {
	color: #f5b35d;
}

.portfolio .portfolio-item a h4 {
	margin-bottom: 0px;
}

.portfolio .portfolio-item a:hover h4 {
	color: #f5b35d;
}

.project-details {
	position: relative;
	max-width: 100%;
	width: 940px; /*custom* default 1120px*/
    margin-left: 250px;/*custom*/
	background: #ffffff;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.project-details .page {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 0 40px;
	display: none;
}

.project-details .page h1,
.portfolio-page .page h1 {
	margin-bottom: 30px;
}

.project-controls {
	position: absolute;
	width: 100%;
	padding: 0 40px;
	top: 40px;
	text-transform: uppercase;
	display: none;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.project-controls a {
	color: #f5b35d;
}

.project-controls .project-close {
	float: left;
}

.project-controls .project-close a:hover {
	color: #212121;
}

.project-controls .project-close i {
	margin-right: 10px;
}

.project-controls .project-navigation {
	float: right;
}

.project-navigation .project-prev,
.project-navigation .project-next {
	float: left;
	margin-left: 20px;
}

.project-navigation .project-prev i {
	margin-left: 10px;
}

.project-navigation .project-next i {
	margin-right: 10px;
}

.project-navigation .project-prev a,
.project-navigation .project-next a {
	opacity: 1;
}

.project-navigation .project-prev a:hover ,
.project-navigation .project-next a:hover  {
	color: #212121;
}

.project-navigation .project-prev a.disabled,
.project-navigation .project-next a.disabled {
	opacity: .3;
	color: #212121;
	cursor: default;
}

.project-gallery {
	margin-bottom: 10px;
}

.project-gallery .image-container {
	margin-bottom: 20px;
}

.project-description hr {
	margin: 20px 0;
}

.project-meta h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.project-meta p {
	font-style: italic;
}

.project-meta ul.project-social {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.project-meta ul.project-social li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.project-meta ul.project-social li a {
	width: 30px;
	height: 30px;
	background: #f5b35d;
	display: block;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.project-meta ul.project-social li a i {
	color: #ffffff;
	margin-right: 0;
}

.project-meta ul.project-social li a:hover {
	background: #ffffff;
}

.project-meta ul.project-social li a:hover i {
	color: #f5b35d;
}

.project-details .flexslider img.bottom-margin {
    margin-bottom: 0 !important;
}

/* ==================================================================
Portfolio Active
================================================================== */

#header.project-open {
	left: -350px;	
}

#content.project-open {
	padding-left: 0px;
}

#content.project-open .portfolio {
	opacity: .2;
	margin-left: 1120px;
}

#content.project-open .project-details {
	z-index: 10;
}

#content.project-open .portfolio-item a {
	cursor: default;
}

#content.project-open .portfolio .portfolio-item a:hover h4 {
	color: #212121;
}

#content.project-open .portfolio .animate-scale:hover img {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#content.project-open .portfolio .animate-opacity:hover img {
	opacity: 1;
}

/* ==================================================================
Blog
================================================================== */

.post {
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.post .post-title {
	margin-bottom: 15px;
}

.post .post-title a {
	color: #212121;
}

.post .post-title a:hover {
	color: #f5b35d;
}

.post .post-meta {
	color: #f5b35d;
	margin-bottom: 15px;
}

.post .post-meta span {
	color: #999999;
	margin: 0 15px;
}

.post .post-meta a {
	color: #212121;
}

.post .post-meta a:hover {
	color: #f5b35d;
}

.post .flexslider {
	margin-bottom: 0px;
}

.read-more {
	padding: 7px 16px;
	margin: 0px;
	width: auto;
	color: #ffffff;
	background: #f5b35d;
	cursor: pointer;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.read-more:hover {
	background: transparent;
	color: #f5b35d;
}

/* ==================================================================
Single Blog Post
================================================================== */

.post-single .post-title {
	margin-bottom: 60px;
}

.post-single .post-meta {
	margin-top: 20px;
}

.post-single .post-tags {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

.post-single .post-tags h5 {
	float: left;
	line-height: 36px;
	margin-right: 15px;
}

.post-single .post-tags a {
	float: left;
	margin: 0 0 4px 4px;
	background: #f5b35d;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.post-single .post-tags a:hover {
	color: #f5b35d;
	background: transparent;
}

/* ==================================================================
Comments
================================================================== */

.comments {
	margin-bottom: 30px;
}

ol.comments-list li ol {
    padding-left: 90px;
}

ol.comments-list li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
}

ol.quip-children {
    margin: 0;
}

.comment-alt {
    background-color: #f0f0f0;
}

.comment-avatar {
	width: 50px;
	height: 50px;
	float: left;
	padding: 20px 0 0 20px;
}

.comment-body {
    padding: 20px;
    padding-left: 90px;
}

.comment-meta {
	margin-bottom: 6px;
	font-size: 13px;
}

.comment-meta strong {
	color: #212121;
	font-size: 16px;
}

.comment-meta a {
	font-style: italic;
}

.comment-meta a:hover {
	color: #f5b35d;
}

.comment-meta a.comment-reply {
	color: #f5b35d;
}

.comment-meta a.comment-reply:hover {
	color: #212121;
}

.comment-content {
	font-size: 14px;
}

.comment-preview {
	background: #f0f0f0;
	margin-bottom: 30px;
}

.comment-preview h4 {
	margin-bottom: 0px;
	padding: 20px 0 0 20px;
}

.comment-errors {
    margin-bottom: 30px;
}

.comment-errors p {
	color: red;
	font-style: italic;
}

.comment-success {
    color: green;
    font-style: italic;
    margin-bottom: 30px;
}

form.comment-form input[type="text"] {
	min-width: 260px;
	width: 40%;
}

.comment-allowed-tags {
    font-size: 14px;
    font-style: italic;
    float: right;
}

form.comment-form textarea {
	height: 200px;
}

form.comment-form button {
    margin-right: 20px;
}

/* ==================================================================
Sidebar
================================================================== */

.sidebar .sidebar-block {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	float: left;
	width: 100%;
}

.sidebar .sidebar-block h4 {
	margin-bottom: 10px;
}

.sidebar .sidebar-recent-posts a,
.sidebar .sidebar-blog-categories a {
	color: #999999;
	font-size: 14px;
}

.sidebar .sidebar-recent-posts a:hover,
.sidebar .sidebar-blog-categories a:hover {
	color: #f5b35d;
}

.sidebar .tags-cloud a {
	float: left;
	margin: 0 4px 4px 0;
	background: #f5b35d;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.sidebar .tags-cloud a:hover {
	color: #f5b35d;
	background: transparent;
}

/* ==================================================================
Search Results
================================================================== */

.search-results-title {
	margin-bottom: 60px;
}

.search-results-title span.highlight {
	background-color: transparent;
	color: #f5b35d;
	padding: 0;
}

.search-result {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.search-result h2 {
	margin-bottom: 10px;
}

.search-result h2 a {
	color: #212121;
}

.search-result h2 a:hover {
	color: #f5b35d;
}

.search-result .read-more {
	margin-top: 20px;
}

.search-results-paging {
	color: #999999;
}

.search-results-text {
	color: #808080;
	margin-right: 10px;
}

.search-results-current-page {
	color: #212121;
	background: #f0f0f0;
	padding: 10px 14px;
}

.search-results-page {
	margin-right: 6px;
}

.search-results-page a {
	color: #ffffff;
	background: #f5b35d;
	padding: 10px 14px;
}

.search-results-page a:hover {
	color: #f5b35d;
	background: transparent;
}

/* ==================================================================
Contact Page
================================================================== */

#map {
	width: 100%;
	height: 400px;
	display: block;
	float: left;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .field-column {
	margin-bottom: 0px;
}

.contact-form textarea {
	height: 150px;
}

.contact-form .required {
	border: 2px solid transparent;
}

.contact-form .input-error {
	border: 2px solid #ed5555;
}

.contact-form .response-message {
	text-transform: uppercase;
	color: #212121;
	margin: 10px 0 20px 0;
	font-size: 30px;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.contact-form button {
	margin-bottom: 0px;
}