@import 'bootstrap.css';
@import 'bootstrap-override.css';

/*===================================================
Common CSS
===================================================*/

body {
    font-family: 'Roboto', sans-serif;
}

header {
    box-shadow: 0 0 10px #b1b0a7;
    padding-bottom: 20px;
}

.content-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
}

h1, h2, h3 {
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
}

div, .btn:hover, a:hover, a > img:hover {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

a, a:hover {
    color: #f57e23;
}

a, a:focus, a:active {
    outline: none;
}

hr {
    max-width: 1200px;
}

.voffset {
    margin: 2px 0;
}

.voffset1 {
    margin: 5px 0;
    min-height: 1px;
}

.voffset2 {
    margin: 10px 0;
    min-height: 1px;
}

.voffset3 {
    margin: 15px 0;
    min-height: 1px;
}

.voffset4 {
    margin: 30px 0;
    min-height: 1px;
}

.voffset5 {
    margin: 40px 0;
    min-height: 1px;
}

.voffset6 {
    margin: 60px 0;
    min-height: 1px;
}

.voffset7 {
    margin: 80px 0;
}

.voffset8 {
    margin: 100px 0;
}

.voffset9 {
    margin: 150px 0;
}

.poffset {
    padding: 2px 0;
}

.poffset1 {
    padding: 5px 0;
}

.poffset2 {
    padding: 10px 0;
}

.poffset3 {
    padding: 15px 0;
}

.poffset4 {
    padding: 30px 0;
}

.poffset5 {
    padding: 40px 0;
}

.poffset6 {
    padding: 60px 0;
}

.poffset7 {
    padding: 80px 0;
}

.poffset8 {
    padding: 100px 0;
}

.poffset9 {
    padding: 150px 0;
}

a > img:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.btn-responsive {
    white-space: normal;
}

.dark-gray {
    color: #8b8d8d;
}

.gray {
    color: #AAAAAA;
}

.white {
    color: #fff;
}

.white-bg {
    background:#fff;
}
.dark {
    color: #4a4a4a;
}

.dark-bg {
    background: #3d3d3d;
    color: #fff;
}

.orange-bg {
    background: #f57e23;
    color: #fff;
}

.light-bg {
    background: #f3f3f3;
}

.link-color {
    color: #f57e23;
}

.link-color:hover {
    color: #f57e23;
}

.light {
    font-weight: 300;
}

.no-radius {
    border-radius: 0;
}

.no-margin {
    margin: 0;
}

.jumbotron {
    background: #f3f3f3;
    padding: 80px 0;
}

.big {
    font-size: 21px;
    font-weight: 200;
}

blockquote.quote {
    background: #f57d24 url(../img/quotes-bg.png) left top repeat;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    margin: 50px 0;
    border: 0;
}

blockquote.quote h2 {
    background: url(../img/quote-left.png) left center no-repeat;
    padding: 0 80px 0 100px;
}

blockquote.quote .container {
    background: url(../img/quote-right.png) right center no-repeat;
    background-position-x: 98%;
}

.checkmark {
    background: url(../img/icon-checkmark.png) left 2px no-repeat;
    padding-left: 30px;
}

.shadow-border {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.list-warning {
    list-style:none;
}
.list-warning li .fa{
     color:#f57e23;
     margin-right:5px;
}



/*===================================================
Header
===================================================*/
.navbar {
    min-height:0;
    background-color: #fff;
}
.sub-nav {
    color: #f57e23;
    margin-top: 15px;
}

.sub-nav a, .sub-nav a:active, .sub-nav a:hover, .sub-nav a:focus {
    color: #959697;
    padding: 15px 15px 0 15px;
}

.main-nav {
    max-height:380px;
    overflow:auto;
    background-color: #fff;
}

.main-nav .caret {
    color: #b9b9b9;
    background-color: #fff;
}

.main-nav li > a, .main-nav li > a:active, .main-nav li > a:hover, .main-nav li > a:focus {
    background-color: #fff;
    color: #f57e23;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}
.main-nav li > a.btn, .main-nav li > a.btn:active, .main-nav li > a.btn:hover, .main-nav li > a.btn:focus {
    background-color: #fff;
}
.main-nav a:hover {
    background-color: #fff;
    color: #f69955;
}

.main-nav > li > a {
    background-color: #fff;
    text-transform: uppercase;
}

.main-nav > li > a:hover, .main-nav > li > a:focus {
    background-color: #fff;
}

.right-nav a:first-child {
    margin-right: 10px;
    margin-left: 50px;
}
.right-nav {
    min-width: 200px;
    display: inline-block;
    text-align:center;
}

.mega-dropdown {
    position: static !important;
    background-color: #fff;
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 40%;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 10px !important;
    background-color: #fff;
    
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
    background-color: #fff;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
    background-color: #fff;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #fff;
}

.mega-dropdown-menu .dropdown-header {
    color: #f57e23;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
}

.mega-dropdown-menu form {
    margin: 3px 10px;
    background-color: #fff;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
    background-color: #fff;
}

.mega-dropdown-menu .carousel, .mega-dropdown-menu .carousel .item {
    height: 250px;
    background-color: #fff;
}


/*===================================================
Homepage
===================================================*/

.banner-container {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url('../img/background_banner.jpg') 50% 50%;
    background-size: cover;
}

.banner {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    height: 300px;
}

.banner-container .more {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #07cc92;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    font-size: 30px;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
}

.banner h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 0;
}
.banner h3 {
    line-height: 1.4;
}
.banner .overlay_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.banner .videoContainer {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner .videoContainer video {
    background: url('../img/banner.png') left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}

.banner .videoContainer video source, .banner .videoContainer video img {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 100%;
    max-width: 100%;
}


.spn-clients {
    margin-top:10px;
    margin-bottom:10px;
}

.spn-clients span {
    border-right: 1px solid #f57e23;
    line-height: 100px;
    padding: 20px;
}


.case-studies {
    padding: 40px 0 80px;
}

.case-study {
    padding: 20px;
    font-size:14.5px;
}

.case-study-small, .testimonials {
    padding: 40px 0;
}

.case-study-small .img-responsive, .jumbotron .img-responsive {
    margin: 0 auto;
}

.pad {
    margin: 20px;
}

.pad-right {
    margin-right: 20px;
}

.block1 {
    width: 50%;
    text-align: center;
    margin-left: auto ;
    margin-right: auto ;
}

.block2 {
    text-align: center;
}

.block1 a {
    margin-right: 10px;
    margin-left: 10px;
    width: 90%;
}

.block3 {
    width: 80%;
    text-align: center;
    margin-left: auto ;
    margin-right: auto ;
}

.carousel {
    height: 350px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 350px;
    background-color: #fff;
}

.carousel-indicators li {
    background: #eaeaea;
    border-color: #eaeaea;
}

.carousel-indicators li.active {
    background: #f57d24;
    border-color: #fff;
}

#testimonials p.quote {
    background: none;
    text-shadow: none;
    color: #000;
    font-size: 21px;
}

#testimonials p.sub {
    text-shadow: none;
    color: #AAAAAA;
}

.content-bubble {
    position: relative;
}

.content-bubble .bubble1, .content-bubble .bubble2 {
    position: absolute;
    color: #fff;
    background: #08AF99;
    border-radius: 75px;
    width: 150px;
    height: 150px;
    padding: 30px 15px;
}

.content-bubble .bubble1 {
    top: 100px;
    left: 0;
}

.content-bubble .bubble2 {
    top: 280px;
    right: 40px;
}

.content-bubble .mark1, .content-bubble .mark2 {
    position: absolute;
    color: #fff;
    background: #f57d24;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}

.content-bubble .mark1 {
    top: 170px;
    left: 170px;
}

.content-bubble .mark2 {
    top: 400px;
    right: 210px;
}

/*===================================================
Content Marketing Software
===================================================*/

.vidwrapper {
    width: 70%;
    height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.vidframewrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 70%;
    background: url('../img/laptop-bg.png') center center no-repeat;
    height: 0;
}
iframe {
    box-sizing: border-box;
    background-size: contain;
    padding: 11.9% 13.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*===================================================
Footer
===================================================*/

.social {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    padding: 10px 20px 20px;
}

.social a {
    color: #f57e23;
    padding: 10px;
    font-size: 30px;
}

.social a:hover {
    color: #f69955;
}

footer {
    background: #f3f3f3;
    margin-top: 40px;
    padding: 20px 0;
}

footer ul {
    padding-left: 15px;
    color: #f57e23;
    margin: 10px 0 20px;
    list-style: square;
}

footer ul li a, footer ul li a:hover {
    color: #848688;
}

.copyright {
    background: #e5e5e5;
    padding: 20px 0;
    color: #848688;
}

.copyright a:first-child {
    margin-left: 30px;
}

.copyright a, .copyright a:hover {
    color: #848688;
    margin: 0 5px;
}

/*===================================================
Signup Page
===================================================*/

.signup-text h2 {
    color: #202626;
}

.signup-text p.sub {
    font-size: 21px;
    font-weight: normal;
    color: #646666;
}

.signup-text .media-body {
    padding-top: 5px;
    color: #7d7f7f;
}

.signup-box {
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    max-width: 340px;
    margin-left: 50px;
}

.signup-box header {
    background: #949494;
    height: 50px;
    color: #fff;
}

.signup-box p {
    margin-bottom: 10px;
}

.hr {
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
}

.hr span {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.hr span:before,
.hr span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f57e23;
    top: 5px;
    width: 600px;
}

.hr span:before {
    right: 100%;
    margin-right: 15px;
}

.hr span:after {
    left: 100%;
    margin-left: 15px;
}

.media > .pull-left {
    margin-right: 20px;
}

label.error {
    font-weight: bold;
    color: red;
}

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

.team {
    margin: 20px 20px 30px 0;
}

.team-social {
    border-radius: 50px;
    background: #f57d24;
    color: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.team-social:hover {
    background: #fbcba7;
    color: #fff;
}
/*===================================================
Feature Tour Page
===================================================*/

.nav-feature li a {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: url(../img/feature-tour/feature-nav.png) 95% 15px no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition-duration: initial;
    padding: 15px;
}

.nav-feature li.active a {
    background: #f57d24 url(../img/feature-tour/feature-nav.png) 95% -25px no-repeat;
    color: #fff;
}

.nav-feature li a:hover, .nav-feature li a:focus {
    background: #ebebeb url(../img/feature-tour/feature-nav.png) 95% -25px no-repeat;
    color: #000;
}

/*===================================================
Press Page
===================================================*/

.press .thumbnail {
    border-radius: 0 !important;
}

.press:first-child {
    margin-top: 0 !important;
}

.press {
    margin-top: 20px;
}

.press .col-md-2 {
    border-right: 1px dotted #ccc;
    min-height: 140px;
}

.press ul {
    padding-left: 0 !important;
    list-style: none;
}

.press ul li {
    font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;
    line-height: 30px;
}

.press ul li i {
    padding-right: 5px;
}

.press .col-md-7 {
    position: relative;
}

.press h3 {
    font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.press h3 > a, .press i {
    color: #f57d24 !important;
}

.press p {
    font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
}

.press span.plus {
    position: absolute;
    right: 15px;
    top: 126px;
}

.press span.plus a {
    background-color: #f57d24;
    padding: 5px 5px 3px 5px;
}

.press span.plus a:hover {
    background-color: #414141;
}

.press span.plus a i {
    color: #fff !important;
}

.press span.border {
    display: block;
    width: 97%;
    border-bottom: 1px dotted #ccc;
}
