/*
Theme Name: HandMatch
Theme URI: http://www.meteorsoft.rs/handmatch/
Author: Meteor Soft PR
Author URI:  http://www.meteorsoft.rs
Description: A handmade WordPress theme with two header menus.  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, full-width-template, custom-menu, footer-widgets
Text Domain: handmatch


*/

/* =WordPress Core required
-------------------------------------------------------------- */

.wp-caption{
    
}

.wp-caption-text{
    
}

.sticky {
    
}

.screen-reader-text {
    
}

.screen-reader-text:focus {
    
}
.gallery-caption {
    
}

.bypostauthor {
    
}

.alignright{
    
}

.alignleft{
    
}
.aligncenter{
    
}


body {
    font-family: 'Open Sans', sans-serif;
}
h1,h3
{
    color:#555555;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size:40px;
    font-weight:300;
    margin-top:65px;
    margin-bottom:30px;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size:24px;
    font-weight:300;
    color:#666666;
    margin-bottom:20px
}

h3 {
    
    color: #555;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}
.h3-gallery {
    background-color: white;
    color: #643500;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

h4, .h4,
.handmatch-footer-widgets h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom:20px;
    font-family: 'Roboto', sans-serif;
}

.handmatch-footer-widgets h2 {
    color: white;
}

#handmatch-footer-widgets img,
.handmatch-footer-widgets img {
    display: block;
    max-width: 100%;
    height: auto;
}

#handmatch-footer-widgets select ,
.handmatch-footer-widgets select  {
    color: black;
}
#handmatch-footer-widgets select option,
.handmatch-footer-widgets select option {
    color: black;
    white-space: pre-wrap;
    display: block;
    max-width: 100%;
    height: auto;

}

.page-title {
    color:#643500;
    margin:25px 0
}
h5 {
    background-color: white;
    color: #555;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0;
    border-bottom:1px solid #e6e6e6
}
p, main li {
    font-size:16px;
    color:#949494;
    font-family: 'Open Sans', sans-serif;
    line-height:1.55
}
p.home {
    font-size:19px;
    color:#949494;
    font-family: 'Open Sans', sans-serif;
    line-height:1.55
}

.testimcolor {
    color:#be977f
}

.testim2ndcolor {
    color:#643500;
    font-size:14px
}
.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom:0
}
.navbar-handmatch {
    background: #302d2e !important;
    border:0 none !important;
    border-radius:0;
    min-height:97px
}

.navbar-handmatch-fixed {
    background: #302d2e !important;
    position:fixed;
}
.navbar-handmatch-trans {
    background:transparent;
    background-image: -webkit-gradient(
            linear, left top, left bottom, from(rgba(50,50,50,0.7)),
            to(rgba(80,80,80,0)), color-stop(1,#ffffff)
    );
    background-image: -moz-linear-gradient(
            rgba(50, 50, 50, 0.7) 0%, rgba(255, 255, 255, 0) 95%
    );
    border-bottom: none;
    position:fixed;
}
.navbar-brand {
    padding:20px 0
}

.nav ul {
    position: absolute;
    display: none;
    z-index: 10000;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.menu-item-has-children {
    position:relative;
}

#navbar>ul>.menu-item-has-children>.sub-menu {
    top: 45px;
}

.menu-item-has-children>.sub-menu {
    top:0px;
    /*background-color: #302d2e;*/
    left:100%;
    white-space: nowrap;
    padding: 5px;
    margin-top:-6px;
    margin-left:-1px;
    /*-webkit-border-radius:0 6px 6px 6px;*/
    /*-moz-border-radius:0 6px 6px 6px;*/
    /*border-radius:0 6px 6px 6px;*/
    /*border-color: #999999;*/
    /*border-style: outset;*/
    /*border-width: 1px;*/
    text-align: left    ;
    width: auto;
}

.sub-menu li {
    list-style-type: none;
}

.menu-item-has-children:hover>.sub-menu {
    display:block;
}

/*
.menu-item-has-children>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:5px;
}
.menu-item-has-children:hover>a:after {
    border-left-color:#ffffff;
}
*/

.menu-item-has-children.pull-left {
    float:none;
}
.menu-item-has-children.pull-left>.sub-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.navbar-collapse.collapse.in {
    background:#302d2e;
    text-align:left
}
.nav > li.menu-item > a {
    padding: 35px 10px 30px 10px;
    text-decoration: none;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -180px !important;  /* 50% of your logo width */
    display: block;
    padding-top:30px
}
.nav.navbar-nav a {
    color: white;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

hr {
    color: #d9d9d9;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    margin:-5px 0 15px
}

.navbar-toggle span {
    background:#d46a6a 
}

.partners {
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 0 0 55px;
}
.partners-logos {
    margin-top:50px
}
footer {
    background:#302d2e;
    color:white;
    padding:50px 0;
    font-family: 'Roboto', sans-serif;
}
ul.footer-menu {
    padding:0px
}
ul.footer-menu li {
    list-style:none;
    margin-bottom:10px
}
ul.footer-menu li{
    color:white;
    color:#999999;
    font-weight:300;
    font-size:16px
}

footer a,
footer li a, 
ul.footer-menu li a, .font16 {
    color:white;
    color:#999999;
    font-weight:300;
    font-size:16px
}

footer a:hover,
footer li a:hover,
ul.footer-menu li a:hover{
    color:white
}
.font14 {
    font-size:14px
}
.small-contact-font {
    color:#333333;
    font-size:12px;
    font-weight:bold
}
.footer-light {
    color:#bba286;
    font-family: 'Roboto', sans-serif;
    font-weight:400
}
.logo-text {
    font-size:14px;
    color:#bba286;
}
.whitelink, .whitelink:hover, .whitelink:focus {
    color:#eee1da;
    font-size:14px
}

.btn-default, .btn-default:hover, .btn-default:active {
    border: 0 none;
    font-size:16px;
    border-radius: 0px;
    background: #e51b23;
    color:white;
    font-weight: bold;
    padding: 10px 30px;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top a {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {

}
#return-to-top:hover a {
    color: #fff;
    top: 5px;
}
#return-to-top span {
    color: #ffffff;
    font-size: 25px;
    padding: 10px 14px;
}
.mb20 {
    margin-bottom:20px
}
.mb50 {
    margin-bottom:50px
}
.pb50 {
    padding-bottom:50px
}
.pb30 {
    padding-bottom:30px
}

.pt20 {
    padding-top:20px
}
.mb40 {
    margin-bottom:40px
}
.mt20 {
    margin-top:20px
}
.mt65 {
    margin-top:65px
}
.mt70 {
    margin-top:70px
}
.ml20 {
    margin-left:20px
}
.bb-1-silver {
    border-bottom:1px solid #e6e6e6;
    padding-bottom:5px

}

.bck-transp-85 {
    background:rgba(255,255,255,0.85)
}
.f-bold {
    font-weight:bold
}
.about-exceprt{
    min-height: 98px;
}
.copyright-notice {
    font-weight: 200;
    text-align: center;
}

/*responsive fixes*/
@media screen and (max-width: 767px) {
    .navbar-header {
        background: #302d2e ;
        height: 75px;
    }
    .navbar-brand {
        padding-left:15px;
        padding-top:0
    }
    .nav > li > a {
        padding:10px !important
    }
    .navbar {
        margin-bottom: 0;
        min-height: auto;
        position: relative;
    }
    .slider-title {
        padding: 10px !important;
        width: 90% !important;
    }
    .media-left, .media-right {
        display:block
    }
    .media {
        padding-left:30px;
        padding-top:10px
    }

}


.nav.nav-pills.nav-justified a {
    border-radius: 0;
    border-right: 1px solid silver;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin: 13px 0;
    padding: 0 5px !important;
}
.no-border {
    border: 0px none !important
}
.nav > li > a:hover, .nav > li > a:focus {
    background:transparent !important
}
.color-separator {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6e8df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6e8df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6e8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6e8df',GradientType=0 ); /* IE6-9 */
    padding-left:0px;
    padding-right:5px;
    margin-bottom: 35px;
}
table.tech-info {
    width:80%;
    color:#555555;
    font-size:14px
}
table.tech-info td {
    padding-bottom:15px
}

.contact-form-page {
    background:#f3f3f3
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*NEW*/

.thumb-gallery {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.thumb-gallery:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:translatZ(0) scale(2);
    transform:translatZ(0) scale(2);
    z-index:9
}
.circ-number {
    background-color:#e51b23;
    color:white;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    padding:7px 15px;
    border-radius:100%;
}
.circ-end {
    background-color:#7bb037 !important
}
.circ-title {
    font-size:18px;
    color:#666666;
    font-weight:100;
    padding-left:20px
}
.media {
    padding-bottom:50px
}


/*latest*/

.navbar-brand {
    float:none;
}

.text-center {
    text-align:center;
}
.jumbotron-slide {
    padding:0px;
}

.jumbotron-slide >.img-responsive {
    min-width: 100%;
    z-index: -1;
}

.jumbotron {
    margin-bottom:0px
}

.callact-bck {
    font-family: 'Roboto', sans-serif;
    background: #aa3939;
    text-align:center;
    font-size:40px;
    color:white;
    font-weight:100;
    padding:50px 0;
}

.img-100percent {
    width:100%
}

.about-cart {
    padding-left: 0;
    padding-right: 0;
    min-height: 298px;
    
    -webkit-box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
    
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.shadow {
    -webkit-box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 63px -2px rgba(0,0,0,0.2);
}

.main-container a{
    font-size: large !important;
    font-weight: bold !important;
    font-style: italic !important;
}
.wcontact-field {
    border-bottom:1px solid #cccccc;
    border-top:0 none;
    border-left:0 none;
    border-right:0 none;

}


textarea .contact-field,
.contact-field {
    width:100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size:16px;
    background-color: #fafafa;
    border-color: #ededed;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    resize: none;
    outline: none;
}

main .hm-colorbox,
main .hm-colorbox {
    padding: 20px 20px 20px 25px;
    vertical-align: middle;
    font-family: inherit;
    font-size: large;
    margin-bottom: 25px;
}

main .hm-colorbox-text,
main .hm-colorbox-text p{
    vertical-align: middle;
    font-family: inherit;
    font-size: large;
    
}
main .hm-colorbox-text{
    padding: 7px 15px 0px 15px;
    
}

main .hm-colorbox-text p{
    
}
main .hm-colorbox-icon {

    float: left;
    margin-right: 20px;
    height: 100%;

}

main .greybox,
main .greybox p
{
    background-color: #f0f0f0;
    color: #666666;
    
}

main .greenbox,
main .greenbox p {
    background-color: #e51b23;
    color: #ffffff;
}

li.current-menu-item  > a {
    font-weight: 600 !important;
    font-style: oblique;
    
}

.home-slider {
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 400px;
    left:0px;
}



.home-slider-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 60px !important;
    text-align: center;
    text-shadow: 0 0 15px #333;
    width: 100%;
}

.home-slider-title {
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-size: 105px !important;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 25px #333;
    width: 100%;

}

/*/!*woocommerce fixes*!/*/
.woocommerce div.product {
    margin-top: 50px;
}

.woocommerce span.onsalet {
    margin-top: 50px;
}

/*/!*responsive fixes*!/*/

@media screen and (max-width: 1024px) and (min-width: 768px) {

    ul.navbar-nav > li.hidden-xs> a> img {
        max-width: 250px;
    }
    .home-slider-text {
       
    }
}


@media screen and (max-width: 1024px) {
    .home-slider {
        top: 230px;
    }
}

@media screen and (max-width: 769px) {
    .home-slider {
        top: 180px;
    }
    .home-slider-title {
        font-size: 40px !important;
    }
    .home-slider-text {
        font-size: 30px !important;
    }
}


@media screen and (max-width: 736px) {
    .home-slider {
        width: 100%;
        top: 110px;
    }
    .home-slider-header {
        font-size: 40px !important;
    }
    .home-slider-text{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 667px) {
    .home-slider {
        top: 70px;
    }
    .home-slider-title {
        font-size: 40px !important;
    }
    .home-slider-text {
        font-size: 25px !important;
    }
    a.navbar-brand > img {
        max-width: 250px;
    }
}

@media screen and (max-width: 600px) {

    .home-slider {
        top: 70px;
    }
    .home-slider-title {
        font-size: 40px !important;
    }
    .home-slider-text {
        font-size: 25px !important;
    }
    a.navbar-brand > img {
        max-width: 250px;
    }
}
@media screen and (max-width: 568px) {
    .home-slider {
        top: 60px;
    }
    .home-slider-title {
        font-size: 40px !important;
    }
    .home-slider-text {
        font-size: 22px !important;
    }
    a.navbar-brand > img {
        max-width: 250px;
    }
}

@media screen and (max-width: 414px) {
    .home-slider {
        top: 40px;
    }
    .home-slider-title {
        font-size: 30px !important;
        top: 40px;
    }
    .home-slider-text {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 384px) {
    .home-slider {
        top: 35px;
    }
    .home-slider-title {
        font-size: 30px !important;
    }
    .home-slider-text {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 320px) {
    .home-slider {
        top: 40px;
    }
    .home-slider-title {
        font-size: 20px !important;
    }
    .home-slider-text {

    }
}

@media screen and (max-width: 240px) {
    .home-slider {
        top: 35px;
    }
    .home-slider-title {
        font-size: 16px !important;
    }
    .home-slider-text {
        font-size: 12px !important;
    }
    a.navbar-brand > img {
        max-width: 140px;
        margin: 8px 0 0 8px;
    }
}


