/* ----------------------------------
Name:style.css
Version:1.0.0
----------------------------------

Table of Contents
1.  Reset
2.  Typography
3.  Background Color
4.  Custom Button
5.  Floats, Display and Margins
6.  Divider and width
7.  Loader
8.  Sections
9.  Header
10. Work
11. Work Popup
12. Blog
13. Blog Listing
14. Blog Details
15. Counter
16. Scroll To Top
17. Filter Tab
18. Team
19. Client Logos
20. Contact
21. Footer
22. Design Elements
23. Homepage Slider
24. Homepage Video
25. Coming Soon
*/

/* ==========================================================================
1. Reset
========================================================================== */
html { width: 100%; height: 100%; font-size: 100%; outline: none; }
body { width: 100%; height: 100%; margin: auto; overflow-x: hidden; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 400; line-height: 26px; text-align: left; color: #373737; outline: none; background: #fff; }
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

a, button { -webkit-transition: all 400ms ease-in-out 0s; transition: all 400ms ease-in-out 0s; }
a:hover { text-decoration: none; color: #f96015; }
ul, ol { padding-left: 0; margin: 0; }
li { list-style: none; }
input[type="text"], input[type="email"], input[type="search"], input[type="password"] { border-radius: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; }
.btn:focus, .btn:active { outline: inherit; }
textarea:focus, input:focus { color: #fff; }
iframe, embed, object { width: 100%; height: 100%; max-width: 100%; }
/* Other Fixes */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { padding: 0; margin: 0; border-spacing: 0; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s; border: 0; -webkit-border-radius: 0; border-radius: 0; outline: 0 !important; -webkit-appearance: none; -moz-appearance: none; appearance: normal; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
::selection { color: #fff; background: #a3a3a3; }
::-moz-selection { color: #fff; background: #a3a3a3; }
::-webkit-input-placeholder { text-overflow: ellipsis; color: #838383; }
:-moz-placeholder { text-overflow: ellipsis; opacity: 1; color: #838383 !important; }
::-moz-placeholder { text-overflow: ellipsis; opacity: 1; color: #838383 !important; }
:-ms-input-placeholder { text-overflow: ellipsis; opacity: 1; color: #838383 !important; }

/* ==========================================================================
2. Typography
========================================================================== */
h1, h2 { font-weight: normal; }
h1 { font-family: "Oswald", sans-serif; font-size: 45px; font-weight: 300; line-height: 60px; text-transform: uppercase; }
h2 { font-family: "Oswald", sans-serif; font-size: 95px; font-weight: 300; line-height: 96px; text-transform: uppercase; }
h3 { font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 100; line-height: 38px; text-transform: uppercase; }
h4 { font-family: "Oswald", sans-serif; font-size: 25px; font-weight: 400; line-height: 46px; text-transform: uppercase; }
h5 { font-family: "Oswald", sans-serif; font-size: 16px; font-weight: 400; line-height: 30px; text-transform: uppercase; }
h6 { font-size: 20px; font-weight: 400; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; }
/* Custom Typography */
h1.title { margin-bottom: 50px; font-size: 65px; color: #fff; }
h2.title { display: table-cell; vertical-align: middle; letter-spacing: -2px; }
span.title { display: table; margin: 15px 0 0 0; font-family: "Oswald", sans-serif; font-size: 35px; font-weight: 300; line-height: 23px; text-transform: uppercase; color: #fff; }
.fetaure-details span { font-weight: 300; }
.count-box p { font-size: 16px; font-weight: 400; color: #fff; }
.description { display: table-cell; font-size: 18px; font-weight: 300; vertical-align: middle; }
.big { margin-bottom: 43px; font-size: 45px; line-height: 45px; }
.light { margin: 83px 0 0; font-size: 20px; color: #5e5e5e; }
.light-gray { color: #909090; }
.contact-title { display: table; margin-bottom: 6px; font-size: 15px; font-weight: bold; text-transform: uppercase; }
.title-text { display: inline-table; height: 150px; }
#testimonial .title { display: inline-block; margin-top: 0; margin-bottom: 53px; font-size: 65px; font-weight: 300; line-height: 60px; letter-spacing: -2px; letter-spacing: -2px; text-transform: uppercase; color: #fff; }
.contentarea { padding: 0; margin: 0 auto 20px; }
.medium { display: inline-block; margin: 6px 0; font-size: 18px; }
.white-text { color: #fff !important; }
.black-text { color: #000 !important; }
.light-gray-text { color: #9a9a9a !important; }
.gray-text { color: #757575 !important; }
.dark-gray-text { color: #555 !important; }
.orange-text { color: #f96015; }
.dark-text { color: #e5e5e5; }
.content { width: 83%; margin: 0 auto; font-size: 13px; line-height: 20px; color: #5e5e5e; }
.content-white { width: 80%; font-size: 13px; line-height: 18px; color: #fff; }
.simple-text { display: inline-table; float: none; width: 46%; height: 255px; padding-left: 55px; margin: 0 auto; letter-spacing: 0; }
.coming-soon h1 { float: none !important; padding: 20px 0 22px 0; margin: 0 auto 5%; font-size: 45px; color: #fff; background-color: #f96015; }

/* ==========================================================================
3. Background Color
========================================================================== */
.deep-dark-bg { background-color: #161616; }
.gray-bg { background-color: #f6f6f6; }
.mid-gray-bg { background-color: #3b3b3b; }
.dark-gray-bg { background-color: #1d1d1d; }
.orange-bg { background-color: #f96015; }
.black-bg { background-color: #000; }
.white-bg { background-color: #fff; }
.red-bg { background-color: #d52124; border-radius: 10px; }
.black-transparent-bg { background-color: rgba(0, 0, 0, .8); }
.color-overlay { position: relative; width: 100%; height: 100%; background-color: rgba(70, 70, 70, 0.7); }
.black-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .55); }
.black-overlay-dark { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .70); }
.gradient-overlay { background: rgba(249, 96, 21, .95); background: -moz-linear-gradient(left, rgba(249, 96, 21, .95) 0%, rgba(225, 40, 15, .80) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 96, 21, .95)), color-stop(100%, rgba(225, 40, 15, .80))); background: -webkit-linear-gradient(left, rgba(249, 96, 21, .95) 0%, rgba(225, 40, 15, .80) 100%); background: -o-linear-gradient(left, rgba(249, 96, 21, .95) 0%, rgba(225, 40, 15, .80) 100%); background: -ms-linear-gradient(left, rgba(249, 96, 21, .95) 0%, rgba(225, 40, 15, .80) 100%); background: linear-gradient(to right, rgba(249, 96, 21, .95) 0%, rgba(225, 40, 15, .80) 100%); }
.gradient-overlay-blue { background: rgba(0, 0, 60, .95); background: -moz-linear-gradient(left, rgba(0, 0, 60, .95) 0%, rgba(7, 104, 121, .80) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 60, .95)), color-stop(100%, rgba(7, 104, 121, .80))); background: -webkit-linear-gradient(left, rgba(0, 0, 60, .95) 0%, rgba(7, 104, 121, .80) 100%); background: -o-linear-gradient(left, rgba(0, 0, 60, .95) 0%, rgba(7, 104, 121, .80) 100%); background: -ms-linear-gradient(left, rgba(0, 0, 60, .95) 0%, rgba(7, 104, 121, .80) 100%); background: linear-gradient(to right, rgba(0, 0, 60, .95) 0%, rgba(7, 104, 121, .80) 100%); }
.slider-overlay { position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); }
.slider-gradient-overlay { position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(2, 18, 78, .7); background: -moz-linear-gradient(left, rgba(2, 18, 78, .7) 0%, rgba(222, 49, 12, .6) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 18, 78, .7)), color-stop(100%, rgba(222, 49, 12, .6))); background: -webkit-linear-gradient(left, rgba(2, 18, 78, .7) 0%, rgba(222, 49, 12, .6) 100%); background: -o-linear-gradient(left, rgba(2, 18, 78, .7) 0%, rgba(222, 49, 12, .6) 100%); background: -ms-linear-gradient(left, rgba(2, 18, 78, .7) 0%, rgba(222, 49, 12, .6) 100%); background: linear-gradient(to right, rgba(2, 18, 78, .7) 0%, rgba(222, 49, 12, .6) 100%); }

/* ==========================================================================
4. Custom Button
========================================================================== */
/* Standard Button */
.standard-button, .standard-button2 { display: block; min-width: 118px; padding: 10px 13px 9px; margin: 0 11px 0; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 300; text-transform: uppercase; color: #fff; border: 1px solid #fff; border-radius: 2px; text-shadow: 0; }
.standard-button:hover, .standard-button2:hover { border-color: #f96015; }
.standard-button i, .standard-button2 i { margin-right: 8px; font-size: 20px; vertical-align: inherit; }
/* Small Button */
.small-button { display: inline-block; padding: 1px 13px; margin: 20px 0; font-family: "Oswald", sans-serif; font-size: 11px; font-weight: 400; cursor: pointer; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; color: #000; border: 2px solid #000; background-color: transparent; }
.small-button:hover { text-decoration: none; color: #fff; border-color: #000; background-color: #000; }
.small-button-red { display: inline-block; padding: 1px 13px; margin: 10px 10px 0 0; font-family: "Oswald", sans-serif; font-size: 11px; font-weight: 400; cursor: pointer; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; color: #fff; border: 2px solid #bf1919; background-color: #bf1919; }
.small-button-red:hover { color: #fff; border: 2px solid #000; background-color: #000; }
.small-button:focus { text-decoration: none; }
.small-button-white { color: #fff; border: 2px solid #fff !important; }
.small-button-dark-gray { font-family: "Open Sans", sans-serif; color: #505050; border: 1px solid #505050 !important; }
.small-button-gray { display: inline-block; padding: 1px 13px; margin: 10px 10px 0 0; font-size: 11px; font-weight: 400; cursor: pointer; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; color: #fff; border: 2px solid #595959; background-color: #595959; }
.small-button-gray:hover { color: #fff; border: 2px solid #383838; background-color: #383838; }
/* Highlight Button */
.highlight-button, .highlight-button:focus { padding: 8px 18px; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 400; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; color: #fff; border: 2px solid #fff; }
.highlight-button:hover { color: #000; border-color: #fff; background-color: #fff; }
.highlight-button-black { display: inline-block; padding: 6px 16px; margin: 10px 0 0; font-family: "Oswald", sans-serif; font-size: 14px; font-weight: 400; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; color: #000; border: 2px solid #000; }
.highlight-button-black:hover { color: #fff; border-color: #000; background-color: #000; }

/* Primary Buttons */
i { color: #f96015; }
.standard-button { background: none; }
.standard-button2 { background: none; }
.standard-button2:hover { background: #f96015; }
.header-buttons { float: left; }
.btn-primary:focus, .btn-primary:active, .btn-primary.active { border-color: #ce4401; outline: none; background: #e04e06; }
.colored-line, .colored-line-left { background: #008ed6; }
.main-color { color: #008ed6; }
.form-group button { margin-top: 0; }

/* ==========================================================================
5. Floats and Margins
========================================================================== */
/* Float */
.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-both { clear: both !important; }
/* Margin */
.margin-top { margin-top: 30px !important; }
.margin-top-med { margin-top: 15px !important; }
.margin-top-100 { margin-top: 100px !important; }
.margin-bottom-100 { margin-bottom: 100px; }
.margin-top-50 { margin-top: 50px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-left { margin-left: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-med { margin-bottom: 15px !important; }
.margin-right { margin-right: 30px !important; }
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.margin-auto-center { display: block; float: none; margin-right: auto; margin-left: auto; }
/* Padding */
.no-padding { padding: 0; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-top-90 { padding-top: 90px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-right { padding-right: 30px; }
.padding-left { padding-left: 30px; }
.padding-30 { padding: 30px; }
.padding-100 { padding: 100px; }
.padding-70 { padding: 70px; }
.display-inline-block { display: inline-block; }
.display-block { display: block; }
.display-inline { display: inline; }
.display-inline-table { display: inline-table; }

/* ==========================================================================
6. Divider and width
========================================================================== */
.divider { width: 85%; height: 1px; margin: 12px 0 12px; background-color: #dfdfdf; }
.divider-transparent { width: 85%; height: 1px; margin: 12px 0 12px; background-color: rgba(235, 235, 235, .3); }
.divider-dark { display: inline-block; width: 100%; height: 1px; margin: 65px 0; background-color: #dedede; }
/* Separator */
.black-line { width: 52px; height: 1px; margin: 29px 0; background: #000; }
.black-line-top { width: 52px; height: 1px; margin-top: 28px; margin-bottom: 2px; background: #000; }
.black-line-bottom { width: 52px; height: 1px; margin-top: 2px; margin-bottom: 20px; background: #000; }
.white-line-top { width: 52px; height: 1px; margin-top: 28px; margin-right: auto; margin-bottom: 2px; margin-left: auto; background: #fff; }
.white-line-bottom { width: 52px; height: 1px; margin-top: 2px; margin-right: auto; margin-bottom: 20px; margin-left: auto; background: #fff; }
.white-line { z-index: 1; width: 52px; height: 1px; margin: 25px auto 23px; background: #fff; }
.dark-gray-line { z-index: 1; width: 52px; height: 1px; margin: 25px auto 23px; background: #7c7c7c; }
.gray-line { z-index: 1; width: 32px; height: 1px; margin: 8px auto 11px; background: #ababab; }
.orange-line { width: 52px; height: 1px; margin: 20px auto; background: #f96015; }
.white-line-small { width: 52px; height: 1px; margin: 20px auto; background: #fff; }
.transparent-line { width: 100%; height: 1px; margin: 20px 0; opacity: .2; background-color: #fff; }
.popup-line { width: 100%; height: 1px; margin: 20px 0; background: #e5e5e5; }
/* Border */
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top { border-top: 1px solid #e5e5e5; }
.border-left { border-left: 1px solid #e5e5e5; }
.border-right { border-right: 1px solid #e5e5e5; }
.border-gray { border: 1px solid #373737 !important; }
/* Width and Height */
.width-100 { width: 100% !important; }
.height-auto { height: auto !important; }

/* ==========================================================================
7. Loader
========================================================================== */
.loader-running .main { opacity: 0; }
.loader-running .coming-soon { opacity: 0; }
.loader { -webkit-user-select: none; -moz-user-select: none; user-select: none; pointer-events: none; -webkit-pointer-events: none; }
/* .loader-done .loader { display: none; } */
.loader-inactive { display: none; }
.loader .loader-progress { position: fixed; top: 50%; left: 0; z-index: 2000; height: 6px; overflow: hidden; -webkit-transition: width 1s; -moz-transition: width 1s; -o-transition: width 1s; transition: width 1s; background-color: #f96015; }
.loader .loader-progress-inner { position: absolute; top: 0; right: -32px; bottom: 0; left: 0; -webkit-animation: pace-stripe-animation 500ms linear infinite; -moz-animation: pace-stripe-animation 500ms linear infinite; -ms-animation: pace-stripe-animation 500ms linear infinite; -o-animation: pace-stripe-animation 500ms linear infinite; animation: pace-stripe-animation 500ms linear infinite; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); -webkit-background-size: 32px 32px; -moz-background-size: 32px 32px; -o-background-size: 32px 32px; background-size: 32px 32px; }

/* ==========================================================================
8. Sections
========================================================================== */
section { padding-top: 20px; padding-bottom: 20px; overflow: hidden; }
#about { padding-top: 0; }
#work { padding: 0; }
#blog { padding: 0 0 60px; }
#testimonial { padding: 60px 0 0; }
#expertise { padding: 0; }
#team { padding: 0 0 90px; }
#conter-box { padding: 0; }
.contact { padding: 150px 0 65px; }
#conter-box .color-overlay { padding-top: 90px;  padding-bottom: 90px; }
#testimonial .color-overlay { padding-top: 30px; padding-bottom: 30px; background: none repeat scroll 0 0 rgba(0, 0, 0, .55); }
#blog-list { padding-top: 110px; }
#blog-details { padding-top: 110px; }
.map { position: relative; padding: 0 !important; }

/* ==========================================================================
9. Header
========================================================================== */
/* Header */
header { height: 100%; overflow: hidden; -webkit-transition: ease-in-out; -moz-transition: ease-in-out; -o-transition: ease-in-out; transition: ease-in-out; /* background: url(../images/home-img.jpg) no-repeat center top; -webkit-background-size: cover; background-size: cover; */ }
.no-background { background: none; }
header .full-screen { width: 100%; height: 100%; min-height: 1000px; }
.navbar-nav > li.blog:hover .dropdown-menu { display: block !important; }
.nav > li > a { /* margin: 10px 23px; */ /* margin: 15px 20px 10px; */ margin: 22px 20px 10px; font-size: 12px; }
.nav > li.last > a { /* margin: 15px 0 10px 23px; */ margin: 22px 0 10px 23px; }
.main-navigation .col-md-3 { padding-left: 0; }
/* Sticky Navigation */
nav { top: 0; z-index: 99; width: 100%; /* padding-top: 25px; */ padding-top: 10px; padding-bottom: 10px; -webkit-transition: all 400ms ease-in-out 0s; -moz-transition: all 400ms ease-in-out 0s; transition: all 400ms ease-in-out 0s; }
.shrink-nav { min-height: 80px; /* padding-top: 14px; */ /* padding-top: 10px; */ /* border-bottom: 1px solid #e5e5e5; */ }
.nav-transparent .logo-dark { display: none; padding-top: 52px; padding-left: 97px; }
.shrink-nav.nav-dark, .shrink-nav.nav-transparent { /* background: url(../images/f.jpg) repeat; */ background: fff; }
.sticky-nav { position: fixed; top: 0; min-height: 75px; /* min-height: 60px; */ padding: 0; /* background: rgba(255, 255, 255, 0); */ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,dbdbdb+50,d1d1d1+51,a5a5a5+100 */ /* background: url(../images/f.jpg) repeat; */ /* border-bottom: 1px solid #fff; */ background: rgba(11, 12, 12, 0.9); }
.sticky-navigation .main-navigation li a { max-height: 34px; font-size: 13px; font-weight: 400; line-height: 30px; letter-spacing: .5px; text-transform: lowercase; }
/* Main Navigation */
.logo-light { display: inline-block; float: none; }
.navbar-fixed-top .nav > li > a:hover { /* color: #fff; */ }
.shrink-nav .logo-light { /* display: none; */ }
/* .shrink-nav .logo-dark { display: inline-block; margin-top: 3px; } */
.logo-dark { /* width: 80px; */ width: 60px; }
.logo-white { /* width: 80px; */ /* padding: 10px 15px; */ padding-top: 52px; padding-left: 97px; }
.shrink-nav .navbar-nav > li > a { /* margin-top: 13px; */ margin-top: 22px; color: #fff; }
.shrink-nav .nav > li > a:hover { color: #D2CDCB; }
/* Dropdown Menu */
.dropdown:hover .dropdown-menu { display: inline-table; }
.dropdown .dropdown-menu .sub-menu { top: 0; right: auto; left: 233px; display: none; float: left; }
/* Intro */
/* header  */.intro-section { /* padding-top: 50%; */ margin: auto auto 25px; }
/* header  */.intro-section .intro { margin-top: 10px; /* margin-bottom: 36px; */ margin-bottom: 5px; line-height: 90px; letter-spacing: 1px; color: #fff; }
/* header  */.intro-section .buttons { display: inline-block; float: none; margin: 17px auto; }
.highlight { /* padding: 12px 34px; */ padding: 8px 34px 65px; font-size: 65px; font-weight: 400; color: #fff; background-color: #f96015; }
.no-transition { -webkit-transition: height .01s; -moz-transition: height .01s; -ms-transition: height .01s; -o-transition: height .01s; transition: height .01s; }

.slider { /* margin-top: 65px; */ margin-top: 75px; }

/* ==========================================================================
10. Work
========================================================================== */
/* Isotop */
.isotope-filters { padding: 50px 0; }
.isotope-filters li { display: inline-block; padding: 0 1.3%; }
.isotope-filters li a { font-family: "Oswald", sans-serif; font-size: 20px; font-weight: 400; cursor: pointer; text-transform: uppercase; color: #b6b6b6; }
.isotope-filters li a:hover, .isotope-filters li a:focus, .isotope-filters li a:active, .isotope-filters li a.active { text-decoration: none; color: #000; border-color: #000; }
/* Portfolio Figcaption */
.slideshow * { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
.portfolio-item { overflow: hidden; }
.grid { max-width: 100%; margin: 0 auto; list-style: none; text-align: left; }
.portfolio-figure figcaption { position: absolute; top: 0; left: 0; padding: 18px 25px; color: #f96015; background: #fff; box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .3); }
.portfolio-figure .title { padding: 0; margin: 0 0 8px; line-height: 37px; color: #f96015; }
.portfolio-figure figcaption span { font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 400; text-transform: uppercase; color: #000; }
.portfolio-figure figcaption a { position: absolute; right: 20px; bottom: 20px; display: inline-block; transition: all 400ms ease-in-out 0s; }
.portfolio-figure figcaption a:hover { color: #f96015; }
.portfolio-figure figcaption i { position: relative; top: -6px; font-size: 60px; color: #b6b6b6; }
.portfolio-figure { overflow: hidden; background-color: #000; }
.portfolio-figure img { max-width: 100%; -webkit-transition: -webkit-transform .4s; -moz-transition: -moz-transform .4s; transition: transform .4s; }
.no-touch .portfolio-figure:hover img, .portfolio-figure.cs-hover img { -webkit-transition: all .4s ease-in-out 0s; -moz-transition: all .4s ease-in-out 0s; transition: all .4s ease-in-out 0s; -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); opacity: .4; }
.portfolio-figure figcaption { top: auto; bottom: 0; width: 100%; height: 110px; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; transition: transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; }
.no-touch .portfolio-figure:hover figcaption, .portfolio-figure.cs-hover figcaption { -webkit-transition: -webkit-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; transition: transform .4s, opacity .1s; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.portfolio { display: table; width: 100%; }
.portfolio-item { float: left; width: 24.96%; max-width: 25%; padding: 0 0; }

#peru { width: 346px; /* height: 203px; */ }
#peru img { }
.mapster_tooltip { width: auto !important; font-size: 14px; text-align: center; }
.mapster_tooltip strong { display: block; line-height: 1em; -webkit-transition: none; -o-transition: none; transition: none; }
.infomapa > div, .infoteam > div { display: none; }
.project { }
/*#o710 { width: 500px; }*/
.project .container { padding: 0; }
.project .popup-slider { position: relative; }
#instru { display: block; }
#instru .intro { font-size: 40px; font-weight: 300; }
#instru .in { padding: 5px 0; border-bottom: 1px solid #000; }
#instru .in:first-child { border-top: 1px solid #000; }
#instru h1 { margin: 0; font-size: 22px; font-weight: 400; line-height: 1em; }
#instru h3 { margin: 10px 0 2px; font-size: 20px; line-height: 1em; }
#instru a { font-size: 18px; }

/* ==========================================================================
11. Work Popup
========================================================================== */
.grid-gallery { width: 100%; margin-bottom: 75px; }
/* General Style */
.popup-slide { width: 100%; height: 100%; padding: 0; margin: 0; list-style: none; -webkit-transition: -webkit-transform .5s; transition: transform .5s; -webkit-transform: translate3d(0, 0, 150px); transform: translate3d(0, 0, 150px); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.popup-slide figure { margin: 0; }
.popup-slide figure img { display: block; float: left; }
.popup-slide .title { display: inline-block; width: 100%; padding: 0 0 20px; margin: 0; font-size: 60px; font-weight: 400; line-height: 60px; letter-spacing: 1px; color: #f96015; }
/* Grid Style */
.grid { margin: 0 auto; }
.grid li { float: left; cursor: pointer; }
.grid figure { -webkit-transition: opacity .2s; transition: opacity .2s; }
/* Slideshow Style */
.slideshow { position: fixed; top: 0; left: 0; z-index: 99999; visibility: hidden; width: 100%; height: 100%; padding: 0; overflow: hidden; -webkit-transition: opacity .5s, visibility 0s .5s; transition: opacity .5s, visibility 0s .5s; opacity: 0; background-color: #fff; }
.slideshow-open .slideshow { visibility: visible; -webkit-transition: opacity .5s; transition: opacity .5s; opacity: 1; }
.popup-slide.animatable li { -webkit-transition: -webkit-transform .5s; transition: transform .5s; }
.slideshow-open .popup-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/* Popup Slide */
.popup-slide .popup-slideshow { position: absolute; top: 0; right: 0; display: none; visibility: hidden; width: 100%; height: 100%; margin: 0; }
.popup-slide .popup-slideshow.show { visibility: visible; }
.popup-slide .popup-slideshow.current:after { visibility: hidden; -webkit-transition: opacity .3s, visibility 0s .3s; transition: opacity .3s, visibility 0s .3s; opacity: 0; }
.popup-slide figure { width: 100%; height: 100%; overflow: hidden; background: #fff; }
.popup-slide span { display: table; font-size: 14px; font-weight: 300; line-height: 20px; }
.popup-slide .category { display: inline-block; width: 100%; padding: 0 0 5px; font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 100; line-height: 30px; text-transform: uppercase; color: #939393; }
.popup-slide .work-details { display: inline-block; width: 100%; padding: 0 0 5px; font-size: 14px; font-weight: 400; text-transform: uppercase; }
.popup-slide .client-speak { margin: 10px 0 0; }
.popup-slide .client-speak span { display: block; margin: 10px 0 0; font-size: 11px; font-weight: 600; text-transform: uppercase; }
/* Navigation */
.popup-navigation { position: absolute; width: 100%; border: 0; }
.popup-navigation span { position: fixed; z-index: 1000; font-size: 30px; cursor: pointer; transition: all 400ms ease-in-out 0s; text-align: center; color: #fff; }
.popup-navigation span:hover { color: #f96015; }
.popup-navigation span.nav-prev { top: 50%; right: 48%; padding: 4px 15px 5px 12px; font-size: 35px; transform: translateY(-50%); background-color: #000; }
.popup-navigation span.nav-next { top: 50%; left: 51.9%; padding: 4px 12px 5px 15px; font-size: 35px; transform: translateY(-50%); background-color: #000; }
.popup-navigation span.nav-close { top: 2px; right: 5px; padding: 8px 12px; transition: all 400ms ease-in-out 0s; }
.icon:before, .icon:after { font-family: "fontawesome"; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-transform: none; speak: none; }
span.nav-prev:before { content: "\f104"; }
span.nav-next:before { content: "\f105"; }
span.nav-close:before { display: inline-block; font-family: "Open Sans", sans-serif; font-weight: 100; content: "X"; -webkit-transform: scale(1.3, 1); transform: scale(1.3, 1); color: rgba(0, 0, 0, .4); }
.popup-slide .right-part { float: right; width: 48%; /* padding: 8%; */ }
.popup-slide .right-part .rpart { padding: 8% 8% 0; }
.popup-slide .right-part .rpart table tr td:last-child { text-align: right; }
.popup-slider { position: absolute; float: left; width: 52%; height: 100%; overflow: hidden; }

.nqps { padding: 20px !important; }
.conteqps .col-md-6 { padding: 0; }
.nqps table.text-left h5, .nqps table.text-left h6 { margin: 2px 0; }
/* .equipos .fancybox-inner { overflow: hidden !important; } */
.prjps { text-align: center; }
.prjps h4.title { margin: 0; padding: 0 0 10px; line-height: 40px; letter-spacing: 1px; color: #f96015; }
.prjps img { width: auto; height: auto; text-align: center; }
.prjps table h5 { margin: 0; }

/* ==========================================================================
12. Blog
========================================================================== */
/* Blog Header */
.blog-header .intro-section { padding: 30% 0 25%; margin: auto; }
.blog-details-header .intro-section { padding: 20% 0 15%; }
.blog-header { height: 100%; background: url(../images/header-img1.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.blog-details-header { height: 100%; background: url(../images/header-img2.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.blog-content { position: relative; cursor: pointer; }
.blog-img { width: 100%; height: 100%; transition: all 400ms ease-in-out 0s; opacity: 1; }
.blog .active { margin-bottom: 0; }
.blog .active .blog-content-out { display: block !important; }
.blog-image { padding: 0; background-color: #000; }
.blog-day { position: absolute; top: 59%; left: 3%; z-index: 9999; display: table-cell; width: 94px; height: 94px; font-family: "Oswald", sans-serif; font-size: 50px; font-weight: 400; color: #fff; border: 2px solid #f96015; background-color: #f96015; }
.blog-day span { position: absolute; top: 35px; right: 0; left: 0; vertical-align: middle; }
.blog-content:hover .blog-day { color: #fff; border: 4px solid #fff; background-color: #f96015; }
.blog-content:hover .blog-day span { top: 33px; }
.blog-header span.highlight { padding: 12px 34px; font-size: 65px; font-weight: 400; color: #fff; background-color: transparent; }
.blog-header .intro-section .intro { line-height: 60px; }
/* Frame Overlay */
.frameOverlay { padding: 15px 15px 22px; cursor: default; transition: all 500ms ease-in-out 0s; color: #000; }
.frameOverlay .col-md-offset-2 { margin-left: 10.667%; }
.blog-content-out .content { width: auto; line-height: 23px; transition: all 400ms ease-in-out 0s; }
.month { display: inline-block; width: 100%; }
.blog-content .blog-title { margin-bottom: 19px; }
.blog-title .title { margin: 0 0 2px; line-height: 32px; }
/* Blog Active */
.blog-content.active .frameOverlay { display: table; width: 100%; background-color: #fff; }
.buttons .small-button { display: inline-block; float: none; margin: 50px 0 0; }
.blog-content:hover .blog-image img { opacity: .5; }
/* Blog Group show */
.group { display: none; }
.group.show { display: block; }
#load-more.disable { cursor: default; text-decoration: none; color: #b7b7b7; border: 2px solid #b7b7b7; }
#load-more.disable:hover { background-color: transparent; }

/* ==========================================================================
13. Blog Listing
========================================================================== */
/* Blog Page */
.blog-left { margin-right: 6%; }
.blog-page .footer { height: auto; }
.blog-page .blog-content { padding: 0; margin: 40px 0; cursor: auto; }
.blog-title .content { width: auto; margin-bottom: 30px; }
.blog-page .blog-content h6 { text-align: left; letter-spacing: 0; }
.search { height: 40px; font-size: 13px; color: #838383; border: 1px solid #cdcdcd; background: url(../images/icon-search.png) 95% no-repeat; }
/* Blog Wrapper */
.blog-post li:first-child { margin-top: 0; }
.post-preview { display: table; margin: 40px 0; }
.blog-video { min-height: 410px; }
.blog-content { margin-bottom: 0; }
/* Blog Carousel */
.blog-wrapper .carousel { line-height: 12px; }
.blog-wrapper .carousel-caption { padding: 0; }
/* Post Preview */
.post-preview .blog-day { top: -70px; left: 30px; z-index: 0; }
.post-preview .blog-title { line-height: 26px; }
/* Pagination */
.pagerblock { display: inline-block; }
.pagerblock li { float: left; margin: 0 12px; background: #fff; }
.pagerblock li a { display: block; width: 50px; height: 50px; font-size: 16px; font-weight: 400; line-height: 45px; border: 2px solid #e5e5e5; }
.pagerblock li a i { font-size: 22px; line-height: 35px; color: #000; }
.pagerblock li.current a, .pagerblock li a:hover, .pagerblock li a:focus, .pagerblock li a:hover i, .pagerblock li a:focus i { text-decoration: none; color: #f96015; border-color: #f96015; }
/* Sidebar Block */
.sidebar-block { margin-bottom: 40px; font-size: 13px; }
.sidebar-block .divider { width: 100%; margin: 5px 0 20px; }
.comments-divider { margin: 5px 0 !important; }
.categories a:hover { color: #f96015; }
.categories li { padding: 8px 0; border-bottom: 1px solid #e5e5e5; }
.categories li span { position: relative; top: -4px; display: block; color: #909090; }
#signup_form { margin-top: 10px; }
#subheader { line-height: 18px; }
.input_var .form-control { margin-bottom: 10px; background-color: #fbfbfb; }
.signup_submit button { display: table; width: 100%; padding: 7px 0; margin: 0 auto; font-size: 14px; }
/* Tag Cloud */
.tagcloud { display: table; }
.tagcloud a { display: inline-block; float: left; padding: 2px 11px 3px; margin: 7px 7px 0 0; font-size: 13px; font-weight: 400; border: 1px solid #e5e5e5; background: #fff; }
.tagcloud a:hover, .tagcloud a:focus { text-decoration: none; color: #fff; border-color: #000; background: #000; }
.comments li { margin: 10px 0 10px 7px; font-size: 14px; line-height: 18px; }

/* ==========================================================================
14. Blog Details
========================================================================== */
/* Blogpost */
.blog-share { display: inline-block; width: 100%; margin: 15px 0; }
.blogpost_share { float: right; margin: 7px 0 0 0; }
.blogpost_share span { float: left; color: #5e5e5e; }
.blogpost_share ul { float: left; }
.blogpost_share ul li { float: left; margin: 0 10px; }
.blogpost_share ul li:first-child { margin-left: 0; }
.blogpost_share ul li a { display: block; }
.blogpost_share ul li i { font-size: 20px; transition: all 400ms ease-in-out 0s; color: #000; }
.blogpost_share ul li.facebook a:hover i { color: #3c599f; }
.blogpost_share ul li.twitter a:hover i { color: #20b9ff; }
.blogpost_share ul li.linkedin a:hover i { color: #0085ae; }
.blogpost_share ul li.google-plus a:hover i { color: #d44132; }
/* Blog Details */
.blog-details .like, .blog-details .like i { color: #f96015; }
.recent-comments .divider { width: 100%; }
.recent-comments .content { width: 100%; }
.recent-comments p { margin: 25px 0; }
.top { margin-bottom: 25px; }
.blog-details-title { margin: 10px 0; font-family: "Oswald", sans-serif; font-size: 45px; line-height: 54px; text-transform: uppercase; color: #fff; }
.blog-details .blogpost_share { float: none; padding: 40px 0; margin-bottom: 60px; clear: both; text-align: center; border-top: 1px solid #dfdfdf; border-bottom: 2px solid #000; }
.blog-details .blogpost_share ul { float: none; }
.blog-details .blogpost_share ul li { display: inline-block; float: none; margin: 0 20px; }
.blog-details .blogpost_share ul li i { font-size: 35px; }
.sidebar-block h6, #comments .title { margin: 0; font-size: 14px; font-weight: 600; line-height: 30px; letter-spacing: 0; text-transform: uppercase; }
.recent-comments .title { margin: 0; margin-bottom: 35px; font-size: 25px; font-weight: 800; line-height: 30px; text-align: center; letter-spacing: 2px; text-transform: uppercase; }
.recent-comments input { height: 50px; font-size: 15px; color: #838383; border: 1px solid #cdcdcd; }
.recent-comments textarea { height: 50px; max-width: 100%; font-size: 15px; resize: none; color: #838383; border: 1px solid #cdcdcd; }
/* Comments */
.recent-comments { float: none; margin: 0 auto; }
.name { display: block; font-size: 16px; font-weight: 600; text-transform: uppercase; }
.date { display: block; font-size: 14px; }
.comments-details { float: left; padding-bottom: 40px; margin-bottom: 40px; clear: both; border-bottom: 1px solid #dfdfdf; }
.comments-details .small-button { margin: 10px 0 0 0; }
.comments-details:last-child { margin: 0; border-bottom: none; }
.comments-details .small-button { margin: 10px 0 0 0; }
.blog-comments .form-group { margin: 0; text-align: center; }
/* Media Object */
.media-object { width: 80px; height: 80px; margin: 0 25px 0 0; border-radius: 100%; }

/* ==========================================================================
15. Counter
========================================================================== */
.counterBoxNumber { font-family: "Oswald", sans-serif; font-size: 100px; line-height: 100px; color: #fff; }
.counterBoxDetails { font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0; text-transform: none; color: #fff; }
.counterBox .orange-line { width: 40px; margin: 16px auto 9px; }

/* ==========================================================================
16. Scroll To Top
========================================================================== */
.scrollToTop { position: fixed; top: 91%; right: 45px; z-index: 9999; display: none; width: auto; height: auto; padding: 0; font-weight: bold; text-align: center; text-decoration: none; border: 1px solid #000; border-radius: 3px; background-color: #161616; }
.scrollToTop i { margin: 5px 8px 0; font-size: 18px; color: #fff; }
.scrollToTop:hover { opacity: .5; }
.scrollToTop:hover i { position: relative; }
.scrollDownWrap { position: absolute; right: 0; bottom: 40px; left: 0; z-index: 9; width: 90px; min-height: 41px; margin: 0 auto; text-align: center; }
.scrollDown a { -webkit-transition: color 500ms ease; -moz-transition: color 500ms ease; -o-transition: color 500ms ease; transition: color 500ms ease; text-decoration: none; text-transform: uppercase; color: #fff; }
.scrollDown a:hover { -webkit-transition: color 500ms ease; -moz-transition: color 500ms ease; -o-transition: color 500ms ease; transition: color 500ms ease; color: #fff; }
.scrollDown i { position: relative; display: block; padding: 0; margin: 0 auto; font-size: 45px; -webkit-animation: iconFloat .8s infinite linear; -moz-animation: iconFloat .8s infinite linear; -ms-animation: iconFloat .8s infinite linear; -o-animation: iconFloat .8s infinite linear; animation: iconFloat .8s infinite linear; opacity: .7; color: #000; color: #fff; }
.scrollDown:hover i { opacity: .3; }
.isotope, .isotope .portfolio-item, .isotope .post-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; }
.scrollDown i:before { font-family: "FontAwesome"; }

/* ==========================================================================
17. Filter Tab
========================================================================== */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { z-index: 1; pointer-events: none; }
/* ISOTOPE CSS3 TRANSACTIONS */
.isotope, .isotope .isotope-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* ==========================================================================
18. Team
========================================================================== */
.team-details .our-team { opacity: .5; }
.team-details .namerol { padding: 13px 0 17px; background: #fff; }
.team-details .namerol .orange-line { margin: 4px auto 6px; }
.namerol span { font-weight: bold; text-transform: uppercase; }
.namerol .content { font-size: 11px; text-transform: uppercase; }
.team-profile { position: relative; /* max-height: 308px; */ margin: 0; overflow: hidden; }
.social i { margin: 5px 9px; font-size: 25px; -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; color: #fff; }
.social i:hover { position: relative; top: 0; -webkit-transition: all 400ms ease-in-out 0s; -webkit-transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; color: #f96015; }
.team-profile .our-team { position: absolute; top: 600px; width: 100%; height: 100%; transition: all 400ms ease-in-out 0s; }
.our-team .text-center { margin: 0 auto; }
.team-details:hover .our-team { opacity: 1; }
.team-details:hover .our-team { top: 0; /* padding-top: 104px; */ padding-top: 45px; background: rgba(0, 0, 0, .85); }
.team .width { margin-top: 66px; margin-bottom: 73px; }
.our-team .content-white { width: 65%; }
.team-details .orange-line { width: 32px; margin: 15px auto 19px; }

/* ==========================================================================
19. Client Logos
========================================================================== */
.client-logos { padding: 0 !important; background: url(../images/slider/2.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.client-logos .color-overlay { padding: 25px 0 30px; }
.clients-slider li { display: inline-block; width: 15%; margin: 0 4%; }
.clients-slider img { background: #fff; }

/* ==========================================================================
20. Contact
========================================================================== */
.form-group form { -webkit-transition: all 800ms ease-in-out 0s; -moz-transition: all 800ms ease-in-out 0s; transition: all 800ms ease-in-out 0s; -o-transition-duration: all 800ms ease-in-out 0s; }
#success { display: none; font-family: "Oswald", sans-serif; font-size: 20px; line-height: 58px; text-align: center; text-transform: uppercase; color: #f96015; border: 2px solid #f96015; background-color: #fff; }
.contact-info { margin-top: 54px; }
.left-part { padding: 0 0; }
.contact-text { display: table; width: 57%; margin: 0 0; }
.address { margin: 0 0; }
.head { margin-bottom: 57px; }
.icon-list li { font-size: 16px; }
.icon-list i { margin-right: 20px; font-size: 20px; }
.icon-list li a { text-decoration: none; color: #000; }
.icon-list li a:hover { text-decoration: underline; }
.right-part { padding: 0 0; }
/* Map */
#map { width: 100%; height: 113px; line-height: 22px; }
.map-overlay { position: absolute; z-index: 2; width: 100%; text-align: center; border-top: 1px solid #dfdfdf; background: rgba(255,255,255,.9); }
.map-overlay:hover { background: rgba(255,255,255,1); }
#googlemap * { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
.openmap #map { height: 400px; }
.map-button { width: 100%; height: 113px; font-family: "Oswald", sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; background-color: transparent; }
.map-button:hover, .map-button:focus { opacity: 1; }
.map-button:before { margin-right: 10px; font-family: "FontAwesome"; font-size: 19px; content: "\f041"; color: #f96015; }

/* ==========================================================================
21. Footer
========================================================================== */
#footer { background: url(../images/footer-bg.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
footer .color-overlay { padding: 15px 0 0; }
.footer-social li { display: inline-block; margin: 0 1.8%; }
.footer-social li i { font-size: 40px; }
.copy { margin: 7px auto 25px; opacity: .8; }

/* ==========================================================================
22. Design Elements
========================================================================== */
.conter-box { background: url(../images/conter-box-image.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.feature-content { margin-top: 86px; margin-bottom: 50px; }
.expertise-img img { -webkit-background-size: cover; background-size: cover; }
.service-icon i { font-size: 60px; }
.service-box { padding-top: 75px; padding-bottom: 91px; }
.service-box:hover { background-color: #fff; }
.service-box:hover .service-icon i { position: relative; bottom: 5px; -webkit-animation: .8s linear 0s normal none infinite iconFloat; animation: .8s linear 0s normal none infinite iconFloat; }
.service-icon { margin-bottom: 28px; }
.model-box { background: url(../images/about-model.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.signature { width: auto; }
/* Work Count */
.work-count-box .title-top { margin: 0; font-family: "Oswald", sans-serif; font-size: 45px; font-weight: bold; color: #000; }
.work-count-box .content-white { width: 75%; }
/* Testimonial */
.testimonial { background: url(../images/testimonial-img-01.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.testimonial-int { background: url(../images/testimonial-img-02.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.testimonial .container { overflow: hidden; line-height: 30px; }
/* Carousel */
.carousel-inner { display: inline-table; overflow: visible; }
.carousel-indicators { position: absolute; bottom: 10px; bottom: 50px; left: 0; z-index: 15; width: 100%; padding-left: 0; margin-left: 0; list-style: none; text-align: center; }
.testimonial .carousel-indicators { bottom: 0; margin: 0; }
.carousel-indicators li { position: relative; left: inherit; display: inline-block; visibility: visible; width: 17px; height: 17px; margin: 0 10px 0 0; cursor: pointer; text-indent: -99999px; border: 2px solid #fff; border-radius: 100%; }
.carousel-indicators li:first-child { margin-left: 0; }
.carousel-indicators li:last-child { margin-right: 0; }
.carousel-indicators li:after { left: inherit; content: inherit; }
.carousel-indicators .active { visibility: visible; width: 17px; height: 17px; background-color: #fff; }
.carousel-caption { position: inherit; width: 46%; margin: 0 auto; }
.carousel-caption p { font-size: 22px;  font-weight: 300; }
.carousel-caption span { display: inline-block; margin-bottom: 65px; font-size: 16px; text-transform: uppercase; }
.carousel-inner iframe { display: block; width: 100%; height: 500px; margin-top: 19%; vertical-align: middle; }
/* Feature */
.feature { display: table; margin-left: 8%; }
.icon-container { float: left; min-height: 74px; margin-right: 30px; }
.icon-container i { font-size: 50px; line-height: 78px; }
.feature:hover .icon-container i { position: relative; bottom: 10px; -webkit-animation: 1s linear 0s normal none infinite iconFloat; animation: 1s linear 0s normal none infinite iconFloat; }
.fetaure-details .title, .fetaure-details .content { float: left; }
.fetaure-details .content { width: 69%; }
/* Canvas */
canvas { /* width: 63%; */ }
.count-box .title { margin-bottom: 0; font-weight: 300; color: #fff; }
.count .margin-top { margin-top: 16px; }
.chart, .chart2, .chart3, .chart4, .chart5, .chart6, .chart7, .chart8 { position: relative; left: 0; width: 100%;  margin: 0; }
.chart span, .chart2 span, .chart3 span, .chart5 span, .chart6 span, .chart7 span, .chart8 span { position: absolute; top: 40%; right: 0; left: 0; font-family: "Oswald", sans-serif; font-size: 50px; color: #fff; }
.chart4 span { position: absolute; top: 40%; right: 0; left: 0; font-family: "Oswald", sans-serif; font-size: 40px; color: #66b572; }
.chart5 span { font-size: 40px; font-weight: 100; color: #12569b; }
.chart6 span { font-size: 40px; font-weight: 100; color: #aaa; }
.chart7 span { font-size: 40px; font-weight: 100; color: #fff; }
.chart8 span { font-size: 40px; font-weight: 100; color: #909090; }

/* ==========================================================================
23. Homepage Slider
========================================================================== */
.fill { position: absolute; width: 100%; height: 100%; background-position: center center; background-size: cover; }
.slider-text { position: absolute; bottom: 0; z-index: 2; display: table; width: 100%; height: 65%; overflow: visible; text-align: center; }
.slider-text .col-md-6 { float: none; margin: 0 auto; }
.home-slider .carousel-inner .item { position: absolute; width: 100%; height: 100%; }
.home-slider .carousel-inner { position: absolute; width: 100%; height: 100%; overflow: hidden; }
.home-slider h1 { display: inline-block; padding: 30px 45px; font-size: 65px; font-weight: 400; color: #f96015; background-color: #fff; }
.home-slider span { display: block; padding: 20px 0 55px; font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 100; line-height: 35px; text-transform: uppercase; color: #fff; }
.home-slider .highlight-button { display: inline-block; }

.owl-theme .owl-controls { margin-top: 0 !important; }
.owl-theme .owl-controls .owl-buttons div { position: absolute; top: 50%; margin-top: -20px !important; padding: 0 !important; font-size: 40px !important; background: none !important; }
.owl-theme .owl-controls .owl-buttons .owl-prev { left: 10px; } 
.owl-theme .owl-controls .owl-buttons .owl-next { right: 10px; }
/* ==========================================================================
24. Homepage Video
========================================================================== */
.home-slider iframe { position: absolute; top: -6px !important; width: 100%; height: 100%; max-width: 100%; }
.video header { background: #000; }

/* ==================================================================
25. Coming Soon
================================================================== */
.coming-soon #counter { margin: 9% 0; color: #fff; }
.coming-soon .counter-container { display: table; margin: 0 auto; }
.coming-soon #counter .counter-box { display: block; float: left; width: 150px; padding: 15px 25px; margin: 0 35px 0 0; text-align: center; border-right: 1px solid rgba(249, 96, 21, .2); border-left: 1px solid rgba(249, 96, 21, .2); }
.coming-soon #counter .last { width: 90px; padding: 15px 0 15px 25px; border-right: 0; }
.coming-soon #counter .first { border-left: 0; }
.coming-soon #counter .number { font-size: 60px; font-weight: 700; line-height: 60px; text-align: center; }
.coming-soon #counter span { display: block; font-size: 16px; font-weight: 400; text-align: center; }
.coming-soon { position: relative; width: 100%; height: 100%; }
.coming-soon #home { position: absolute; width: 100%; height: 100%; background: url(../images/home.jpg) center top scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.coming-soon #home #counter { font-size: 50px; color: #fff; }
.coming-soon .home { margin: 0 auto; }
.coming-soon .home .text { width: 500px; margin-right: auto; margin-bottom: 5%; margin-left: auto; font-size: 16px; font-weight: 300; color: #fff; }
.coming-soon .home form { float: none; padding: 0; margin: 0 auto; border-radius: 0; }
.coming-soon .input-group { padding: 5px; border: 1px solid rgba(255, 255, 255, .7); }
.coming-soon .home form input { width: 576px; padding: 7px; margin: 0; font-size: 14px; color: #fff; border: 0 none; border-radius: 0; background-color: transparent; }
.coming-soon .home form .validation { background-color: #ff8f8f; }
.coming-soon #successmsg { display: none; padding: 10px 0 10px; margin-top: 17px; font-family: "Oswald", sans-serif; -webkit-transition: all 800ms ease-in-out 0s; -moz-transition: all 800ms ease-in-out 0s; transition: all 800ms ease-in-out 0s; -o-transition-duration: all 800ms ease-in-out 0s; text-transform: uppercase; color: #fff; background-color: #f96015; }
.coming-soon #successmsg1 { display: none; padding: 10px 0 10px; margin-top: 25px; margin-bottom: 52px; font-family: "Oswald", sans-serif; font-size: 18px; text-transform: uppercase; color: #fff; background-color: #1dc607; }
.coming-soon .home button { float: right; width: 120px; height: 30px; padding: 4px 12px; cursor: pointer; color: #000; border: 0; border-radius: 0; background-color: #fff; }
.coming-soon .home button span { font-size: 12px; font-weight: bold; white-space: pre; text-transform: uppercase; }
.coming-soon .home button:hover { color: #fff; background-color: #f96015; }
.coming-soon .social { clear: both; }
.coming-soon .social ul { padding: 0; margin: 5% 0 0 0; }
.coming-soon .social ul.contact { margin: 3.2% 0 0 0; }
.coming-soon .social ul li { display: inline-block; margin: 0 15px; }
.coming-soon .social ul li a { display: inline-block; float: left; font-size: 20px; color: #fff; outline: none; }
.coming-soon .social ul li a i { margin: 0; }
.coming-soon .social ul li a:hover i { color: #f96015 !important; }
.coming-soon .home form input.not-valid { background-color: rgba(255, 0, 0,.2); }
.coming-soon.main { display: table; width: 100%; height: 100%; padding: 0; margin: 0 auto; }
.coming-soon .main .page { position: relative; z-index: 9999; width: 100%; text-align: center; vertical-align: middle; }
.coming-soon .container { width: 727px; margin: 4% auto 0; }
.coming-soon .logo { margin: 0 0 6%; }
.coming-soon .logo img { width: 201px; }
.coming-soon .align-center { text-align: center; }
.coming-soon .center-block { display: block; margin-right: auto; margin-left: auto; }
.coming-soon .slider-overlay { position: absolute; z-index: 11; width: 100%; height: 100%; background: rgba(0, 0, 0, .7); }
.buy-theme { position: fixed; top: 125px; right: -151px; z-index: 10000; border-radius: 4px; background: url(../images/buy-theme.png) no-repeat 14px center rgba(0,0,0,.5); }
.buy-theme:hover, .quick-question:hover { right: -26px; }
.buy-theme span, .quick-question span { position: relative; top: 0; padding: 0 28px; opacity: 0; }
.buy-theme:hover span, .quick-question:hover span { opacity: 1; }
.buy-theme a, .quick-question a { display: block; padding: 8px 15px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #fff; }
.quick-question { position: fixed; top: 175px; right: -153px; z-index: 10000; border-radius: 4px; background: url(../images/quick-question.png) no-repeat 14px center rgba(0,0,0,.5); }
#logo { top: -50px; /* background: url(../images/broca.png) no-repeat; */ /* opacity: 0.85; */ height: 200px; width: 276px; position: fixed; }

.navbar-default .navbar-nav > li > a { /* color: #777; */ color: #fff; }
.navbar-inverse .navbar-nav > li.current > a, .navbar-inverse .navbar-nav > li > a:hover { color: #fff; }
.carousel-inner > .active { display: inline-block; vertical-align: top; }
.namerol .btn { padding: 0 5px; }

.ttable { width: 230px; margin: auto; text-align: center; }

.ttable td { border: 1px solid #000; }
.popup-slide .right-part .rpart .ttable tr td:last-child { text-align: center; }
.form-control { color: #5e5e5e; }
.intro-cont { background: #f96015; }
.intro-cont .intro { margin: 0; font-size: 65px; font-weight: 400; }
.intro-cont .highlight-button { display: inline-block; margin: 0 20px 20px; }
.intro-cont .highlight-button:hover { background: #f96015; color: #fff; }
.servicio .images { margin: 15px 0; overflow: hidden; }

.navbar .navbar-brand { font-family: 'Raleway', sans-serif; /* padding: 8px 30px 8px 25px; */ padding: 15px 30px 16px 25px; color: #fcfcfc; font-weight: 900; text-transform: uppercase; height: auto; background: #f96015; outline: 0; }
.navbar .navbar-brand img { width: auto; margin-right: 5px; }
.navbar .navbar-brand:hover { background: #9E9FA0; color: #fff; }

#men { background: #f96015; }
#men:hover { background: #fff; color: #f96015; }
.map { height: 500px; }
.nel { color: #000; font-size: 15px; border: none; }
#titulo { font-size: 30px; }
.homeb { position: absolute; margin-left: 85em; margin-top: 3em; }

@media (max-width: 1360px) {
	.homeb { margin-left: 81em; }
}
@media (max-width: 1280px) {
	.homeb { margin-left: 78.2em; }
}
@media (max-width: 1199px) {
	.homeb { margin-left: 69.5em; }
}
@media (max-width: 991px) {
	.homeb { margin-left: 54.2em; }
}
@media (max-width: 393px) {
	.homeb { margin-left: 20em; margin-top: -11em; }
}

.linea { background: #f96015; position: absolute; margin-top: 9em; height: 3px; z-index: 100; }