/*
Name: Sirius
Version: 1.0
*/

/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Content Styles
	=Hero
	=SLider
	=Subscribe
	=Footer

*/


/* =Common Styles
-------------------------------------------------------------- */
body { 
	background: #fff;
	color: #63625a;
	font: normal 18px 'Lato', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: middle;
}

a { text-decoration: none; }

a, video { outline: 0; }
button:focus { outline: 0; }

a:active, a:visited { 
    border: none;
    outline: none;
}

::selection { background: #000; color: #fff; }
::-moz-selection { background: #000; color: #fff; }


/* =Typography
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 15px 0 15px 0;
}

h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 15px 0 15px 0;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
	color: #fff;
}

.dark h6 {
	color: #93928a;
}

h1, h2 {
	letter-spacing: -0.075em; 
}

h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

h1 { font-size: 125px; }
h2 { font-size: 36px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }


/* Common */
p {
	font-size: 16px;
	line-height: 1.6em;
	margin: 5px 0 5px 0;
}

.dark p { color: #d1d1d1; }

p.sub-heading {
	color: #63625a; 
	font-size: 25px;
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-style: italic;
}

.dark p.sub-heading { color: #fff; }


/* =Content Styles
-------------------------------------------------------------- */
.padded {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padded.nb {
	padding-bottom: 50px;
}

.padded.nt {
	padding-top: 50px;
}

.center {
	text-align: center;
}

.separator {
	display: inline-block;
	width: 100px;
	height: 10px;
	background: #273a31; 
}

.separator-footer{
	display: inline-block;
	width: 100px;
	height: 10px;
	background: #ffffff; 
}

.separator.center {
	display: block;
	margin: 0 auto;
}

.separator-footer.center {
	display: block;
	margin: 0 auto;
}

.button {
	display: inline-block;
	padding: 20px 50px;
	background: transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   	-ms-border-radius: 4px;
	   	 -o-border-radius: 4px;
			border-radius: 4px;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   	-ms-transition: all 0.2s ease-in-out;
	   	 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.button:hover {
	color: #000;
	background: #fff;
}

.icon.large {
	font-size: 64px;
	color: #000;
}




/* =Hero
-------------------------------------------------------------- */

.hero {
	display: block;
	overflow: hidden;
	width: 100%;
	background-position: center;
	background-size: cover;
	z-index: -1;	
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .hero {
    background-image: url(../images/hero@2x.jpg);
    background-size: auto auto;
  }
}

.hero:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(39, 58, 50, .8);
}


.hero .logo { margin-bottom: 20px; }
.hero .button { margin-top: 40px; }

.hero-content {
	clear: both;
}

/* =Slider
-------------------------------------------------------------- */

a.load-item {
	z-index: 1;
}

/* =Subscribe
-------------------------------------------------------------- */
form {
	margin-top: 22px;
	position: relative;
}

input.submit {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'Cardo', serif;
	letter-spacing: -0.075em;
	font-style: italic;
	font-size: 25px;
	color: #000000;
	width: 100%;
	padding: 15px 0px 15px 20px;
	line-height: 1em;
	line-height: 1em;

}

input.submit:hover {
	/* Reset */
	color: #273a31;
}

input.text {
	/* Reset */
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;

	font-family: 'Cardo', serif;
	letter-spacing: -0.075em;
	font-style: italic;
	font-size: 25px;
	color: #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	padding: 15px 0px 15px 20px;
	line-height: 1em;
}

input.text:focus {
	color: #63625a;
}

.notification {
	display: none;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0;
	margin-top: 40px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.notification.success {
	color: #5f9025;
	border: 1px solid #b3dc82; 
}

.notification.error { 
	color: #de5959;
	border: 1px solid #fbc4c4; 
}



/* =Footer
-------------------------------------------------------------- */
footer { background: #273a31; }

footer .logo {
	margin-bottom: 20px;
}

.social-list {
	margin-top: 30px;
}

.social-list li{
	display: inline-block;
	margin: 0px 5px;
}

.social-list a {
	color: rgba(255,255,255,.5);
	font-size: 20px;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   	-ms-transition: all 0.2s ease-in-out;
	   	 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.social-list a:hover {
	color: #fff;
}

.email {
	display: inline-block;
	color: rgba(255,255,255,.6);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 15px 0 20px 0;
	font-size: 12px;
	text-transform: uppercase; 

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   	-ms-transition: all 0.2s ease-in-out;
	   	 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.email:hover {
	color: #fff;
}



/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

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

		.button {
			padding: 10px 25px;
			font-size: 10px;
		}

		.padded {
			padding-top: 50px;
			padding-bottom: 50px;
		}


		.separator {
			width: 	50px;
		}

		p.sub-heading { 
			font-size: 18px;
		}

		h1 { font-size: 50px; }
		h2 { font-size: 22px; }
		h3 { font-size: 14px; }
		h4 { font-size: 12px; }
		h5 { font-size: 11px; }
		h6 { font-size: 10px; }

		p {font-size: 12px; }
						
	    input.submit {
			/* Reset */
			font-size: 9px;
			top: -16px;
		}

		input.text {
			/* Reset */
			font-size: 14px;
			padding: 0px 0px 5px 20px;
		}

		.social-list a {
			color: rgba(255,255,255,.5);
			font-size: 14px;

			-webkit-transition: all 0.2s ease-in-out;
			   -moz-transition: all 0.2s ease-in-out;
			   	-ms-transition: all 0.2s ease-in-out;
			   	 -o-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
		}

		.email {
			font-size: 8px;
		}

		a.load-item {
			visibility:hidden!important;
		}
		}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

		.button {
			padding: 10px 25px;
			font-size: 10px;
		}

		.padded {
			padding-top: 50px;
			padding-bottom: 50px;
		}

		.separator {
			width: 	50px;
		}

		p.sub-heading { 
			font-size: 18px;
		}

		h1 { font-size: 50px; }
		h2 { font-size: 26px; }
		h3 { font-size: 14px; }
		h4 { font-size: 12px; }
		h5 { font-size: 11px; }
		h6 { font-size: 10px; }

		p {font-size: 14px; }

		input.submit {
			/* Reset */
			font-size: 11px;
			top: -14px;
		}

		input.text {
			/* Reset */
			font-size: 18px;
			padding: 0px 0px 15px 20px;
		}

		.email {
			font-size: 10px;
		}

		a.load-item {
			visibility:hidden!important;
		}
						
   	  	}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

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


		h1 { font-size: 100px; }
		h2 { font-size: 30px; }
		h3 { font-size: 14px; }
		h4 { font-size: 12px; }
		h5 { font-size: 11px; }
		h6 { font-size: 10px; }

		p {font-size: 16px; }

	    input.submit {
			/* Reset */
			font-size: 11px;
			top: -14px;
		}

		input.text {
			/* Reset */
			font-size: 18px;
			padding: 0px 0px 5px 20px;
		}

    }

/* #IPAD
================================================== */

    /* Note: Design for a width of 1024px */

    @media only screen and (min-width: 1024px) and (max-width: 1200px) {

		.countdown {
			position: absolute;
			display: block;
			top: -50px;
			left: -6%;
		}

		.counter-column {
			height: 70px;
			margin-bottom: 	20px;	
		}
		
		.count-digit {
			font-size: 200px;
			line-height: 0.8em;
		}


		.count-name {
			font-size: 50px;
		}

						
   	  	}

   	  	.tooltip {
	display: none;
	position: absolute;
	width: 260px;
	background: #060606;
	background: rgba(6,6,6,.85);
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
 
.feature-list {
	font-style: italic;
	font-weight: 300;
	font-size: 0.9333333333333em;
	color: #fff;
	color: rgba(255,255,255,.90)!important;
	text-align: left;
	color: #fff;
 }
 
.list-dot {
	display: inline-block;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
 }
 
.feature-list li {padding-bottom: 10px;}
 
.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6,6,6,.85);
 }
 
.visible {display: block;}
 
.portfolio {width: 100%;}
 
.projectlist {
	background: transparent;
 }
 
	.projectlist li {
		float: left;
	 }
 
	.projectlist a {
		display: block;
		padding-bottom: 85px;
		position: relative;
	 }
 
		.projectlist a:hover {
			cursor: url('http://aetherthemes.com/demo/visia/images/cursors/more.cur'),crosshair;
			cursor: url('http://aetherthemes.com/demo/visia/images/cursors/more.png') 40 40,crosshair;
		 }
 
		.projectlist a img {width: 100%;}
 
.projectinfo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
 }
 
.meta {
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
 }
 
	.meta h4,.project-title h4 {margin-bottom: 6px;}
 
	.meta h6,.project-title h6 {margin-bottom: 0px;}
 
	.meta em,.project-title em {
		font-family: "Times New Roman",Times,serif;
		font-style: italic;
		text-transform: lowercase;
		color: #424242;
	 }
 
.projectlist a:hover .meta h4,.projectlist a:hover .meta em {color: #fff!important;}
 
#portfolio-grid .mix {
	opacity: 0;
	display: none;
 }
 
.filtering {margin-top: 50px;}
 
	.filtering li {margin-right: 10px;}
 
		.filtering li:after {
			content: "/";
			color: #898989;
			padding-left: 15px;
		 }
 
		.filtering li:last-of-type:after {content: "";}
 
.filter {
	font-family: "Times New Roman",Times,serif;
	font-style: italic;
	text-transform: lowercase;
	color: #424242;
	cursor: pointer;
	display: inline-block;
 }
 
.ajax-section {position: relative;}
 
.loader {
	display: none;
	background: #fff url(../images/loading.gif) no-repeat center 250px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
 }
 
.project-hero {position: relative;}
 
.closeProject {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
	z-index: 200;
 }
 
.nextProject {
	position: absolute;
	top: 67%;
	right: -100px;
	z-index: 200;
 }
 
.prevProject {
	position: absolute;
	top: 67%;
	left: -100px;
	z-index: 200;
 }
 
#ajaxpage {
	padding-top: 50px;
	padding-bottom: 50px;
 }
 
.nextProject a,.prevProject a {
	display: block;
	width: 20px;
	height: 48px;
	opacity: .4;
	filter: alpha(opacity=40);
 }
 
.nextProject a:hover,.prevProject a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 }
 
.nextProject a {background: url(../images/icons/project-next.png) no-repeat center center;}
 
.prevProject a {background: url(../images/icons/project-prev.png) no-repeat center center;}
 
.nextProject a.disabled,.prevProject a.disabled {display: none;}
 
.slider img {width: 100%;}
 
.slider-pager {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
 }
 
.small-border {
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 1px;
	background: #e9e9e9;
 }
 
.bx-pager-item {display: inline-block;}
 
.bx-pager-link {
	display: inline-block;
	text-indent: -999em;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: url(../images/projects/pager.png) no-repeat top center;
	background-size: 12px 24px;
 }
 
	.bx-pager-link.active {
		background: url(../images/projects/pager-active.png) no-repeat top center;
		background-size: 12px 12px;
	 }
 
	.bx-pager-link:hover {background-position: bottom;}
 
.project-title {
	text-align: center;
	padding: 25px 0px 50px;
 }
 
.project-info {border-bottom: 1px solid #E9E9E9;}
 
	.project-info h6 {
		border-bottom: 1px solid #E9E9E9;
		padding-bottom: 10px;
		margin-bottom: 20px;
	 }
 
i.icon-remove {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icons/close.png) no-repeat;
	background-size: 26px 26px;
	filter: alpha(opacity=50);
	opacity: .5;
 }
 
	i.icon-remove:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	 }
 
.project-gallery-next .bx-next,.project-gallery-prev .bx-prev {
	position: absolute;
	top: 45%;
	opacity: .5;
	filter: alpha(opacity=50);
	right: auto;
	left: auto;
	text-indent: -999em;
	width: 34px;
	height: 36px;
	margin-top: -18px;
 }
 
.project-gallery-next .bx-next {
	background: #fff url('../images/icons/project-gallery-next.png') no-repeat center center;
	background-size: 22px 22px;
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
 }
 
.project-gallery-prev .bx-prev {
	background: #fff url('../images/icons/project-gallery-prev.png') no-repeat center center;
	background-size: 22px 22px;
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
 }



a,a:visited {
	color: #273a31;
	font-weight: 400;
	text-decoration: none;
 }

a:hover {color: #273a31;}

.button {border: 1px solid #273a31;}

	.button:hover {border: 1px solid #273a31;}

.desktop.navigation .nav-content a:hover,.desktop.navigation .nav-content a.active,.post-title a:hover,.cat-item a:hover,.widget-archive a:hover,.recentcomments a:hover,.widget-recent-entries a:hover,.comment-meta a:hover,.required {color: #273a31!important;}

.gallery-next .bx-next:hover {
	background: #273a31 url('../../images/blog/next.png') no-repeat;
	background-size: 22px 22px;
 }

.gallery-prev .bx-prev:hover {
	background: #273a31 url('../../images/blog/prev.png') no-repeat;
	background-size: 22px 22px;
 }

.filter.active,.filter:hover {color: #273a31;}

.tagcloud a {border: 1px solid #273a31;}

	.tagcloud a:hover {border: 1px solid #273a31;}

.tabs ul li.active a {border-top: 2px solid #273a31;}

.parallax.colored {background-color: #273a31;}

.list-dot {background: #273a31;}

.projectlist a:hover .projectinfo {
	background: #273a31;
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
 }

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {.gallery-next .bx-next: hover}

.gallery-prev .bx-prev:hover {
	background: #273a31 url('../../images/blog/prev@2x.png') no-repeat;
	background-size: 22px 22px;
 }

{}

	.parallax-bg2 {background-image: url(../../images/services-red.jpg);}

	.parallax-bg4 {background-image: url(../../images/news-red.jpg);}

