/*
 * AETIUS INVESTMENTS
 */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700);

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background: #fff;
    font-size: 1em;
    line-height: 1.4;
}

a {
	color: #3f403f;
	text-decoration: none
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1.5em 0;
    padding: 0;
	opacity: 0.25
}

img {
    vertical-align: middle;
}

fieldset, input, submit {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}


/* ==========================================================================
   MAIN STYLES
   ========================================================================== */

body {
	color: #3f403f
}

.top-contact {z-index: 10000; position: relative}

#slides {
z-index: 0;
}

.top-contact a,
.top-contact span {
  display: block;
  float: left;
  height: 38px;
  padding: 12px 14px;
  text-align: center;
  margin-right: 1px;
  min-width: 38px;
  color: #fff;
  font-size: 11px;
  background-color: #666;
  background-color: rgba(63,64,63,0.5);
}

.top-contact span.phone {
	width: 38px;
    padding: 0;
	overflow: hidden;
	background: #666 url('img/icon-tel.png') no-repeat center;
	background: rgba(63,64,63,0.5) url('img/icon-tel.png') no-repeat center
}

nav.primary {
	position: absolute;
	top: 84px;
	left: 0%;
	right: 0%;
	text-align: center;
	padding-left: 30px
}

nav.primary li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	padding: 20px;
}

nav.primary li.about {
	margin-right: 300px
}

nav.primary li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 0;
	letter-spacing: 1px;
	display: block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

nav.primary li a:hover {
	border-color: #fff;
}

body.about nav.primary li.about a,
body.services nav.primary li.services a,
body.contact nav.primary li.contact a,
body.index nav.primary li.home a{
	border-color: #fff;
}

body.services nav.primary li.services ul li a {
	border-color: transparent;
}

body.services nav.primary li.services ul li:hover a {
	border-color: #fff;
}


nav.primary li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: -64px;
	white-space: nowrap;
	text-align: center;
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .5s, 0s;
	-moz-transition-duration: .5s, 0s;
	-o-transition-duration: .5s, 0s;
	transition-duration: .5s, 0s;
	-webkit-transition-delay: 0s, .5s;
	-moz-transition-delay: 0s, .5s;
	-o-transition-delay: 0s, .5s;
	transition-delay: 0s, .5s;
}

nav.primary li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

nav.primary li ul li{
	display: block;
	margin: 0;
	padding: 3px 0;
}

nav.primary li ul li a{
	display: inline
}



.logo {
	position: absolute;
	top: 37px;
	left: 50%;
	margin-left: -47px;
	width: 94px;
	height: 140px;
	background: url('img/logo.png') no-repeat center;
    opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	z-index: 9999
}

.logo a {
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
}

.logo:hover {
    opacity: 0.8;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	min-height: 430px;
	background: url('img/shadow.png') repeat-x top;
}

.intro {
	background: #666;
	background: rgba(63,64,63,0.5);
	padding: 50px;
	position: absolute;
	bottom: 0;
	left: 10%;
	color: #fff;
	width: 530px;
	font-size: 14px;
	z-index: 10001!important
}


.intro hr {
	position: relative;
	right: 50px;
	width: 110%
}

.inner {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.col {
	padding: 0 20px;
	float: left;
	border-left: 1px solid #ddd;
	width: 25%;
	position: relative;
	min-height: 220px;
}

.col.col-3 {
	width: 33.33%;
	min-height: 400px;
}

.col.half {
	width: 50%;
}

.col.two-thirds {
	width: 55%;
	padding-right: 20%
}

.col.one-thirds {
	width: 33%;
}

.col.fullwidth {
	width: 100%;
	padding-right: 0;
	min-height: 0px;
}

.col.fullwidth + div:not([class]) {
    display: inline-block;
    margin-top: 20px;
}

.main {
	background-color: #f6f6f5;
	padding: 100px 0
}

.contact h3 {
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 0;
}

.form {
	width: 66%;
	padding-bottom: 30px;
}

.half {width: 50%; float: left}

.half:first-of-type {padding: 0 10px 0 0}

.half:last-of-type {padding: 0 0 0 10px}

/* Footer */
.footer {
	font-size: 12px;
	padding: 50px 0
}

.footer nav{
	margin: 16px 0 8px;
}

.footer li{
	display: inline-block;
	margin-right: 20px;
}
.footer a {
	border-bottom: 1px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer a:hover{
	border-color: #666
}

.footer-left {float: left}

.footer-logo {float: right;}


/* Typography */

h1, h2 {
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.1;
}


h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}

p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.main p {
	color: #727272;
	font-size: 14px;
}

p.bold {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #3f403f;
	margin-bottom: 0px;
}
span.bold{
	font-weight: bold;
}
span.bold-font-size-1-rem{
	font-size:1rem;
	font-weight: bold;
}

.read-more {
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer
}

.read-more:hover{
	border-color: #666
}

.intro h1 {
	margin-bottom: 0;
}


.index .intro h1 {
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.3;
}


.intro a {
	color: #fff;
}

.intro a:hover {
	border-color: #fff!important
}


/* Lists */

.col ul {
	margin: 10px 0;
}

.col ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

.map {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.map.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}

.google-map {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/* ==========================================================================
   FORM STYLES
   ========================================================================== */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


label {
	font-size: 12px;
	font-weight: 600;
	color: #3f403f
}

select,
textarea,
input[type="text"],
input[type="email"]{
	background: #fff;
	border: 0;
	padding: 8px;
	width: 100%;
	color: #222;
	margin: 0 0 6px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

select{
	padding: 7px 8px;
}

textarea {
	height: 100px;
}

input[type="submit"]{
	background: transparent;
	border: 0;
	text-transform: uppercase;
	float: right;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}


form.contact label.error {
	color: indianred;
}
form.contact input:focus + label.error { display: none; }

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.mobile,
.mobile-nav,
a.mobile-toggle {
	display: none;
}


/* Responsive */

.service-row .col {
    width: 20%;
}

@media (max-width: 1024px) {
    .service-row .col h3 {
        font-size: 12px;
    }
    .service-row .col {
        width: 100%;
    }
}

@media (max-width: 958px) {


	a.mobile-toggle {
		float: right;
		margin: 0;
		width: 60px;
		text-align: left;
		background: url('img/mobile.png') no-repeat right 13px;
		cursor: pointer;
		position: relative;
		bottom: 1px;
		display: block
	}

	a.mobile-toggle.active {
		background: url('img/close.png') no-repeat right 10px;
	}

	.slides-navigation,
	body.index .slides-navigation {
	top: 45%;
	}

	#slides {
		border-top: 0;
	}

	.top-contact   {
		width: 100%;
		background-color: #fff;
		height: 38px;
	}

	.top-contact a, .top-contact span {
		color: #000;
		background-color: transparent;
		padding: 14px 0;
	}

	.phone {
		background: url('img/icon-tel-black.png') no-repeat center;
	}

	.logo {
		top: 75px;
	}

	.primary {display: none}

	.mobile-nav {
		background: #eee;
		text-align: center;
	}

	.mobile-nav a{
		color: #000;
		display: block;
		padding: 10px;
		font-size: 12px;
		text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}

	.mobile-nav a:hover{
		background: #f9f9f9;
	}

	.footer-left{
		float: none;
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	.footer {position: relative}

	.copyright {position: absolute; bottom: 2px; left: 0; right: 0}

	.footer-left nav{
		display: none
	}

	.footer-left nav.mobile  {
		display: block
	}

	.footer-left .mobile ul  {
		width: 50%;
		float: left;
		text-align: left;
		margin-bottom: 40px;
		padding: 0 30px;
	}

	.footer-left .mobile ul li {
		display: block;
		margin-bottom: 18px
	}

	.footer-left .mobile ul li a{
		padding: 6px 0;
	}


	.footer-logo {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 40px
	}


	.intro {
	bottom: 0;
	left: 25px;
	right: auto;
	}

}


@media (max-width: 720px) {

	.slides-navigation,
	body.index .slides-navigation {
	top: 200px;
	}

	.intro {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	}



	.intro {
	padding: 30px;
	}

	.index .intro h1 {
	font-size: 14px;
	line-height: 1.3;
	}

	.footer-logo   {
		padding-top: 30px
	}

	.footer-left .mobile ul  {
		width: 100%;
		margin-bottom: 0
	}

	.footer-left .mobile ul  {
		padding: 0;
	}

	.copyright {font-size: 10px}

	.col,.col.col-3,.col.half,.col.two-thirds,.col.one-thirds {
		width: 100%;
		padding: 0;
		min-height: 0px;
		border-left: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.half {width: 100%; float: left}

	.half:first-of-type {padding: 0}

	.half:last-of-type {padding: 0}

}


@media (max-width: 480px) {

	.slides-navigation,
	body.index .slides-navigation {
	  top: 180px;
	}


	.index .intro h1 {
	  font-size: 13px;
	  line-height: 1.3;
	}

	.intro {
	  padding: 15px;
	}

}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {

	.slides-navigation {
	display: none!important;
	}


	.logo {
		top: 54px;
		margin-left: -24px;
		width: 47px;
		height: 70px;
		background: url('img/logo.png') no-repeat center;
		background-size: cover;
	}

}
