/* ------------------------------------------------------------
                 || Google Fonts ||
------------------------------------------------------------ */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800';

/* ------------------------------------------------------------
                 || Modifing Bootstrap CSS ||
------------------------------------------------------------ */
.form-control { padding-top: 0px; padding-bottom: 0px; }
a, a:hover, a:focus { text-decoration: none; color: inherit; }
img { vertical-align: top; }
p, ul, address, h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; list-style: none; }

/* input "file" styling ------------------*/
.file-input-wrapper .btn {
    display: inline-block;
    float: right;
    height: 32px;
    border-radius: 0 4px 4px 0;
    margin-right: -12px;
    border: none;
}

.file-input-wrapper .fileName {
    line-height: 32px;
}

.form-control {
    box-shadow: none;
    height: 60px;
    border: 1px solid #b2b2b2;
}

.form-group > label {
    display: block;
    font: 400 15px 'Roboto', Arial;
}

.form-group textarea {
    width: 100%;
    border-radius: 0px;
    height: 200px;
    border: 1px solid #b2b2b2;
    padding: 12px;
}

.form-group .errorMsg {
    display: block;
    color: #900;
    font: 10px 'Open Sans', Arial;
}

.form-control:focus,
.has-error .form-control:focus,
a.btn-default:focus,
a.btn-default:hover {
    box-shadow: none;
    background: inherit;
    border-color: #66afe9 !important;
}

/* ------------------------------------------------------------
                      || Snippets ||
------------------------------------------------------------ */

.trans, #sol-site-header nav li a, .sticky-wrapper, .sticky-wrapper *, .view-btn {
    transition: all 0.25s linear;
}

h2.big-title {
    color: #000;
    margin: 75px 0 30px;;
    text-transform: uppercase;
    text-align: center;
    font: 600 30px 'Open Sans';
    padding-bottom: 40px;
    background: url(assets/images/divider.png) center bottom no-repeat;
}

h2.white {
    color: #fff;
    background: url(assets/images/divider-white.png) center bottom no-repeat;
}

h2.big-title + p {
    text-align: center;
    color: #999999;
    max-width: 860px;
    margin: 0 auto 60px;
}

.view-btn {
    display: inline-block;
    padding: 0 15px;
    font: 13px/30px 'Open Sans', sans-serif;
    background: #d0d0d0;
    margin: 10px 0px;
    color: #001c2e;
    border-radius: 4px;
}

.view-btn:hover {
    color: #fff;
    background: #3374C2;
}

.blue-btn {
    background: #3374c2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    padding: 0 30px;
    border: none;
    border-radius: 5px;
}

.full-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.paging {
    margin: 30px 0px;
    text-align: center;
    color: #fff;
}

.paging li {
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
    background: #8a1538;
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.paging li.next-page,
.paging li.prev-page {
    width: auto;
    padding: 0 10px;
}

/* ------------------------------------------------------------
                      || Header & Nav Section ||
------------------------------------------------------------ */

.sticky-wrapper {    
}

#sol-site-header {    
    padding: 20px 0px 20px;
    z-index: 9 !important;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 999;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase;
}

#sol-site-header nav {
    float: right;
    padding-top: 15px;
}

#sol-site-header nav img {
    margin-bottom: 25px;
    margin-left: 10px;
}

#sol-site-header nav li {
    float: left;
    margin: 0 15px;    
    position: relative;
    font-weight: bold;
}

#sol-site-header nav li:first-child {
    margin-left: 0px;    
}

#sol-site-header nav li:last-child {
    margin-right: 0px;    
}

#sol-site-header nav li a {
    color: #333;
    padding: 15px 10px;
}

#sol-site-header nav li:hover a,
#sol-site-header nav li.crnt a{
    color: #3374C2;
}

.sticky-wrapper {    
    /*height: 108px !important;*/ 
}

.sticky-wrapper.is-sticky {
    
}

.is-sticky #sol-site-header {
    background: #fff;    
    padding: 10px 0px;
}

#sol-site-header a.brand-logo img {
    width: auto;
}

.is-sticky #sol-site-header nav img {
    margin-bottom: 10px !important;
}

.is-sticky #sol-site-header a.brand-logo img {
    width: 225px;
}

.is-sticky #sol-site-header nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    float: right;
    margin-top: 4px;
    background: #24c6dc;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 24px;    
}

/* Sub-Menu ------------------------------------------------ */
#sol-site-header li ol {    
    position: absolute;
    left: 0px;
    width: 150px;
    top: 41px;
    padding: 0 10px;    
    display: none;
    background: #2274C2;
}

#sol-site-header li ol li {
    display: block;    
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);    
    font-size: 12px;    
    margin: 0px;
}

#sol-site-header li ol li a {
    padding: 8px 0px;
    display: block;
    color: #a8e7f0;
    font-weight: 600;
}

/*#sol-site-header li:hover ol li a {
    color: #a8e7f0;
}

#sol-site-header li:hover ol li:hover a {
    color: #fff;
}*/

#sol-site-header li:hover ol li a {
    color: #fff;
}

#sol-site-header li:hover ol li:hover a {
    color: #000000;
}

/* ------------------------------------------------------------
                      || Footer Section ||
------------------------------------------------------------ */
#sol-footer {
    font-size: 13px;
    padding: 45px 0px;
}

#sol-footer .footer-social {
    text-align: right;
    font-size: 18px;
    color: #333;
}

#sol-footer .footer-social li {
    margin: 0 0 0 15px;
}

#sol-footer li {
    color: #1e1e1e;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#sol-footer p {
    color: #6f6f6f;
    font-weight: 600;
}
/* ------------------------------------------------------------
                      || Main Layout ||
------------------------------------------------------------ */

body {
    color: #333;
    font: 14px 'Open Sans', sans-serif;
}

/* ------------------------------------------------------------
                      || Products Slider ||
------------------------------------------------------------ */
#sol-products {
    margin-bottom: 30px;
}

.products-list {    
}

.products-list li {
    color: #888;
    margin-bottom: 30px;
}

.products-list li:nth-child(2n+1) {
    text-align: right;
}

.products-list li .row > div:first-child  {
    float: left;
}

.products-list li:nth-child(2n+1) .row > div:first-child {
    float: right;
}

.products-list li h3 {
    color: #333;
    margin: 5px 0;
    font: 600 16px 'Open Sans', sans-serif;
}

.products-list li img {
    border-radius: 5px;
    width: 100%;
}

/* ------------------------------------------------------------
                      || Contact Section ||
------------------------------------------------------------ */

#sol-contact {
    padding: 0px 0px 90px;
    color: #fff;
    text-align: center;
}

#sol-contact p {
    color: #fff;
}

#sol-contact .contact-info {    
    text-align: left;
}

#sol-contact .contact-info li {   
    margin-bottom: 30px;    
}

#sol-contact .contact-info h4 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

#sol-contact .contact-info h4 i {
    font-size: 18px;
    margin-right: 7px;
    width: 18px;
    text-align: right;
}

#sol-contact .contact-info p {
    font-weight: 600;
    line-height: 24px;
    padding-left: 28px;    
}

#sol-contact .contact-form .form-control {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    height: 52px;
}

#sol-contact .contact-form textarea.form-control {
    height: 260px;
}

#sol-contact .contact-form .input-group-addon {
    color: #fff;
    font-size: 18px;
    background: none;
    padding: 6px 17px;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } 
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}