.clear{clear: both;}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
@font-face {
      font-family: 'caviar_dreamsregular';
      src: url(../fonts/CaviarDreams-webfont.ttf) format('truetype');
}
html, body{
	font-family: 'Roboto', sans-serif;
	background:#fff;
	font-size: 100%;
}

body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.header{
	width: 100%;
	background: url(../images/skynight.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

.header-top{
	background: rgba(14, 0, 0, 0.20);
	padding: 2% 0;
	/*position:fixed;
	width:100%;*/
}

.logo{
	float:left;
}

.logo a h1 {font-family: 'caviar_dreamsregular'; margin:5px 0 0 0; color:#fff; font-size:30px; font-weight:normal;}
.logo a:hover {text-decoration:none!important;}

.menu{
	 float:right; margin-top:1px;
}
  .menu li{
	display:inline-block;
 }
 
 .menu li:first-child{
   	margin-left:0;
 }
 
 .menu li a{
  	display: block;
	font-size:15px;
	text-transform: uppercase;
	padding:10px 17px;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
 }
 
 .menu li a:hover ,.menu li.active a{
	 background:#fff;
	 color:#801ba1;
 } 
 
 .menu li a.active{
	 background:#fff;
	 color:#801ba1;
 } 
 
 #nav .current a {
	 color:red;
}

.toggleMenu {
    display:  none;
  	padding: 2px 0px 0px 0px;
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:center;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 100%;
		position: absolute;
		right: 0px;
		background:rgba(73, 84, 91, 0.87);
		top:70px;
		z-index: 111;
    }
    .nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid rgba(73, 84, 91, 0.87);
	}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid rgba(73, 84, 91, 0.87);
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
 
.header-bottom{
	padding:12% 0 2% 0;
	text-align:center;
}

.header-bottom h1{
	font-family: 'caviar_dreamsregular';
	color: #FFF;
	font-size:2.5em;
	text-transform: uppercase;
	background: rgba(14, 0, 0, 0.40);
	padding: 30px 10px 30px 10px;
	width:55%;
	margin: 15% auto 1.5% auto;
}

.header-bottom h2{
	font-family: 'caviar_dreamsregular';
	color: #FFF;
	font-size:1.7em;
	text-transform: uppercase;
	background: rgba(14, 0, 0, 0.50);
	padding: 19px 10px 20px 10px;
	width:28%;
	margin: 5px auto 0 auto;
}

/*--services--*/
.services{
	background:#801ba1;
	padding:2% 0 2.5% 0;
}
i.coffee{
	background: url(../images/icon1.png)no-repeat;
	width: 55px;
	height: 52px;
	display: block;
	margin:0 auto;
}
i.instant{
	background: url(../images/icon2.png)no-repeat;
	width: 55px;
	height: 52px;
	display: block;
	margin:0 auto;
}
i.advisor{
	background: url(../images/icon3.png)no-repeat;
	width: 55px;
	height: 52px;
	display: block;
	margin:0 auto;
}
i.frame{
	background: url(../images/icon4.png)no-repeat;
	width: 55px;
	height: 52px;
	display: block;
	margin:0 auto;
}
.m_4{
	margin-bottom: 5%;
	position: relative;
}
span.bottom_line{
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:-10px;
	margin:0 15px;
}
h3.m_3{
	color:#fff;
	font-size:2em;
	font-family: 'caviar_dreamsregular';
	text-transform:uppercase;
	margin:0 15px;
}
h3.m_1{
	color: #FFF;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight:400;
	margin: 5% 0;
	font-family: 'caviar_dreamsregular';
	text-align:center;
}
p.m_2{
	color:#fff;
	font-size:14px;
	line-height:1.5em;
	text-align:center;
	
}
/*--portfolio--*/
.Portfolio1{
	padding:3% 0;
}
.portfolio_top{
	margin-bottom:5%;
}
h3.m_5 {
	color: #333;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}
.m_6 {
	position: relative;
}
span.portfolio_line {
	width:60px;
	display: block;
	border-bottom: 2px solid #515f67;
	position: absolute;
	bottom: 0px;
}
.portfolio_left{
	float:left;
}

.portfolio h3 {
	color: #333;
	font-size: 1.5em;
	font-family: 'caviar_dreamsregular';
	margin-top:10px;
}



#filters {
	padding: 0;
	list-style: none;
	float:right;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 4px 15px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 16px;
	    text-transform: uppercase;
		font-weight:500;
	}
	#filters li span.active {
		border:2px solid #801ba1;
		color:#801ba1;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 23%;
		display:none;
		float:left;
		overflow:hidden;
		margin: 0 2% 2% 0;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:38%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
h3.m_4{
	float:left;
}
/*--default--*/
.default{
	background:#515f67;
	padding:6% 0;
}
p.m_7{
	color: #FFF;
	font-size:15px;
	line-height: 1.8em;
	margin:5% 0;
}
h3.m_21 {
	color: #FFF;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}
.m_22 {
	position: relative;
	margin-bottom: 10%;
}
.m_8 {
	position: relative;
	margin-bottom: 10%;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
.button a {
	color:#29353C;
	font-size:0.85em;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 35px 9px 35px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border:2px solid #29353C;
}
.button a:hover {
	background:#fff;
	border:2px solid #fff;
	color:#801ba1;
}
/*--twitter--*/
.twitter{
	background:#801ba1;
	padding:5% 0;
}
i.icon_twitter{
	background: url(../images/img-sprite.png)no-repeat -328px -19px;
	width: 40px;
	height: 40px;
	float: right;
}
.twitter_left{
	float:left;
}
p.m_9{
	color:#fff;
	font-size:1.5em;
	margin-top:2%;
	font-weight:300;
}
.join{
	width: 100%;
	background: url(../images/join_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
	padding:4% 0 6% 0;
}
p.m_10 {
	color: #FFF;
	font-size: 15px;
	line-height: 1.8em;
	margin:0 0 5%;
}
p.m_11 {
	color: #FFF;
	font-size: 15px;
	line-height: 1.8em;
}
ul.social{
	padding:0;
	list-style:none;
	margin-bottom:50px;
}
ul.social li{
	background: none;
	display: inline-block;
	margin-right: 20px;
}
ul.social li:first-child, li:first-child {
	margin-top: 1px;
	margin-left: 0;
}

ul.social li.fb {width:60px; height:60px;}
ul.social li.fb:hover {cursor:pointer;}

ul.social li.tw {width:60px; height:60px;}
ul.social li.tw:hover {cursor:pointer;}

ul.social li.lk {width:60px; height:60px;}
ul.social li.lk:hover {cursor:pointer;}


p.m_12{
	color:#555;
	font-size: 1.5em;
	margin:3% 0;
	font-weight:300;
}
span.m_13{
	color: #801ba1;
	font-size: 0.95em;
	font-weight: 500;
}


p.m_13{
	color:#fff;
	line-height:1.8em;
	font-size:0.85em;
	margin-bottom: 8%;
}

.footer-bottom{
	background:#331c30;
	padding:3% 0 4% 0;
}
.copy{
	float:right;
}
.copy p{
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'caviar_dreamsregular';
}

ul.footer-nav{
	float:left;
	list-style:none;
	color:#fff;
	padding:0;
}
ul.footer-nav li:first-child{
	margin-left: 0;
}
ul.footer-nav li{
	display:inline-block;
	margin:0 10px;
	color:#fff;
}
ul.footer-nav li a{
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'caviar_dreamsregular';
}
ul.footer-nav li a:hover{
	color:#fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width:40px;
	height:40px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.png) no-repeat right top;
}


/* Subpage Content Pages */

.header-portfolio{
	width: 100%;
	background: url(../images/skynight-portfolio.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

.header-services{
	width: 100%;
	background: url(../images/skynight-services.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

.header-about{
	width: 100%;
	background: url(../images/skynight-about.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

.header-blog{
	width: 100%;
	background: url(../images/skynight-blog.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

.header-contact{
	width: 100%;
	background: url(../images/skynight-contact.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}

#insidecontent {background:#fff; padding-top:50px; padding-bottom:30px;}

#insidecontent h1 {
	color: #333;
	font-size: 1.6em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}


#insidecontent p {
	color: #333;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 3%;
}

.port h3 {
	color: #333;
	font-size: 1.6em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}

.port h4 {
	color: #333;
	font-size: 15px;
}

.port p {
	color: #333;
    font-size: 15px;
    line-height: 1.7em!important;
    margin: 0 0 3%;
}

a.btn {
	background:#801ba1;
	color:#fff;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	padding:10px 17px;
	font-size: 14px;
	border:none;
	font-weight:600;
	border-radius:0px;
}

a.btn:hover {
	background:#462a43;
	cursor:pointer;
}

/* Contact Form */

#form-submit {
	background:#801ba1;
	color:#fff;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	padding:10px 17px;
	font-size: 14px;
	border:none;
	font-weight:600;
	border-radius:0px;
	margin-bottom:60px;
	opacity:1.0;
}

#form-submit:hover {
	background:#462a43;
	cursor:pointer;
	opacity:1.0;
}

.shake label {font-size:15px;}
.shake input {padding:20px; border-radius:0px;}

.map { margin-bottom:50px;}

.map h2, .details h2 {
	color: #333;
	font-size: 1.6em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	margin-bottom:20px;
}

.map img {width:100%;}

address{font-size:15px; color: #333; margin: 0 0 3% 0; line-height: 1.5em!important;}

a {color:#801ba1;}
a:hover {color:#462a43;}


.details ul.social li{margin-right: 10px;}
.details ul.social li.fb {width:40px; height:40px;}
.details ul.social li.tw {width:40px; height:40px;}
.details ul.social li.lk {width:40px; height:40px;}


h2.bloghead {
	color: #801ba1;
	font-size: 1.4em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	font-weight:600;
}

.sidebarone img {width:100%; border:1px solid #ccc; padding:10px;}


h3.side {
	color: #333;
	font-size: 1.1em;
	margin-top:10px;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	font-weight:500;
	text-align:right;
}

p.lead {font-weight:600;}



/*--responsive design--*/
@media (max-width:1366px){
.header-bottom h1 {
	font-size: 2.5em;
	width: 52%;
 }
 .header-bottom h2 {
 	font-size: 2.5em;
	width: 73%;
  }
}
@media (max-width:1280px){
.header-bottom h1 {
	font-size: 2.2em;
	width: 50%;
 }
 .header-bottom h2 {
 	font-size: 2.2em;
	width: 70%;
  }
}
@media (max-width:1024px){
.header-bottom h1 {
	font-size: 2em;
	width: 57%;
 }
 .header-bottom h2 {
 	font-size: 2em;
	width: 79%;
  }
  
 h3.m_5, h3.m_3, h3.m_21 {
   font-size: 1.8em;
 }
 p.m_7 {
	margin: 20px 0;
 }
 p.m_9, p.m_12{
	font-size: 1.2em;
 }

 h3.m_1 {
	font-size: 1.3em;
  }
  .contactform_bottom input[type="submit"] {
  	 padding: 18px 75px;
  }
  .single h3, .comment h2, .comments-area h2{
	font-size: 1.2em;
  }
 
}
@media (max-width:800px){
.header-bottom h1 {
	font-size: 1.7em;
	width: 61%;
 }
 .header-bottom h2 {
 	font-size:1.7em;
	width:85%;
  }
  h3.m_1 {
	margin: 10px 0;
	font-size:1.5em;
 }
 .top_grid{
 	margin-bottom:20px;
 	text-align:center;
 }
 .default_top{
 	margin-bottom:20px;
 }
 #filters li span {
	font-size: 14px;
 }
.m_22 {
	margin-bottom: 6%;
 }
 .b-animate img {
	margin-top: 33%;
 }

 p.m_13 {
	margin-bottom: 10px;
 }
 .single_button a {
 	padding: 17px 45px;
 }
 .top_grid1{
 	text-align:center;
 }
}
@media (max-width:768px){
 .header-top {
	padding:10px 0;
 }
 .header-bottom h1 {
	font-size: 1.5em;
	width: 57%;
 }
 .header-bottom h2 {
	font-size: 1.5em;
	width: 79%;
 }
 h3.m_5, h3.m_3, h3.m_21 {
	font-size: 1.5em;
 }
 p.m_9, p.m_12 {
	font-size: 1em;
 }
 p.m_10 {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 10px;
 }
 p.m_7 {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.5em;
 }
 h3.m_1 {
	font-size: 1.2em;
 }

 p.m_13 {
	margin-bottom: 10px;
	font-size:14px;
	line-height:1.5em;
 }

 ul.social {
	margin-top: 20px;
 }
 .footer-bottom {
	padding: 20px 0;
 }
 .single_button a {
   padding: 12px 30px;
 }
 .single p {
	color: #555;
	font-size:0.8125;
	line-height: 1.5em;
	margin:10px 0;
 }
}
@media (max-width:640px){
 .header-bottom h1 {
	font-size: 1.3em;
	width: 61%;
 }
 .header-bottom h2 {
	font-size: 1.3em;
	width: 83%;
 }
 #filters li span {
	font-size: 12px;
	padding: 4px 8px;
 }
}
@media (max-width:480px){
    
 .header-bottom {padding-top:8%;}
    
 .header-bottom h1 {
	font-size: 20px;
	width: 90%;
 }
 .header-bottom h2 {
	font-size: 1.3em;
	width: 83%;
 }
 #filters li span {
	font-size: 12px;
	padding: 4px 8px;
 }
 .header-bottom h2 {
	font-size: 1em;
	width: 88%;
 }
 #portfoliolist .portfolio {
	width:48%;
 }	
 .portfolio_left {
	float: none;
 }
 #filters {
	margin-top: 7%;
 }
 
  .logo a h1 {font-size:20px;}
  .menu {margin-top:-43px;}
  .header {height:235px;}
 .header-top {padding:10px 0 17px 0;}
 .services {padding:10% 2.5%;}
 .Portfolio1 {padding:10% 2.5%;}
 .portfolio_top {margin-bottom:10%;}
 .portfolio h3 {font-size:19px;}
  p.m_10 {margin-top:10%;}
  ul.social img {width:85%;}
  ul.footer-nav {margin-bottom:20px;}
  ul.footer-nav li a {font-size:13px;}
  .copy {float:none;}
  .copy p {font-size:13px; margin-bottom:15px; text-align:center;}
 
}

@media (max-width:328px){

.header-bottom {padding-top:8%;}

 .header-bottom h1 {
	font-size:16px;
	width:90%;
	margin-bottom:10px;
	padding-bottom:23px;
 }
 .header-bottom h2 {
	display:none;
 }
 #filters li span {
	font-size: 12px;
	padding: 4px 8px;
 }
 .header-bottom h2 {
	font-size: 1em;
	width: 88%;
 }
 #portfoliolist .portfolio {
	width:48%;
 }	
 .portfolio_left {
	float: none;
 }
 #filters {
	margin-top: 7%;
 }
 p.m_11 {
	display: none;
 }
 ul.social li {
	margin-right: 5px;
 }
 
 .logo a h1 {font-size:20px;}
 .menu {margin-top:-43px;}
 .header {height:240px;}
 .header-top {padding:10px 0 17px 0;}
 .services {padding:10% 2.5%;}
 .Portfolio1 {padding:10% 2.5%;}
 .portfolio_top {margin-bottom:15%;}
 .portfolio h3 {font-size:15px;}
  p.m_10 {margin-top:15%;}
  ul.social img {width:70%;}
  ul.footer-nav {margin-bottom:20px;}
  ul.footer-nav li a {font-size:10px;}
  .copy {float:none;}
  .copy p {font-size:11px; margin-bottom:15px; text-align:center;}

 
}