/*
 * Author: Jimmy Thomas
 *
 * Project Name: Modified SHIELD Bootstrap Theme
 */


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


#navbar-main ul li a
 {
    font-family: 'Baloo Chettan', cursive;
    font-size: 1.2em;

}



/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}




.second-navbar-fixed-top {
    top: 0;
    left: 0px;
    border-width: 0px 0px 1px;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-style:none;
    height: 161px;
}



body #mini-menu {
    background-color: rgb(236, 237, 241);
    background-image: url(../img/diag-bck.png);
    background-size: 8%;
    box-shadow: rgba(0, 0, 0, 0.59) 0px 4px 13px -1px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: left top;
    border-style: none;
    border-color: rgb(8, 8, 8);
}



ul.social-icons {

  list-style: none;

}

ul.social-icons li {
    list-style: none;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    display: block;
    margin-top: 4px;
}


#twitter-icon, #facebook-icon, #linkdin-icon, #instagram-icon {
    margin: 1px 5px 1px 2px;
    background-image: url(../img/social-media.png);
    background-size: 158px 39px;
}



ul.social-icons li::before { 
    content: "";
    margin-right: -99999px;
}


#twitter-icon {
    height: 36px;
    width: 36px;
    background-position: -2px -39px;

}

#facebook-icon {

    height: 36px;
    width: 36px;
    background-position: -80px -39px;


}

#linkdin-icon {

    height: 36px;
    width: 36px;
    background-position: -40px -39px;

}

#instagram-icon {

    height: 36px;
    width: 36px;
    background-position: -119px -39px;

}

#navbar-fixed-mid {
  position: fixed;
  top: 100px;
  z-index: 1020;
}


#navbar-main .navbar-header .navbar-toggle {
    float: left;
}

#navbar-main .navbar-inverse {
    margin-left: 10px;
}




@media (min-width: 768px) {
  #navbar-fixed-mid {
    border-radius: 0;
  }

}

@media (max-width: 768px) {
  #mini-menu ul.pull-left.list-inline > li.phone a {
        font-weight: bold;
        color: orange;
  }


  body #headerwrap {
    min-height: 0;
    margin-top: 100px;
  }

 body #headerwrap .slick-slider .slide1.slick-slide, body #headerwrap .slick-slider .slide2.slick-slide, body #headerwrap .slick-slider .slide3.slick-slide, body #headerwrap .slick-slider .slide4.slick-slide  {

    background-position: center center ;
  }

  body #footerwrap {

      background-repeat: repeat;
  }  


 body #services {
      height: 27px;
  }


body #headerwrap .autoplay.slick-initialized.slick-slider {
    height: 213px;
}



.slick-slider .slick-slide {
      min-height: 29vh !important;
  }


.container.mini-navbar .row:first-child {
    display: none;
  }

  .container.mini-navbar ul.nav.navbar-nav {
        background-color: rgba(255,255,255,0.7);
  }

 #services-detail div {

  font-size: 0.8em;

  }

  #services-detail h3.sig-name {
      font-size: 1.5em;

  }  


  #address {

      margin-top: -23px;
      width: 100%;

  }

  .service-list .service-contain {

        padding: 3% 3%;
    }

  .service-list .service-contain p, .service-list .service-contain ul {
      font-size: 1.0em;
      line-height: 1.2em;
    }

  .service-list .service-contain h3 {
      font-size: 1.1em;
  }


  #footerwrap .block .footer-block {
      width: 100%;
  }  

  #footerwrap .container .block {
      padding-left: 3%;
  } 

}

#videosholder .row.white .col-lg-4 {
    margin-bottom: 2%;
}


#headerwrap header.clearfix {
  position: relative;
}

#headerwrap header.clearfix #mojo-slogan {
    position: absolute;
    top: 320px;
    left: 640px;
    color: #fff;
    z-index: 9;
    font-size: 30px;
}

#footerwrap span.day {
    display: inline-block;
    width: 128px;
}

.bk-width-stretch {
  width: 100vh;
}


#navbar-main .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #6dcff6;
    /* font-weight: bold; Temporarily remove */
}


#aboutholder img {
  padding-bottom: 50px;
}




#navbar-fixed-mid {
  top: 50px;
  border-width: 0 0 1px;
  height: 215px;
  background-color: rgb(255,255,255);
  width: 100%;
  opacity: 10;
    -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}


.top-border {
  border-top: 1px solid #ccc;

}



#services-detail h3.sig-name {

font-family: "Times New Roman", Georgia, Serif;
font-size: 2em;
border-bottom: 1px solid #94d2fb;
margin-top: 0;

}

#dkgreywrap .slogan-two {

font-family: "Times New Roman", Georgia, Serif;
color: #626161;
font-size: 1.4em;
margin-left: 10px;
font-weight: bold;
line-height: 1.2em;
}

.service-container .top-half, .service-container .btm-half {
    margin-left: 20%;
    margin-right: 20%;
    width: 200px;
}

.service-container .top-half.lt{

background: #31a3c8; /* Old browsers */
background: -moz-linear-gradient(left, #31a3c8 0%, #4a97af 49%, #31a3c8 49%, #31a3c8 49%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #31a3c8 0%,#4a97af 49%,#31a3c8 49%,#31a3c8 49%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #31a3c8 0%,#4a97af 49%,#31a3c8 49%,#31a3c8 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a3c8', endColorstr='#31a3c8',GradientType=1 ); /* IE6-9 */
height: 149px;
border-radius: 12px 12px 0 0;

}


.service-container .top-half.wl {

background: #85c831; /* Old browsers */
background: -moz-linear-gradient(left, #85c831 0%, #85c831 50%, #83af4b 51%, #83af4b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #85c831 0%,#85c831 50%,#83af4b 51%,#83af4b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #85c831 0%,#85c831 50%,#83af4b 51%,#83af4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c831', endColorstr='#83af4b',GradientType=1 ); /* IE6-9 */
height: 149px;
border-radius: 12px 12px 0 0;

}

.service-container .top-half.sm {

background: #c85631; /* Old browsers */
background: -moz-linear-gradient(left, #c85631 0%, #c85631 50%, #af634b 51%, #af634b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c85631 0%,#c85631 50%,#af634b 51%,#af634b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c85631 0%,#c85631 50%,#af634b 51%,#af634b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85631', endColorstr='#af634b',GradientType=1 ); /* IE6-9 */
height: 149px;
border-radius: 12px 12px 0 0;

}



.service-container span {

    display: block;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 1.5em;
    color: #000;
    width: 228px;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Raleway";
    font-weight: bold;
    height: 59px;
}

span.sports-line {
    line-height: 2.5em;
}

#greywrap a img {
    background: none;
}



.header-brk {
  background-color: #565656;
  width: 188px;
  color: #6dcff6;
  font-size: 1.7em;
  padding:5px;
  text-transform: uppercase;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 7px;

}

.low-test-icon {
  width: 156px;
  height: 106px;
  margin-top: 17px;


}

.weight-loss-icon {
  width: 65px;
  height: 115px;
  margin-top: 17px;

}


.sports-icon {
  width: 96px;
  height: 99px;
  margin-top: 20px;

}


@media (min-width: 1200px) {

  .container.icons {
      width: 970px; 
  }

}

.service-container .btm-half {


background: #555555; 
height: 77px;
border-radius: 0 0 12px 12px;
color: #fff;
padding: 10px;
word-wrap: break-word;
font-weight: bold;
font-size: 0.8em;

}


#navbar-main .navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
}


.footer {
  background-image: url("../img/footer-bck.png");
    background-repeat: repeat-x;
}



#services-detail div {
text-transform: uppercase;
color: #000;
font-size: 1em;
line-height: 1.4em;

}


#address {

  margin-left: 80px;


}



#address div:first-child {

  color: #1b81c3;
  font-weight: bold;

}


#mojo-slogan {

  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;


}


.margin-t20  {

  margin-top: 20px

}

.margin-t40  {

  margin-top: 40px

}

.margin-t60  {

  margin-top: 60px

}



#address div {

  font-size: 1em;
  line-height: 1.3em;
  color: #000;

}




#mini-menu h4.contact {

font-family: Helvetica, Arial, sans-serif;
font-size: 2.7vw;

}


.shrink {
  height: 10% !important;
  background-color: #fefddf !important;
}

.shrink .container.mini-navbar {
  color: #000 !important;
}


.navbar-inverse {
     background-color: transparent;
}

.wild {
    position:static;

}


.zoom-out {
    zoom: 0.2;
}

#mini-menu ul.list-inline > li.phone a {
    position: relative;
    display: block;
    color: #000;
    padding: 1px 10px;
    margin-right: 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    margin-top: -15px;
    font-weight: bold;
}

#mini-menu ul.list-inline > li.phone a .fa {
    font-size: 17px;
    line-height: 1;
    color: #2482c1;
    margin-right: 10px
}



#mini-menu .col-md-4 {
    padding-bottom: 0;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#mini-menu ul.list-inline > li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px
}

#my-search {
    content: "\f294";
    cursor: pointer;
    color: #fff;
    margin-right: 5px;
    margin-left: 0px;
    top: -3px;
    position: relative;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/* background: url(../img/smiles2.jpg) no-repeat center top; */
	/* margin-top: 190px; */
	padding-top:0;
	text-align:center;
	/* background-attachment: relative;
	background-position: center center; */
	min-height: 650px;
	width: 100%;
  margin-left: 0;
  overflow: hidden;	

}


.autoplay img {
    max-width: 100%;
    max-height: 100%;
}


.slide1 {
    background: url(../img/beach-run.jpg) no-repeat center top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
  background-position: center 72px;
  width: 100%;
  min-height: 650px;

}



.slide2 {
    background: url(../img/stand.jpg) no-repeat center top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
  background-position: center 52px;
  width: 100%;
  min-height: 650px;

}



.slide3 {
    background: url(../img/beach-frolic.jpg) no-repeat center top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
  background-position: center 58px;
  width: 100%;
  min-height: 650px;

}



.slide4 {
    background: url(../img/sunset-run.jpg) no-repeat center top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
  background-position: center 35px;
  width: 100%;
  min-height: 650px;

}




.slick-slide {

 min-height: 55vh !important;
}




#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}


#dkgreywrap {
  background: #ddd;
  display: block;
  position: relative;
  background-image: url(../img/diag-bck.png);
  background-repeat: no-repeat;
  background-position: -64px top;
  background-size: 8%;
  opacity: 0.9;
  overflow: hidden;
}

.autoplay.slick-initialized.slick-slider {
    height: 200px;
}

#ltbluewrap {
  background: #f1f9fc;
}


#ltbluewrap .header-brk {
  background: #fff;
}


#ltbluewrap .intro {

  color: #4578b1;
  font-size: 2.1em;
  line-height: 1.2em;

}


#ltbluewrap .intro-details {

  border-radius: 12px;
  background: #fff;
  padding: 10px;
  font-size: 1em;

}



.form-btn {
  background-color: #4578b1;
  width: 300px;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;

}



#dkgreywrap .row {
  padding: 2px 63px 10px;
  margin-left: 0;
}




#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
  background-image: url("../img/footer-bck.png");
  background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}


#footerwrap .block {
  padding: 10px;
  background-color: rgba(4,36,52,0.7);
  padding-left: 22%;
}

#footerwrap .block  p:first-child {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #24a4ee;
  width: 184px;
  text-transform: uppercase;
  margin-bottom: 13px;

}

#footerwrap .block p {
  color: #fff;
  font-size: 0.9em;
}


#footerwrap .mar-left-60 {
  margin-left: 60px
}


#footerwrap .footer-block {
  width: 270px;
  margin-right: 60px;
}

#footerwrap span.hour {
    display: inline-block;
    margin-left: 6px;
}


#footerwrap .hours {
  border-top: 1px dotted #fff; 
}

#services .blog-content ul, p {
  font-size: 1.2em;
}

#services ul {
    margin-top: 0;
    margin-bottom: 25px;
}

#services h3 {
  font-size: 20px;
  font-weight: bold;

}

.service-contain {
  min-height: 480px;
  border-radius: 17px;
  padding: 3% 30%;
}


.service-contain p, .service-contain ul {
  font-size: 1.2em;
}


.service-contain.low-t {
  background-color: #4b97af;
  color: #fff;
}

.service-contain.weight-l {
  background-color: #83af4b;
  color: #fff;
}

.service-contain.sports-m {
  background-color: #af634b;
  color: #fff;
}


.service-contain h3 {

    font-weight: 600;
    font-size: 30px;

}


#ltbluewrap .header-brk {
    background: none;
}



#ltbluewrap #aboutholder p.intro-details {

    background: none;
    font-size: 1.1em;

}


#aboutholder .header-brk {
    color: #41849e;
}


.container.service-list a {
  height:90px; 
  display:block;
  color: #fff;
  font-weight: bold;  

}

#contact .blog-content ul, p {
    font-size: 0.9em;
}



#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


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

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}



/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

