@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin,latin-ext);

/* ==========================================================================
   General
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
form,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body.aspol {
    margin: 0;
    color: #555;
    padding: 0;
    font-weight: normal;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    font: 14px/22px 'Open Sans', Helvetica, Arial, sans-serif;
}

.margin-top1 { margin-top: 10px; }
.margin-top2 { margin-top: 20px; }
.margin-top3 { margin-top: 30px; }
.margin-top4 { margin-top: 40px; }
.margin-top5 { margin-top: 50px; }
.margin-top6 { margin-top: 60px; }
.margin-top7 { margin-top: 70px; }
.margin-bot1 { margin-bottom: 10px; }
.margin-bot2 { margin-bottom: 20px; }
.margin-bot3 { margin-bottom: 30px; }
.margin-bot4 { margin-bottom: 40px; }
.margin-bot5 { margin-bottom: 50px; }
.margin-bot6 { margin-bottom: 60px; }
.margin-bot7 { margin-bottom: 70px; }

.padding-top1 { padding-top: 10px; }
.padding-top2 { padding-top: 20px; }
.padding-top3 { padding-top: 30px; }
.padding-top4 { padding-top: 40px; }
.padding-top5 { padding-top: 50px; }
.padding-top6 { padding-top: 60px; }
.padding-top7 { padding-top: 70px; }
.padding-bot1 { padding-bottom: 10px; }
.padding-bot2 { padding-bottom: 20px; }
.padding-bot3 { padding-bottom: 30px; }
.padding-bot4 { padding-bottom: 40px; }
.padding-bot5 { padding-bottom: 50px; }
.padding-bot6 { padding-bottom: 60px; }
.padding-bot7 { padding-bottom: 70px; }


.aspol a {
    color: #f47caf;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none!important;
}
a,
a > * {
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    color: #333333;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/* h1 - h6 */

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6  {
    font-family: "Oswald";
}

h2.title-article {
    color: #62c3d0;
    font: 26px "Oswald";
    margin: 0 15px;
    text-transform: uppercase;
    border-bottom: 3px double #ddd;
    text-align: center;
}

p { margin: 0 0 10px;}

b, strong { font-weight: 700;}

.font-size-16 { font-size: 16px;}
.font-size-24 { font-size: 24px;}
.font-size-36 { font-size: 36px;}
.font-size-60 { font-size: 60px;}
.font-weight-600 { font-weight: 600;}
.font-weight-800 { font-weight: 800;}

/* Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #3399ff;
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #3399ff;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #3399ff;
}

/* Colors  and Buttons */

.blue-color { color: #ce0c21; }
.rose-color { color: #333333; }

input.btn-rose, .btn-rose{
    background: #ef5597 url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% !important;
    color: #fff;
    outline: none!important;
}

input.btn-rose:hover, input.btn-rose:focus,
.btn-rose:hover, .btn-rose:focus, .btn-rose:active {
    color: #fff!important;
}

.aspol .btn-rose-new {
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    transition: none 0s ease 0s;
    border: 1px solid #f579ae;
    border-radius: 4px;
    color: #f579ae;
    padding: 20px 23px;
}

.aspol .btn-rose-new-white {
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    transition: none 0s ease 0s;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 20px 23px;
}

/* ==========================================================================
Structure
========================================================================== */

.main-about-us {
    position: relative;
}

.gdlr-quote-item {
    font-family: "Oswald";
}

.gdlr-quote-item {
    text-align: center;
}

.gdlr-item {
    margin: 0 15px 20px;
    min-height: 1px;
}

.gdlr-quote-item .gdlr-quote-item-content {
    font-size: 39px;
    line-height: 1.35;
    margin-bottom: 40px;
}

.nav-wrapper.affix {
    top:0;
}

.nav-wrapper.affix .navbar-brand {
    top:6px;
}

.nav-wrapper.affix .navbar-nav > li > a {
    padding: 1em 1.7em;
}

.nav-wrapper.affix .navbar-brand h1 {
    font-size: 28px;
    margin-top: 10px;
}

#home-section {
    position: relative;
}

.aspol.home #home-section {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

.aspol.home #top-header {
    background-color: #62c3d0;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

#top-header {
    background-color: #62c3d0;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.static-top-menu ul.static-menu {
    float: right;
    margin: 0;
    padding: 0;
}

.static-top-menu ul.static-menu li {
    float: left;
    margin: 0;
    padding: 0;
}

.static-top-menu ul.static-menu li:last-child {
    display: none;
}

.static-top-menu ul.static-menu li a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    font-family: Helvetica,Arial,sans-serif; 
    outline: none!important;
}

@media screen and (max-width: 478px) {
    .static-top-menu ul.static-menu li a {
        padding: 6px 10px;
    }
}

.static-top-menu ul.static-menu li a:hover, 
.static-top-menu ul.static-menu li a:focus {
    color: #f78d1e;
    background: #fff;
    border-bottom: none!important;
}

.static-top-menu ul.static-menu li.active a, 
.static-top-menu ul.static-menu li.active a:hover, 
.static-top-menu ul.static-menu li.active a:focus {
    color: #f78d1e;
    background: #fff;
    border-bottom: none!important;
}

/* Info */
#info span { margin: 0 10px 0 0; }
#info span:last-child { margin: 0; }
#info a { color: #fff; }
#info a:hover { color: #fff; }

/* Social Icons*/

#header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-social-icons ul li {
    float: left;
    display: inline-block;
}

.aspol.home #header-social-icons ul li a {
    color: #fff;
}

#header-social-icons ul li a {
    width: 34px;
    display: block;
    color: #fff;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}

#header-social-icons ul li a:hover { color: #ffffff; }

a.facebook:hover { background: #4863ae; }
a.google-plus:hover { background: #dd4b39; }

@media only screen and (max-width: 767px) {
    #info {
        text-align: center;
    }
    #info span {
        margin: 0 10px 0 0;
    }
    #info span:last-child {
        display: block;
    }
    #header-social-icons {
        display: none;
    }
    .nav-wrapper .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li:hover, .navbar-nav > li.active, .navbar-nav > li.active a {
        background-color: #ffffff;
        color: #888888;
    }
    .nav-wrapper .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }
    .nav-wrapper .navbar-nav > li.active:before, .nav-wrapper .navbar-nav > li:before, .nav-wrapper .navbar-nav > li.active:after, .nav-wrapper .navbar-nav > li:after, .nav-wrapper:after {
        display: none;
    }
}

.nav-wrapper .navbar-toggle {
    border: 1px solid #444444;
    border-radius: 4px;
    color: #444444;
    margin: 0;
    padding: 8px 10px;
    margin-top: 5px;
}

.nav-wrapper .navbar-brand {
    margin: 10px 0;
    padding: 0 15px;
}

/* Wrapper */

.nav-wrapper {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.nav-wrapper .navbar-brand img {
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.nav-wrapper.affix .navbar-brand img {
    width: 70px;
}

@media screen and (max-width: 768px) {
    .aspol .slideshow-content {
        display: none!important;
    } 
    #home-section {
        position: relative;
    }
    .nav-wrapper.affix {
        position: relative;
    }
    .nav-wrapper .navbar-brand img {
        width: 60px;
    }
    .nav-wrapper .navbar-brand {
        margin-top: 5px;
    }
}


.nav-wrapper .navbar-collapse {
    margin-top:0;
}

.nav-wrapper .navbar {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
    background: rgba(255, 255, 255, 0.85);
}

.nav-wrapper .navbar-brand {
    height: auto;
}

.nav-wrapper .navbar-brand h1 {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    outline: none!important;
}

.nav-wrapper .navbar-brand:hover {
    color: #639edb;
}

.nav-wrapper .navbar-brand h1 span {
    color: #639edb;
}

.nav-wrapper .navbar-left {
    margin-top: 2px;
}

.nav-wrapper .navbar-nav > li > a {
    color: #333333;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    padding: 2.2em 1.7em;
    font-family: 'Oswald', 'Open Sans', Helvetica, Arial, sans-serif;
    outline: none!important;
}


.nav-wrapper .navbar-nav > li:first-child > a {
    display: none;
}

/* logo-menu-link */
.nav-wrapper .navbar-nav > li.item-105 > a {
    padding: 0.2em 1.7em;
}

.nav-wrapper .navbar-nav > li.active > a {
    color: #62c3d0;
}

.nav-wrapper .navbar-nav > li.active > a:hover, .nav-wrapper .navbar-nav > li.active > a:focus  {
    color: #62c3d0;
}

.nav-wrapper .navbar-nav > li.open > a {
    color: #333333;
}

.nav-wrapper .nav > li > a:hover, .nav > li > a:focus {
    background: transparent!important;
    color: #62c3d0;
}

/* Dropdown-toogle */
.nav-wrapper .navbar-nav .dropdown-menu  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #e0eded -moz-use-text-color;
    border-image: none;
    border-left: 0 none;
    border-radius: 2px;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0 3px;
    min-width: 220px;
    padding: 0;
}

.nav-wrapper .navbar-nav > li.open > a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -3px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1100;
}

.nav-wrapper .navbar-nav > li.open > a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #e0eded;
    border-image: none;
    border-style: solid;
    border-width: 11px;
    bottom: -3px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
    z-index: 1100;
}

@media screen and (min-width: 768px) {
    .nav-wrapper .navbar-nav .dropdown-toggle .caret {
        margin-left: 6px;
        display: none;
    }  
}

.aspol .caret {
    height: 0;
    position: absolute;
    top: 20px;
}

@media screen and (max-width: 768px) {
    .nav-wrapper .navbar-nav > li > a {
        padding: 10px 20px !important;
        border-bottom: 1px solid #f2f2f2;
        background: #62c3d0;
        color: #fff;
    }
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/

#footer {
    background-color: #202020;
    color: #858686;
    font-size: 13px;
    padding: 17px 0;
    text-align: center;
}

#footer a, #footer a:hover, #footer a:focus, #footer a:active {
    color: #62c3d0;  
}

#footer p {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

#footer-section {
    border-top: 3px solid #f78d1e;
    background: #464646;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

#footer-section h3 {
    color: #f78d1e;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

#footer-section p {
    color: #9297a1;
    display: block;
    font-size: 13px;
    line-height: normal;
}

#footer-section #footer-social-icons ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}

#footer-section #footer-social-icons ul li:first-child {
    margin-left: 0;
}

#footer-section #footer-social-icons ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 0;
}

#footer-section #footer-social-icons ul li a {
    border-radius: 4px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 20px;
}

#footer-section a {
    color: #ffffff;
}

#footer-section #footer-social-icons ul li a i {
    line-height: 30px;
}

/*-------------------------------------------------------------------*/
/* Boxes */
/*-------------------------------------------------------------------*/

.animation-delay-12 {
    animation-delay: 1.2s !important;
}

.grid-item {
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.grid-item a, .grid-item a:hover, .grid-item a:focus {
    text-decoration: none;
}

.grid-image {
    position: relative;
}

.grid-content:before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 100%;
    font-size: 60px;
}

.grid-content {
    background-color: #ffffff;
    color: #666666;
    padding: 15px;
    position: relative;
    text-align: center;
    transition: all 0.4s linear 0s;
    min-height: 120px;
}

.icon-ar.icon-ar-lg {
    font-size: 32px;
    height: 60px;
    line-height: 1.8;
    width: 60px;
}

.icon-ar.icon-ar-round {
    border-radius: 5px;
}

.image-overlay {
    bottom: -30px;
    left: 0;
    margin: auto!important;
    position: absolute;
    right: 0;
    z-index: 500;
}

.grid-content h4 {
    color: #444;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
}

/*-------------------------------------------------------------------*/
/* Articles & content */
/*-------------------------------------------------------------------*/

#mainContent {
    background: #f9f7f1;
    padding: 40px 0 80px 0;
}

#mainContent ul li {
    color: #666;
    list-style-type: circle;
    margin-left: 14px;
}

.left-box-menu h3 {
    border-bottom: 1px solid #eeeeee;
    color: #130eb3;
    font-size: 1.8em;
    letter-spacing: normal;
    margin: 30px 0 20px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

/*-------------------------------------------------------------------*/
/* Section contact */
/*-------------------------------------------------------------------*/

.form-horizontal .control-label {
    text-align: left!important;
}

.contact input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.contact textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.contact-form label { 
    color: #777; 
    font-weight: 600; 
    font-size: 13px;  
}

.form-horizontal .control-label {
    text-align: left!important;
}

#message {
    margin-bottom: 0!important;
    margin-top: 20px;  
}

dt.message {
    display: none;
}

#message ul li {
    list-style-type: none;
    text-align: center;
}

#system-message {
    margin-bottom:0;
}

#system-message ul {
    margin-bottom:0;
}

.contact {
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact input.invalid, .contact textarea.invalid {
    border: 1px solid red;
}

.contact label.invalid {
    color: red;
}

.btn-success {  
    border-radius: 3px;
    margin-top: 20px;
}

.main-news h3.title1 {
    border-bottom: 1px solid #e4e8ea;
    display: block;
    font-family: "Lato",sans-serif;
    padding: 0 0 12px;
    position: relative;
    text-transform: uppercase;
}

h3.title1 {
    font-size: 17px;
}

h3.title1::before {
    background: #62c3d0;
}

h3.title1::before {
    bottom: -1px;
    content: "";
    height: 4px;
    position: absolute;
    width: 74px;
}

/* Slider */

.jmslideshow .slideshow-content {
    background: none;
    left: 40%;
    top: 25%;
    width: 550px;
}

.slideshow-content h3 {
    color: #232323;
    font: 600 65px 'Oswald', sans-serif;
    text-shadow: none;
    margin: 0;
    line-height: normal;
}

.aspol .jmslideshow .slideshow-content {
    background: transparent;
    border-radius: 5px;
    bottom: 0px;
    font-family: tahoma,arial;
    left: 0px;
    top: 0!important;
    bottom:0;
    opacity: 1;
    padding: 0;
    position: absolute;
    width: 542px;
    z-index: 600;
    height: 20%;
    margin: auto;
}

.aspol .jmslideshow .slideshow-content p {
    color: #62c3d0;
    font: 300 40px 'Oswald', sans-serif;
    text-shadow: none;
}

.aspol .jmslideshow .slideshow-content .btn {
    background: #464646 none repeat scroll 0% 0%;
    border-radius: 30px;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 50px;
    outline: medium none;
    overflow: hidden;
    padding: 0px 30px 0px 0px;
    text-transform: uppercase;
}

.aspol .jmslideshow .slideshow-content .btn::before, .aspol .jmslideshow .slideshow-content .btn > i {
    transition: all 0.4s ease 0s;
}

.aspol .jmslideshow .slideshow-content .btn::before {
    background: #62c3d0 none repeat scroll 0px 0px;
    border-radius: 0px 30px 30px 0px;
    bottom: 0px;
    content: "";
    display: block;
    left: 34px;
    position: absolute;
    right: 100%;
    top: 0px;
}

.aspol .jmslideshow .slideshow-content .btn > i {
    background: #62c3d0 none repeat scroll 0px 0px;
    border-radius: 30px;
    display: inline-block;
    font-size: 25px;
    height: 68px;
    line-height: 68px;
    margin-right: 28px;
    vertical-align: middle;
    width: 68px;
}

.aspol .jmslideshow .slideshow-content .btn, .aspol .jmslideshow .slideshow-content .btn > i, .aspol .jmslideshow .slideshow-content .btn > span {
    position: relative;
}

.aspol .jmslideshow .slideshow-content .btn::before, .aspol .jmslideshow .slideshow-content .btn > i {
    transition: all 0.4s ease 0s;
}

.aspol .jmslideshow .slideshow-content .btn:hover::before {
    right: 0px;
}

.aspol .jmslideshow .slideshow-content .btn:hover {
    background: #62c3d0 none repeat scroll 0px 0px;
}

.aspol .jmslideshow .slideshow-content .btn:hover > i {
    border-radius: 30px 0px 0px 30px;
}

.category-desc {
    margin: 40px 0;
}

.category-desc p {
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .nav-wrapper .navbar-brand h1 { 
        font-size: 24px; 
        margin-top: 8px; 
    }
}

.top-header-content {
    padding: 0 0 30px;
}

#footer-section {
    background-color: #272727;
    border-top: 3px solid #62c3d0;
    margin: 0;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.main-news {
    padding: 40px 0 60px 0;
    background: #f9f7f1;
}

.info-tell span {
    display: inline-block;
    margin-right: 15px;
    margin-top: 6px;
    font-size: 13px;
}

.module-news,
.left-main-box .moduletable,
.center-main-box .moduletable,
.right-main-box .moduletable {
    background: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #eceeeb;
    transition: all 300ms linear 0s;
}

.main-news .moduletable .img-overlay {
    overflow: hidden;
}

.main-news .moduletable:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.main-news .moduletable img {
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    position: relative;
}

.module-news .img-overlay,
.main-news .moduletable .img-overlay {
    position: relative;
    margin-bottom: 10px;
}

.main-news .moduletable .img-overlay span  {
    position: absolute;
    display: block;
    width: 70px;
    height: 19px;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    background-image: url('../images/beard-white.png');
    z-index: 99;
    opacity: 0;
}

.main-news .moduletable:hover .img-overlay span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
    backface-visibility: visible ! important;
    opacity: 1;
}

.module-news p,
.main-news .moduletable p {
    text-align: justify;
    color: #666666;
}

.main-news .moduletable:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}

.list-news h3 a {
    color: #fff;
}

.list-news h3 span {
    display: block;
    color: #eee;
    font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
}

.list-news h3,
.main-news h3 {
    display: block;
    font-family: "Oswald";
    font-size: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #62c3d0;
    margin: 0;
    padding: 10px;
    min-height: 75px;
    vertical-align: middle;
    line-height: normal;
    border-bottom: 1px solid #fff;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus {
    background: #62c3d0;
    color: #fff!important;
}

.main-about-us h3 {
    display: block;
    font-family: "Oswald";
    font-size: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    line-height: normal;
}

.main-about-us p {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    padding: 6px;
}

/*.main-about-us {
    background-image: url("../images/bg-about.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.pattern-overlay {
    background-color: rgba(0, 191, 243, 0.7);
    background-image: url("../images/bg_off.png");
}

.footer-top {
    padding: 40px 0 0 0;
}

.bottom-social-media {
    display: block;
    text-align: center;
}

.bottom-social-media a.fb {
    background: rgba(70, 85, 139, 0.5);
}

.bottom-social-media a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    margin-right: 2px;
    outline: medium none !important;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 60px;
}

.bottom-social-media a.fb span {
    background: #46558b;
}

.bottom-social-media a.google-plus {
    background: rgba(186, 73, 48, 0.5);
}

.bottom-social-media a span {
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 46px;
    left: 0;
    line-height: 45px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 46px;
}

.bottom-social-media a.google-plus span {
    background: #ba4930;
}

.bottom-social-media a:hover span {
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.scroll-top-wrapper {
    background-color: #232323;
    border-radius: 0;
    bottom: 30px;
    color: #eeeeee;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 50px;
    z-index: 99999999;
}
.scroll-top-wrapper:hover {
    background-color: #1a345c;
}

.scroll-top-wrapper.show {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/* Princing table */


.princing-box {
    background: #fff;
    border: 1px solid #eceeeb;
    padding: 10px;
    position: relative;
    transition: all 300ms linear 0s;
}

.princing-box header {
    background: #62c3d0;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.princing-box h3 {
    font: 14px "Open Sans",Helvetica,Arial,sans-serif;
    background: #02a0cb;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top:0;
}

.princing-box header div {
    display: block;
}

.princing-box header div span {
    font: 36px "Oswald";
    font-weight: 600;
    text-shadow: 0 0 30px #fff;
}

.princing-box header div span.currency {
    font: 20px "Oswald";
}

.cost-line {
    display: block;
    height: 1px;
    width: 90%;
    background: #e1e1e1;
    margin: 6px auto;
}

.cost-ann-exp-two {
    color: #eee;
    display: block;
    list-style-type: none
}

.princing-box ul {
    background: #ffffff none repeat scroll 0% 0%;
    margin: 0px;
    padding: 4px;
    margin-top: 5px;
}

.princing-box ul li {
    border-bottom: 1px solid #dddddd;
    display: block;
    list-style-type: none ! important;
    margin: 0px ! important;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 25px;
}

.princing-box ul li i {
    color: #62c3d0;
    margin-right: 5px;
}

.princing-box header::before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.princing-box header::before {
    border-top-color: #62c3d0;
    border-width: 5px;
    margin-left: -5px;
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}

.service-list li {
    counter-increment: myIndex;
    margin-bottom: 20px;
    padding: 10px 0 10px 80px;
    position: relative;
    color: #62c3d0;
}

.service-list li::before {
    border: 1px solid #62c3d0;
    border-radius: 500px;
    color: #62c3d0;
    content: counter(myIndex, decimal);
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    font-size: 2em;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 10px;
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0px;
}

.service-list li {
    color: #62c3d0;
    counter-increment: myIndex;
    margin-bottom: 20px;
    padding: 5px 0px 15px 70px;
    position: relative;
    font: 18px "Oswald";
    border-bottom: 1px solid #ddd;
}

.service-list li::before {
    border-radius: 500px;
    border: 1px solid #62c3d0;
    color: #62c3d0;
    content: counter(myIndex, decimal);
    font-family: 'Open Sans', Helvetica, Arial,sans-serif!important;
    font-size: 20px;
    left: 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    text-align: center;
    line-height: 30px;
}

.service-list li span {
    color: #777;
    display: block;
    font: 15px 'Open Sans',Helvetica,Arial,sans-serif !important;
}

h5.list-bottom-info {
    color: #02a0cb;
    text-align: center;
    font: 18px "Oswald";
    margin-top: 50px;
}

span.small-content {
    display: block;
    font-size: 13px;
}

h3.blue-conent {
    border-bottom: 1px solid #dddddd;
    color: #62c3d0;
    font: 26px "Oswald";
    margin: 30px 15px;
    text-align: center;
    text-transform: uppercase;
}

#sec-contact {
    margin: 40px 0;
}

.contact-item {
    border: 1px solid #efefef;
    box-shadow: 0 0 12px #f1f1f1;
    min-height: 200px;
    padding: 15px;
}

.contact-item i {
    color: #62c3d0;
    font-size: 30px;
}

.contact-item h4 {
    color: #62c3d0;
    font: 22px "Oswald",sans-serif;
}

.contact-item p {
    font: 400 15px "Open Sans",sans-serif;
}

.contact-item p span {
    display: block;
    font-weight: 600;
    margin-top: 6px;
}

.contact-item  a:hover {
    text-decoration: none;
}

.section-form {
    background: #f9f9f9;
    padding: 20px 0;
}

ul.park-machines li {
    list-style-type: none;
    position: relative;
    font: 300 16px 'Open Sans', sans-serif;
    padding: 5px 0 5px 22px;
    position: relative;
}

ul.park-machines li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: FontAwesome;
    content: '\f00c';
    color: #62c3d0;
    font-size: 14px;
}


.ourmachines-list h3 {
    font: 300 16px 'Open Sans', sans-serif;
    color: #62c3d0;
    text-transform: uppercase;
}

.section-form {
    background-image: url(../images/bg-aspol.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.aspol .sscf-form .sscf-input {
    background: rgba(255,255,255, 0.5);
}

.aspol .sscf-form .sscf-input:focus {
    background: rgba(255,255,255, 0.8);
}

.aspol .carousel-control.right,
.aspol .carousel-control.left {
    background-image: none;
    color: #62c3d0;
}

.aspol .carousel-caption {
    color: #62c3d0;
    text-shadow: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: auto;
}

.aspol .carousel-caption {
    padding: 10px 0;
    background: #62c3d0;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .main-about-us img {
        display: none;
    }
}