
body {
    background: #fff;
    text-align: center;
}

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; }


/***** Top menu *****/

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px 0;
	background: #ffffff;
	z-index: 99999;
}

nav .nav-links { text-align: right; }
nav .nav-logo { text-align: left; }

nav .nav-logo a {
	display: inline-block;
	width: 250px;
	height: 52px;
	margin: 7px 0 0 0;
	padding: 0;
	background: url("http://ali.rapidshotdev.com/img/logo.png") left center no-repeat;
	text-indent: -9999px;
}

nav .show-menu {
	display: none;
	margin-top: 15px;
}

nav .show-menu span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(img/menu.png) left top no-repeat;
	cursor: pointer;
}


/***** Top content *****/

.top-content-container {
    margin: 0 auto;
    background: #464c5c;
}

.inner-bg {
	padding: 675px 0 70px 0;
	background: url("http://ali.rapidshotdev.com/img/home-banner-bg-small_v2.png") left 109px round;
}

.top-content-text h1 {
	font-family: futura, sans-serif;
	font-size: 100px;
	color: #004a92;
	/*line-height: 40px;*/
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.4);
}

.top-content-text h1 span.top-content-text-big {
	font-family: futura, sans-serif;
	font-size: 60px;
	color: #464c5c;
	/*line-height: 52px;*/
}

.top-content-computer-container {
	position: relative;
	margin: 0 auto;
	width: 571px;
	height: 405px;
}
.top-content-computer-container img { width: 100%; }

.top-content-video {
	position: absolute;
	top: 61px;
	left: 67px;
	width: 436px;
	height: 273px;
	cursor: pointer;
}
.top-content-video img { width: 71px; height: 74px; margin-top: 80px; }

.top-content-video p {
	margin-top: 15px;
	font-family: futura, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(8, 8, 8, 0.2);
}

.top-content-video iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 436px;
	height: 273px;
}

.top-content-select {
	margin-top: 40px;
}


/***** Title *****/

.title-container {
    margin: 0 auto;
    padding: 55px 0 55px 0;
    color: #464c5c;
    border-bottom: solid 1px lightgray;
    border-top: solid 1px lightgray;
}

.title-box {
	margin-top: 30px;
}

.title-box h3 {
	padding: 0 0 4px 0;
	font-family: 'signikasemibold', futura, sans-serif;
	font-size: 24px;
    color: #464c5c;
    line-height: 28px;
}

.title-box p {
	font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
    line-height: 26px;
}

.title-box .title-box-icon {
    width: 111px;
    height: 111px;
    margin: 0 auto;
}

/***** Services *****/

.services-container {
    margin: 0 auto;
    padding: 35px 0 55px 0;
    color: #464c5c;
}

.services-box {
    margin-top: 30px;
   /* padding-left: 10%;
    padding-right: 10%;*/
}

.services-box h3 {
	padding: 0 0 4px 0;
	font-family: 'signikasemibold', futura, sans-serif;
	font-size: 24px;
    color: #464c5c;
    line-height: 28px;
}

.services-box p {
	font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
    line-height: 26px;
}

.services-box .services-box-icon {
    width: 111px;
    height: 111px;
    margin: 0 auto;
}


/***** Portfolio *****/

.portfolio-container {
    margin: 0 auto;
    padding: 45px 0 70px 0;
    color: #fff;
	background-image: url("http://ali.rapidshotdev.com/img/home-banner-bg-small.jpg");

}

.portfolio h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.2);
}

.portfolio p {
	margin-top: 15px;
	padding: 0 120px;
    font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(8, 8, 8, 0.2);
}

.portfolio-filters {
	padding: 40px 0 30px 0;
}

.portfolio-box {
	position: relative;
	width: 255px;
	margin: 30px 15px 0 15px;
	overflow: hidden;
}

.portfolio-box img {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.portfolio-box-text-container {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	width: 255px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.portfolio-box-text {
	background: #464c5c;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    cursor: pointer;
}
.portfolio-box:hover .portfolio-box-text-container { bottom: 0; }

.portfolio-box-text h3 {
	margin: 0;
	padding: 16px 20px 0 20px;
	font-family: futura, sans-serif;
	font-size: 16px;
	color: #004a92;
	line-height: 20px;
	text-transform: uppercase;
}

.portfolio-box-text p {
	margin: 0;
	padding: 3px 20px 15px 20px;
	font-family: 'signikasemibold', futura, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
}


/***** Our team *****/

.team-container {
    margin: 0 auto;
    padding: 45px 0 70px 0;
    font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
	color: #464c5c;
    line-height: 26px;
}

.team h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	color: #464c5c;
	line-height: 64px;
	text-transform: uppercase;
}

.team p {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 120px;
}

.team-box {
	margin-top: 30px;
	padding: 30px;
	border: 2px solid #e7e7e7;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.team-box-photo {
	float: left;
	width: 140px;
}

.team-box-photo img {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.team-box-text {
	float: left;
	width: 350px;
	padding-left: 30px;
	text-align: left;
}

.team-box-text h3 {
	margin: 0;
	padding: 0;
	font-family: futura, sans-serif;
	font-size: 20px;
	color: #004a92;
	line-height: 24px;
	text-transform: uppercase;
}

.team-box-text p {
	margin: 20px 0 0 0;
}

.team-box-text .team-box-social {
	height: 38px;
	margin-top: 24px;
}


/***** Customer reviews *****/

.reviews-container {
    margin: 0 auto;
    padding: 45px 0 55px 0;
    background: #004a92;
    color: #fff;
    /*padding-left: 10%;
    padding-right: 10%;*/
}

.reviews h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.2);
}

.reviews p {
    padding:0px;
	font-family: futura, sans-serif;
	font-size: 20px;
	font-style: italic;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(8, 8, 8, 0.2);
	/*padding-left: 10%;
	padding-right: 10%;*/
}

.reviews a.review-author {
	font-family: 'signikasemibold', futura, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #f8b3ac;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(8, 8, 8, 0.2);
}

.review-active {
	margin-top: 45px;
	padding-bottom: 20px;
}

.review-single {
	display: inline-block;
}

.review-single p {
	display: none;
}

/***** inside *****/

.inside {
    margin: 0 auto;
    padding: 45px 0 55px 0;
    color: #fff;
	background:#004a92;
}

.inside h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.2);
}

.inside p, ul {
    padding:0px;
	font-family: futura, sans-serif;
	font-size: 20px;
    line-height: 30px;
}


.inside-active {
	margin-top: 45px;
	padding-bottom: 20px;
}

.inside-single {
	display: inline-block;
}

.inside-single p {
	display: none;
}


.inside-container {
  margin: 0 auto;
  /*padding: 4rem;*/
  /*width: 48rem;*/
}

/***** news *****/

.news {
    margin: 0 auto;
    padding: 45px 0 55px 0;
    background: #004a92;
    color: #fff;
}

.news h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.2);
}

.news p {
    padding:0px;
	font-family: futura, sans-serif;
	font-size: 20px;
    line-height: 30px;
}


.news-active {
	margin-top: 45px;
	padding-bottom: 20px;
}

.news-single {
	display: inline-block;
}

.news-single p {
	display: none;
}


.style-container {
  margin: 0 auto;
  /*padding: 4rem;*/
  /*width: 48rem;*/
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #ffd200;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #ffd200;
  font-family: futura, sans-serif;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #fff;
}

.accordion a:hover::after {
  border: 1px solid #fff;
}

.accordion a.active {
  color: #ffd200;
  border-bottom: 1px solid #ffd200;
}

.accordion a::after {
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #ffd200;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffd200;
  text-align: center;
}

.accordion a.active::after {
  content: '-';
  color: #ffd200;
  border: 1px solid #ffd200;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #ffd200;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 20px;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/***** Inside RapidShot *****/

.inside {
    margin: 0 auto;
    padding: 15px 0 55px 0;
    background: #004a92;
    color: #fff;
    /*padding-left: 10%;
    padding-right: 10%;*/
}

/***** Blog *****/

.blog-container {
    margin: 0 auto;
    padding: 45px 0 70px 0;
}

.blog h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	color: #464c5c;
	line-height: 64px;
	text-transform: uppercase;
}

.blog p {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0px;
	font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
	color: #464c5c;
    line-height: 26px;
}

.blog-articles {
	margin-top: 60px;
}

.blog-single-article {
	border-bottom: 1px solid #e0dee2;
	text-align: left;
	overflow: hidden;
}
.blog-single-article:first-child { border-top: 1px solid #e0dee2; }



.blog-all-posts {
	margin-top: 30px;
}
.blog-all-posts a { margin: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }



/***** Project valuation *****/

.project-valuation-container {
    margin: 0 auto;
    padding: 45px 0 70px 0;
}

.project-valuation h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	color: #464c5c;
	line-height: 64px;
	text-transform: uppercase;
}

.project-valuation p {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 120px;
	font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
	color: #464c5c;
    line-height: 26px;
}

.project-valuation-form {
	margin-top: 60px;
	text-align: left;
}

.project-valuation-form form { overflow: hidden; }

.project-valuation-form form .project-valuation-form-left {
	float: left;
	width: 370px;
}

.project-valuation-form form .project-valuation-form-right {
	float: right;
	width: 670px;
}

.project-valuation-form form label { margin-top: 45px; }
.project-valuation-form form input[type="submit"] { margin: 45px 0 0 0; }

.project-valuation-form form .project-valuation-form-left label:first-child, 
.project-valuation-form form .project-valuation-form-right label:first-child { margin-top: 0; }


/***** Map *****/

.map-container {
	position: relative;
	min-height: 660px;
	margin: 0 auto;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 660px;
}

.address-container {
	padding-top: 65px;
}

.address {
	width: 370px;
	height: 457px;
	padding-top: 1px;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 5px 0 rgba(8, 8, 8, 0.4);
	-webkit-box-shadow: 0 2px 5px 0 rgba(8, 8, 8, 0.4);
	box-shadow: 0 2px 5px 0 rgba(8, 8, 8, 0.4);
}

.address h3 {
	margin-top: 72px;
	font-family: futura, sans-serif;
	font-size: 25px;
	color: #464c5c;
	line-height: 25px;
}

.address p {
	margin: 30px 0 0 0;
	font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
	color: #464c5c;
    line-height: 30px;
}

.address .address-box-social { margin-top: 35px; }


/***** Contact us *****/

.contact-us-container {
    margin: 0 auto;
    padding: 45px 0 70px 0;
    background: #464c5c;
    color: #fff;
   /* padding-left: 10%;
    padding-right: 10%;*/
}

.contact-us h2 {
	font-family: futura, sans-serif;
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(8, 8, 8, 0.2);
}

.contact-us p {
	margin-top: 15px;
	padding: 0 120px;
    font-family: 'signikalight', futura, sans-serif;
	font-size: 20px;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(8, 8, 8, 0.2);
}

.contact-us-form {
	margin-top: 40px;
	text-align: left;
}

.contact-us-form form { overflow: hidden; }

.contact-us-form form .contact-us-form-left {
	float: left;
	width: 440px;
}

.contact-us-form form .contact-us-form-right {
	float: right;
	width: 670px;
}

.contact-us-form form .contact-us-input-container { position: relative; margin-top: 30px; }
.contact-us-form form .contact-us-form-left .contact-us-input-container:first-child, 
.contact-us-form form .contact-us-form-right .contact-us-input-container:first-child { margin-top: 0; }

.contact-us-form form label {
	position: absolute;
	top: 19px;
	left: 20px;
	z-index: 130;
}


.contact-us-form form input[type="submit"] { margin: 30px 0 0 0; }

/***** Footer *****/

footer {
	margin: 0 auto;
    padding: 70px 0 55px 0;
    background: #3b404d;
    text-align: left;
}

footer .footer-left {
	float: left;
	/*width: 440px;*/
	padding-top: 14px;
	font-family: 'signikalight', futura, sans-serif;
	font-size: 18px;
	color: #818590;
    line-height: 24px;
}

footer .footer-right {
	float: right;
	width: 670px;
}

