html, body{
    height:100%;
}
body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Montserrat', sans-serif;
    color:#d5d5d5;
    font-size: 14px;
    line-height: 24px;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:#fff;
    text-decoration: none;
}
a:hover{
    color:#f15c2a;
    text-decoration:none;
}
strong,b{
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
}
label{
    font-weight: 400;
}
.section-padding{
    padding-top: 100px;
    padding-bottom: 70px;
	z-index:  10;
    background-color: #414142;
}
.divided-50{
    height: 50px;
    width:100%;
}
.margin-btm-30{
    margin-bottom: 30px;
}
::selection {
    background:#f15c2a; /* Safari */
    color: #fff;
}
::-moz-selection {
    background:#f15c2a; /* Firefox */
    color: #fff;
}

/*****************home ********
******************************/
header#fixed-logo {
	position: fixed;
    z-index: 100;
    left: 15px;
    top: 15px;
	display: none;
}
header ul.sidemenu {
    position: fixed;
    right: 10px;
	margin-bottom: 0;
}
header ul.sidemenu li {
    display: block;
    text-align: right;
    margin-bottom: 0;
}
header ul.sidemenu li a {
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 10px;
    color: #f15c2a;
}
header ul.sidemenu li a span {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    opacity: 0;
    display: inline-block;
	text-shadow: 1px 1px 0px #444;
}
header ul.sidemenu li a:hover span {
    opacity: 1;
}
.dots.dotsRight li a {
    padding-left: 0;
    padding-right: 26px;
}
.dots li a {
    position: relative;
    padding-left: 26px;
}
.dots li a i {
    position: absolute;
    top: 2px;
    left: 0;
    background: #f15c2a;
    width: 15px;
    height: 15px;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.dots.dotsRight li a i {
    right: 0;
    left: auto;
}
.dots li a:hover i {
    -ms-transform: scale(.75);
    -webkit-transform: scale(.75);
    transform: scale(.75);
	background: #f15c2a;
}
.dots li.active a i {
    -ms-transform: scale(.75);
    -webkit-transform: scale(.75);
    transform: scale(.75);
    border: 2px solid #f15c2a;
    background: transparent;
}

section {
	position: relative;
}

#home {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
#nature {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/nature.jpg);
    display: table;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
#sport {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/sport.jpg);
    display: table;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
#spirit {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/spirit.jpg);
    display: table;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.6);*/
    z-index: 2;
}
/*.home-content {
    position: absolute;
    height: 58%;
    width: 100%;
    background-size: 366px auto;
    background-image: url(../img/gappers-logo-big-bg.png);
	background-position-x: 50%!important;
    background-repeat: no-repeat;
    z-index: 3;
	display: none;
}*/
.home-content, .nature-content, .sport-content, .spirit-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
.text {
	font-size: 54px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: rgb(87, 87, 86);
	background-color: rgba(87, 87, 86, .4);
	padding: 0 15px;
	letter-spacing: 2px;
}
.info {
	position: absolute;
}
.info .text {
	font-size: 16px;
	padding: 0 5px;
	display: block;
    margin-top: -85px;
    margin-left: 50px;
    background-color: transparent;
	background-color: transparent;
	text-shadow: 1px 1px 1px #333;
}
.img-container {
    display: inline-block;
    margin: 40px auto;
	width: 100%;
}
.img-container.overlay {
	background-color: rgb(87, 87, 86);
	background-color: rgba(87, 87, 86, .4);
	padding: 10px 15px 15px;
	width: auto;
}
.home-link-btn{
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.home-link-btn img{
    margin: 0 auto;
}
.counterNature, .counterSport, .counterSpirit {
	display: inline-block;
}
.counterNature {
min-width: 35px;
}
.counterSpirit {
min-width: 50px;
}
.counterSport{
min-width: 40px;
}
/***************buttons*****************************/
.btn {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: none !important;
    -webkit-text-shadow:none !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn:hover,.btn:focus{
    outline: none;
    color:#fff;
}
.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-xs{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-border-white{
    border: 1px solid #fff;
    color:#fff;

}
.btn-border-white:hover{
    color:#333;
    border-color: #fff;
    background-color: #fff;
}
.btn-dark{
    background-color: #333;
    color:#fff;
}
.btn-dark:hover{
    color:#fff;
    background-color: #f15c2a;
}
.btn-theme{
    background-color: #f15c2a !important;
    color:#fff;
}
.btn-theme:hover{
    color:#fff;
    background-color: #333;
}
.btn-dark-2{
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.3);
    color: #999;
}
.btn-dark-2:hover{
    color: #fff;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0);
}
/*heading center**/
.center-heading {
    margin-bottom: 40px;
}
.center-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
}
@media(max-width:533px){
    .center-heading h2{
        font-size: 30px;
        letter-spacing: 0.10em;
    }
}
.center-heading h2:first-letter{
    text-transform: uppercase;
}
.center-heading .icon {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    width: 130px;
    margin: 0 auto;
    position: relative;
    color:  #f15c2a;
}
.center-heading .icon:before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #f15c2a;
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
}
.center-heading .icon:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #f15c2a;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
}

/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

/**cta**/
.cta{
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #333;
    color:#fff;
    text-align: center;
    margin-bottom: 40px;
}
@media(min-width:768px){
    .cta a{
        float: right;
    }
}
.cta h3{
    margin: 0px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
/**cta-1**/
.cta-1{
    padding: 40px 0;
    position: relative;
    z-index: 10;
    background-color: #414142;
}
/**cta-2**/
.cta-2{
    padding: 40px 0;
    background-color: #333;
}
/**cta-2**/
.cta-3{
    padding: 40px 0;
    background-color:#f15c2a;
}
.cta-3 h3{
    color:#fff;
    font-size: 40px;
    margin-bottom: 30px;   
    font-weight: 300;
}

/***contact***/
#contact {
	height: 0;
	overflow: hidden;
	padding: 0;
}
#contact .container {
	padding: 40px 15px 0;
}
.help-block ul{
	list-style-type: none;
    padding: 0;
}
.address-info h3{
    font-weight: 400;
    color:#fff;
    margin-bottom: 20px;
    font-size: 17px;
}
.address-info p i{
    color:#f15c2a;
    margin-right: 10px;
}
.address-info p{
    color:#777;
}
.social li a i{
    font-size: 20px;
    color:#777;
    width:40px;
    margin-bottom: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f4f4f2;
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.social li a i:hover{
    color:#fff;
    background-color: #f15c2a;
}

.contact-form form .form-control{
    min-height: 45px;
}
/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    border:1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    font-size: 12px;
    color: #7a7a7a;

    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color: #bbb;
    background: #fbfbfb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
}


/*********footer************/
#footer {
    position: relative;
    z-index: 10;
    background-color: #414142;
    padding: 0 0 20px 0;
}
.footer-btm {
    position: relative;
    z-index: 10;
    background-color: #414142;
}

.widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widget-title:first-letter{
    border-bottom: 3px solid #f15c2a;
}
.footer-col p{
    color:#d5d5d5;
    margin-bottom: 30px;
}
.subscribe-form .form-control{
    height: 46px;
}
.copyright{
    padding: 25px 0;
    color:#d5d5d5;
}
.copyright a{
    color:#f15c2a;
}
/*************soical icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li a i{
    width:42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}

iframe {
    border: none;
    width:100%;
}
.pager li>a, .pager li>span{
    display: inline-block;
padding: 5px 14px;
background-color: #333;
border: 1px solid #444;
border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus {
text-decoration: none;
color:#f15c2a;
background-color: transparent;
}
/*sidebar**/
.post-sidebar-box{
    margin-bottom: 30px;
}
.post-sidebar-box h4{
    font-size: 17px;

}
.post-sidebar-box p{
    font-size: 13px;
}
.cat-list li{
    padding: 5px 0;
    border-bottom: 1px solid #333;
}
.cat-list li a{
    color:#888;
    margin-right: 10px;
    font-size: 12px;
}
.cat-list li i{
    color:#888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cat-list li:hover i{
    margin-left: 5px;
}
.cat-list li a:hover{
    color:#f15c2a;
}
blockquote{
    color:#aaa;
}
.post-cmnt-wrap h4{
    margin-bottom: 25px;
}
.comment-list{
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #444;
    background-color: #333;
}
.comment-list h4{
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.comment-list h4 a{
    color:#f15c2a;
    margin-left: 8px;
}
.comment-list h4 a:hover{
    text-decoration: underline;
}
.comment-list h4 img{
    width:70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}
.comment-list p{
    overflow: hidden;
    font-size: 13px;
}
.comment-form{
    margin-top: 60px;
}
.comment-form h4{
    margin-bottom: 25px;
}

.goals-skills-wrap h2{
    font-weight: 300;
    margin-bottom: 30px;
}

/**********back to top*************/
.back-to-top-link {
    z-index: 100;
}
.back-to-top-link {
    display: block;
    z-index: 10;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 2px;
}
.back-to-top-link a.scrollToTop {
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding-left: 2px;
    padding-top: 4px;
}
.back-to-top-link a.scrollToTop .arrow {
    display: block;
    text-align: center;
    width: 16px;
    margin: 0 auto;
}
.back-to-top-link a.scrollToTop .arrow:before {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-left: -8px;
    width: 32px;
    height: 20px;
    line-height: 20px;
    font: normal normal normal 22px/1 FontAwesome;
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f106";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.highlighted {
color: #f15c2a;
}

@media (min-width: 768px) {
.lead {
    font-size: 18px;
}
.text {
	font-size: 64px;
	}
.section-padding {
    padding-top: 150px;
    padding-bottom: 120px;
}
}

/*.mobile #nature .info {
    top: 325px!important;
    left: 12vw!important;
}
.mobile #sport .info {
    top: 150px!important;
    left: 7vw!important;
}
.mobile #spirit .info {
    bottom: 125px!important;
    top: initial!important;
    left: 45vw!important;
} */
.mobile #home, .mobile #nature, .mobile #sport, .mobile #spirit {
	background-position: center 0% !important;
	background-attachment: initial!important;
}
.mobile #wrap img.bgfade {
	left: -50%;
}

/*#wrap{
	position:fixed;
	z-index:-1; 
	top:0; 
	left:0;
}
#wrap img.bgfade{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:-1
}*/
#wrap{
	position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
#wrap img.bgfade{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    overflow-x: hidden;
    z-index: -1;
}
