/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
* Theme Name: SRPACDY
 */

/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/
@font-face {
    font-family: 'isans' ;
    src: url('text-font/isans.woff') format('woff');
}
body {
	color: #fff;
	font-family: isans;
	font-weight: 300;
	width: 100%;
	height: 100%;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: isans;
	font-weight: 300;
	font-size: 40px;
}

.bg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

/* HEADER */

.header {
	color: #fff;
	margin: 0;
	
	width: 100%;	
    padding: 5% 0 10%;
}
.header:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,.3);
}
.header .col-xs-12{
	position: static;
}

.logo {
	text-align: center;
	width: 100%;
}
.logo a {
	display: inline-block;	
}
.logo p {
	font-size: 120px;
	margin: 20px 0;
	line-height: 120px;
}
.time {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 18px;
	margin: 0;
	position: relative;
}
.time span {
	display: inline-block;
	font-size: 120px;
	font-weight: 300;
	line-height: 120px;
	margin: 0 0 20px;
}
ul.time {
    list-style: none outside none;
    margin: 40px 0;
}
ul.time li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-weight: 400;
}
.down {
	position: absolute;
	bottom: 4.5%;
	left: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
}
.down a i {
	color: #fff;
	height: 50px;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.down a:hover i{
	height: 60px;
	margin-top: -10px;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.down a:focus {
	outline: none;
}

/* END HEADER */

/* ABOUT */

.about{
	background: #fff;
}
.about h2{
	color: #000;
}
.about p{
	font-size: 19px;
	color: #000;
	line-height: 1.7;
	margin-top: 27px;
	letter-spacing: .5px;
}
.about .col-xs-10{
	float: none;
	margin: 0 auto;
}
.about-content{
	margin: 30px 0;
}

/* END ABOUT */

/* FEATURES */

.features{
	background: #eee;
}
.features h2{
	color: #000;
}
.features-content{
	margin: 30px 0 0;
}
.grid{
	margin-top: 40px;
}
.grid p{
	font-size: 19px;
	color: #000;
	line-height: 1.8;
	margin-top: 15px;
	margin-bottom: 30px;
	letter-spacing: .5px;
}
.grid i{
	color: #000;
}
.grid b{
	display: block;
	color: #f83145;
	font-size: 19px;
	font-weight: 700;
}

/* END FEATURES */

/* SOCIAL MEDIA */

.social{
	background: #f83145;
}
.social-content{
	margin: 30px 0;
}
.socmed {
	margin-top: 82px;
	display: inline-block;
}
.socmed i{
	margin: 0 10px;
}
.socmed a{
	color: #fff;
	text-decoration: none;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.socmed a:hover{
	color:#bf0013;
}

/* END SOCIAL MEDIA */

/* SUBSCRIBE */

.subscribe {
	background: #fff;
	color: #222;
}
.subscribe h1{
	color: #000;
}
.subscribe-form {
	margin: 30px 0;
}
.subscribe-form i {
	margin: 0 0 20px 0;
}
.subscribe-form form {
	margin: 44px 0 0 0;
}
.subscribe input[type=text] { 
	display: block;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 30px;
	color: #888;
	padding: 11.5px 25px;
	width: 80%;
	font-weight: 400;
	color: #999;
	margin: 0 auto 20px;
	}
.subscribe input[type=submit] {
	background: #f83145;
	border: 0;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	margin-left: 20px; 
	padding: 11.5px 25px;
	position: relative; 
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
/* END SUBSCRIBE */

/* CONTACT */

.contact {
	color: #fff;
	display: block;	
	margin: 0;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.contact-details {
	font-size: 20px;
	margin: 30px 0;
}
.contact-details i {
	font-size: 18px;
	margin-right: 10px;
}
.contact-details a{
	color: #fff;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.contact-details a:hover{
	color: #3DBEED;
	text-decoration: none;
}
.contact_form {
	margin: 30px 0 0;
}
.contact_form label {
	float: left;
	font-weight: normal;
	height: 25px;
	margin: 5px 0;
	padding: 5px 0 0;
	width: 100px;
}
.contact_form input {
	background: #fff;
	border: none;
	font-size: 15px;
	color: #999;
	float: left;
	font-weight: normal;
	margin: 5px 0;
	padding: 11.5px 20px;
	width: 100%;
}
.contact_form textarea {
	background: #fff;
	border: none;
	font-weight: 400;
	font-size: 15px;
	color: #999;
	margin: 5px 0 15px;
	padding: 11.5px 20px;
	width: 100%;
}
.contact_form input[type="submit"] {
	float: none;
	background: #f83145;
	border: 0;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	padding: 11.5px 25px;
	position: relative; 
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: auto;	
}
.contact_form input[type="submit"] a:hover{
	background: #000;	
}

/* END CONTACT */

/* FOOTER */

.footer {
    background: #fff;
	display: block;
	margin: 0;
	padding: 15px 0;
	position: relative;
	width: 100%;
	word-spacing:5px;
}
.copy {
	width: 100%;
	position: relative;
	display: block;
	margin: 10px 0;
	line-height: 14pt;
	color: #333;
	font-weight: 700;
	font-size: 13px;
}
.copy a {
	color: #333;
	text-decoration: none;
	-o-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.copy a:hover {
	color:#f83145;
}

/* END FOOTER */

/* #Media Queries
================================================== */
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 1200px) {
	}

	@media only screen and (min-width: 768px) {
		.header{
			height: 100vh;
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: -moz-box;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		    -ms-flex-align: center;
			-webkit-align-items: center;
			-webkit-box-align: center;
			align-items: center;       
			-webkit-justify-content: center;
			justify-content: center;
			padding: 0;
		}
		.logo a {
			position: absolute;
			left: 50%;
			margin-left: -144.5px;
			z-index: 2;
			top: 8.5%;
		}
		.down{
			bottom: 7.5%;
		}
		.about-content{
			margin: 96px 0;
		}
		.about p{
			line-height: 2.2;
		}
		.features-content{
			margin: 88px 0;
		}
		.grid p{
			margin-bottom: 0;
		}
		.grid i{
			height: 75px;
		}
		.social-content{
			margin: 68px 0;
		}
		.subscribe input[type=text] { 
			width: 36%;
			margin: 0;
			display: inline;
		}
		.subscribe-form {
			margin: 126px 0;
		}
		.footer {
			padding: 26px 0;
		}
		.copy {
			font-size: 18px;
		}
		.contact{
			padding: 114px 0;
		}
		.contact_form textarea{
			margin: 30px 0;
		}
	}

	@media only screen and (min-width: 976px) and (max-width: 1199px) {
.time span {
	font-size: 100px;
	line-height: 100px;
}
.contact-details {
	margin: 30px 0 0;
}
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 976px) {
.time span {
	font-size: 100px;
	line-height: 100px;
}
.contact-details {
	margin: 30px 0 0;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
h1, .h1 { font-size: 30px;}
h2, .h2 { font-size: 26px;}
h3, .h3 { font-size: 20px;}
h4, .h4 { font-size: 16px;}
h5, .h5 { font-size: 12px;}
h6, .h6 { font-size: 10px;}
.header {
	padding: 2% 0 5%;
}
.logo {
	margin: 0 auto 5%;
}
.countdown {
	padding: 50px 0;
}
.time span {
	font-size: 75px;
	line-height: 75px;
}
ul.time li {
	margin: 0 15px;
}
.subscribe {
	margin: 0;
	padding: 50px 0;
}
.contact {
	padding: 30px 0;
}
.contact-details {
	margin: 30px 0 0;
}
.footer {
	padding: 15px 0;
}
.socmed {
	margin: 10px 0 20px;
}
.socmed i {
	font-size: 2em;
	margin: 0 10px;
}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
h1, .h1 { font-size: 30px;}
h2, .h2 { font-size: 26px;}
h3, .h3 { font-size: 20px;}
h4, .h4 { font-size: 16px;}
h5, .h5 { font-size: 12px;}
h6, .h6 { font-size: 10px;}
.logo a {
	margin: 0;
}
.logo p {
	font-size: 100px;
	line-height: 100px;
	margin: 10px 0;
}
.down {
	display: none;
}
.countdown {
	padding: 50px 0;
}
.time span {
	font-size: 68px;
	line-height: 68px;
}
ul.time li {
	margin: 0 15px 15px;
}
.subscribe {
	margin: 0;
	padding: 50px 0;
}
.contact {
	padding: 30px 0;
}
.contact-details {
	font-size: 18px;
	margin: 30px 0 0;
}
.contact-details i {
	font-size: 18px;
	margin-right: 5px;
}
.footer {
	padding: 15px 0;
}
.socmed {
	margin: 10px 0 20px;
}
.socmed i {
	font-size: 1.8em;
	margin: 0 5px;
}
	}
	
.services {
    background-image: url(apps.svg);
    height: 26px;
    width: 26px;
    display: inline-block;
    opacity: 0.75;
    vertical-align: middle;
    cursor: pointer;
    margin-right:7px;
    margin-top:17px;
    float:right;
}	

.services:hover {
    opacity: 1;
}	
#fakebox-input {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    opacity: 0;
    padding-inline-start: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
select {
    border: 1px solid #ddd;
    font-size: 10pt;
    padding: 4px 6px;
    width: 50%;
    height:45px;
    border-radius:10px;
}
.bottom-wrapper {
    background-color: #f2f2f22e;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    border: none;
    border-top: 1px solid #f2f2f25e;
    left:0;
    right:0;
}
/* www.netparadis.com */
*{
	padding:0;
	margin:0;
}

body{
	font-family: "Ubuntu", sans-serif;
	font-size: 100%;
	background:#f8f8f8;
}

a{
	text-decoration: none;
	color:#666;
}
	a:hover{
		color:#999;
	}
p{
	line-height: 2em;
	margin:0 0 20px;
	text-align: center;
}

.wrap{
	max-width: 600px;
	margin:150px auto;
}

.type-wrap{
	margin:10px auto;
	padding:20px;
	background:#f0f0f0;
	border-radius:5px;
	border:#CCC 1px solid;
	direction: rtl;
	text-align: right;
}

.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}
/********style select***********/
select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.classic {
    float:right;
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}




select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #2eadd3 50%),
    linear-gradient(135deg, #2eadd3 50%, transparent 50%),
    linear-gradient(to right, #2eadd3, #2eadd3);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #fff;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #2bbbad 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #2bbbad 50%),
    linear-gradient(to right, #2bbbad, #2bbbad);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px 2px rgba(0,255,0,0.3);
   outline: 0;
}
select.minimal:hover {
 box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.3);
}

select:-moz-focusring {
  color: transparent;
  
}

body {
  /*background-color: rgb(0,159,214);*/
  font: bold 1em/100% "Helvetica Neue", Arial, sans-serif;
  padding: 2em 0;
  text-align: center;
}
h1 {
  color: white;
  line-height: 120%;
  margin: 0 auto 2rem auto;
  max-width: 30rem;
}

	@media only screen and (max-width: 480px) {
.widthBox{ width:100%;}
}
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.widthBox{ width:80%;}
}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
.widthBox{ width:50%;}
}
	@media only screen and (max-width: 768px) {
.heightPhone{ margin-top:20% !important;}
}
