﻿/*
* Author: Vasterad
* Template: Nevia
* URL: http://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
/*@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
/*@import url("responsive.css");			/* 960 Grid + Media Query Layouts */
/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");


/* =================================================================== */
/* Header
====================================================================== */


.blackbar{height: 49px;
    background: #000;
    margin: 0 auto;
    clear: both;
    text-align: center;}

#wrapper {
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}
/* Menu
====================================*/
#navigation {
	height: 49px;
	width: 960px;
	margin-left: 0px;
	background-color: #000;
	float: left;
	left: 0px;
}

/* Style Without Shadows */
.style-2 .left-corner,
.style-2 .right-corner { display: none; }
.style-2 { width: 1020px !important; margin-left: 0 !important; }
.style-2 ul li:first-child { margin-left: 1px !important; }

.js .selectnav {
	display: none;
}


.menu ul, .menu li > div {
	visibility: hidden;
	display: none;
}

.menu li:hover > ul, .menu li:hover > div {
	visibility: visible;
	display: block;
}



/* Reset  */
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:right;}
.menu li > a {display:block;}

.menu ul {
	position:absolute;
	display:none;
	width:285px;
}
.menu ul ul {
	top:0;
	left:170px;
}

.menu li:hover > ul {display:block;}



#current {
	background-color: #169fe6;
	margin-left: 0px;
	padding-left:15px;
	z-index: 8;
	position: relative;
}

.menu a {text-decoration:none;}

.menu > li > a {
	color:#e3f4fc;
	font-weight: bold;
	font-size: 14px;
	line-height:18px;
	padding: 15px 15px 15px 15px;
}

.menu > li:hover > a {
	background-color: #aacede;
	border-left:none;
	padding-left:15px;
	color:#000;
	margin: 0 0 0 0px;
}

ul.menu li a {
	-webkit-transition: background-color 80ms ease-in-out;
	-moz-transition: background-color 80ms ease-in-out;
	-o-transition: background-color 80ms ease-in-out;
	-ms-transition: background-color 80ms ease-in-out;
	transition: background-color 80ms ease-in-out;
}

.menu ul li a {
	-webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}

.menu > li > a { }
.menu > li > a:hover {  }

.menu > li > a img, .menu li > ul > li > a img {
	border:0;
}


/* Sub Menu */
.menu ul {
	background-color: #fff;
	border-top:none;
	left:0px;
	z-index: 999;
	background-color: #aacede; 
	border: 1px solid #e4d8bb; 	
	border-bottom: 4px solid #23556f;	border-top:0px;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul a {
	font-size: 14px;
	line-height: 18px;
	padding: 9px 15px;
	border-top: 1px solid #e6e6e6;color:#23556f;letter-spacing:0.01em;text-align:left !important;
}

.menu ul a:hover {
	background-color:#f5f5f5;
}


/* Mega Menu */
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
	position:absolute;
	display:none;
	overflow:auto;
	z-index: 999;
	background: #fff;
}

.menu .cols1, .menu .col1 {width:160px;}
.menu .cols2, .menu .col2 {width:320px;}
.menu .cols3, .menu .col3 {width:480px;}
.menu .cols4, .menu .col4 {width:640px;}
.menu .cols5, .menu .col5 {width:800px;}
.menu > li.floatr > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {right:0;}
.menu > li:hover > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {display:block;}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}

.menu li > ul.cols1,ul.cols2, ul.cols3, ul.cols4,ul.cols5  {
	background-color:#fff;
	border:1px solid #e0e0e0;
	border-top:none;
	left:-1px;
	padding:10px;
}

ul.cols1 a:hover, ul.cols2 a:hover, ul.cols3 a:hover, ul.cols4 a:hover, ul.cols5 a:hover {
	background: none;
	border: none;
}

ul.cols1 a, ul.cols2 a, ul.cols3 a, ul.cols4 a, ul.cols5 a {
	background: none;
	border: none;
}

ul.cols1 p a, ul.cols2 p a, ul.cols3 p a, ul.cols4 p a, ul.cols5 p a {
	padding: 0;
}

.menu h4 {
	font-size: 13px;
	color: #888;
	font-weight: normal;
	margin: 0px 10px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	letter-spacing: 0;
}

.menu h5 {
	font-size: 13px;
	margin: 8px 10px -3px 10px;
}
.menu ol {
	list-style:none;
	margin: 7px 10px;
	padding: 0;
}

.menu ol a {
	color: #777;
	font-size: 12px;
	padding: 3px 0;
	line-height: 15px;
}

.menu ol a:hover {
	color: #444;
}
.menu p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 10px;
	padding: 0;
}
.menu p a {
	color: #888;
	text-decoration: underline;
}
.menu p a:hover {
	color: #555;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

@media only screen and (max-width: 959px) {

	#wrapper
	 {
		width: 100%;
	}


	#navigation {
		width: 100%;
	}
.menu > li > a {
	color:#e3f4fc;
	font-weight: bold;
	font-size: 13px;
	line-height:18px;
	padding: 15px 8px 15px 8px;
}
	.menu > li:hover > a {
	background-color: #aacede;
	border-left:none;
	padding-left:10px;
	color:#000;
	margin: 0 0 0 0px;
}

}
/* Higher than standard 960 (desktop devices)
====================================================================== */



/* Tablet Portrait size to standard 960 (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	
	#navigation {
		width: 100%;
	}

	

	.post {
		margin: 24px 0;
	}

	ol li ol.childlist .comment-des {
		float:right;
		width:70%;
	}
	.comment-des {
		float:right;
		width: 73%;
	}

	#contact textarea {
		max-width: 425px;
		min-width: 425px;
	}

	.medium-image {
		margin: 0 25px 0 0;
		width: 35%;
	}

	.medium-content {
		width: 46%;
	}

	.post.medium {
		margin: 30px 0;
	}

	#not-found h2 {
		font-size: 160px;
		line-height: 160px;
	}

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

}
/* All Mobile Sizes (devices and browsers)
====================================================================== */
@media only screen and (max-width: 767px) {

	#sub-menu {
		float: left;
		margin: 5px 0 0 0;
	}

	#tagline,
	.social-icons,
	.contact-details,
	.top-search,
	.slide-caption,
	.js #responsive,
	.left-corner,
	.right-corner {
		display: none;
	}

	.portfolio-item,
	.recent-blog {
		margin: 0 0 40px 0;
	}

	.js .selectnav {
		display: block;
	}

	#navigation {
		margin:0;
		width: 100%;
		height: auto;
		background: #000; margin-top:15px;
	}

	.selectnav {
		cursor: pointer;
		padding: 10px;
		margin: 0 0 30px 30px;
		float: left;
		font-size: 14px;
	}

	

	

	.page-title h2 {
		padding: 0;
		position: relative;
	}
	
	.post {
		margin: 24px 0;
	}

	.meta span {
		display: none;
	}

	.line {
		margin: 0 0 0 -30px;
		padding: 0 60px 0 0;
	}

	

	body .container .columns.carousel-intro {
		float:none !important;
	}

	.comment-by {
		margin-bottom: 20px;
	}

	.caption-gray,
	.caption-color,
	.caption-transparent {
		display: none !important;
	}

	.post.medium {
		margin: 40px 0;
	}

	#logo-footer {
		margin: 20px 0;
	}

	.pricing-table {
		margin-bottom: 20px;
	}

	.pricing-table.featured {
		margin-top: 12px;
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#wrapper
	{
		width: 100%;
	}

	.selectnav {
		width: 90%;
	}

	.container.floated {
		width: 420px;
		padding: 0;
	}

	.blank.floated {
		width: 360px;
		padding: 0 30px;
	}

	.flickr-widget a {
		width: 73px;
		height: 73px;
		margin-right: 9px;
		margin-bottom: 9px;
	}

	ol li ol.childlist .comment-des {
		float:right;
		width:61%;
	}

	.comment-des {
		float:right;
		width: 67%;
	}

	#contact textarea {
		max-width: 340px;
		min-width: 340px;
	}

	.medium-image {
		margin: 0 25px 0 0;
		width: 30%;
	}

	.medium-content {
		width: 46%;
	}

	.client-list img {
		width: 179px;
		height: auto;
	}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {
	#wrapper
	{
		width: 100%;
	}

	.selectnav {
		width: 85%;background: #fff;
	}

	.container.floated {
		width: 320px;
		padding: 0;
	}


	

}