@charset "utf-8";
@import url(reset.css);
@import url(nav.css);
@import url(animate.css);
@import url(bootstrap-checkbox.css);
@import url(font-awesome.css);
@import url(ionicons.css);


/** WebsiteName Style **/

.container 	{position:relative;}

.nicescroll-rails {z-index:999 !important;}

/*Modal*/
.modal .close {width:30px; height:30px; background:#e04a00; opacity:1; border-radius:50%; color:#fff; font-size:20px; font-weight:300; line-height:15px; padding:0 0 3px 0; position:absolute; z-index:10; right:8px; top:8px; text-shadow:none;}
.modal .close:hover {background:#262626; color:#e04a00;}
.modal-content {position:relative;}
/*fixbtn*/
.fixbtn {-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); position:fixed; z-index:999; width:200px; height:44px; top:300px; right:-80px; border-radius:3px; border:2px solid #03ad8b; background:#fff; color:#2a2a2a; font-size:18px; text-align:center; padding:10px; cursor:pointer; line-height:normal;}
.fixbtn i {margin-top:3px;}
.fixbtn:hover {background:#03ad8b; color:#fff; border-color:#fff;}
.fixbtn:hover i {color:#fff;}

/*blocked*/
.blocked {position:relative; display:table; width:100%;}
.blocked h1 {font-size:180px;}
.block-full {width:100%; height:100%;}
.block-vertical {display:table-cell; width:100%;}
.block-vertical-middle {vertical-align:middle;}
.block-vertical-bottom {vertical-align:bottom;}
.block-inner {padding:5% 0;}

/*social*/
.social {text-align:center; margin-bottom:30px;}
.social li {display:inline; padding:0; text-align:center;}
.social li a {width:29px; height:29px; border:1px solid #03ad8b; padding:5px; display:inline-block; color:#898989;}
.social li i {padding-top:2px; font-size:15px;}
.social li:hover a {background:#03ad8b; color:#fff;}

/*toTop*/
.scrollToTop{padding:10px 10px 5px 10px; line-height:normal; text-align:center; color:#333; position:fixed; bottom:20px; right:20px; z-index:999; display:none;}
.scrollToTop:hover{color:#e04a00;}



/*------------   R E S P O N S I V E    S T Y L E ------------*/


	@media only screen and (max-width: 1200px) {

	}
	

	@media only screen and (max-width: 1024px) {

	}

	@media only screen and (max-width: 991px) {		
	h1,.h1					{font-size:40px;}
	h2,.h2 					{font-size:30px;}
	h3,.h3 					{font-size:25px;}
	h4,.h4 					{font-size:20px;}
	}
	
	@media only screen and (max-width: 767px) {
	.fixbtn {top:150px; font-size:12px; width:120px; right:-48px;}
	.fixbtn i {display:none}	
	}
	
	@media only screen and (max-width: 600px) {
	
	}
	
	@media only screen and (max-width: 320px) {
		
	}