body {
    color: #424e5a;
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.boxed header { width: 100% }

.boxed .wrap {
    background: #fff;
}



/* ===[ Headings ]===
   ==================================================
   ================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #283043;
    font-weight: 200;
    margin: 0;
    font-family: "Century Gothic",Arial,Helvetica;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin: 0 0 22px 0;
}

h3 {
        color: #283043;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 24px !important;
}
.aboutus h3 {
    color: #283043;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 24px;
}

h4 {
    color: #283043;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

h5 {
    color: #283043;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

h6 {
    color: #283043;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

h1.big {
    font-size: 4.2em;
    line-height: 54px;
}

h1.short { margin-bottom: 15px }

h2.short { margin-bottom: 15px }

h3.short,
h4.short,
h5.short,
h6.short { margin-bottom: 9px }

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter { margin-bottom: 0 }

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall { margin-bottom: 33px }

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller { margin-bottom: 44px }

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced { margin-top: 22px }

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced { margin-top: 44px }

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark { color: #121214 }

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white { color: #FFF }

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow { text-shadow: 1px 1px 0 rgba(0,0,0,0.2) }

h2 .inverted { min-height: 60px }

/* ===[ Modal Titles ]===
   ==================================================
   ================================================== */

.modal-header h3 {
    color: #333;
    text-transform: none;
}

/* ===[ Blockquote ]===
   ==================================================
   ================================================== */

blockquote {
    background: #fafafa;
    font-size: 14px;
    padding: 20px;
}

/* ===[ Paragraphs ]===
   ==================================================
   ================================================== */

p {
    line-height: 24px;
    margin: 0 0 20px;
}

p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
}

p.short { margin-bottom: 0 }

p.tall { margin-bottom: 20px }

p.taller { margin-bottom: 40px }

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
}

/* ===[ Icons List ]===
   ==================================================
   ================================================== */

ul.icons { list-style: none }

ul.icons [class^="icon-"] { margin-right: 5px }

ul.list li { margin-bottom: 13px }

.light { color: #fff !important }

.dark { color: #000 !important }

.wrap {overflow: hidden;}

.page-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.page-loader {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin: 23% auto 0 auto;
    font-size: 12px;
}

.spinner {
    border: 2px solid #eeeeee;
    font-size: 40px;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin { 
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin { 
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin { 
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img { max-width: 100% }

.our-clients h3.title:after,
.service-reasons h3.title:after { background: none }

.our-clients h3.title,
.service-reasons h3.title { color: #fff }

.our-clients,
.service-reasons {
    margin: 0 auto;
    padding: 50px 0;
}

.product-lead,
.breadcrumb-wrapper {
    background: url(../img/px1.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}

.pattern-overlay { background-image: url("../img/bg_off.png") }

.pattern-overlay p { color: #fff }

.app-img {
    position: relative;
    top: -45px;
}

#services {
    background: url(../img/px2.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}

#services h3 { color: #fff }

.client,
.service-reasons {
    position: relative;
    overflow: hidden;
}

.our-clients .carousel-controls,
.related-product .carousel-controls {
    display: inline-block;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

ul,
li,
ol {
    line-height: 24px;
    margin: 0;
}

#style-switcher ul,
#style-switcher ul li {
    list-style: none;
    padding: 0;
}

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

.btn-special,
.btn-normal,
.btn-small,
.btn-large,
.comment-des,
.steps .popup,
.testimonial p,
.contact-box { border-radius: 3px }

/* ===[ Header ]===
   ==================================================
   ================================================== */

#header .main-header {
    min-height: 118px;
    z-index: 999;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
}

header .top-bar {
    min-height: 30px;
    background: #93000e;
    border-bottom: 1px solid #eee;
    padding: 0;
	background: url(../images/top_bar.png) repeat-x;
	z-index:999;
	 position: relative;
	 height:40px;
}

.topnav .navbar-toggle i { line-height: 20px }

.dropdown-menu > li > a { margin-right: 0 }

.dropdown-menu > li > a:hover { background: #fafafa }

.phone-login .btn-group.open .dropdown-toggle { box-shadow: none }

.phone-login .btn-group { margin-top: -3px }

.phone-login .dropdown-menu {
    margin: 8px 0 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.phone-login { padding: 8px 0 }

.phone-login a { margin-right: 20px }

.phone-login i.icon-phone { font-size: 14px }

.phone-login i { margin-right: 3px }

header .social,
footer .social {
       margin-right: 4px;
    line-height: 30px;
    padding-left: 0;
    margin-top: 3%;
}
.phone-login a{color:#fff;}
header #search-form { line-height: 30px }

footer .social li:last-child,
footer .social { margin-right: 0 !important }

header .social li:first-child { border-left: 1px solid #ddd }

header .social li,
footer .social li {
      border-right: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-right: 5px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 4px;
}

header .social i,
footer .social i {
        color: #93000e;
    font-size: 16px;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}


header .social li:hover a i,
footer .social li:hover a i { color: #fff }

#search-form input.search-text-box {
    background-color: #fff;
    background-image: url(../img/search-icon.png);
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: #fff;
    width: 170px;
    height: 25px;
    border: 0;
    color: #888;
    cursor: text;
    text-align: left;
    padding: 0 15px 1px 25px;
}

header .main-header {
    display: block;
    position: relative;
    text-align: left;
}

.logo { height: 80px }

.logo h1 { margin: 13px 0 }

.navbar-fixed-top { position: fixed !important }

.main-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i { margin-right: 7px }

.box-bg {
    background: #FAFAFA;
    border: 1px solid #DDD;
    margin-bottom: 25px;
    padding: 10px 15px;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #8e000c;
	color: #fff;
	background:url(../images/top_bar.png) repeat;
	 -webkit-transition: width 2s;
}


input[type="text"] {
  height: 40px;
  font-size: 20px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
     right: 479px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
 
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #fff;
}

input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  cursor: text;
}
input[type="submit"] {
  height: 40px;
  width: 40px;
  display: inline-block;
  color:fff;
  float: right;
  background: url(../images/search_icon.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
      right: 479px;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}
#slider{width:100%; margin:0px auto;}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}




.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.background:first-child {
  background-image: url(../images/slider.jpg);
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) { background-image:url(../images/slider_2.jpg); }

.background:nth-child(3) { background-image: url(https://unsplash.it/2928/2264?image=525); }

/* Set stacking context of slides */

.background:nth-child(1) { z-index: 2; }

.background:nth-child(2) { z-index: 1; }

.content-wrapper {
  height:100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;

  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-title {
    font-size: 60px;
  line-height: 1.4;
}
.product-grid {
    overflow: hidden;
    position: relative;
 
}


.product-label {
    width: 0;
    height: 0;
    border-top: 46px solid #59ab02;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    text-transform: lowercase;
    position: absolute;
    top: 0;
    z-index: 10;
}









.product-cols { margin: 20px 0 }
.col-fullwidth {
    width: 100%;
}
.col-fullwidth .product-block .image {
    float: left !important;
    margin-right: 30px !important;
}
.product-list .product-cols .left {
    border: none !important;
}
.product-list .product-block .description {
    display: block !important;
}
.product-items {
    border: none !important;
}
.product-search-height {
    height: 34px !important;
}

.product-cols.last,
.product-cols:last-child { border: 0 }

.product-cols .left { border-bottom: 1px solid #E5E5E5 }

.product-list + .pagination { border-top: 0 }

/*.product-list {
    background-color: #FFFFFF;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    overflow: hidden;
}*/

.product-block {
    position: relative;

    padding: 15px;
   
    text-align: left;
}

.product-block a:hover { color: #31A8D2 }

.product-block .price {
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-block .action:before,
.product-block .action:after {
    content: " ";
    display: table;
}

.product-block .action:after { clear: both }

.product-block .action > * { float: left }

.product-block .action .wishlist a {
    margin-right: 0;
    border-left: 0;
    border-right: 0;
}

.product-block .action .button-group > div { float: left }

.product-block .description {
    display: none;
    font-size: 12px;
}

.product-block .product-icon {
    padding: 0;
    cursor: pointer;
    color: #c1c1c1;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 32px;
    background-color: #FFFFFF;
    font-size: 13px;
    width: 32px;
    height: 32px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-block .product-icon:hover { color: #444444 }

.product-block .product-icon span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.product-block .shopping-cart {
    border: 1px solid #31A8D2;
    background: #31A8D2;
    color: #FFFFFF;
}

.product-block .rating {
    margin: 3px 0 6px;
    line-height: 22px;
    min-height: 25px;
    height: 25px;
    height: auto !important;
}

.product-block .name {
    text-transform: none;
    margin: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    font-weight: bold;
    line-height: 18px;
}

.product-block .name a {
    color: #283043;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-block .name a:hover { color: #283043 }

.product-block .image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}



#


.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.background:first-child {
  background-image: url(../images/slider.jpg);
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) { background-image:url(../images/slider_2.jpg); }

.background:nth-child(3) { background-image:url(../images/slider_5.jpg);  }
.background:nth-child(4) { background-image:url(../images/slider_3.jpg);  }
.background:nth-child(5) { background-image:url(../images/slider_6.jpg);  }


/* Set stacking context of slides */

.background:nth-child(1) { z-index: 5; }

.background:nth-child(2) { z-index: 4; }


.background:nth-child(3) { z-index: 3; }
.background:nth-child(4) { z-index: 2; }

.background:nth-child(5) { z-index: 1; }

.content-wrapper {
     height: 106vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;

  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}
#first .content-title {
    font-size: 70px;
  line-height: 1.4;
}

.content-title {
    font-size: 55px !important;
    line-height: 1.4;
    text-transform: uppercase !important;
}

.product-grid {
    overflow: hidden;
    position: relative;
 
}


.product-label {
    width: 0;
    height: 0;
    border-top: 46px solid #59ab02;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    text-transform: lowercase;
    position: absolute;
    top: 0;
    z-index: 10;
}









.product-cols { margin: 20px 0 }
.col-fullwidth {
    width: 100%;
}
.col-fullwidth .product-block .image {
    float: left !important;
    margin-right: 30px !important;
}
.product-list .product-cols .left {
    border: none !important;
}
.product-list .product-block .description {
    display: block !important;
}
.product-items {
    border: none !important;
}
.product-search-height {
    height: 34px !important;
}

.product-cols.last,
.product-cols:last-child { border: 0 }

.product-cols .left { border-bottom: 1px solid #E5E5E5 }

.product-list + .pagination { border-top: 0 }

/*.product-list {
    background-color: #FFFFFF;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    overflow: hidden;
}*/

.product-block {
    position: relative;

    padding: 15px;
   
    text-align: left;
}

.product-block a:hover { color: #31A8D2 }

.product-block .price {
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-block .action:before,
.product-block .action:after {
    content: " ";
    display: table;
}

.product-block .action:after { clear: both }

.product-block .action > * { float: left }

.product-block .action .wishlist a {
    margin-right: 0;
    border-left: 0;
    border-right: 0;
}

.product-block .action .button-group > div { float: left }

.product-block .description {
    display: none;
    font-size: 12px;
}

.product-block .product-icon {
    padding: 0;
    cursor: pointer;
    color: #c1c1c1;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 32px;
    background-color: #FFFFFF;
    font-size: 13px;
    width: 32px;
    height: 32px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-block .product-icon:hover { color: #444444 }

.product-block .product-icon span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.product-block .shopping-cart {
    border: 1px solid #31A8D2;
    background: #31A8D2;
    color: #FFFFFF;
}

.product-block .rating {
    margin: 3px 0 6px;
    line-height: 22px;
    min-height: 25px;
    height: 25px;
    height: auto !important;
}

.product-block .name {
    text-transform: none;
    margin: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    font-weight: bold;
    line-height: 18px;
}

.product-block .name a {
    color: #283043;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-block .name a:hover { color: #283043 }

.product-block .image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


#body-conatent{margin:0px auto; background-color:#999; height:350px;}


#first .btn-danger{
	color: #fff;
    border-color: #ffffff;
    width: 10%;
    margin: 0px auto;
    padding: 12px 0px;
    background: transparent;
    font-size: 20px;
    border-radius: 0px;
	}
#first .btn-danger:hover{
	color: #fff;
    background-color:#93000e; 
    border:none;
    width: 10%;
    margin: 0px auto;
    padding: 12px 0px;
    font-size: 20px;
    border-radius: 0px;
	
	}

#third h2{text-align: left;
    color: #fff;
    padding-top: 0px;
    border-bottom: 1px dotted #fff;
    font-size: 24px;
    font-weight: 500;}
#third h4{text-align:left; color:#fff; padding-top:0px;  font-weight: 500;}
#third p{text-align:left; color:#fff; padding-top:0px; text-transform:capitalize; line-height:30px;  }

#third img {
    height: 300px;
    width: 490px;
}
.pt60{padding-top:60px;}
.pt80{padding-top:80px;}
.pt30 {
    padding-top: 20%;
}
.pt120{padding-top:120px;}
#fourth img {
    height: 210px;
    width:147px;
}
i.fa.fa-phone {
    float: left;
    padding-top: 2%;
    font-size: 34px;
}

.carousel {
    position: relative;
}
man {
    margin-left: 0px !important;
}
#section-meet-our-doctor #doctor-carousel .item .thumb {

    position: relative;
}
#section-meet-our-doctor #doctor-carousel .item .thumb .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
	margin:0px auto;
	    border: 2px solid #570008;
}
#section-meet-our-doctor #doctor-carousel .item .thumb .caption {
    position: relative;
    padding: 15px 0;
text-align: center;
    padding-left: 0%;
    z-index: 2;
}
#section-meet-our-doctor #doctor-carousel .item .thumb .caption .name > a {
    color: #fff;
    font-weight:500;
    text-transform:capitalize;
	text-align:center;

	font-size:20px;
	    padding: 0px 10px;
}
#section-meet-our-doctor #doctor-carousel .item .thumb .caption .pos {
    color: #57d4b3;
}

.section .section-heading .title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #062045;
    width: 80%;
    display: inline-block;
	padding-bottom:10px;
}
.section .section-heading .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    width: 80%;
    display: inline-block;
    margin-top: 0;
	padding-bottom:25px;
}

#section-meet-our-doctor .carousel-control.right {
    background-image: none;
    filter: progid:none !important;
    left: auto;
    right: 5%;
}

#section-meet-our-doctor .carousel-control.left {
    background-image: none;
    filter: progid:none !important;
    left: 5%;
    right: auto;
}
#section-meet-our-doctor .carousel-control {
    top: 25%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    background-color: rgba(92, 165, 221, 0.3);
    transition: all 0.3s;
}


#six h2{color:#fff; font-size:26px; margin:0px; text-align:left; font-weight:400;}
.border{border-bottom:1px dotted #222222;}
#six .content-wrapper {
       height: 60vh;
}

#six ul {
       display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-align:left;
	    margin-top: 1%;
}
#six ul li{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 5px 24px;
    text-align: left;
	color:#505050;
	text-transform:capitalize;
	cursor:pointer;
}
#six ul li a:hover{
   
	color:#fff;
}
.first{
    display: inline-block;
    list-style: none;
    margin: 0px;
        padding: 15px 24px 5px 0px !important;
    text-align: left;
	font-size:16px;
}
.last{
    display: inline-block;
    list-style: none;
    margin: 0px;
        padding: 15px 24px 5px 0px !important;
    text-align: left;
}

.footer{width:100%; background-color:#91000e; padding:10px 0px; margin:0px auto;    position: absolute;
       bottom: -364px; height:60px;     background: url(../images/top_bar.png);}
	
	.footer p {
    padding-top: 14px;
    font-size: 16px;
	text-transform: capitalize;
}
.btn-success {
    color: #fff;
    background-color: #be1e2d;
    border-color: #f4f4f4;
    margin: 4% 1%;
    border-radius: initial;
    padding: 10px 16px;
}
.btn-success:hover {
    color: #000;
    background-color: #fff;
    border-color: #f4f4f4;
    margin: 4% 1%;
    border-radius: initial;
    padding: 10px 16px;
}

span.plus {
    font-size: 50px;
    position: absolute;
     left: 77%;
       top: 49%;
    width: 50%;
}
span.mix {
    font-size: 50px;
    position: absolute;
     left: 77%;
       top: 54%;
    width: 50%;
}
.mix img {
    width: 50px !important;
    height: 18px !important;
}
span.save {
font-size: 50px;
    position: absolute;
    left: 21%;
    /* top: 10% !important; */
    padding-top: 51%;
    text-transform: capitalize;
}
#inner_page_banner{ width:100%; margin:0px auto;}
.aboutus{background-image:url(../images/slider_5.jpg); height:200px; margin:0px auto; width:100%;}
.contactus{background-image:url(../images/slider_5.jpg); height:200px; margin:0px auto; width:100%;}
#inner_page_banner h2{    color: #fff;font-size: 40px;text-align: center;padding-top: 7%;font-style: normal;font-weight: 500;}
#body_contant .about_text{ padding-top: 0%; padding-right:20px;line-height: 30px; color: #000;text-align:justify;}
#body_contant{width:100%; margin:0px auto; min-height:500px; padding:18px 0px;}
#body_contant_conatct{width:100%; margin:0px auto; padding:18px 0px;}
#body_contant h3{margin-bottom:0px; text-align:left;}
#body_contant p{color:#000; padding-right:20px;}
#footer2{background-color:#000; width:100%; margin:0px auto;
    padding: 0px 0px 35px 0px;}
	
	#footer2 ul {
       display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-align:left;
	    margin-top: 1%;
}
#footer2 ul li{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 5px 24px;
    text-align: left;
	color:#505050;
	text-transform:capitalize;
	cursor:pointer;
}
#footer2 ul li a:hover{

	color:#fff !important;
}



.first{
    display: inline-block;
    list-style: none;
    margin: 0px;
        padding: 15px 24px 5px 0px !important;
    text-align: left;
	font-size:16px;
}
.last{
    display: inline-block;
    list-style: none;
    margin: 0px;
        padding: 15px 24px 5px 0px !important;
    text-align: left;
}


#footer2 h2{color:#fff; font-size:26px; margin:0px; text-align:left; font-weight:400;    padding-top: 18px;}
.footer-bottom{width:100%; background-color:#91000e; padding:10px 0px; margin:0px auto;    
    height:60px;     background: url(../images/top_bar.png);}
	
		.footer-bottom p {
    padding-top: 14px;
    font-size: 16px;
	color:#fff;
}

.no-padding{    padding: 0px !important;}
#form {padding:20px 0px;}

.content-box-primary {
    background: #960210;
    color: #fff !important;

}
.content-box {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}
#form .btn-primary {
    color: #fff;
    background-color: #980307;
    border-color: #76010b;
    padding: 10px 40px;
    font-size: 16px;
}

#form  h2{margin:0px; color:#fff;}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #020202;
    border-color: #960210;
}

#wheretobuy{width:100%; margin:0px auto; padding:10px 0px; min-height:500px;}
.buy_box{width:47%; height:130px; background-color:#fff; border:1px solid #ccc; float:left; margin:1%; vertical-align:middle;     padding-top: 31px;}
.plus img{    width: 50px !important;
    height: 18px !important;}
	
	#fourth p{    font-size: 22px;
        text-transform: initial;
    color: #fff;
    padding-top: 21px;}
	
	a {
    color: #505050;
    text-decoration: none;
}
#products {padding-bottom:20px;}
.col-item {
    padding-bottom: 42px;
}
	
/* ===[ Responsive Media Queries ]===
   ==================================================
   ================================================== */
@media (max-width: 1366px) { 
.footer{width:100%; background-color:#91000e; padding:10px 0px; margin:0px auto;    position: absolute;
           bottom: -59%; height:60px;     background: url(../images/top_bar.png);}
		   .content-wrapper {
    height: 117vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}
#first .btn-danger {
    color: #fff;
    border-color: #ffffff;
     width: 14%;
    margin: 0px auto;
    padding: 12px 0px;
    background: transparent;
    font-size: 20px;
    border-radius: 0px;
}
#first .btn-danger:hover {
    color: #fff;
    background-color: #93000e;
    border: none;
    width: 14%;
    margin: 0px auto;
    padding: 12px 0px;
    font-size: 20px;
    border-radius: 0px;
}

}
@media (min-width: 1200px) { 
    body.boxed {
        width: 1230px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        background: url(../img/patterns/whitey.png) repeat;
        margin: 0 auto;
    }

    body.boxed #header .main-header {
        width: 1230px;
        margin: 0 auto;
    }
	
}
}


@media (min-width: 1024px) { 
    .app-service h3 { padding-top: 50px }

}

@media (max-width: 979px) { 
    #cn-tabs .service {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
    }
.menu ul ul {
  display: none;
  left: 80px;
  position: absolute;
  top: 100%;
  width: 185px;
  z-index: 100;
}
}

@media (min-width: 768px) and (max-width: 979px) { 
.footer {
    width: 100%;
    background-color: #91000e;
    padding: 10px 0px;
    margin: 0px auto;
    position: absolute;
    bottom: -159px;
    height: 60px;
    background: url(../images/top_bar.png);
}
    body.boxed { width: 100% }

    .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: block;
    }

    .navbar-header,
    .navbar-nav { float: none }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .navbar-collapse.collapse.in { display: block !important }

    .recentworks,
    .our-clients { overflow: hidden }

    .portfolio-desc { margin-bottom: 40px }

    .portfolio.two-column .view h3 { margin-top: 50px }

    .nivo-directionNav a { top: 30% }

    #cn-tabs .service { margin-bottom: 40px }

    #cn-tabs .service:before {
        content: "";
        position: absolute;
        left: 46%;
        top: auto !important;
        right: auto !important;
        bottom: 23px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }

    .phone-login a { margin-right: 15px }

    #flickrfeed li { margin: 3px 3px 0 0 }

    .team .item { margin-top: 25px }
}

@media (min-width: 980px) { 
    nav.menu { float: right !important }

    .menu > ul li { float: left }

    .menu ul>li>a {     padding: 34px 22px 31px 22px;
    text-transform: capitalize;
    color: #1e1e1e;
   transition: 0.4s;
  color: #000;
  font-size:18px;
  text-decoration: none;
	}
}

@media (max-width: 767px) { 
    body.boxed { width: 100% }

    .top-bar .pull-left,
    .top-bar .pull-right,
    .logo.pull-left,
    .get-started .pull-right,
    .learnmore { float: none !important }

    .logo.pull-left {
        display: block;
        text-align: center;
        margin: 25px 0 10px;
    }

    .navbar-fixed-top {
        position: relative !important;
        top: auto;
    }

    header .top-bar {
        min-height: 0;
        padding: 3px 0;
    }

    .navbar-toggle {
        float: none;
        text-align: center;
        padding: 0;
        display: block;
    }

    .mobile.navbar-header { margin-bottom: 30px }

    .topnav a.navbar-toggle {
        padding: 0;
        line-height: 18px;
        margin-top: -1px;
    }

    .navbar-toggle:hover,
    .navbar-toggle:focus { background-color: transparent }

    .mobile .navbar-toggle i {
        padding: 9px 12px;
        border-radius: 3px !important;
    }

    .topnav .navbar-toggle {
        display: block;
        float: none;
        margin: 0 auto;
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .topnav .navbar-toggle i {
        border-radius: 0 0 2px 2px !important;
        padding: 0 8px;
        font-size: 19px;
        cursor: pointer;
    }

    .top-bar {
        text-align: center;
        padding: 0px 15px 10px !important;
    }

    .slidedown .social { padding-bottom: 10px }

    header .social li,
    footer .social li {
        display: inline-block;
        border: none !important;
        margin-right: 0;
    }

    header .social i { line-height: 40px }

    .phone-login { padding: 12px 0 3px }

    .top-bar #search-form { display: none }

    .phone-login a {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }

    div.content-box.big.bottom-pad-small { margin-bottom: 80px }

    .portfolio-item { margin-bottom: 20px }

    .portfolio-wrap .item { width: 100% }

    .tp-caption h3 {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .tp-caption h5 {
        font-size: 11px !important;
        line-height: 24px;
        margin: 10px 0 0 10px;
    }

    .tp-caption i {
        background: none !important;
        font-size: 11px !important;
        margin-right: 0 !important;
        color: #666;
        line-height: 34px !important;
        margin-right: 5px !important;
        width: 11px !important;
    }

    .list-slide { margin-bottom: 5px }

    .slogan h2 {
        text-align: center;
        line-height: 44px;
        margin-top: 0;
    }

    .slogan h3 {
        text-align: center;
        line-height: 32px;
    }

    .slogan-content p { text-align: center }

    .app-service { text-align: center }

    .app-service h3 {
        text-align: center;
        padding-top: 5px;
    }

    .app-service h4 { line-height: 26px }

    .get-started,
    .learnmore {
        text-align: center;
        margin-bottom: 15px;
    }

    .breadcrumb-wrapper { text-align: center }

    .breadcrumbs.pull-right { float: none !important }

    .blog-small article .post-image { width: 99.7% }

    .blog-small article .post-content-wrap {
        float: left;
        margin: 0;
        padding: 0;
        width: 95%;
    }

    .main-content .bottom-pad { margin-bottom: 0px }

    .main-content .content-box {
        margin-bottom: 40px;
        display: inline-block;
    }

    .features .bottom-pad-small { margin-bottom: 0 }

    .services .bottom-pad-small { margin-bottom: 0 }

    .img-content {
        float: none;
        margin: 0 0 15px;
    }

    .portfolio-desc { margin-bottom: 40px }

    .portfolio.two-column .view h3 { margin-top: 50px }

    .portfolio.three-column .view h3 { margin-top: 30px }

    #cn-tabs .service { margin-bottom: 40px }

    #cn-tabs .service:before {
        content: "";
        position: absolute;
        left: 44%;
        top: auto !important;
        right: auto !important;
        bottom: 23px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }

    .latest-posts .post-item { margin-bottom: 30px }

    .col-xs-12 .btn { font-size: 11px }

    .our-clients .item { text-align: center }

    footer section { margin-bottom: 35px }

    .footer-bottom { text-align: center }

    .social-icons-footer-bottom {
        display: inline-block;
        float: none;
    }

    div.p_table div.column_1,
    div.p_table div.column_2,
    div.p_table div.column_3,
    div.p_table div.column_4,
    div.p_table.three-col div.column_1,
    div.p_table.three-col div.column_2,
    div.p_table.three-col div.column_3 {
        width: 100%;
        margin-bottom: 25px;
    }

    .testimonial.item { margin-bottom: 25px }

    .team .item { margin-top: 25px }

    .about .testimonials.widget { margin-top: 30px }

    .nivo-directionNav a { top: 30% }
}

@media (min-width: 980px) { 
    .top-bar .collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) { 
.footer {
    width: 100%;
    background-color: #91000e;
    padding: 10px 0px;
    margin: 0px auto;
    position: absolute;
    bottom: -159px;
    height: 60px;
    background: url(../images/top_bar.png);
}


    body.boxed { width: 100% }

    .slogan h2 {
        display: inline-block;
        font-size: 24px;
        line-height: 36px;
        margin: 10px 0;
    }

    .get-started { padding-top: 1px }

    .tp-caption .btn-special {
        padding: 10px 15px;
        font-size: 14px;
    }

    .view p {
        padding: 10px 20px 0;
        font-size: 14px;
    }

    .portfolio.two-column .view h3 { margin-top: 100px }

    .portfolio.three-column .view h3 { margin-top: 50px }

    #horizontal-tabs ul.tabs li {
        text-align: center;
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 979px) { 
    .get-started .pull-right { float: none !important }

    .app-service { text-align: center }

    .app-service h3 {
        text-align: center;
        padding-top: 5px;
    }

    .app-service h4 { line-height: 26px }

    .logo.pull-left { margin: 0px 0 20px }

    .portfolio-wrap .view h3 {
        font-size: 14px;
        margin: 10px 0 0;
        padding: 5px 0;
    }

    .portfolio-wrap .view p {
        font-size: 11px;
        padding: 0 20px;
    }

    .portfolio-wrap .view a.info { padding: 2px 8px }

    .portfolio.three-column .view h3 { margin-top: 7px }

    header .top-bar {
        min-height: 0;
        padding: 3px 0;
    }

    .navbar-toggle {
        float: none;
        text-align: center;
        padding: 0;
        display: block;
        border: none;
        border-radius: 0;
    }

    .mobile.navbar-header {
        float: none;
        margin: 20px 0 0 92.5%;
        padding: 0;
    }

    .topnav a.navbar-toggle {
        line-height: 18px;
        margin-top: -1px;
        padding: 0;
    }

    .navbar-toggle:hover,
    .navbar-toggle:focus { background-color: transparent }

    .mobile .navbar-toggle i {
        padding: 9px 12px;
        border-radius: 3px !important;
    }

    .topnav .navbar-toggle {
        display: block;
        float: none;
        margin: 0 auto;
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .topnav .navbar-toggle i {
        border-radius: 0 0 2px 2px !important;
        padding: 0 8px;
        font-size: 19px;
        cursor: pointer;
    }

    .top-bar {
        text-align: center;
        padding: 0 !important;
    }

    .phone-login { padding: 12px 0 3px }

    .top-bar #search-form { display: none }

    #horizontal-tabs ul.tabs li {
        text-align: center;
        width: 80%;
    }

    .tp-caption h3 { font-size: 28px !important }

    .tp-caption h5 { font-size: 15px !important }

    .tp-caption i {
        font-size: 13px !important;
        color: #fff;
        line-height: 25px !important;
        margin-right: 5px !important;
        margin-top: -5px !important;
        width: 25px !important;
        height: 25px !important;
    }

    .tp-caption .btn-special {
        padding: 9px 10px;
        font-size: 11px;
    }

    .list-slide { margin-bottom: 5px }

    .slogan h2 {
        text-align: center;
        line-height: 44px;
        margin-top: 0;
    }

    .get-started {
        text-align: center;
        margin-bottom: 15px;
    }

    .main-content .bottom-pad { margin-bottom: 0px }

    .main-content .content-box {
        margin-bottom: 40px;
        display: inline-block;
    }

    .features .bottom-pad-small { margin-bottom: 0 }

    .features .feature-box {
        margin-bottom: 30px;
        display: inline-block;
    }

    .features .feature-box-info h4 { margin-top: 0 }

    .latest-posts .post-item { margin-bottom: 30px }

    .blog-showcase li { margin-bottom: 20px }

    .blog-showcase-thumb { width: 375px }

    .blog-showcase-extra-info {
        left: 375px;
        width: 375px;
    }

    footer section { margin-bottom: 35px }

    .social-icons-footer-bottom { display: inline-block }
}

@media (max-width:768px) { 
    .services.big .content-box { margin-bottom: 30px }

    .services .bottom-pad { margin-bottom: 0 }

    .services .content-box {
        display: inline-block;
        margin-bottom: 30px;
    }

    .services .feature-box {
        margin-bottom: 20px;
        display: inline-block;
    }

    .services .bottom-pad-small { margin-bottom: 0 }

    #not-found h2 { font-size: 180px }
}

/* ===[ Coming soon page Small devices (tablets, 768px and less) ]===
   ==================================================
   ================================================== */

@media (max-width: 768px) { 
    .coming-soon-copyright { margin-top: 40px }

    .coming-soon-copyright p { text-align: left }
}

@media (min-width:1024px) { 
    .portfolio-full-width .grid figure,
    .portfolio-four-column .grid figure { width: 25% }

    .portfolio-two-column .grid figure { width: 50% }
}

@media screen and (max-width: 69.5em) { 
    .grid figure { width: 50% !important }
}

@media screen and (max-width: 41.5em) { 
    .grid figure { width: 100% !important }
}

/* ===[ Mobile portrait (320x480) ]===
   ================================================== */

@media screen and (max-width:320px) { 
    .grid figure { height: 190px }

    .grid figure figcaption h2 { font-size: 14px }

    figure.effect-zoe figcaption > span {
        font-size: 12px;
        padding: 2px 5px;
        line-height: normal;
    }

    figure.effect-zoe p {
        bottom: 6em;
        font-size: 12px;
    }

    .portfolio-full-width .grid figure { height: 250px }

    .portfolio-full-width .grid figure figcaption h2 { font-size: 14px }

    .portfolio-full-width figure.effect-zoe figcaption > span {
        font-size: 12px;
        padding: 0px 7px;
    }
}


/* ===[ Mobile landscape (480x320) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:320px) and (orientation:landscape) { 
    .grid figure { height: 332px }

    .grid figure figcaption h2 { font-size: 18px }

    figure.effect-zoe figcaption > span {
        font-size: 18px;
        padding: 0px 10px;
    }

    figure.effect-zoe p {
        bottom: 5em;
        font-size: 85%;
    }
}


/* ===[ Mobile portrait (360x640) ]===
   ================================================== */

@media screen and (max-width:360px) { 
    .grid figure { height: 190px }

    .grid figure figcaption h2 { font-size: 14px }

    figure.effect-zoe figcaption > span {
        font-size: 12px;
        padding: 2px 5px;
        line-height: normal;
    }

    figure.effect-zoe p {
        bottom: 6em;
        font-size: 12px;
    }

    .portfolio-full-width .grid figure { height: 250px }

    .portfolio-full-width .grid figure figcaption h2 { font-size: 14px }

    .portfolio-full-width figure.effect-zoe figcaption > span {
        font-size: 12px;
        padding: 0px 7px;
    }
}

/* ===[ Mobile landscape (640x360) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:360px) and (orientation:landscape) { 
    .grid figure { height: 332px }

    .grid figure figcaption h2 { font-size: 18px }

    figure.effect-zoe figcaption > span {
        font-size: 18px;
        padding: 0px 10px;
    }

    figure.effect-zoe p {
        bottom: 5em;
        font-size: 85%;
    }
}

/* ===[ Small tablet portrait (600x800) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:600px) and (orientation:portrait) { 
    .grid figure { height: 420px }
}

/* ===[ Small tablet landscape (800x600) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:800px) and (orientation:landscape) { 
    .grid figure { height: 265px }

    .grid figure figcaption h2 { font-size: 18px }

    figure.effect-zoe figcaption > span {
        font-size: 18px;
        padding: 0px 10px;
    }

    figure.effect-zoe p {
        bottom: 5em;
        font-size: 85%;
    }
}

/* ===[ Tablet portrait (768x1024) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:768px) and (orientation:portrait) { 
    .grid figure { height: 265px }

    .grid figure figcaption h2 { font-size: 20px }

    figure.effect-zoe figcaption > span {
        font-size: 20px;
        padding: 0px 10px;
    }

    figure.effect-zoe p {
        bottom: 5em;
        font-size: 85%;
    }
}

/* ===[ Tablet landscape (1024x768) ]===
   ==================================================
   ================================================== */

@media screen and (min-width:1024px) and (orientation:landscape) { 
    .grid figure { height: 346px }
}

/* ===[ Ipad ]===
   ================================================== */

/* iPads (landscape) -----------    */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { 
    
}

/* iPads (portrait) -----------    */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) { 
    
}

/* screen>1100    */

@media screen and (min-width:1100px) { 
    .grid figure { height: 420px }

    .grid figure figcaption h2 { font-size: 24px }

    figure.effect-zoe figcaption > span {
        font-size: 22px;
        padding: 1px 10px;
    }

    figure.effect-zoe p { bottom: 10em }

    .portfolio-three-column .grid figure { height: 280px }

    .portfolio-three-column .grid figure figcaption h2 { font-size: 20px }

    .portfolio-three-column figure.effect-zoe figcaption > span {
        font-size: 20px;
        padding: 0px 10px;
    }

    .portfolio-three-column figure.effect-zoe p { bottom: 5em }

    .portfolio-full-width .grid figure { height: 248px }

    .portfolio-four-column .grid figure { height: 210px }
}

/* screen>1900    */

@media screen and (min-width:1900px) { 
    .portfolio-full-width .grid figure { height: 360px }
}

@media only screen and (min-width: 320px) and (max-width: 480px) { 
    .related-product .col-lg-4 { max-width: 290px !important }
}

@media only screen and (min-width: 600px) and (max-width: 800px) { 
    .related-product .col-lg-4 { max-width: 270px !important }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .related-product .col-lg-4 { max-width: 240px !important }
}

@media screen and (min-width: 1024px) and (orientation: landscape) { 
    .related-product .col-lg-4 { max-width: 325px !important }
}

@media screen and (min-width: 1100px) and (orientation: landscape) { 
    .related-product .col-lg-4 { max-width: 390px !important }
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 2%;
}





