/*External 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 */
.social{
    text-align: right;
    padding-top:32px;
}
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;
    color: transparent;
}
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.google {
    background-position: 0 -300px;
}
ul.social-icons li.google:hover {
    background-position: 0 -330px;
}
ul.social-icons li.youtube {
    background-position: 0 -1380px;
}
ul.social-icons li.youtube:hover {
    background-position: 0 -1410px;
}
ul.social-icons li.instagram {
    background-position: 0 -1680px;
}
ul.social-icons li.instagram:hover {
    background-position: 0 -1710px;
}
.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);
}
.container>.navbar-collapse{
    padding-right: 0;
    padding-left: 0;
}
.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;
}
.navbar-text {
    margin-top: 17px;
    margin-bottom: 17px;
    margin-right: 0;
}
.navbar-default .navbar-link:hover{
    color: #fff;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.normal-menu{
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #222;
}
.normal-menu>li>a{
    color: #999;
    border-bottom: 1px solid #2b2b2b;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
}
.yamm .dropdown.yamm-fw .mega-menu{
    right: 15px;
    left: 15px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #222;
    border-bottom: 5px solid #EEE;
    top: 100%;
}
.yamm .dropdown.yamm-fw .mega-menu .sub-col{
    padding: 0;
}
a.submenu-item{
    width: 100%;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    display: block;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #2b2b2b;
    font-size: 13px;
    letter-spacing: 1px;
}
a.submenu-item:hover, .normal-menu>li>a:hover{
    background: #2b2b2b;
    color: #fff;
}
.sub-gallery img{
    height: 370px;
    width: 100%;
}
.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;
    position: relative;
}
.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;
    position: absolute;
    left: 0;
    bottom: -43px;
}
.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: 100%;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
}
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: 10px;
    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;
}

/*Inner Pages*/
.inner-intro{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 45px 0;
    color: #171b16;
}
.inner-intro h1{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-intro p{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
.view .mask{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 25px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(71,154,27, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
    height: 266px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view h1{
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 1px 1px #000;
    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%);
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view h2 span{
    font-size: 60px;
    font-weight: 700;
}
.view p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.view:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.view:hover h1{
    opacity: 0;
}
.view a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view:hover h2,
.view:hover p,
.view:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.view:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.into-img{
    margin-bottom: 35px;
}
.into-img img{
    width: 100%;
    height: 494px;
}	
.into-img .caption{
    position: absolute;
    background: rgba(23,27,22,0.6);
    top: 100px;
    padding: 35px;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}	
.into-img .caption h3{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 12px;
}
.into-img .caption h1{
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 12px;
    line-height: 70px;
}
.into-img .caption p{
    font-weight: 400;
    font-size: 25px;
    font-style: italic;
}	
.into-img .caption p a{
    color: #fff;
}	
.this-details{
    font-family: 'Source Sans Pro', sans-serif;
}
.this-text{
    border-right: 1px solid #c9c9c9;
    margin-bottom: 50px;
}
.this-text h3{
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}
.this-text p{
    color: #817a7c;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.this-text a.readmore{
    color: #65b938;
    font-size: 16px;
    font-style: italic;
}
.this-info{
    text-align: center;
    color: #479a1b;
    text-transform: uppercase;
    font-size: 16px;
}
.this-info p{
    margin-bottom: 10px;
}
.this-info button{
    color: #fff;
    padding: 15px 60px;
    border: none;
    background: #479a1b;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
    margin-top: 25px;  
}
.this-info button:hover{
    background: #3b8216;
}
.this-info a{
    color: #fff;
    padding: 15px;
    border: none;
    background: #479a1b;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
    margin-top: 25px;  
}
.this-info a:hover{
    background: #3b8216;
    text-decoration: none;
}
.sale, .purchase{
    margin-bottom: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #171b16;
}
.sale h4, .purchase h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sale p, .purchase p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.post{
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #171b16;
    text-align: center;
}
.post h2{
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.post h2 a{
    color: #171b16;
}
.post p{
    font-size: 15px;
    line-height: 20px;
}
.post img:hover{
    opacity: 0.8;
}
.form-wrap{
    background: #f4f5f4;
    padding: 20px 15px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
}
.form-wrap label{
    margin-bottom: 6px;
}
.form-wrap .form-control{
    border-radius: 0;
    height: 35px;
}
.form-wrap textarea.form-control{
    height: 120px;
    max-width: 100%;
}

/*Item details Page*/
.item-slides, .item-info{
    margin-top: 30px;
    margin-bottom: 30px;
}
#of-item{
    padding-bottom: 60px;
}
#of-item .ms-thumb-list.ms-dir-h{
    height: 75px;
    bottom: -85px;
}
#of-item .ms-thumb-frame{
    width: 90px;
    height: 60px;
    margin: 1px 0 0 5px;
    border: 2px solid #ccc;
    background: #333;
    opacity: 1;
}
#of-item .ms-thumb-frame img{
    opacity: 0.5;
}
#of-item .ms-thumb-frame:hover img, #of-item .ms-thumb-frame-selected img{
    opacity: 1;
}
#of-item .ms-thumb-frame-selected{
    border: 2px solid #777;
}
.item-head{
    position: relative;
}
.share-this{
    position: absolute;
    right: 0;
    top: 0;
}
.share-this a{
    font-size: 20px;
    margin-right: 8px;
    color: #817a7c;
}
.share-this a:hover{
    color: #333;
}
.item-head span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #817a7c;
}
.item-head p{
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0 15px 0;
}
.item-head h1{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 20px;
    color: #817a7c;
}
.item-head .btn{
    text-transform: uppercase;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.item-info .panel{
    border-radius: 0;
}
.item-info .panel-default>.panel-heading{
    padding: 0;
}
.item-info .panel-title{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.item-info .panel-title a{
    display: block;
    text-decoration: none;
    padding: 8px;
}
.item-info .dl-horizontal dt{
    text-align: left;
    font-weight: 600;
    width: 120px;
    padding: 2px 0;
}
.item-info .dl-horizontal dd{
    margin-left: 120px;
    padding: 2px 0;
}
.desc-tab{
    line-height: 18px;
}
.register{
    font-family: arial;
    background: #21261E;
}
.profile a{
    padding: 5px ;
    font-size: 16px;
    color: #fff;
}
.profile a span{
    margin: 0 5px;
}
.profile a:hover{
    text-decoration: none;
}
#login{
    cursor: pointer;
}



/*Login*/
.head{padding-top: 0;}
.logo, .contact{padding-top: 30px;}
.user-btns{
    text-align: right;
    margin: 10px 0;
}
.user-btns ul li{position: relative;}
.user-btns ul li a{
    color: #6c736b;
    font-weight: 600;
    text-decoration: none;
}
.user-btns ul li:first-child a:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #6c736b;
    right: -7px;
    top: 2px;
    margin: 0 5px;
}
.user-btns ul li a:hover{
    color: #a7b0a6;
}
.login-area{
    background: #F1F3FA;
    padding: 10px 0;
}
.login-wrap{
    padding: 12px 20px 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    position: relative;
}
.login-wrap h1{
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.login-wrap .form-control{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
}
.login-wrap .form-control:focus{
    border-color: #999;
}
.login-wrap .btn{
    border-radius: 0;
    height: 35px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.login-wrap a.forgot{
    color: #333;
    font-size: 12px;
}
.login-wrap a.close-this{
    font-size: 17px;
    color: #999;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.login-wrap a.close-this:hover{
    color: #333;
}
