@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,600,700);
body {
    background: #FFF;
    color: #737a7f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 35px;
}

p { 
    color: #737a7f;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.row {
    max-width: 1170px;
    margin: auto;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    font-family: 'Roboto', sans-serif;
}
a:focus,
a:hover {
    text-decoration: none;
}
section .btn {
    background: #A0CE4E;
    color: #FFF;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section .btn:hover {
    background: #84AE39;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 30px;
}
.form-control:focus {
    border-color: #333333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
input:-moz-placeholder {
    color: #999999 !important;
}

#toTop {
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #ffffff;
    background: #A0CE4E;
    position: fixed;
    right: 10px;
    bottom: 20px;
    text-align: center;
}
#toTop a:focus,
a:hover {
    color: #ffffff;
}

.shr-section-title {
    color: #000000;
    border-bottom: 1px solid #A0CE4E;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.shr-section-title span{
    color: #A0CE4E;
}
.shr-section-title .shr-round{
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.shr-sub-title{
    text-align: center;
    margin-bottom: 60px;
}
.shr-color{
    color: #A0CE4E;
}
.bl-color{
    color: #000000;
   
}
/************header start************/

.shr-header {
    width: 100%;
}
.navbar {
    background: transparent;
    margin-bottom: 0px;
    min-height: 70px;
    border: none;
}
.navbar-brand > img{
	display: inline-block;
}
.shr-logo{
    width: 140px;
    height: auto;
    margin-top: 35px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-brand {
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
} 
.navbar-default .navbar-nav>.active>a {
    background: transparent;
    color: #ffffff;
    border-bottom: 2px solid #A0CE4E;
}
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    color: #C5C5C5;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:40px;
    margin-bottom: 15px;
    margin-right: 1px;
    margin-left: 1px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ffffff;
}
/*underline*/
.cmn-t-underline {
  position: relative;
  color: #ff3296;
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #A0CE4E;
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline:hover {
  color: #98004a;
}
.cmn-t-underline:hover:after {
  width: 100%;
}
/*end underline*/

/*header style start*/
.top-nav-collapse{
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    position: fixed;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}
.top-nav-collapse:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/bgs/pattern.png);
    background-repeat: no-repeat;
}
.top-nav-collapse .nav>li>a{
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.top-nav-collapse .shr-logo{
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
/*header style end*/

/************header end************/



/************hero start************/
.shr-hero-area{
    width: 100%;
    padding-top: 160px;
    position: relative;
}
.shr-hero-area:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    left:0;
    top:0;
    background-image:url(images/bgs/pattern.png);
    background-repeat:repeat;
}
.shr-bg-opacity{
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
#hero{
  background: url(images/bgs/01.jpg) center center fixed;
  background-size:cover;
  background-position: center;
}
.shr-hero-area h1{
    font-size: 38px;
    color: #ffffff;
    font-weight: 800;
    padding-top: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}
.shr-hero-area p{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.shr-hero-area .btn{
    font-size: 17px;
    font-style: normal;
    background: #A0CE4E;
    border: 1px solid #A0CE4E;
    letter-spacing: 2px;
    padding: 12px 25px 12px;
    margin-bottom: 50px;
    margin-right: 5px;
}
.shr-hero-area .btn:hover{
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}
.shr-hero-area .shr-download-btn{
    background: none;
    border: 1px solid #ffffff;
}
.shr-hero-content-img{

}
.shr-hero-content-img img{

}

/************hero end************/



/************welcome start************/
.shr-welcome-area{
    width: 100%;
    padding: 50px 0 0px;
}
.shr-welcome-content {
    position: relative;
    margin-bottom: 20px;
    text-align: justify;
    padding-right: 130px;
}
.shr-welcome-content i{
    font-size: 45px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    padding-top: 23px;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.shr-welcome-content:hover i{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/************welcome end************/



/************features start************/
.shr-features-area{
    width: 100%;
    padding: 120px 0px 20px;
    background: url(images/bgs/02.jpg) center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.shr-features-area:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    left:0;
    top:0;
    background-image:url(images/bgs/pattern.png);
    background-repeat:repeat;
}
.shr-features-area h2, .shr-features-area p, .shr-features-area h3{
    color: #ffffff;
}
.shr-features-area .shr-sub-title{
 color: #ffffff;
}
.shr-features-area .shr-round{
    background: #ffffff;
}
.shr-left-features-text{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 30px;
}
.shr-left-features-text i{
    font-size: 55px;
    color: #A0CE4E;
    margin-bottom: 30px;
}
.shr-left-features-text p{
    font-size: 14px;
    font-weight: normal;
}
.shr-features-img{
    width: 318px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}
.shr-features-img img{
    
}
.shr-right-features-text{
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
}
.shr-right-features-text i{
    font-size: 55px;
    color: #A0CE4E;
    margin-bottom: 30px;
}
.shr-right-features-text p{
    font-size: 14px;
    font-weight: normal;
}

/************features end************/



/************pricing start************/
.shr-pricing-area{
    width: 100%;
    padding: 50px 0px 0px;
}
.shr-pricing-area .shr-table-col{
    margin-bottom: 50px;
    text-align: center;
    background-color: rgba(0,0,0,.005);
    border: 1px solid #A0CE4E;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-pricing-area .shr-table-col:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading{
    background-color: #A0CE4E;
    padding: 35px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col:hover .shr-table-heading{
    background: #F3F3F3;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading i{
    color: #000000;
    font-size: 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}
.shr-table-col .shr-table-heading h2{
    margin-bottom: 0px;
}
.shr-table-col:hover .shr-table-heading i, .shr-table-col:hover .shr-table-heading h2{
    color: #ffffff;
    border-color: #ffffff;
}
.shr-table-col h4{
    color: #A0CE4E;
    font-size: 55px;
    font-weight: 900;
    margin: 30px 0px;
}
.shr-table-col h4 span{
    font-size: 12px;
}
.shr-table-col .list-group{
    padding: 10px 30px 0px 30px;
}
.shr-table-col .list-group .list-group-item{
    padding: 15px;
    border: none;
    border-top: 1px solid #e4e9ee;
}
.shr-table-col .shr-table-footer{
    background:#A0CE4E;
    padding: 25px; 
    display: block;
    cursor: pointer;
}
.shr-table-col .shr-table-footer a{
    font-size: 15px;
    color: #000000;
    display: block;
    padding: 10px 5px;
    font-weight: 700;
}
.shr-table-col .shr-table-footer:hover a{
    color: #e4e9ee;
}
/************pricing end************/



/************describe start************/
.shr-describe-area{
    width: 100%;
    padding: 120px 0px 0px;
    background: #f1f1f1;
}
.shr-describe-area .shr-discribe-col{
    margin-bottom: 0px;
}
.shr-discribe-col h1{
    font-size: 45px;
    line-height: 55px;
}
.shr-discribe-col p{
    margin-bottom: 50px;
}
/************describe end************/



/************team start************/
.shr-team-area{
    width: 100%;
    padding: 120px 0px 70px;
    background: url(images/bgs/04.jpg) center center fixed;
    background-size: cover;
    position: relative;
}
.shr-team-area:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
.shr-team-area h2{
    color: #ffffff;
}
.shr-team-area .shr-round{
    background: #ffffff;
}
.shr-team-area .shr-sub-title{
    color: #ffffff;
}
.shr-team-col{
    margin-bottom: 50px;
}
.shr-team-col .ih-item.square{
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}
.shr-team-col .ih-item.square.effect6 .info h3 {
    background: rgba(17, 17, 17, 0.5);
}
.shr-team-col .shr-social-link{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}
.shr-team-col .shr-social-link i{
    width: 35px;
    height: 35px;
    font-size: 17px;
    padding-top: 8px;
    text-align: center;
    color: #ffffff;
    background: #A0CE4E;
    border: 1px solid #A0CE4E;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-team-col .shr-social-link i:hover{
    background: none;
    color: #A0CE4E;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
/************team end************/



/************counter start************/
.shr-counter-area{
    width: 100%;
    padding: 120px 0px 70px;
    text-align: center;
    background: #f1f1f1;
}
.shr-counter-area .shr-count-col{
    margin-bottom: 50px;
}
.shr-count-col i{
    font-size: 45px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    line-height: 110px;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.shr-count-col h3{
    margin-bottom: 25px;
}
.shr-count-col span{
    font-size: 60px;
    line-height: 45px;
    font-weight: 900;
    color: #A0CE4E;
}
/************counter end************/



/************news start************/
.shr-news-area{
    width: 100%;
    padding: 50px 0px 70px;
}
.shr-news-col{
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 30px;
}
.shr-news-content{
    position: relative;
    padding-left: 140px;
}
.shr-news-content .shr-awesome{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 50px;
    color: #A0CE4E;
    padding-top: 20px;
    border: 2px solid #333333;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-news-col:hover .shr-news-content .shr-awesome{
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-news-content h3{
    text-transform: uppercase;
}
.shr-news-info{
    margin: 10px 0px;
}
.shr-news-info ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.shr-news-info ul li{
    float: left;
    margin-right: 20px;
}
.shr-news-info ul li i{
    color: #A0CE4E;
    margin-left: 5px;
}

/************news end************/



/************twitter start************/
.shr-twitter-area{
    width: 100%;
    padding: 30px 0px;
    background: #A0CE4E;
    position: relative;
}
.shr-twitter-area i{
    width: 60px;
    height: 60px;
    background: #A0CE4E;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -30px;
    padding-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
/************twitter end************/



/************subscribe start************/
.shr-subscribe-area{
    width: 100%;
    padding: 120px 0px 120px;
    background: url(images/bgs/03.jpg) center center fixed;
    background-size: cover;
    position: relative;
}
.shr-subscribe-area:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
}
.shr-subscribe-area h2{
    color: #ffffff;
}
.shr-subscribe-area .shr-round{
    background: #ffffff ;
}
.shr-subscribe-area .shr-sub-title{
    color: #ffffff;
}
.shr-subscribe-area .navbar-form .form-group{
}
.shr-subscribe-area .form-control{
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}
.shr-subscribe-area .navbar-form .form-group .btn{
    color: #ffffff;
    border: 1px solid #A0CE4E;
}
.shr-subscribe-area .navbar-form .form-group .btn:hover{
    background: #84ae39;
}
/************subscribe end************/



/************contact start************/
.shr-contact-area{
    width: 100%;
    padding: 120px 0px 120px;
    background: url(images/bgs/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.shr-contact-area .shr-sub-title{
    color: #ffffff;
}
.shr-contact-area p { 
    color: #ffffff;
    margin: 5;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.shr-contact-area .form-control{
    background: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #666666;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 50px;
    resize: none;
}
.shr-contact-area .form-control:focus{
    background: url(images/bgs/pattern.png) !important;
    background-repeat: repeat;
    background: #000000;
}
.shr-contact-area .btn{
    background: #A0CE4E;
    padding-top: 16px;
    padding-bottom: 16px;
}
/************contact end************/


/************footer start************/
.shr-footer-area{
    width: 100%;
    padding: 50px 0px 20px;
    background-image: url(images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.8);
}
.shr-footer-btn{
    margin-bottom: 50px;
}
.shr-footer-btn .btn{
    font-size: 20px;
    font-weight: 300;
    padding: 20px 20px 20px 20px;
    color: #fff;
    border-color: rgba(0,0,0,.1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-footer-btn .btn:hover{
    background: #070707;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-footer-btn i{
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.shr-socila-grup{
    /*border-top: 1px solid rgba(0,0,0,.3);*/
    /*padding-top: 50px;*/
    padding-bottom: 10px;
}
.shr-socila-grup i{
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #ffffff;
    margin: 5px;
    text-align: center;
    border-color: rgba(0,0,0,.1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.shr-socila-grup i:hover{
    background: #A0CE4E;
}
.shr-copyright-text{
    color: #d9e2e9;
}
.shr-copyright-text a{
    color: #797979;
}
.shr-copyright-text a:hover{
    color: #A0CE4E;
}
/************footer end************/

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/portfolio/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/portfolio/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

/***********************Custom content***********************/
.material_thumbnail {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 0.3s ease-in 0s;
  transition: box-shadow 0.3s ease-in 0s;
}
.material_thumbnail .material_caption {
  padding: 10px 20px;
}
.material_thumbnail .material_btn {
  font-size: 16px;
  color: #ffab40;
  text-decoration: none;
  padding: 10px 0;
  border: none;
  -webkit-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
.material_thumbnail .material_btn:hover,
.material_thumbnail .material_btn:active,
.material_thumbnail .material_btn:focus {
  background: none;
  box-shadow: none;
}
.material_thumbnail:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.42);
}

.product_view .modal-dialog{max-width: 800px; width: 100%;}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;}



.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


/**************************Buttons*************************/
.material_btn {
  position: relative;
  font-weight: 300;
  color: #222;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.material_btn:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.42);
  background: #eee;
}
.material_btn:active {
  box-shadow: none;
}
.material_btn:focus {
  background: #c9c9c9;
  outline: 0 !important;
}
.material_btn_lg,
.material_btn_group_lg .material_btn {
  padding: 12px 25px;
}
.material_btn_sm,
.material_btn_group_sm .material_btn {
  padding: 8px 15px;
}
.material_btn_xs,
.material_btn_group_xs .material_btn {
  padding: 5px 10px;
}
.material_btn_primary {
  background-color: #4092d9;
  border: 1px solid #4092d9;
  color: #fff;
}
.material_btn_primary:hover {
  color: #fff;
  box-shadow: 0 6px 10px #64b2f5;
  background-color: #64b2f5;
}
.material_btn_primary:active {
  background-color: #3488d1;
  box-shadow: none;
}
.material_btn_primary:focus {
  background-color: #3488d1;
  color: #fff;
}
.material_btn_success {
  background-color: #68c368;
  border: 1px solid #68c368;
  color: #fff;
}
.material_btn_success:hover {
  color: #fff;
  box-shadow: 0 6px 10px #66d566;
  background-color: #66d566;
}
.material_btn_success:active {
  background-color: #22ac22;
  box-shadow: none;
}
.material_btn_success:focus {
  background-color: #22ac22;
  color: #fff;
}
.material_btn_info {
  background-color: #6acce9;
  border: 1px solid #6acce9;
  color: #fff;
}
.material_btn_info:hover {
  color: #fff;
  box-shadow: 0 6px 10px #8bdaf2;
  background-color: #8bdaf2;
}
.material_btn_info:active {
  background-color: #3ab4d8;
  box-shadow: none;
}
.material_btn_info:focus {
  background-color: #3ab4d8;
  color: #fff;
}
.material_btn_warning {
  background-color: #f2a12e;
  border: 1px solid #f2a12e;
  color: #fff;
}
.material_btn_warning:hover {
  color: #fff;
  box-shadow: 0 6px 10px #fab655;
  background-color: #fab655;
}
.material_btn_warning:active {
  background-color: #d3953c;
  box-shadow: none;
}
.material_btn_warning:focus {
  background-color: #d3953c;
  color: #fff;
}
.material_btn_danger {
  background-color: #f3413c;
  border: 1px solid #f3413c;
  color: #fff;
}
.material_btn_danger:hover {
  color: #fff;
  box-shadow: 0 6px 10px #f36c68;
  background-color: #f36c68;
}
.material_btn_danger:active {
  background-color: #c72a25;
  box-shadow: none;
}
.material_btn_danger:focus {
  background-color: #c72a25;
  color: #fff;
}
.material_btn_group .material_btn {
  border-radius: 0;
}
.material_btn_group .material_dropdown_btn {
  padding: 10px 30px 10px 20px;
}
.material_btn_group .caret {
  right: 10px;
}
.material_btn_toggle {
  height: 100%;
}



.social a {
    text-align: left;
    width: 310px;
    height: 48px;
    float: left;
    background: #A0CE4E;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin: 0 10px 20px 20px;
    padding: 6px;
    color: #000;
}
.github a:hover {background: #191919; color: #fff;}
.youtube a:hover {background: #c4302b; color: #fff;}
.google-pluse a:hover {background: #DD4B39; color: #fff;}
.twitter a:hover {background: #00acee; color: #fff;}
.instagram a:hover {background: #3f729b; color: #fff;}
.facebook a:hover {background: #3b5998; color: #fff;}
.skype a:hover {background: #00aff0; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}
.odnoklassniki a:hover {background: #f93; color: #fff;}
.pinterest a:hover {background: #c8232c; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}
.telegram a:hover {background: #249bd7; color: #fff;}
.tumblr a:hover {background: #34526f; color: #fff;}
.windows a:hover {background: #125acd; color: #fff;}
.whatsapp a:hover {background: #50b154; color: #fff;}
.weibo a:hover {background: #d52b2b; color: #fff;}
.dropbox a:hover {background: #1087dd; color: #fff;}
.viber a:hover {background: #3b5998; color: #fff;}
.mail a:hover {background: #f93; color: #fff;}
.message a:hover {background: #50b154; color: #fff;}
