@import url('reset.css');
@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}

body{
    
	color: #fff;
	font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
}

a{
	color: #fff;
	text-decoration: none;
}

.clr{
	clear: both;
}

.main
{
	width:100%;
	height:900px;
	background: url(images/banner.jpg) center center;
	background-size:cover;
}
/* logo design starts */

@font-face {
    font-family: 'font-one';
    src: url('font1/sequi_bold-webfont.eot');
    src: url('font1/sequi_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font1/sequi_bold-webfont.woff') format('woff'),
         url('font1/sequi_bold-webfont.ttf') format('truetype'),
         url('font1/sequi_bold-webfont.svg#sequibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'font-two';
    src: url('font2/stela_ut-webfont.eot');
    src: url('font2/stela_ut-webfont.eot?#iefix') format('embedded-opentype'),
         url('font2stela_ut-webfont.woff') format('woff'),
         url('font2/stela_ut-webfont.ttf') format('truetype'),
         url('font2/stela_ut-webfont.svg#stela_utregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'font-three';
    src: url('font3/vetka-webfont.eot');
    src: url('font3/vetka-webfont.eot?#iefix') format('embedded-opentype'),
         url('font3/vetka-webfont.woff') format('woff'),
         url('font3/vetka-webfont.ttf') format('truetype'),
         url('font3/vetka-webfont.svg#vetkaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.all{
	position:absolute;
	cursor:pointer;
	width:175px;
	height:175px;
	border-radius:50%;
	color:#fff;
	text-align:center;
}

.all p
{
	font-family:'font-one';
	font-size:2em;
	font-weight:700;
	text-transform:capitalize;
}
 
.left
{
	margin-top:2em;
	margin-left:-70px;
}


 .right
{
	margin-left:1.8em;
}


.first
{
	top:5px;
	left:5px;
	background:#1abc7d;
}

.second
{
	top:5px;
	right:5px;
	background:#1abc7d;
}

.third
{
	bottom:5px;
	left:5px;
	background:#1abc7d;
	
}

.fourth
{
	bottom:5px;
	right:5px;
	background:#1abc7d;
}

.swing {
	-webkit-animation-duration: 10s;
	   -moz-animation-duration: 10s;
	     -o-animation-duration: 10s;
	        animation-duration: 10s;
			
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
			
	-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-o-transform-origin: top center;
			transform-origin: top center;
			
	-webkit-animation-name: swing;
		-moz-animation-name: swing;
		-o-animation-name: swing;
			animation-name: swing;
}

@-webkit-keyframes swing {
	15%, 30%, 45%, 60%, 75%, 90%, 100% { -webkit-transform-origin: top center; }
	15% { -webkit-transform: rotate(35deg); background:#3498DB; }
	30% { -webkit-transform: rotate(-30deg); background:#2C3E50; }
	45% { -webkit-transform: rotate(15deg); background:#9B59B6;}
	60% { -webkit-transform: rotate(-15deg); background:#F1C40F;}
	75% { -webkit-transform: rotate(5deg); background:#2ECC71;}
	90% { -webkit-transform: rotate(-5deg); background:#1abc9d;}
	100% { -webkit-transform: rotate(0deg); background:#1abc9d;}
}


@-moz-keyframes swing {
	15%, 30%, 45%, 60%, 75%, 90%, 100% { -moz-transform-origin: top center; }
	15% { -moz-transform: rotate(35deg); background:#3498DB; }
	30% { -moz-transform: rotate(-30deg); background:#2C3E50; }
	45% { -moz-transform: rotate(15deg); background:#9B59B6;}
	60% { -moz-transform: rotate(-15deg); background:#F1C40F;}
	75% { -moz-transform: rotate(5deg); background:#2ECC71;}
	90% { -moz-transform: rotate(-5deg); background:#1abc9d;}
	100% { -moz-transform: rotate(0deg); background:#1abc9d;}
}

@-o-keyframes swing {
	15%, 30%, 45%, 60%, 75%, 90%, 100% { -o-transform-origin: top center; }
	15% { -o-transform: rotate(35deg); background:#3498DB; }
	30% { -o-transform: rotate(-30deg); background:#2C3E50; }
	45% { -o-transform: rotate(15deg); background:#9B59B6;}
	60% { -o-transform: rotate(-15deg); background:#F1C40F;}
	75% { -o-transform: rotate(5deg); background:#2ECC71;}
	90% { -o-transform: rotate(-5deg); background:#1abc9d;}
	100% { -o-transform: rotate(0deg); background:#1abc9d;}
}

@keyframes swing {
	15%, 30%, 45%, 60%, 75%, 90%, 100% {transform-origin: top center; }
	15% {transform: rotate(35deg); background:#3498DB; }
	30% { transform: rotate(-30deg); background:#2C3E50; }
	45% {transform: rotate(15deg); background:#9B59B6;}
	60% {transform: rotate(-15deg); background:#F1C40F;}
	75% {transform: rotate(5deg); background:#2ECC71;}
	90% {transform: rotate(-5deg); background:#1abc9d;}
	100% {transform: rotate(0deg); background:#1abc9d;}
}


.change {
	-webkit-animation-name: change;
		-moz-animation-name: change;
		-ms-animation-name: change;
		-o-animation-name: change;
			animation-name: change;
				
	-webkit-animation-duration: 100s;
	   -moz-animation-duration: 100s;
	   -o-animation-duration: 100s;
	   		animation-duration: 100s;
			
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	   -o-animation-fill-mode: both;
	       animation-fill-mode: both;
		   
		
	-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
			animation-iteration-count:infinite;
			
	-webkit-animation-direction:alternate;
		-moz-animation-direction:alternate;
		-o-animation-direction:alternate;
			animation-direction:alternate;

}

@keyframes change
{
	10%{background:#2980B9;}
	20%{background:#8E44AD;}
	30%{background:#D35400;}
	40%{background:#C0392B;}
	50%{background:#16A085;}
	60%{background:#2ECC71;}
	70%{background:#8E44AD;}
	80%{background:#2C3E50;}
	90%{background:#F39C12;}
	100%{background:#1abc9d;}
}

@-webkit-keyframes change
{
	10%{background:#2980B9;}
	20%{background:#8E44AD;}
	30%{background:#D35400;}
	40%{background:#C0392B;}
	50%{background:#16A085;}
	60%{background:#2ECC71;}
	70%{background:#8E44AD;}
	80%{background:#2C3E50;}
	90%{background:#F39C12;}
	100%{background:#1abc9d;}
}

@-moz-keyframes change
{
	10%{background:#2980B9;}
	20%{background:#8E44AD;}
	30%{background:#D35400;}
	40%{background:#C0392B;}
	50%{background:#16A085;}
	60%{background:#2ECC71;}
	70%{background:#8E44AD;}
	80%{background:#2C3E50;}
	90%{background:#F39C12;}
	100%{background:#1abc9d;}
}

@-o-keyframes change
{
	10%{background:#2980B9;}
	20%{background:#8E44AD;}
	30%{background:#2ECC71;}
	40%{background:#C0392B;}
	50%{background:#16A085;}
	60%{background:#D35400;}
	70%{background:#8E44AD;}
	80%{background:#2C3E50;}
	90%{background:#F39C12;}
	100%{background:#1abc9d;}
}
/* logo design ends */

/* nav design starts */

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	     url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	     url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'),
	     url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Font-Awesome-Social';
	src: url('fonts/fontawesome-social-webfont.eot');
	src: url('fonts/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/fontawesome-social-webfont.woff') format('woff'),
		 url('fonts/fontawesome-social-webfont.ttf') format('truetype'),
		 url('fonts/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-group:before{ content: "\f0c0"; }
.icon-facetime-video:before { content: "\f03d"; }
.icon-play-circle:before { content: "\f01d"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-home:before { content: "\f015"; }
.icon-arrow-up:before {content: "\f062";}
.icon-signin:before   { content: "\f090"; }

.ca-menu{
    padding-top:30px;
	margin-left:20em;
    /*margin:0px auto;*/
    width: 900px;
}
.ca-menu li{
    width: 200px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 10px;
	margin-bottom:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', 'FontAwesome', 'Font-Awesome-Social' , cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 30px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
    color: #ff2020;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main{
    color: #ff2020;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #000;
    background-color: #ff2020;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* nav design ended */

/*scroll menu and scroll top starts */
.scrollmenu
{
	width:100%;
	background:#000;
	position:fixed;
	z-index:9999;
}

.scrollmenu .alltitle
{
	display:inline-table;
	padding:10px;
	border-right:1px solid #fff
}


.scrollmenu .lastelement
{
	border-right:0;

}

.scrollmenu .icon
{
	font-family: 'WebSymbolsRegular';
	font-size:1.5em;
	padding-right:4px;
	color:#fff;
}

.scrollmenu .icontext
{
	font-family:'FontAwesome',cursive;
	font-size:1.5em;
	color:#fff;

}

.menutitle
{
	font-family:'FontAwesome', 'Font-Awesome-Social' , cursive;
	font-size:1.5em;
	color:#fff;
	padding-right:4px;
	text-transform:capitalize;	
}

.scrolltop
{
	text-align:center;
	border-radius:50%;
	position:fixed;
	border:1px solid #23809b;
	width:100px;
	z-index:9999;
	cursor:pointer;
	height:100px;
	border-radius:50%;
	bottom:0;
	right:0;
}

.scrolltop .topicon
{
	font-family:'FontAwesome';
	font-size:5em;
	position:absolute;
	top:15px;
	right:21%;
	color:#23809b;
}

/*scroll menu and scrolltop ends */


/* register design starts */

.register
{
	position:absolute;
	top:45%;
	left:0;
	width:200px;
	height:30px;
	background:#3498db;
	border-radius:.3em;
	color:#fff;
	cursor:pointer;
	box-shadow:0 0 15px #fff;
	-webkit-transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-o-transform:rotate(-20deg);
	transform:rotate(-20deg);
}

.register p
{
	font-family:'Font-three';
	text-align:center;
	font-size:1.8em;
	font-weight:700;
	text-transform:capitalize;
}

/* register ends */

/* sign in starts */

.signinuser
{
	position:absolute;
	top:45%;
	right:0;
	width:200px;
	height:30px;
	background:#3498db;
	border-radius:.3em;
	color:#fff;
	cursor:pointer;
	box-shadow:0 0 15px #fff;
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	transform:rotate(20deg);
}

.signinuser p
{
	font-family:'Font-three';
	text-align:center;
	font-size:1.8em;
	font-weight:700;
	text-transform:capitalize;
}
/* signin ends */






/* register, signin form design starts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('formfont/BebasNeue-webfont.eot');
    src: url('formfont/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('formfont/BebasNeue-webfont.woff') format('woff'),
         url('formfont/BebasNeue-webfont.ttf') format('truetype'),
         url('formfont/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('formfont/fontomas-webfont.eot');
    src: url('formfont/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('formfont/fontomas-webfont.woff') format('woff'),
         url('formfont/fontomas-webfont.ttf') format('truetype'),
         url('formfont/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('formfont/franchise-bold-webfont.eot');
    src: url('formfont/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('formfont/franchise-bold-webfont.woff') format('woff'),
         url('formfont/franchise-bold-webfont.ttf') format('truetype'),
         url('formfont/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#wrapper, #wrapperlogin{
	right: 0px;
	height:605px;	
	margin:0 auto;	
	width: 500px;
	position: relative;	
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a, #wrapperlogin a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1, #wrapperlogin h1{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1, #wrapperlogin h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#wrapper h1:after, #wrapperlogin h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

#wrapper p, #wrapperlogin p{
	margin-bottom:15px;
}
#wrapper p:first-child, #wrapperlogin p:first-child{
	margin: 0px;
}
#wrapper label, #wrapperlogin label{
	color: rgb(64, 92, 96);
	position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]), #wrapperlogin input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus, 
#wrapperlogin input:not([type="checkbox"]):active,
#wrapperlogin input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input, #wrapperlogin p.button input{
	width: 30%;
	cursor: pointer;	
	background: rgb(61, 157, 179);
	padding: 8px 5px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper p.button input:hover, #wrapperlogin p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus, 
#wrapperlogin p.button input:active,
#wrapperlogin p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
#wrapperlogin p.login.button,
#wrapper p.signin.button{
	text-align: right;
	margin: 5px 0;
}

#wrapper #register, #wrapperlogin #login{
	position: absolute;
	top: 0px;
	width: 88%;	
	padding: 18px 6% 60px 6%;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#wrapperlogin .keeplogin label{
	font-size: 12px;	
	font-style: italic;
}

/* register and sign in form design ends*/

/* Letsstart div design start*/

#letsstart
{
	position:relative;
	color:rgba(255,255,255,0.75);
	padding:6em 0 15em 0;
	background:#eee url(images/overlay.png);
}

.title
{
	position:absolute;
	font-size:2em;
	line-height:3.25em;
	left:50%;
	top:-3.25em;
	width:20em;
	height:3.25em;
	margin-bottom:-3.25em;
	margin-left:-10.5em;
	padding-top:0.5em;
	text-align:center;
	letter-spacing:0.25em;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
	font-family:'font-one';
	background:#eee url(images/overlay.png);	
}

.title:before
{
	content: '';
	position: absolute;
	bottom: -25px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url(images/shadow.png);
}
		
.title:after
{
	content: '';
	position: absolute;
	bottom: -25px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url(images/shadow.png);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* Slider Style */
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	width:1000px;
	height:500px;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 30px auto 0px auto;
}

#lista1::after
{
	content:'';
	display:block;
	width:1030px;
	height:25px;
	margin-left:150px;
	margin-top:-6.97em;
	background:url(../images/DPP_sprite0-45px.png) no-repeat 0px -45px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#lista1 .als-item {
	margin: 0px 30px;
	width:1000px;
	height:500px;
}

#lista1 .caption
{
	position:relative;
	display:block;
	max-width:986px;
	height:80px;
	margin-top:-80px;
	padding-left:10px;
	background:#000;
	opacity:0.7;
	text-align:start;
	color:#fff;
}

#lista1 .caption .big
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#2380b9;
	padding-top:10px;
	letter-spacing:0.1em;
	text-transform:capitalize;
	margin-bottom:10px;
}

#lista1 .caption .smol
{
	font-size:1em;
	font-weight:400;
	margin-left:4px;
	text-transform:capitalize;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
}

#lista1 .als-prev, #lista1 .als-next {
	top:10.5em;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 140px;
}

#lista1 .als-next {
	right: 150px;
}

/*slider style ends */
/* intro ends */


/* lost starts */

#lost
{
	position:relative;
	width:100%;
	padding:6em 0 9em 0;
	background:#16a085 url(images/overlay.png);
	
}

#lost .title
{
	background:#16a085 url(images/overlay.png);
	color:#fff;
	
}

.container 
{
	font-family: 'Source Sans Pro';
	width: 1200px;
	margin: 50px auto;
}

	
/* Grid */
/* Cells */

	.\31 2u { width: 100% };
	.\31 1u { width: 91.6666666667% }
	.\31 0u { width: 83.3333333333% }
	.\39 u { width: 75% }
	.\38 u { width: 66.6666666667% }
	.\37 u { width: 58.3333333333% }
	.\36 u { width: 50% }
	.\35 u { width: 41.6666666667% }
	.\34 u { width: 33.3333333333% }
	.\33 u { width: 25% }
	.\32 u { width: 16.6666666667% }
	.\31 u { width: 8.3333333333% }
	.\-11u { margin-left: 91.6666666667% }
	.\-10u { margin-left: 83.3333333333% }
	.\-9u { margin-left: 75% }
	.\-8u { margin-left: 66.6666666667% }
	.\-7u { margin-left: 58.3333333333% }
	.\-6u { margin-left: 50% }
	.\-5u { margin-left: 41.6666666667% }
	.\-4u { margin-left: 33.3333333333% }
	.\-3u { margin-left: 25% }
	.\-2u { margin-left: 16.6666666667% }
	.\-1u { margin-left: 8.3333333333% }

.container .row > * 
{
	padding: 40px 0 80px 40px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.container .row + .container .row > * 
{
	padding-top: 40px;
}

.container .row 
{
	margin-left: -40px;
}

/* Rows */
.container .row:after 
{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.container .row:first-child > * 
{
	padding-top: 0;
}

.container .row > * 
{
	padding-top: 0;
}

.container h3
{
	color: #2980b9;
	font-weight:bold;
	font-size: 2.2em;
}

.container p
{
	color: #5d5d5d;
	font-weight: 700;
	line-height: 1.75em;
	font-size:1.2em;
}
	
/* Box */

.container .box
{
	background: #ffffff;
	border-bottom: solid 1px #ccc;
	padding: 2.75em 1.75em 2.75em 1.75em;
	min-height:500px;
}
.container .box .icon
{
	font-family:'FontAwesome';
	z-index:200; 
	position:relative; 
	margin-left:-25px;
	 
}

.container .icon img
{
	margin-top:-90px;
	
}
		
.container .box .image-full
{
	position: relative;
	width: auto;
	height:250px;
	left: 1.75em;
	top: 1.75em;
	margin: -8.5em 0 4.25em -3.5em;
}

/* Button */
		
.container	.button
{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	background: #d52349;
	color: #fff !important;
	font-weight: 700;
	outline: 0;
	font-size: 1.5em;
	padding: 0.65em 1.5em 0.65em 1.5em;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.container	.button:hover
{
	background: #e53359;
}
			
.container .button:active
{
	background: #c51349;
}
		
.container .button-alt
{
	background: #2cc36b;
}

.container .button-alt:hover
{
	background: #353132;
}
				
 .container .button-alt:active
{
	background: #151112;
}

/* Image */

.container .image
{
	display: inline-block;
	outline: 0;
}
		
.container .image img
{
	display: block;
	width: 100%;
}

.container .image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
		
.container header
{
	margin: 0 0 2.5em 0;
}
	
.container footer
{
	margin: 2.5em 0 0 0;
}
	

/* lost ends */


/* social starts */

#social
{
	position:relative;
	width:100%;
	padding:6em 0 9em 0;
}

#social .title
{
	background:#fff;
	color:#000;
}


/*social ends */

/*footer starts */

#footer
{
	position:relative;
	background:#282b34 url(images/overlay.png);
	color:rgba(255,255,255,0.5);
	padding:6em 0 9em 0;
}

#footer  .style1
{
	padding:3em 0 3em 0;
	padding-bottom:0px;
	text-align:center;
}

#footer  h2
{
	font-weight:700;
	color:#fff;
	font-size:5em;
	text-transform:capitalize;
	letter-spacing:0.075em;
	line-height:1.5em;
}

#footer .style1 .byline
{
	display:block;
	margin:1.5em 0 0 0;
	font-size:2em;
	letter-spacing:0.075em;
	line-height:1.5em;
}

#footer .button
{
	display:inline-block;
	border-radius: 8px;
	text-shadow: -1px -1px 0 rgba(0,0,0,1);
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5em;
	letter-spacing: 0.075em;
	padding: 1.1em 2em 1.1em 2em;
	outline: 0;
	margin:3em auto;
	font-family:'FontAwesome','font-three';
	white-space: nowrap;
	box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px #a0a0a0, 0px 4px 6px 0px rgba(0,0,0,0.025);
	background: #3a3a3a;
	background-image: -webkit-linear-gradient(top, #525252, #3a3a3a);
}


#footer hr
{
	border:0;
	border-top:1px solid #ddd;
	border-top-color:rgba(255,255,255,0.05);
	margin:6em 4em 6em 4em;
}

#footer .row > * 
{
	padding: 40px 0 80px 40px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .row + #footer .row > * 
{
	padding-top: 40px;
}

#footer .row 
{
	margin-left:50px;
}

/* Rows */
#footer .row:after 
{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#footer .row:first-child > * 
{
	padding-top: 0;
}

#footer .row > * 
{
	padding-top: 0;
}

#footer .widget-links h2 {
font-size: 2.25em;
margin: 0 0 1.1em 0;
line-height: 1em;
color:#e97770;
font-weight:800;
}

#footer .widget-links li
{
	display:list-item;
	margin-bottom:20px;
}


#footer .widget-links a
{
	font-size:1.2em;
	text-decoration:underline;
	font-weight:400;
}

#footer .widget-links a:hover
{
	text-decoration:none;
}


#footer ul.contact
{
	margin:5em 30em 5em 43em;
}

#footer ul.contact li
{
	position: relative;	
	display: inline-block;
	margin: 0 0.25em 0 0.25em;
	top: 0;
	-moz-transition: top .15s ease-in-out;
	-webkit-transition: top .15s ease-in-out;
	-o-transition: top .15s ease-in-out;
	-ms-transition: top .15s ease-in-out;
	transition: top .15s ease-in-out;
}

#footer ul.contact li a 
{
	display: block;
	position: relative;
	background: #c1cac5 url(images/icons-contact.png);
	font-family:'FontAwesome';
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	border-radius: 6px;
	outline: 0;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out; 
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#footer ul.contact li a.facebook 
{
	background-position: 0px 0px;
}

#footer ul.contact li:hover
{
	top:-5px;
}

#footer ul.contact li:hover a.facebook 
{
	background-color: #3C5A98;
}

#footer ul.contact li a.twitter 
{
	background-position: -48px 0px;
}

#footer ul.contact li:hover a.twitter
{
	background-color: #2DAAE4;
}

#footer ul.contact li a.rss 
{
	background-position: -96px 0px;
}

#footer ul.contact li:hover a.rss
{
	background-color: #F2600B;
}


#footer ul.contact li a.dribbble 
{
	background-position: -144px 0px;
}

#footer ul.contact li:hover a.dribbble
{
	background-color: #C4376B;
}


#footer ul.contact li a.linkedin 
{
	background-position: -192px 0px;
}

#footer ul.contact li:hover a.linkedin
{
	background-color: #006599;
}


#footer ul.contact li a.googleplus 
{
	background-position: -288px 0px;
}

#footer ul.contact li:hover a.googleplus
{
	background-color: #DA2713;
}


#copyright
{
	text-align:center;
	margin:6em 0 4em 0;
}

#copyright span
{
	display:inline-block;
	border-radius:0.35em;
	box-shadow:inset 0px 0px 1px 1px rgba(255,255,255,0.05);
	color:rgba(255,255,255,0.25);
	padding:1.5em 4em 1.5em 4em;
	line-height:1em;
	font-size:1.5em;
}

#copyright span a 
{
	color:rgba(255,255,255,0.5);
}



/*footer ends */