/*Fonts*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700); /*Open Sans*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700); /*Source Sans Pro*/

/*HTML5 Reset Doctor*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul,ol{list-style: none;}

/*Global Styles*/
body{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #f4f5f4;
}
::selection{
    color: #ffffff;
    text-shadow: none;
    -webkit-text-shadow: none;
    background-color: #479a1b;
}
.head{
    background: #171b16;
    padding: 25px 0;
}
.contact ul li{
    display: inline-block;
    color: #6c736b;
    font-size: 15px;
    margin-right: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}
.contact ul li span{
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #252b24;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
}
/* Social Icons */
ul.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}
ul.social-icons li {
	background-image: url(../images/social-sprites.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	overflow: visible;
	transition: all 0.3s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
ul.social-icons li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}
ul.social-icons li a:active, a.scrollToTop:active{
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}
ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}
ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}
ul.social-icons li.rss {
	background-position: 0 -900px;
}
ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}
ul.social-icons li.pinterest {
	background-position: 0 -780px;
}
ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}
.navbar-default{
    background-color: #21261e;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 7px 5px -6px #777;
    -moz-box-shadow: 0 7px 5px -6px #777;
    box-shadow: 0 7px 5px -6px #777;
}
.navbar-fixed-top{
    background-color: rgba(33, 38, 30, 0.95);
}
.navbar-default .navbar-nav>li>a{
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    -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;
}
.navbar-default .navbar-nav>li>a i{
    margin-right: 7px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #479a1b;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #479a1b;
    background-color: transparent;
}
.ms-skin-default .ms-ctimer{
    right: 30px;
    left: auto;
}
.main-slider .ms-caption{
    top:50%;
    left:15px;
    margin-top: -120px;
}
.main-slider .of-video{
    margin-top: 75px;
}
.main-slider .ms-caption .extract{
    background: rgba(255,255,255,0.9);
    padding: 15px;
    float: none;
    font-family: 'Source Sans Pro', sans-serif;
}
.main-slider .ms-caption .extract h1{
    color: #171b16;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}
.main-slider .ms-caption .extract p{
    color: #595b58;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}
.main-slider .ms-caption .extract span{
    color: #65b938;
    font-size: 20px; 
    font-weight: 700;
}
.main-slider .ms-caption a{
    display: inline-block;
    background: #65b938;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
}
.wrapper{
    background-color: #ffffff;
    padding-bottom: 30px;
}
.search{
    overflow: hidden;
    background: #eaeaea;
    padding: 25px;
    margin-top: -75px;
    position: relative;
}
.search-form{
    background: #f9f9f9;
    padding-top: 15px;
}
.padding-xs{
    padding-left: 5px;
    padding-right: 5px;
}
.search-form .form-group{
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
}
.search-form .form-group .control-label{
    font-size: 14px;
    font-weight: 600;
    color: #757774;
    padding-top: 15px;
}
.inputs{
    width: 100%;
    height: 45px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    padding: 5px 10px;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    -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;
}
.inputs:focus{
    border-color: #65b938;
}
.search-form button{
    width: 100%;
    color: rgba(44, 111, 12,0.7);
    text-shadow: 2px 2px 3px rgba(255, 255, 255,0.3);
    padding: 5px 15px;
    height: 45px;
    background: #65b938;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.title{
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}
.title h3{
    color: #65b938;
    font-size: 25px;
    font-weight: 700;
}
.title span{
    color: #464944;
    font-size: 17px;
    font-weight: 700;
}
.title h1{
    color: #464944;
    font-size: 25.3px;
    margin-top: 5px;
    font-weight: 700;
}
.ad-wd, .ad-sq{
    text-align: center;
    margin: 50px 0;
}
.ad-sq{
    margin: 0;
}
.ad-wd a, .ad-sq a{
    display: inline-block;
    max-width: 100%;
}
.block, .intro{
    margin-bottom: 40px;
}
.block-title{
    color: #231f20;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.block-title:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #65b938;
    margin-top: 15px;
}
.grid {
	position: relative;
    margin-bottom: 10px;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
	background: #65b938;
    max-height: 360px;
}
figure.effect-goliath h2{
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, rgba(25,35,45,0) 0%, rgba(25,35,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,35,45,0)), color-stop(100%,rgba(25,35,45,1)));
    background: -webkit-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: -o-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
    background: linear-gradient(to bottom, rgba(25,35,45,0) 0%,rgba(25,35,45,1) 100%);
}
figure.effect-goliath h2{
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-shadow: 0px 1px 1px #000;
}
figure.effect-goliath h2 span.price{
    display: inline-block;
    background: #65b938;
    padding: 7px 12px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: none;
}
figure.effect-goliath h2 span.meta{
    text-shadow: none;
    font-weight: 200;
    font-size: 20px;
}
figure.effect-goliath p span{
    display: block;
    float: left;
    width: 25%;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    height: 274px;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	padding: 30px;
}
figure.effect-goliath p {
    padding-bottom: 23px;
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.fg-md, figure.fg-md img{
    height: 313px;
}
figure.fg-sm, figure.fg-sm img{
    height: 180px;
}
figure.fg-lg, figure.fg-lg img{
    height: 503px;
}
figure.effect-ruby img {
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
    -webkit-filter: grayscale(75%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(75%);
}
figure.effect-ruby:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
    -webkit-filter: grayscale(0%);
    filter: none;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s…33 0.3333 1 1 0.3333 0.3333 0.3333 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(0%);
}
figure.effect-ruby h2 {
    text-align: center;
	position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.fg-lg h2{
    top: 100px;
    bottom: auto;
}
/*==============*/
footer{
    background: #231f20;
    padding-top: 55px;
}
footer h2{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
footer h2:after{
    display: block;
    content: "";
    margin-top: 15px;
    height: 2px;
    width: 50px;
    background: #65b938;
}
footer .fa-ul{
    margin-left: 20px;
}
footer .fa-ul li{
    color: #c3c3c3;
    line-height: 30px;
}
footer .fa-ul li a{
    color: #c3c3c3;
}
footer .fa-ul li i{
    top: 10px;
}
.rights{
    background: #171515;
    padding: 20px 0;
    margin-top: 55px;
}
.rights p{
    color: #626262;
}
.life-contac{
    text-align: right;
}
ul.of-footer{
    float: right;
    margin-top: -35px;
    position: relative;
}
a.scrollToTop{
	width:35px; 
	height:35px;
    line-height: 32px;
    font-size: 20px;
	text-align:center; 
	background: #479a1b;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:55px;
	right:30px;
	display:none;
}
a.scrollToTop:hover{
    background: #2c6f0c;
}
/*Pace Theme*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #65b938;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #65b938, 0 0 5px #65b938;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #65b938;
  border-left-color: #65b938;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/**/
.take{
     /* opacity:0; */
}
.give{
     opacity:1;
}
.customNav{
    float: right;
    margin-top: -50px;
    margin-right: 15px;
}
.customNav a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e4e4e4;
    cursor: pointer;
    text-align: center;
    color: #777;
    font-size: 12px;
    line-height: 30px;
    -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;
    border-radius: 2px;
}
.customNav a:hover{
    background-color: #479a1b;
    color: #fff;
}
.this-carousel .item{
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-default .navbar-brand{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: none;
}
/*Media Queries*/

@media (max-width: 992px){
    .logo{
        margin-top:15px;
    }
    .contact ul li:first-of-type{
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>a{
        padding-right: 11px;
        padding-left: 11px;
    }
    .title{
        padding-top: 0;
        margin-bottom: 15px;
    }
    .search-form button, .fb, .tw{
        margin-bottom: 15px;
    }
    ul.of-footer{
        float: none;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
    .search{
        margin-top:0;
        padding: 15px;
    }
    .search-form .form-group .control-label{
        padding-top:0;
        margin-bottom: 7px;
    }
    .main-slider .ms-caption .extract p{
        display: none;
    }
    .main-slider .ms-caption .extract h1{
        font-size: 20px;
    }
    .main-slider .ms-caption .extract span{
        font-size: 17px;
    }
    .main-slider .ms-caption a{
        font-size: 13px;
        padding: 12px 15px; 
    }
    .logo{
        display: none;
    }
    .contact{
        margin-bottom: 10px;
    }
    .contact, .social{
        text-align: center;
    }
    .navbar-default .navbar-brand{
        display: block;
    }
    .rights p{
        text-align: center;
    }
    .life-contac p{
        margin-top: 15px;
    }
    .block-title{
        font-size: 25px;
    }
}

@media (max-width: 480px){
    figure.effect-goliath p span{
        font-size:12px;
    }
}