
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Satisfy);


/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #292929;
	font-family: 'Lato', sans-serif;
	font-weight:400;
    text-align: center;
    margin: -35px 0px 0px -110px;
    background-image: url('../images/loader.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 60px;
    width: 220px;
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
		font-family: 'Sifonn-Basic';
	color: #cfa144;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-transform:uppercase;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 34px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 140px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0px 0px -20px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}





/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	border-radius:50%;
	border:1px solid #000;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.media{
	width:100%;
}



/* #Blog
================================================== */

#blog{
	overflow-y:auto;
	width: 100%;
	background:url('../images/pattern1.png');
}
#blog h1{
	padding-top:140px;
}
.blog-wrap h6{
	padding-bottom:20px;
	text-align:left;
}
.blog-wrap p{
	text-align:left;
	padding-bottom:20px;
}	
	
.blog-wrap{
	position:relative;
	padding-bottom:50px;
	width: 100%;	
}
.blog-wrap img{
	width: 100%;
	height:auto;
	display:block;
}	
.blog-date{
	font-family: 'Lato', sans-serif;
	text-align:left;
	font-size: 30px; 
	line-height:36px;
	font-weight: 400;
	padding-bottom:5px;
	margin-bottom:20px;
}	
.blog-date span{
	border-bottom:1px solid rgba(0,0,0,.7);
}	
.blog-tag {
	position:relative;
	width: 100%;
	padding-bottom:20px;
}	
.blog-tag a{
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	float:left;
	padding:2px 10px;
	margin-right:4px;
	font-size:10px;
	text-transform:uppercase;
	border:1px solid rgba(0,0,0,.7);
	color:rgba(0,0,0,.7);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}	
.blog-tag a:hover{
	border:1px solid rgba(40,40,40,.1);
	color:rgba(40,40,40,1);
}
.link-blog {
	position:relative;
	width:100px;
	margin-top:30px;
	overflow:hidden;
}
.link-blog a {
	outline: none;
	color: #000;
	text-align:left;
	font-family: 'Satisfy', cursive;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
}	



.post1{
	padding-top:50px;
}
.post2{
	background:#ededed;
	padding-top:50px;
}

.blog-wrap .bx-wrapper .bx-prev {
	left: 10px;
	margin-left:0;
	bottom:auto;
	top:50%;
	margin-top:-15px;
	border:none;
	background:rgba(255,255,255,.4) url(../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.blog-wrap .bx-wrapper .bx-next {
	right:10px;
	margin-right:0;
	bottom:auto;
	top:50%;
	margin-top:-15px;
	border:none;
	background:rgba(255,255,255,.4) url(../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}
.media-audio iframe{
	width:100%;
	height:116px;
}


/* #Blog-single
================================================== */

#blog-single{
	position: relative; 
	width: 100%;
	overflow-y:auto;
	background:#f2f2f2;
	padding-top:70px;
	padding-bottom:100px;
} 
 
.blog-post{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#fff;
	padding-bottom:30px;
	margin-bottom:20px;
	z-index:2;
}
.blog-post h5{
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
}
.blog-post p{
	margin-top:30px;
	padding-left:30px;
	padding-right:30px;
	text-align:left;
}
.blog-post h5 span{
	opacity:.4;
}
.blog-post img{
	width: 100%;
	height:auto;
	display:block;
} 
.blog-post-sublinks{
	font-family: 'OpenSans-Light-webfont';
	font-size: 12px;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	line-height:16px;
	text-transform:uppercase;
	color:#909090;
}
.blog-post-sublinks a{
		color: #cfa144;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-post-sublinks a:hover{
	color:#060606;
}    
.post-link {
	font-family: 'OpenSans-Light-webfont';
	font-size: 12px;
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	line-height:35px;
	width:120px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	border-radius:3px;
	height:35px;
	border:2px solid #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}   
.post-link:hover{
	color:#fff;
} 
.blog-post .bx-wrapper .bx-prev {
	bottom:20px;
}

.blog-post .bx-wrapper .bx-next {
	bottom:20px;
}
.audio-player{
	padding-top:5px;
	background-color:#060606;
	width:100%;	
	display:block;
}
audio{
	width:100%;	
}
    
.link-post .blog-post-sublinks{
	padding-top:30px;
} 
.link-post h6{
	margin-top:30px;
	margin-left:30px;
	padding-left:30px;
	text-align:left;
	line-height:24px;
	background:url('../images/link.png') no-repeat left center;
	background-size: 22px 22px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}    
.qu-post .blog-post-sublinks{
	padding-top:30px;
} 
.qu-post h6{
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	padding-left:48px;
	text-align:left;
	font-family: 'OpenSans-Light-webfont';
	line-height:28px;
	background:url('../images/qu.png') no-repeat left top;
	background-size: 36px 36px;
	color:#404040;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
 
 
.sidebar-wrapper{
	position: relative; 
	overflow:hidden;
	padding-right:30px;
	background:#fff;
	padding-left:30px;
	z-index:2;
}
.sidebar-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
	margin-bottom:20px;
	z-index:2;
}
.sidebar-wrap h6{
	text-align:left;
	padding-bottom:25px;
	padding-top:30px;
}
.sidebar-wrap .link{
	font-family: 'OpenSans-Light-webfont';
	font-size: 12px;
	line-height:30px;
	text-align:left;
	color:#404040;
	text-transform:uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sidebar-wrap .link:before{
	content:'-';
	padding-right:10px;
}
.sidebar-wrap .link:hover{
	padding-left:10px;
		color: #cfa144;
}
.sidebar-wrap .link-tag{
	font-family: 'OpenSans-Light-webfont';
	font-size: 12px;
	line-height:30px;
	text-align:left;
	color:#404040;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sidebar-wrap .link-tag:hover{
	color: #cfa144;
}
 
.bottom-link-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	padding-top:20px;
	text-align:center;
	overflow:hidden;
	z-index:2;
}
.bottom-link {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size: 14px;
	line-height:35px;
	text-align:center;
	margin:0 auto;
	border-radius:3px;
	width:35px;
	height:35px;
	border:2px solid #909090;
	color:#404040;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bottom-link:hover {
	color:#fff;
}
 
.bottom-link-cur {
	background:#606060;
	color:#fff;
}
 
.post-text-right {
	border-left:5px solid #909090;
	margin-left:30px;
	padding-left:20px;
}
 
.padding-post {
	margin-bottom:30px;
}
.padding-links {
	margin-top:20px;
}
 
 
.post-down{
	position: relative; 
	border-top:3px double rgba(200,200,200,.7);
	border-bottom:3px double rgba(200,200,200,.7);
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}
.post-down .rpl-but{
	position:absolute;
	z-index:2;
	top:20px;
	right:0;
	height:26px;
	width:60px;
	text-align:center;
	background:rgba(6,6,6,.6);
	font-family: 'OpenSans-Light-webfont';
	font-weight: 400;
	font-size: 12px;
	line-height:26px;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-down .rpl-but:hover{
	background:rgba(6,6,6,.9);
}
.margin-rpl{
	margin-left:60px;
}
.post-down img{
	width: 100px;
	height:100px;
	float:left;
}
.post-down h6{
	text-align:left;
	padding-left:120px;
	padding-bottom:20px;
	text-transform:none;
}
.post-down  p{
	text-align:left;
	padding-left:120px;
}
.post-down h6 span{
	opacity:.4;
	font-weight: 400;
	font-size:80%;
} 



	#ajax-form {
		width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		margin-left: auto;
		margin-right: auto;
	color:#7a7a7a;
	text-align:left;
	}
	label {
		display: block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:24px;
	}
	input{
		width: 96%;
		border:none;
		background:#fff;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	textarea {
		width: 96%;
		background:#fff;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		height:120px;
		margin-bottom: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:0;
		padding-right:0;
		border:none;
	}
	.error {
		color: #cfa144;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:18px;
		display: none;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'OpenSans-Light-webfont';
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

#ajax-form button{
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size: 14px;
	line-height:22px;
	color:#cfa144;
	text-transform:uppercase;
 }
#ajax-form button:hover{
	background: #f1f1f1;
 }
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #333333;
	outline:1px solid #fff;}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
} 
	


	
	#blog-single #ajax-form {
		color:#404040;
		padding-top:30px;
	}
	#blog-single .error {
		color:#404040;
	}
	#blog-single #ajax-form textarea:active,
	#blog-single #ajax-form input:active {	
		color: #404040;
		border-bottom:1px solid rgba(100,100,100,.3);}
	#blog-single #ajax-form textarea:active,
	#blog-single #ajax-form input:hover {	
		color: #404040;
		border-bottom:1px solid rgba(100,100,100,.3);}
		#blog-single #ajax-form textarea:focus,
	#blog-single #ajax-form input:focus {	 
		outline: none !important;
		border-color: rgba(100,100,100,.3);
		box-shadow: 0 0 10px rgba(0,0,0,.2);}
	#blog-single #ajax-form textarea,
	#blog-single #ajax-form input {	
	  color: #404040;
	border-bottom:1px solid rgba(100,100,100,.3);}
 
 
 
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

 
 
 
 
#thevideo{ 
	display:none;
}

.video{ 
	width: 100%;
	height:auto;
	display:block;
}
iframe{ 
	width:100%;
	height:auto;
	display:block;
}
 

/* #Media Queries
================================================== */

@media only screen and (max-width: 800px) {
h1 { font-size: 42px; line-height:42px;}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 320px) and (max-width: 479px) {	
}

@media only screen and (max-width: 319px) {	
}




/* #Font-Face
================================================== */


@font-face {
    font-family: 'Sifonn-Basic';
    src: url('font/Sifonn-Basic.eot');
    src: url('font/Sifonn-Basic.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic.woff') format('woff'),
         url('font/Sifonn-Basic.ttf') format('truetype'),
         url('font/Sifonn-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}






