/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme: Modern Slide In
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/modern-slide-in/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/
/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */

/* HTML5 display-role reset for older browsers */

.button-ser {
	background: #408cca none repeat scroll 0 0;
	border: 2px solid #408cca;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "proxima_nova_rgbold";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 0 4px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 125px;
}
/* !CSS RESET */
/* prefix declarations */
/* THEME STYLES */
.sequence-theme {
	/* this container is just to ensure the background color stretches all the way across on bigger screens */
	
}
#sequence {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: url(../images/server-12.jpg) no-repeat center center;
	background-size: cover;*/
	color: white;
	font-size: 0.625em;
	margin: 0 auto;
	position: relative;
	height: 550px;
}
#sequence .first {
	text-align: center;
}
#sequence .first .title {
	width: 100%;
	left: 0;
	font-family: 'Raleway', sans-serif;
	/*font-size: 32px;
	line-height: 32px;*/
        font-size: 42px;
	line-height: 42px;        
	font-weight: 100;
	font-style: normal;
	text-transform: capitalize;
	bottom: 70%;
}
#sequence .first .subtitle {
	width: 100%;
	left: 0;
	top: 40%;
	font-family: 'Raleway', sans-serif;
	font-size: 86px;
	line-height: 86px;
	font-weight: 100;
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
}
#sequence .second h2.title {
	bottom: 70%;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
	font-style: normal;
}
#sequence .second .subtitle {
	top: 32%;
	font-family: 'Raleway', sans-serif;
	font-size: 75px;
	line-height: 75px;
	font-weight: 500;
	font-style: normal;
	color: #fff;
}
#sequence .second h4.title {
	bottom: 40%;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 100;
	font-style: normal;
	text-transform: capitalize;
}
#sequence .three .title {
	bottom: 53%;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}
#sequence .three .subtitle {
	top: 56%;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
}
#sequence .three h4.title {
	bottom: 20%;
}
#sequence .second h5.title {
	bottom: 28%;
}
#sequence .three .model {
	bottom: 32%;
}
#sequence .second .model {
}
#sequence .first .subtitle.title_btn {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 2;
	text-align: center;
	top: 65%;
}
#sequence > .sequence-canvas {
	height: 100%;
	width: 100%;
}
#sequence > .sequence-canvas > li {
/*	position: absolute;
	width: 100%; */
	height: 100%;
	z-index: 1;
	top: 0;
}
#sequence > .sequence-canvas > li img {
	height: 96%;
}
#sequence > .sequence-canvas li > * {
	position: absolute;
	/* only cause the left and opacity properties to transition */
	-webkit-transition-property: left, opacity;
	-moz-transition-property: left, opacity;
	-ms-transition-property: left, opacity;
	-o-transition-property: left, opacity;
	transition-property: left, opacity;
}
.sequence-next, .sequence-prev {
	color: white;
	cursor: pointer;
	display: none;
	font-weight: bold;
	padding: 10px 15px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	height: 75px;
	margin-top: -47.5px;
}
.sequence-pause {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
}
.sequence-paused {
	opacity: 0.3;
}
.sequence-prev {
	left: 3%;
}
.sequence-next {
	right: 3%;
}
.sequence-prev img, .sequence-next img {
	height: 100%;
	width: auto;
}
#sequence-preloader {
	background: #d9d9d9;
}
.sequence-pagination {
	bottom: 2%;
	display: none;
	right: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 10;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.sequence-pagination li {
	display: inline-block;
 *display: inline;
/* Hack for IE7 and below as they don't support inline-block */
}
.sequence-pagination li a {
	background: #fff;
	border: 3px solid #fff;
	border-radius: 2px;
	display: inline-block;
	height: 14px;
	margin: 0 2px;
	padding: 0;
	width: 14px;
}
.sequence-pagination li.current a, .sequence-pagination li a:hover {
	background: #408cca;
	border: 3px solid #fff;
	border-radius: 2px;
	display: inline-block;
	height: 14px;
	margin: 0 2px;
	padding: 0;
	width: 14px;
}
.sequence-pagination li img {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: margin-bottom, opacity;
	-moz-transition-property: margin-bottom, opacity;
	-ms-transition-property: margin-bottom, opacity;
	-o-transition-property: margin-bottom, opacity;
	transition-property: margin-bottom, opacity;
}
.sequence-pagination li img:hover {
	margin-bottom: 4px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sequence-pagination li.current img {
	opacity: 1;
}
h2 {
	color: white;
	font-family: "Sirin Stencil", serif;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-family: "Ruluko", serif;
}
.sequence-next, .sequence-prev {
	position: absolute;
	opacity: 0.6;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.sequence-next:hover, .sequence-prev:hover {
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.title {
	font-size: 3.4em;
	/*left: 20%;*/
	width: 35%;
	opacity: 0;
	bottom: 1%;
	z-index: 50;
}
.animate-in .title {
	left: 2%;
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.animate-out .title {
	left: 20%;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.subtitle {
	color: black;
	font-size: 2em;
	left: 20%;
	width: 35%;
	opacity: 0;
	top: 101%;
}
.animate-in .subtitle {
	left: 2%;
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.animate-out .subtitle {
	left: 20%;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.model {
	left: 40%;
	bottom: 24%;
	opacity: 0;
	position: relative;
	height: auto !important;
	max-height: 568px !important;
	width: 30%;
	min-width: 400px;
	/* prevents the model from shrinking when the browser is resized */
	max-width: 568px;
}
.animate-in .model {
	left: 58%;
	opacity: 1;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.animate-out .model {
	left: 40%;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

@media only screen and (min-width: 960px) and (max-width:1139px){
.animate-in .title, .animate-in .subtitle{
	left:3%;
}
.title{
	width:42%;
}
.animate-in .model{
	left:56%;
}
#sequence .three .title br{
	display:none;
}
#sequence .three .title{
	width:50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
#sequence .first .subtitle{
	font-size:64px;
}
#sequence .first .title{
	/*font-size:26px;*/
}
.animate-in .title, .animate-in .subtitle{
	left:3%;
}
.title{
	width:50%;
}
.animate-in .model{
	left:56%;
}
#sequence .second h2.title{
	font-size:28px;
}
#sequence .second .subtitle{
	font-size:54px;
}
#sequence .model{
	max-width:217px;
	min-width:312px;
	height:auto;
}
#sequence {
	height: 500px;
}
#sequence .three .title{
	font-size:26px;
	line-height:30px;
}
#sequence .three .subtitle{
	width:40%;
}
}
@media only screen and (min-width: 586px) and (max-width: 767px) {
#sequence .model {
	left: 50%;
	min-width: 40%;
	/*prevents the model from shrinking when the browser is resized*/
	width: 40%;
}
#sequence .animate-in .model {
	left: 50%;
	margin-left: -20%;
	bottom:36%;
}
#sequence .animate-out .model, #sequence .second .model{
	left: 50%;
	margin-left: -20%;
	bottom:32%;
}
#sequence .title {
	background:0 0 ;
	bottom: 0;
	left: 100%;
	padding:0;
	width: 100%;
	z-index: 10;
	text-align:center;
}
#sequence .second h4.title{
	bottom:26%;
}
#sequence .second .subtitle, #sequence .three .subtitle{
	text-align:center;
	width:100%;
	left:0;
}
#sequence .second h2.title{
	bottom:85%;
}
#sequence .second .subtitle{
	top:15%;
	left:0;
	font-size:60px;
	line-height:64px;
}
#sequence .second h5.title{
	bottom:14%;
}
#sequence .animate-in .title {
	left: 0%;
}
#sequence .three .title{
	bottom:80%;
	font-size:24px;
	line-height:26px;
}
#sequence .animate-in.three .model{
	bottom:50%;
}
#sequence .three .model{
	bottom:52%;
	margin-left:-20%;
}
#sequence .sequence-pagination {
	bottom:4%;
}
#sequence .sequence-pagination li img {
	height: 100px;
}
#sequence .first .subtitle{
	top:37%;
	font-size:60px;
	line-height:62px;
}
}
@media only screen and (min-width: 480px) and (max-width: 585px) {
#sequence .model {
	left: 50%;
	min-width: 40%;
	/*prevents the model from shrinking when the browser is resized*/
	width: 40%;
}
#sequence .first .subtitle{
	font-size:60px;
	line-height:64px;
}
#sequence .animate-in .model {
	left: 50%;
	margin-left: -20%;
	bottom:36%;
}
#sequence .animate-out .model, #sequence .second .model{
	left: 50%;
	margin-left: -20%;
	bottom:36%;
}
#sequence .title {
	background:0 0 ;
	bottom: 0;
	left: 100%;
	padding:0;
	width: 100%;
	z-index: 10;
	text-align:center;
}
#sequence .second h4.title{
	bottom:26%;
}
#sequence .second .subtitle, #sequence .three .subtitle{
	text-align:center;
	width:100%;
	left:0;
}
#sequence .second h2.title{
	bottom:85%;
}
#sequence .second .subtitle{
	top:16%;
	left:0;
	font-size:54px;
	line-height:58px;
}
#sequence .second h5.title{
	bottom:14%;
}
#sequence .animate-in .title {
	left: 0%;
}
#sequence .three .title{
	bottom:80%;
	font-size:24px;
	line-height:28px;
}
#sequence .animate-in.three .model{
	bottom:52%;
}
#sequence .three .model{
	bottom:52%;
	margin-left:-20%;
}
#sequence .sequence-pagination {
	bottom:4%;
}
#sequence .sequence-pagination li img {
	height: 100px;
}
#sequence .first .subtitle{
	top:37%;
}
#sequence .sequence-pagination{
	display:none !important;
}
}
@media screen and (max-width: 479px){
#sequence .first .title{
	/*font-size:20px;*/
        font-size:24px;
	line-height:24px;
	bottom:80%;
}
#sequence .second h2.title, #sequence .three .subtitle{
	font-size:20px;
	line-height:24px;
}
#sequence .first .subtitle.title_btn{
	top:60%;
        /*top:65%;*/
}
#sequence .first .subtitle{
	top:30%;
        /*top:35%;*/
}
#sequence .first .title{
	bottom:75%;
}
#sequence .three .title{
	font-size:16px;
	line-height:18px;
}
#sequence .second .subtitle{
	font-size:34px;
	line-height:36px;
}
#sequence .first .subtitle{
	font-size:40px;
	line-height:44px;
}
.button-ser{
	font-size:14px;
	line-height:22px;
	width:100px;
	padding:5px;
}
.sequence-pagination li a, .sequence-pagination li.current a, .sequence-pagination li a:hover{
	width:10px;
	height:10px;
}
#sequence .model {
	left: 50%;
	min-width: 40%;
	/*prevents the model from shrinking when the browser is resized*/
	width: 40%;
}
#sequence .animate-in .model {
	left: 50%;
	margin-left: -20%;
	bottom:36%;
}
#sequence .animate-out .model, #sequence .second .model{
	left: 50%;
	margin-left: -20%;
	bottom:36%;
}
#sequence .title {
	background:0 0 ;
	bottom: 0;
	left: 100%;
	padding:0;
	width: 100%;
	z-index: 10;
	text-align:center;
}
#sequence .second h4.title{
	bottom:24%;
	font-size:20px;
	line-height:22px;
}
#sequence .second .subtitle, #sequence .three .subtitle{
	text-align:center;
	width:100%;
	left:0;
}
#sequence .second h2.title{
	bottom:85%;
}
#sequence .second .subtitle{
	top:14%;
	left:0;
}
#sequence .second h5.title{
	bottom:14%;
}
#sequence .animate-in .title {
	left: 0%;
}
#sequence .three .title{
	bottom:80%;
}
#sequence .animate-in.three .model{
	bottom:52%;
}
#sequence .three .model{
	bottom:52%;
	margin-left:-20%;
}
#sequence .sequence-pagination {
	bottom:4%;
}
#sequence .sequence-pagination li img {
	height: 100px;
}
#sequence {
	height: 400px;
}
#sequence .second h5.title, #sequence .three h4.title{
	bottom:10%;
}
#sequence .sequence-pagination{
	display:none !important;
}

}
@media only screen and (max-width: 320px) and (orientation: portrait) {
/*iphone portrait*/
#sequence {
	height: 320px;
}
#sequence .model {
	min-width: 45%;
	width: 45%;
}
#sequence .animate-in .model {
	margin-left: -22.5%;
}
#sequence .animate-out .model {
	margin-left: -22.5%;
}
#sequence .sequence-pagination{
	display:none;
}

}
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
#sequence {
	height: 260px;
}
#sequence .model {
	min-width: 24%;
	width: 24%;
}
#sequence .animate-in .model {
	left: 17.5%;
	margin-left: 0;
}
#sequence .animate-out .model {
	left: 17.5%;
	margin-left: 0;
}
#sequence .sequence-pagination {
	right: 17.5%;
}
#sequence .sequence-pagination{
	display:none;
}

}
