
@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
p {
    font-size: 12pt;
    line-height: 22.4px;
    color: #6c7279;
}
h1 {
    font-size: 65px;
    color: #2d3033;
}
h2 {
    font-size: 40px;
    color: #2d3033;
}
h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}
h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
}
.btn {
    background-color: transparent;
    color: #ea4f5f;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ea4f5f;
    padding: 10px 15px;
}
.btn:hover, .btn:focus {
    background-color: #ea4f5f;
    color: #fff;
}
.btn-large {
    padding: 15px 40px;
}
#map-overlay {
    height:400px;
    width: 50%;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
Global Styles
-------------------------------------------------------------------------------*/
a {
    color: #e84545;
}
a:hover, a:focus {
    text-decoration: none;
    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    -webkit-transition: background-color, color, 0.3s;
    transition: background-color, color, 0.3s;
}
body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #6c7279;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.space {
    margin-top: 60px;
}
/* ------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.36);
}
#header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#header .logo {
    float: left;
    font-weight: bolder;
    color: #ffffff;
    margin-top: -20px;
    margin-bottom: -20px;
    width: 200px;
    height: 65px;
}
#header.fixed {
    background-color: #383838;
}
#header.fixed a {
    /* color: #000; */
}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0;
}
#header.fixed .nav-toggle {
    top: 18px;
    color: #000;
}
.navigation.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.navigation {
    float: right;
}
.navigation li {
    display: inline-block;
}
.navigation a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
    color: #ea4f5f;
}
.nav-toggle {
/*    display: none;*/
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.nav-toggle:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #f05da3;
}
.nav-toggle:after {
    background-color: transparent;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: #f05da3;
}
.nav-toggle span {
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.nav-toggle span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
    background-color: #fff;
}
.nav-toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* ==========================================================================
$intro
========================================================================== */
.slider-banner h3{
    color: white;
    font-size: 43pt;
    font-weight: 500;
    text-shadow: 0px 2px 13px #333;
}
.banner{
    position: relative;
}
.banner .smoke{
    position: absolute !important;
    height: 100%;
    z-index: 0;
}
.intro {
    background-color: #3f3f3f;
    padding-bottom: 50px;
    padding-top: 50px;
    /* color: #000; */
}
.intro h3 {
    color: #fff;
    margin-top: 0;
}
.intro p { 
    color: #fff;
    font-weight: 200;
    line-height: 2.5rem;
    text-align: left;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
    text-align: center;	
    padding-bottom: 30px;
}
.section-header h2{

}
.section-header p{

}


/* ------------------------------------------------------------------------------
Serives
-------------------------------------------------------------------------------*/
.service-section {
    padding-top: 80px;
}
.services {
    margin-bottom: 10px;
}
.services-content {
    padding: 30px 20px 20px 89px;
    margin-top: 30px;
    background: #eaeaea;
    border: 1px solid #fff;
    text-align: left;
    z-index: 0;
}
.services .icon {
    color: #ffffff;
    font-size: 38px;
    padding-left: 15px;
    float: left;
    background: #D10429;
    padding: 20px;
    width: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* ---------------------------------------------------------------------------
About
------------------------------------------------------------------------------*/
/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
    padding: 0px;
    position: relative;
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

.content-3-10 .image-container .background-image-holder {
    background: url('../images/slides/Slide1.jpg') no-repeat center center;
    -webkit-background-size:  cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.content-3-10 .content {
    margin-top: 300px;
    padding: 40px;
}

.content-3-10 h3 {
    margin-bottom: 32px;
    font-weight: 500;
}

.content-3-10 p {
    margin-bottom: 20px;
    line-height: 2.5rem;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .content-3-10 .image-container {
        height: 100%;
    }

    .content-3-10 .content {
        margin-top: 0px;
        padding: 80px 15px 80px 80px;
        background: #eaeaea;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/*-------------------------------------------------------------------------------
Video Section
--------------------------------------------------------------------------------*/
.video-section{
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}
.video-section h3{
    font-weight: 500;
}

/* ------------------------------------------------------------------------------
Contact form
-------------------------------------------------------------------------------*/
#contact{
    padding-top: 50px;
    padding-bottom: 0px;
    background: #eee;
}
.conForm {
    text-align: center;
}
.conForm h5 {
    font-size: 30px;
}
.conForm p {
    text-align: center;
    margin: 7%;
}
.conForm input {
    color: #797979;
    padding: 15px 30px;
    border: none;
    margin-right: 3%;
    margin-bottom: 30px;
    outline: none;
    font-style: normal;
    border: #e0e0e0 1px solid;
    font-size: 15px;
}
.conForm input.noMarr {
    margin-right: 0px;
}
.conForm textarea {
    color: #797979;
    padding: 15px 30px;
    margin-bottom: 18px;
    outline: none;
    height: 150px;
    font-style: normal;
    resize: none;
    font-size: 15px;
    border: none;
    border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
    background: #3496d8;
    color: #fff;
    margin-top: 30px;
    padding:15px 30px 15px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 5px;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}
.conForm .submitBnt:hover {
    background: #E5E5E5;
    color: #3496d8;
}
#success_page{
    color: #00bdbd;
    font-weight: 500;
}
.error_message{
    color: #ff675f;
    padding-bottom: 15px;
    font-weight: 500;
}
#success_page h3{
    font-size:17px;
    color:#5ed07b;
    font-weight: 700;
}
/* ------------------------------------------------------------------------------
Savings
-------------------------------------------------------------------------------*/
#savings{
    padding-top: 50px;
    background: #eee;
}
#savings h2{
/*    color: white;*/
}
#savings p{
/*    color: white;*/
}

.check-container button{
    position: relative;
    top: .5rem;
}
.card{
    
/*    border: 1px solid ;*/
/*    border-radius: 5px;*/
    height: 100%;
/*    background: #fff;*/
/*    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
/*    width: 100%;*/
}
.white{
    background: white;
    border: 1px solid #eee;
/*    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)*/
}

input[type="button"],
button {
/*    position: absolute;*/
    background: #eee;
    border: 0;
    height: 30px;
    width: 40px;
/*    color: inherit;/*/
     cursor: default; 
/*    font: inherit;*/
    line-height: normal;
/*    overflow: visible;*/
/*    padding: 0;*/
    outline: 0px;
    border-radius: 2px;
/*    margin: 0px !Important;*/
    -webkit-appearance: button; 
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition-duration: .2s;  
    transition-duration: .2s;
}

.result-container .result{

    padding: 10px 10px;
    height: 40px;
    width: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    margin-top: 2.5rem;
    font-weight: 700;
    color: #ff5a5a;

}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.flex  [class*='col-'] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.result-container h4:not(.result){
    margin-top: 10%;
    margin-left: 2.5%;
    width: 95%;
}
.btn-active{
    background: #ff5a5a;
    color: white;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.card h3{

}
.card h4{
    font-size: 12pt;
}


/* ------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------*/
.footer {
    position: relative;
    text-align: left;
    background: #222 !important;
    padding-bottom: 0px;
    padding-top: 0px;
}
.footer h2{
    color: white;
}
#team-login{
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: url(../images/Logos/LOGO-PRO-GUARD-LENS.png);
    background-position: center;
    background-size: cover;
}