/********* GENERAL STYLES **********/

.fade{ opacity: 0.1; }
.clear-right{ clear: right !important; }

.loader{ position: fixed; width: 100%; height: 100%; z-index: 99999; background: #fff; top: 0px; left: 0px; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; display: block; text-align: center; }
.loader img{ height: 64px; width: 64px; position: absolute; top: 50%; left: 50%; margin-top: -64px; margin-left: -64px; }
.show-content{ display: none; }

.offix{ overflow: hidden; }

/********* PSEUDO STYLES **********/

/** Template Colors **/

.text-blue{ color: #0079c1; }
.text-pink{ color: #ea4c89; }
.text-yellow{ color: #2C0124 !important; }
.text-green{ color: #a2e147; }
.text-brown{ color: #BD9367; }
.text-body{ color: #7c7c7c; }
.text-dark-grey{ color: #353535 !important; }

.background-white{ background-color: #fff; }
.border-white{ border-color: #fff; }

.background-blue{ background-color: #0079c1; }
.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6{ color: #fff; }
.background-blue p{ color: #fff; }
.border-blue{ border-color: #0079c1; }

.background-pink{ background-color: #ea4c89; }
.background-pink h1, .background-pink h2, .background-pink h3, .background-pink h4, .background-pink h5, .background-pink h6{ color: #fff; }
.background-pink p{ color: #fff; }
.border-pink{ border-color: #ea4c89; }

.background-yellow{ background-color: #f6ff00; }
.background-yellow h1, .background-yellow h2, .background-yellow h3, .background-yellow h4, .background-yellow h5, .background-yellow h6{ color: #fff; }
.background-yellow p{ color: #fff; }
.border-yellow{ border-color: #f1ca53; }

.background-green{ background-color: #a2e147; }
.background-green h1, .background-green h2, .background-green h3, .background-green h4, .background-green h5, .background-green h6{ color: #fff; }
.background-green p{ color: #fff; }
.border-green{ border-color: #a2e147; }

.background-dark-grey{ background: #b7c8ce; }
.background-dark-grey h1, .background-dark-grey h2, .background-dark-grey h3, .background-dark-grey h4, .background-dark-grey h5, .background-dark-grey h6{ color: #fff; }
.background-dark-grey p{ color: #fff; }
.border-dark-grey{ border-color: #353535; }

.background-brown{ background: #BD9367; }
.border-brown{ border-color: #BD9367; }

/** Typography **/

body{ font-family: 'Cardo', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; text-transform: uppercase; }


h6{ text-transform: uppercase; font-size: 14px; }

p.lead{ font-size: 1.6rem; }
p.lead-small{ font-size: 1.2rem; }

.size-display{ font-size: 3em; line-height: 1.3; letter-spacing: 3px; margin-right: -3px;  }
.icon.size-display{ font-size: 60px; letter-spacing: 0px; margin-right: 0px; }
.text-white{ color: #fff; }
a.text-white:hover{ color: #ddd; }
.text-normal{ font-weight: normal !important;; }

p:last-child{
	margin-bottom: 0px;
	color: #2A1F00;
	text-align: center;
}


/** Spacing **/

.section-x-small{ padding-top: 66px; padding-bottom: 66px; }
.section-small{ padding-top: 99px; padding-bottom: 99px; }
section{ padding-top: 66px; padding-bottom: 88px; overflow: hidden; position: relative; }
.section-large{ padding-top: 143px; padding-bottom: 143px; }
.section-x-large{ padding-top: 198px; padding-bottom: 198px; }
.section-hero-header{ padding-top: 298px; padding-bottom: 198px; }

.no-pad{ padding: 0px; overflow: hidden; }
.no-pad-bottom{ padding-bottom: 0px !important; }
.no-pad-right{ padding-right: 0px; }

.pad-normal{ padding-top: 99px; padding-bottom: 99px; }
.pad-large{ padding-top: 121px; padding-bottom: 121px; }

.no-margin{ margin: 0px !important; }
.margin-small-top{ margin-top: 22px; }
.margin-space-top{ margin-top: 66px !important; }
.margin-top{ margin-top: 30px; }


/** Icons **/

.icon-x-small{ font-size: 18px;	 }
.icon-small{ font-size: 34px; }
.icon-medium{ font-size: 45px; }

.icon.space-top{ position: relative; top: 5px; margin-bottom: 11px; display: inline-block; }
.icon.size-display{ margin-bottom: 22px; }

/********* BUTTON STYLES **********/

a .arrow_right{ position: relative; top: 2px; }

.button{ border: 2px solid #7c7c7c; color: #7c7c7c; font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px; background: none; cursor: pointer; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; margin-top: 44px; display:inline-block; font-weight: bold; }
.button .icon{ line-height: 0; position: relative; top: 4px; transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; left: 0px; }
.button .icon.arrow_down{ top: 0px;	 }
.button:hover{ background: #353535; color: #fff; border-color: #353535; }
.button:hover .icon{ left: 6px;  }
.button:hover .icon.arrow_left{ left: -6px; }
.hero-divider .button:hover, .hero-slider .button:hover{ background: rgba(255,255,255,0.8); color: #353535; }

.button-x-small{ font-size: 11px; letter-spacing: 1px; padding: 5px 10px; 4px; 10px; }
.button-medium, .button-small{ font-size: 11px;  }
.button-medium .icon, .button-small .icon{ font-size: 18px; }

.button-round{ border-radius: 7px; }

.button-small{ padding: 11px 30px; border-radius: 35px; }
.button-square{ padding: 7px 15px 15px 15px; }
.button-square:hover .icon{ left: 0px; }
.button-medium{ padding: 20px 25px 20px 25px; border-radius: 35px; }
.button-large{ padding: 15px 40px; font-size: 11px; border-radius: 35px; }


a.button-white{ color: #fff; border-color: #fff; }

/********* NAVIGATION STYLES **********/

nav{ width: 100%; z-index: 99; }

.nav-main ul{ font-family:'Montserrat', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; text-transform: uppercase; display: inline-block; font-size: 11px; letter-spacing: 1px; }
.nav-main ul li{ float: left; list-style: none; }
.nav-main ul li a{ padding: 38px 36px; display: inline-block; transition: all .3s;  -moz-transition: all .3s; -webkit-transition: all .3s; color: #7c7c7c;	 }
.nav-main ul li a:hover{ color: #2a3539; }

.nav-main ul li:last-child a{ padding-right: 0px; }

.nav-panel-dark, .nav-panel-light, .nav-transparent, .nav-transparent-dark{ position: absolute; top: 25px; }

.nav-panel-dark .logo, .nav-panel-light .logo{ margin-left: 22px; }
.nav-panel-dark ul, .nav-panel-light ul{ padding-right: 22px; }

.nav-panel-dark .row{ background: #2a3539; background: rgba(53,53,53,0.9); } 
.nav-panel-light .row{ background: #2a3539; background: rgba(255,255,255,0.9); }
.nav-transparent, .nav-transparent-dark{ background: none; }

.nav-panel-dark ul li a:hover, .nav-top-dark ul li a:hover{ color: #ccc; }

.nav-transparent ul li a{ color: #fff; }
.nav-transparent-dark ul li a{ color: #353535; }
.nav-transparent ul li a:hover{ color: rgba(255,255,255,0.7) !important; }
.nav-transparent ul li .subnav li a:hover{ color: #353535 !important; }

.nav-top-light, .nav-top-dark{  position: relative; }
.nav-top-light{ background: #fff; }
.nav-top-dark{ background: #2a3539; }

.nav-fixed{ position: fixed; top: 0px; }

.mobile-toggle{ position: absolute; color: #fff; top: 31px; right: 30px; cursor: pointer; font-size: 26px; display: none; }

/** Sub Nav Styles **/


.subnav{ display: none !important; background: #fff; position: absolute; z-index: 10; text-align: left; padding: 22px 0px;	overflow: visible; min-width: 190px; }
.subnav h6{ margin-bottom: 11px; }
.subnav h6 .icon{ position: relative; top: 2px; }
.subnav ul li, .nav-main ul ul li{ float: none; margin: 0px 0px 6px 0px; padding: 0px; font-family: "Montserrat"; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;  }
.subnav ul li a, .nav-main ul ul li a{ padding: 5px 11px 5px 22px; display: inline-block; width: 100%; }

.nav-transparent ul ul li a{ color: #7c7c7c; }
.nav-transparent .subnav{ background: rgba(255,255,255,0.9); }
.nav-transparent .subnav-level-2{ background: rgba(255,255,255,0.7); }



.nav-panel-dark .subnav, .nav-top-dark .subnav{ background: #353535; background: rgba(53,53,53,0.9); }
.nav-panel-dark .subnav h6, .nav-top-dark .subnav h6{ color: #aaa; }

.nav-main ul li:hover .subnav{ display: block !important; }
.nav-main ul li:last-child:hover .subnav{ right: 0px; }
.nav-main ul li:nth-last-child(2):hover .subnav{ right: 10%; }

.nav-main ul li:nth-last-child(-n+2) .subnav li:hover .subnav-level-2{ right: 100%; left:auto; } 

.subnav-level-2{ display: none !important; position: absolute; z-index: 10; background: #fff; padding: 22px 0px; width: 120%; margin-top: -41px; }
.subnav-level-2 li{ min-width: 100%; }
.subnav li:hover .subnav-level-2{ display: block !important; left: 100%; }




/** Branding **/

.logo{ width: 100px; height: 30px; background: url('../images/logo/tkd.png'); background-size: contain !important; background-repeat-y: none !important; }
.nav-panel-dark .logo, .nav-top-dark .logo, .nav-transparent .logo{ background: url('../images/logo/tkl.png'); }


/********* HEADER STYLES **********/

header{ background: #353535; background-size: cover !important; position: relative; }
header.header-large .row{ padding: 330px 0px; }
header.header-small .row{ padding: 210px 0px 140px 0px;  }
header.header-medium .row{ padding: 180px 0px; }
header.header-small .size-display{ font-size: 48px;	 }
header .row{ padding: 220px 0px; position: relative; z-index: 10; }
header span{ display: inline-block; margin-top: 11px; }

/** Animation Styles **/

.background-pan{ -webkit-animation: burns-in 20s linear infinite alternate; }
.background-pan:nth-child(odd){ -webkit-animation: burns-out 20s linear infinite alternate; }

@-webkit-keyframes burns-in {
  from{
      background-position:left top;
      background-size: 100%;
  }
  to{
      background-position:left bottom;
      background-size: 120%;
  }
}

@-webkit-keyframes burns-out {
  from{
      background-position:left bottom;
      background-size: 110%;
  }
  to{
      background-position: left top;
      background-size: 100%;
  }
}



/********* SLIDER & DIVIDER STYLES **********/

/** Hero Slider **/

.hero-slider{ position: relative; padding-top: 0px; padding-bottom: 0px; }
.hero-slider .slides li{ padding: 280px 0px; background-size: cover !important; background-position: 50% 0px; background-position-x: 50%; background-position-y: 50%; }
.hero-slider .slides li.section-small{ padding: 121px 0px 0px 0px; }
.hero-slider .slides li .row, .hero-divider .row{ position: relative; z-index: 2; }
.hero-slider .slides li .slider-background{ position: absolute; z-index: -2; height: 700px; }
.hero-slider .slides li h5{ letter-spacing: 2px; margin-right: -2px; }
.slider .flex-direction-nav .flex-prev:before{ left: 7px; }

.bg-fix{ background-position: 50% 0%; }

.overlay{ position: absolute; width: 100%; height: 100%; top: 0px; z-index: 1; opacity: 0.2; }
.overlay-strong{ opacity: 0.96 !important; }

.background-dark .overlay{ background: #353535; }
.background-light .overlay{ background: #fff; }
.background-dark.flex-control-paging li a. .hero-divider .flex-control-paging li a{ background: rgba(255,255,255,0.5); }
.background-dark.flex-control-paging li a.flex-active, .hero-divider .flex-control-paging li a.flex-active{ background: #fff; }
.background-dark .button{ border-color: #fff; color: #fff; }

.background-dark.flex-direction-nav a, .hero-divider .flex-direction-nav a{ border-color: #fff; color: #fff; }

.hero-slider .slides h6, .hero-divider h6{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.hero-slider .slides h1, .hero-divider h1{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.hero-slider .slides .background-dark h6, .hero-slider .slides .background-dark h1{ color: #fff; }

.hero-divider{ background-size: cover !important; background-position: 50% 0px; position: relative; }
.hero-divider .overlay{ opacity: 0.3; }
.hero-divider button{ margin-top: 22px; }

.no-overlay.background-dark h1, .no-overlay.background-dark h6{ color: #fff; }
.has-overlay  h1, .has-overlay h6{ color: #fff; }

.animate-slide{ transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; opacity: 0; top: 100px; }
.slide-animated{ top: 0px; opacity: 1; }

.blog-post-slider{ position: relative; height: 500px; }
.blog-post-slider .slides li{ background-size: cover !important; height: 500px; width: 100%; }
.blog-post-slider .flex-direction-nav li{ margin: 0px !important; }


/** Slider & Divider Overlays **/

.background-dark .overlay{ background: #353535;  }
.background-light .overlay{ background: #fff; }


/********* PAGE ELEMENT STYLES **********/

/** Common Page Elements **/

.section-preamble h6{ margin-bottom: 0px; }
.section-preamble h2{ margin-bottom: 33px; }
.section-preamble button{ margin-top: 22px; }

.page-title{ margin-bottom: 44px; }
.page-title h4{ font-size: 15px; letter-spacing: 2px; margin-right: -2px; display: inline-block; border: 2px solid #353535; padding: 8px 10px 8px 10px; }
.page-title .vertical-line, header .vertical-line{ height: 60px; width: 1px; margin: 0px auto; background: #ccc; }

.border-box{ border: 6px double #ddd; padding: 44px; }
.border-box .line{ width: 30%; height: 1px; background: #ccc; margin: 0px auto; margin-top: 22px; margin-bottom: 22px; }
.border-box .medium-3 .size-display{ position: relative; bottom: 0px; transition: all .2s ease; }
.border-box .medium-3:hover .size-display{ bottom: 10px; }

.medium-12 .border-box.offix{ padding: 44px 0px 66px 0px; }
.medium-12 .border-box.offix .medium-3 p{ padding: 0px 22px; }

.no-pad .border-box{ border: none; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

/** Lists **/

ul{ list-style: none; overflow: hidden; }

.list-results li{ border-bottom: 1px solid #d2d2d2; padding-bottom: 11px; margin-bottom: 33px; overflow: hidden; list-style: none; }
.list-results li h6{ color: #7c7c7c; display: inline-block; margin-right: 11px; margin-bottom: 0px;	 }
.list-results li span{ font-style: italic; font-size: 12px; }
.list-results li:last-child{ margin-bottom: 0px; }

.list-content{ list-style: none; }
.list-content li{ margin-bottom: 55px; overflow: hidden; }
.list-content li:last-child{ margin-bottom: 0px; }
.list-content li h6{ margin: 0px; }
.list-content h4{ margin-top: 0px; margin-bottom: 16px; }

.list-social{ list-style: none; display: inline-block; overflow: hidden; }
.list-social li .icon{ display: block; width: 40px; height: 40px; border-radius: 50%; text-align: center; padding-top: 10px; }
.list-social li a{ color: #7c7c7c; display: inline-block; overflow: hidden; }
.list-social li{ float: left; margin-right: 11px; }
.list-social li:last-child{ margin-right: 0px; }

.list-skill-holder li{ margin-bottom: 22px; }
.list-skill-holder li:last-child{ margin-bottom: 0px; }

.list-skill li{ margin-top: 11px; width: 12px; height: 12px; border-radius: 50%; border-width: 2px; border-style: solid; float: left; margin-right: 11px; margin-bottom: 0px;  }
.list-skill li.unfilled{ background: none; }
.list-skill li:last-child{ margin-right: 0px; }

.action-block .list-skill li{ margin-top: 3px;  }

.list-tags{ overflow: hidden; margin: 0px; }
.list-tags li{ float: left; margin-right: 11px; margin-bottom: 11px; }
.list-tags li a{ border: 2px solid #7c7c7c; padding: 10px 11px 11px 11px; display: inline-block; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.list-tags li a:hover{ background: #7c7c7c; color: #fff; }
.list-tags li:last-child{ margin-right: 0px; }

.list-blog-posts{ overflow: hidden; }
.list-blog-posts li{ margin-bottom: 66px; }
.list-blog-posts li h4{ font-size: 1rem; }
.list-blog-posts li h6{ font-size: 12px; }
.list-blog-posts li .button{ margin-top: 22px;	 }

/** Services **/

.small-service{ margin-bottom: 66px; }
.small-service:nth-last-child(-n+2){ margin-bottom: 0px;  }

.hover-box{ width: 100%; height: 320px; overflow: hidden; position: relative; padding-top: 66px; }
.hover-box-inner{ position: absolute; width: 100%; left: 0px; transition: all .3s ease; top: 84px;  }
.hover-box-inner p{ padding: 0px 44px; opacity: 0; transition: all .3s ease; }
.hover-box-inner .size-display{ font-size: 55px; transition: all .3s ease; opacity: 1; }
.hover-box-inner h6{ font-weight: bold; }

.hover-box-inner:hover{ top: 34px; }
.hover-box-inner:hover p{ opacity: 1; }
.hover-box-inner:hover .size-display{ opacity: 1; font-size: 45px; }

/** Action Blocks **/

.action-blocks{ padding: 0px; }
.action-block{ padding: 99px 55px; position: relative; background-size: cover !important; background-position: 50% 50% !important; }
.action-block .overlay{ left: 0px; }
.action-block .row{ position: relative; z-index: 3; }
.action-block .testimonials-slider{ margin-top: 33px; }
.action-block.small-block{ padding: 66px 55px; min-height: 507px; max-height: 600px; }
.action-block h5{ margin: 11px 0px 22px 0px; text-transform: uppercase; }
.action-block .line{ height: 1px; width: 100%; background: #353535; opacity: 0.3; margin: 22px 0px; }
.action-block.background-blue .line{ background: #fff; opacity: 0.5; }

/** Clients **/

.client-logo img{ max-width: 120px; }
.client-logo{ margin-bottom: 44px; }

/** Icon Circles **/

.icon-circle{ width: 120px; height: 120px; border-radius: 50%; padding-top: 32px; display: inline-block; }
.icon-circle.large{ width: 180px; height: 180px; padding-top: 68px; margin-bottom: 22px; }
.icon-circle.hollow{ border-width: 2px; border-style: solid;  }
.icon-circle.filled{ background: #fff; }

/** Video Backgrounds **/

.video-background{ width: 100%; height: 600px; padding: 0px; position: relative; }
.video-background .overlay{ opacity: 0.5; }
.video-background .row{ position: relative; z-index: 20; }
.video-background video{ background-size: cover !important; }

.large.video-background{ height: 750px; }

/** Box Covers **/

.cover-boxes{ width: 100%; overflow: hidden; list-style: none; margin-bottom: 30px; }
.cover-boxes li{ float: left; overflow: hidden; position: relative; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; padding: 0px 15px; }
.cover-boxes li h6{ margin: 0px; }
.cover-boxes li p{ margin-top: 6px; }
.cover-boxes li .box-content{ position: absolute; width: 50%; height: 100%; left: 100%; top: 0px; transition: opacity .5s ease; -webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; opacity: 0; padding: 11px 17px; z-index: 0; }
.cover-boxes li img{ position: relative; z-index: 1; }

.cover-boxes li.active{ overflow: visible; }
.cover-boxes .medium-3.active{ width: 50%; }
.cover-boxes .medium-4.active{ width: 66.66666%; }
.cover-boxes li.active .box-content{ left: 50%; opacity: 1; }
.cover-boxes li.active li{ width: auto; }

.cover-boxes .list-social{ margin-top: 11px; display:block; }
.cover-boxes .list-social li{ padding: 0px; }
.cover-boxes .list-social li .icon{ width: 35px; height: 35px; font-size: 12px; }

/** Pricing Tables **/

.pricing-table{ display: inline-block; border: 10px solid #fff; position: relative; text-align: center; width: 100%; }
.pricing-table .overlay{ opacity: 0.55; }
.pricing-table .pricing-top, .pricing-table .pricing-bottom{ z-index: 2; position: relative; }
.pricing-table .pricing-top{ padding: 33px 0px; }
.pricing-table .pricing-top h6{ letter-spacing: 3px; margin-right: -3px; margin-bottom: 22px; }

.pricing-table .price{ font-family: "Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-align: center; }
.price .dollar, .price .cents{ font-size: 24px; position: relative; bottom: 30px; }
.price .amount{ font-size: 72px; }

.pricing-table .pricing-bottom{ padding: 33px 0px; background: #ffffff; }
.pricing-table .pricing-bottom li{ font-size: 16px; margin-bottom: 22px; }
.pricing-table .pricing-bottom ul li:last-child{ margin-bottom: 0px; }

.pricing-table.shrink{ -ms-transform: scale(0.9,0.9); /* IE 9 */
-webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
transform: scale(0.9,0.9); }

/** Panels **/

.panel{ padding: 44px; }



/********* TESTIMONIALS STYLES **********/

.testimonials-slider{ position: relative; margin-top: 22px; }
.testimonials-slider p{ font-size: 22px; font-weight: 300; }
.testimonials-slider span{ font-weight: bold; }
.testimonials-slider .slides{ margin-bottom: 44px; }

.testimonials-slider .flex-direction-nav{ width: 100%; height: 40px; text-align: center; }
.testimonials-slider .flex-direction-nav li{ display: inline-block; }
.testimonials-slider .flex-direction-nav a{ top: 0px; position: relative; display: inline-block; left: -5px; right: 0px; margin: 0px;	 }
.testimonials-slider .flex-direction-nav .flex-next{ left: 5px; right: 0px;  }


/********* TEAM STYLES **********/

.team-member{ background: #fff; padding: 44px 0px 22px 0px; text-align: center; }
.team-member img{ margin-bottom: 17px; }
.team-member span{ display: block; margin-bottom: 22px; font-size: 16px; }
.team-member p{ width: 80%; text-align: left; margin-left: 10%; }
.team-member h6{ font-size: 15px; }

/********* WORK STYLES **********/

figure{ margin: 0px; position: relative; overflow: hidden; }

.work-item img{ transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-backface-visibility: hidden; }

.work-item:hover img{ -ms-transform: scale(1.1,1.1); /* IE 9 */ -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */ transform: scale(1.1,1.1); }
.work-item:hover .hover-state{ opacity: 1; }
.work-item:hover .title-inner{ top: -34px; }
.work-item:hover .title-inner .controls{ opacity: 1; }
.work-item:hover .title-inner .text{ opacity: 0; }

.work-item .hover-state{ position: absolute; width: 100%; height: 100%; top: 0px; z-index: 2; background: rgba(34,34,34,0); opacity: 0; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
.hover-state h5, .hover-state h6{ color: #fff; }
.hover-state .button{ margin-top: 22px; }
.hover-state .button-square{ margin-left: 11px; }

.work-item .title{ background: #fff; background: rgba(255,255,255,0.9); padding: 22px 0px; text-align: center; position: absolute; bottom: 0px; width: 100%; z-index: 3; height: 93px; overflow: hidden; }
.work-item .title h6{ color: #7c7c7c; margin-top: 0px; font-size: 11px; }
.work-item .title h5{ margin-bottom: 3px; font-weight: bold; font-size: 12px; }

.title-inner{ position: absolute; width: 100%; transition: all .3s ease; top: 24px; }
.title-inner .controls{ transition: all .3s ease; opacity: 0; margin-top: 22px; }
.title-inner .controls .button{ margin-right: 11px; }
.title-inner .text{ transition: all .3s ease; opacity: 1; }

.work-has-title .button{ margin-top: 0px; }

.columns .work-item{ margin-bottom: 30px; }

.work-instance-wrapper{ overflow: hidden; }
.work-masonry-container{ clear: both; }

.work-filters{ list-style: none; overflow: hidden; display: inline-block; margin: 0px 0px 99px 0px; }
.work-filters li{ margin-right: 22px; float: left; }
.work-filters li .button{ margin-top: 0px; opacity: 0.3; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; }
.work-filters li:hover .button{ opacity: 1; }
.work-filters li.active .button{ opacity: 1; }
.work-filters li:last-child{ margin-right: 0px; }

.work-filters.alt-filters{ margin-top: 44px; }
.work-filters.alt-filters li{ float: none; margin-bottom: 11px; }
.work-filters.alt-filters .button{ border: none; padding: 0px; font-size: 14px; letter-spacing: 1px; }
.work-filters.alt-filters .button:hover{ background: none; color: #353535; }

.work-single img{ display: inline-block; margin-bottom: 30px; }
.work-single h6{ margin-bottom: 33px; }
.work-single .line{ height: 1px; width: 100%; background: #353535; opacity: 0.25; margin-bottom: 33px; }
.work-single .description{ padding: 22px; margin-bottom: 30px; }
.work-single .description span{ display: inline-block; margin-top: 22px; }


/********* BLOG STYLES **********/

.blog-single span, .list-blog-posts span{ display: inline-block;	 }
.blog-single img, .list-blog-posts img{ margin-bottom: 0px; display: block; width: 100%; }
.blog-single iframe, .list-blog-posts iframe{ width: 100%; height: 450px; }

blockquote{ overflow: hidden; background: #fff; border: none; padding: 22px 11px; margin: 11px 0px; width: 65%; float: right; margin-left: 5%; }
blockquote .icon{ display:inline-block; font-size: 35px; opacity: 0.2; }
blockquote p{ font-size: 22px; font-style: italic; line-height: 1.6; }

.post-comments{ margin-top: 99px; }
.post-comment{ overflow: hidden; background: #fff; padding: 22px; margin: 22px 0px; float: none; width: 100%; }
.post-comment img{ max-width: 80%;  }
.post-comment .button{ margin: 0px 0px 0px 11px; position: relative; bottom: 2px; }
.post-comment.indent{ width: 90%; float: right; }


aside .widget{ margin-bottom: 44px; }

aside .widget h5{ margin-bottom: 22px; }
aside .widget li{ margin-bottom: 8px; }
aside .widget li a{ color: #7c7c7c; font-size: 14px; }

.masonry-blog-item{ margin-bottom: 30px; }
.masonry-blog-item .inner{ background: #fff; padding: 22px 22px 33px 22px; }
.masonry-blog-item .line{ background: #353535; opacity: 0.2; height: 1px; width: 100%; margin: 17px 0px; }
.masonry-blog-item h5{ margin-bottom: 11px; }


/* Contact form */

/********* FOOTER STYLES **********/

footer{ padding-top: 99px; padding-bottom: 121px; background: #f8f8f8; }
footer .logo{ margin-bottom: 121px; }
footer.background-dark-grey .logo{ background: url('../images/logo/tkl.png'); }
footer p{ color: #ccc !important; font-size: 14px; }
footer p.copy-text{ margin-bottom: 77px; }
footer h5{ text-transform: uppercase; margin-bottom: 44px; font-size: 11px; font-weight: bold; }
footer ul{ list-style: none; }
footer li a{ font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: bold; font-size: 10px; font-weight: bold; color: #ccc;  }
footer .copy-text{ font-size: 14px;	 }

.footer-short span{ display: block; }
.footer-short .icon-heart{ position: relative; top: 3px; display: inline-block; margin: 0px 3px; }

.footer-short ul{ display: inline-block; overflow: hidden; margin-bottom: 44px; }
.footer-short ul li{ float: left; margin-right: 22px; }
.footer-short ul li:last-child{ margin-right: 0px; }

.social-profiles{ overflow: hidden; }
.social-profiles li{ float: left; margin-right: 11px; font-size: 18px; margin-bottom: 11px; }
.social-profiles li a{ font-size: 18px; color: #fff; }

/********* CORPORATE SKIN STYLES **********/

.style-corporate h1, .style-corporate h2, .style-corporate h3, .style-corporate h4, .style-corporate h5, .style-corporate h6{ font-family: 'Roboto', 'Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-corporate h1, .style-corporate h2, .style-corporate h3, .style-corporate h4{ font-weight: 300; }
.style-corporate .button{ font-family: 'Roboto','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.style-corporate input.hollow{ margin-top: 22px; width: 100%; font-family: 'Roboto','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-corporate input[type="submit"]{ color: #fff; border-color: #fff; display: block;margin-top: 22px; background: rgba(255,255,255,0.1); }
.style-corporate input[type="submit"]:hover{ background: #353535; border-color: #353535; }

/********* classic SKIN STYLES **********/

body.style-classic{ font-family: 'Cardo','Lato',"Montserrat","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }


.style-classic .flex-direction-nav a{ border-radius: 50%; }
.style-classic .slider .flex-direction-nav .flex-prev:before{ left: 9px; }
.style-classic .slider .flex-direction-nav .flex-next:before{ right: 9px; }
.style-classic h1, .style-classic h2, .style-classic h3, .style-classic h4, .style-classic{ font-family: 'Cardo', 'Times','Lato', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.style-classic h5{ text-transform: uppercase; letter-spacing: 1px; font-size: 14px; }
.style-classic .nav-main ul li{ font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 12px; letter-spacing: 1px; }

.style-classic .hero-divider .overlay{ opacity: 0.5; }

.style-classic .action-blocks{ border-bottom 0px; }
.style-classic .action-block h3{ margin-bottom: 22px; }

.style-classic footer h6{ font-family: "Montserrat",'Lato','Roboto',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 12px; letter-spacing: 2px; }


/********* STYLE SWITCHER STYLES **********/



/*********************************page_5*************************************/


#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#622e14;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 12px Arial, Helvetica, sans-serif; color:#2a2a2a; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:530px; border:1px solid #eaeaea; margin:5px 0; padding:5px 2px; height:15px; background:#ccc;}
#contactform textarea { width:530px; border:1px solid #eaeaea; margin:10px 0; padding:2px; background:#f7f7f7; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#000;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #ddd; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
li.line, .line { border-top:1px solid #d9d9d9; padding:0; margin:10px 0; background:none; list-style:none;}
