
/*##################################################################*/
/* NAVIGATION - Desktop ############################################*/
/*##################################################################*/
@media screen and (min-width: 1000px){
    

.btn-block {
    border: 3px solid #fff;
    border-radius: 13px;
    /* height: 94px; */
    height: auto;
    padding: 5px 6px 4px 5px;
    position: absolute;
    top: 73%;
    width: 19%;
    left: 40%;
    position: absolute;
    z-index: 55;
}
.btn {
	border: none;
	font-family: 'Advent Pro', sans-serif;
	/*font-size: 19px;*/
	color: white;
	cursor: pointer;
	padding: 16px 35px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    z-index:90;
    /*opacity:0;*/
}
.btn2 {
    padding: 9px 33px;
    color: #fff;
    margin: 0;
}

.anim {
    /*margin-top: 60px;*/
    opacity:1;    
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow:before {
	content: "\70";
}
.icon-arrow2:before {
    content: "\70";
}
.btn-arrow {
	color: #fff;
	overflow: hidden;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#btn-arrow{
    /*border-radius: 16px 0 0 16px;*/
    background: #fff;
}
#btn-arrow2{
    /*border-radius: 0 16px 16px 0;*/
    background: none;
}
#btn-arrow2:hover{
    /*background: #fff;*/
}
.btn-arrow:active {
	background: #0070aa;
	top: 2px;
}

.btn-arrow span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-arrow:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 1.7;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#btn-arrow2.btn-arrow:before{
    line-height: 1.6;
}

.btn-arrow:active:before {
	color: #fff;
}

.btn-arrowb:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.btn-arrowb:before {
	left: 0;
	top: -125%;
}

.btn-arrowb:hover:before {
	top: -2px;
}
/* //Button Learn More 
.text-rotate{
    float: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-top: 170px !important;
    width: 100%;
    text-align: center;
}*/
.text-rotate h1{
    text-align: center;
    margin-bottom: 30px;
    font-size: 65px;
}

/*div.scroll-downlink{
    
    margin: 0px auto 0;
    width: 80px;
    height: 60px;
}*/

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

.btn-block {
    display: none;
}
.col-sm-offset-6 {
    margin-left: 0% !important;
	width:100%
}
.btn {
	/*display: none;*/
	width: 100%;
}
.btn {
	/*display: none;*/
	margin-left: 0px !important;
	margin-top: 5px !important;
}
.btn2 {
    display: none;
}

.anim {
   display: none;  
}
.page-title {
       padding: 40%  0px 25px  0px !important;
}
.vcenter {
   top: 80%!important;
}
.section-bg {
    
    height: 141%!important;
}
.button-scroll { 
    bottom: -3vh!important; 
}
.main {
        margin-top: -30% !important;
}

.btn:after {
	display: none;
}

.btn:before {
	display: none;
}

.icon-arrow:before {
	content: "\70";
}
.icon-arrow2:before {
    content: "\70";
}
.btn-arrow {
	display: none;
}
#btn-arrow{
   display: none;
}
#btn-arrow2{
  display: none;
}
#btn-arrow2:hover{
    display: none;
}
.btn-arrow:active {
display: none;
}

.btn-arrow span {
	display: none;
}

.btn-arrow:before {
	display: none;
}
#btn-arrow2.btn-arrow:before{
  display: none;
}

.btn-arrow:active:before {
	display: none;
}

.btn-arrowb:hover span {
	display: none;
}

.btn-arrowb:before {
	display: none;
}

.btn-arrowb:hover:before {
	display: none;
}
/* //Button Learn More 
.text-rotate{
    float: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-top: 170px !important;
    width: 100%;
    text-align: center;
}*/
.text-rotate h1{
display: none;
}
.text-rotate {
display: none;
}.display: none; {
display: none;
}
/*div.scroll-downlink{
    
    margin: 0px auto 0;
    width: 80px;
    height: 60px;
}*/

	}
/*ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/
.blog .post-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
