@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900'); 


/* ---------------------------------------------------------
 *	General
 *  --------------------------------------------------------- */
 






::selection {
	color: #171717;
	background: #666;
}

::-moz-selection {
	color: #171717;
	background: #666;
}

html {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body { 
	height: 100%;
	max-width: 100%;
	background: #ffffff;
	font-family: 'Open-Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #171717;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #171717;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
}

a {
	color: #171717;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #99a2a9;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* ---------------------------------------------------------
 *	Bootstrap override
 * --------------------------------------------------------- */


/*
 *	Container
 *  --------------------------------------------------------- */ 
 

 
/*
 *	Buttons
 *  --------------------------------------------------------- */
 
.btn {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.btn-theme {
	color: #171717;
	background-color: transparent;
	border-color: #171717;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
}


/*
 *	Forms
 *  --------------------------------------------------------- */
#form-2 .error{color:#1B90BF}
.form-control {
	height: 42px;
	border-radius: 0;
	border: 1px solid transparent;
}

.form-control:focus {
	outline: 0;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

.has-feedback .form-control-feedback {
	line-height: 44px;
	width: 44px;
	height: 44px;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

form.signup input[type="email"] {
	height: 42px;
	width: 220px;
	border-radius: 0;
	margin: 0 5px;
}

form.signup button.btn {
	font-weight: 700;
}

.form-group,.form-group2 .form-control {
	display: inline-block;
}
.form-group2{magin-left:30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.form-group,.form-group2 .form-control {
		display: block;
	}
}


/* ---------------------------------------------------------
 *	Preloader
 * --------------------------------------------------------- */
 
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2d2e2e;
	z-index: 9999;
}

#status {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -75px 0 0 -75px;
}

.spinner {
  margin: 50px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* ---------------------------------------------------------
 *	Timer
 * --------------------------------------------------------- */

#countdown {
	font-size: 30px;
	color: #171717;
	line-height: 24px;
	margin: 0 0 17px;
}

.countdown-section {
	display: inline-block; 
}

.countdown-section:last-child {
	border-right: none;
}

.countdown-section b {
	font-size: 25px;
	display: block;
}

.countdown-section span {
	font-size: 16px;
	display: block;
	padding:0 6px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#countdown {
		font-size: 30px; 
		line-height: 1.1em;
	}

	.countdown-section{
		padding: 0.2em 0.4em;
	}
	
	.countdown-section b {
		font-size: 1em;
	}

	.countdown-section span {
		font-size: 0.4em;
	}
}

@media (min-width: 1120px) {
	#countdown {
		font-size: 32px; 
		line-height: 1.1em;
	}

	.countdown-section{
		padding: 0.2em 0.6em;
	}
	
	.countdown-section b {
		font-size: 1em;
	}

	.countdown-section span {
		font-size: 0.4em;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
 
	.countdown-section {
		display: inline-block; 
	}
	.countdown-section b {
		font-size: 1em;
		display: block;
	};
}

 

/* ---------------------------------------------------------
 *	Backstretch
 * --------------------------------------------------------- */

.backstretch:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
	z-index: 100;
}


/* ---------------------------------------------------------
 *	Ladda
 * --------------------------------------------------------- */

.ladda-button, 
.ladda-button .ladda-label, 
.ladda-button .ladda-spinner{
	-moz-transition-property: none !important;
	-webkit-transition-property: none !important;
	-o-transition-property: none !important;
	transition-property: none !important;	
}

.ladda-button .ladda-spinner{
	margin-top: 0px;
	margin-left: 7px;
}


/* ---------------------------------------------------------
 *	Layout
 * --------------------------------------------------------- */
.page {
	padding: 20px 0;
}
.page2 {
	border-radius: 5px;
	margin:5px 20px;
	padding: 20px ;
}

.page2 h3 {color:#33aee0;}
.wrapper {
	padding: 15px 0;
}

/* Large devices (large desktops, 1200px and up) */


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page {
		display: table;
		width: 100%;
		height: 100%;
		padding: 40px 0;
	}
	
	.wrapper {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		padding: 0;
	}
}
 
 
/* ---------------------------------------------------------
 *	Body
 * --------------------------------------------------------- */

.main{
	width: 40%;
	margin-top:105px;
	background-color: rgba(255,255,255,.6);
	display: block;
	position: relative;
	left:60%; 
	text-align: center;
} 

.nav-right {
	position:absolute;right:3%;
	width: 35%;  
	display: inline-block;
	text-align: center;
	color:#2EE6AF}
.nav-right p {
	font-size: 20px;
	padding-top:4%; 
	color:#7cd3f6;
}
.navbar-header p {
	color: #FFF;
	margin: 34px 0 0 176px;
	font-size: 17.1px;
	letter-spacing: 2px;
}

.omt_title img{
  height:65px;
  margin:0 0 0 40px;
}

/* Small devices (tablets, 768px and up) */
 
 
 
/* 
 * Sections
 * --------------------------------------------------------- */
 
.section{
	z-index: 2000;
	padding: 40px 0;
} 
 
.section-title {
	margin: 0 0 20px;
	text-align: center;
}

.section-title-border {
	width: 70px;
	height: 3px;
	background: rgba(0,0,0,0.13);
	margin: 0 auto 45px;
	border-radius: 3px;
}
.section-title-border2 {
	width: 70px;
	height: 3px;
	background: rgba(0,0,0,0.13);
	margin: 20px auto 45px;
	border-radius: 3px;
}

 
/* Home */

.heading {
	color: #171717;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 5px 0 30px 10px;
}

#signupForm .form-control-feedback {
	visibility: hidden;
}

@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-ms-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.arrow-down{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
	display: none;
}

.scroll{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 35px;
	padding: 10px;
	color: #fff;
	
	-webkit-animation: arrowBounce 2.5s infinite;
	-moz-animation: arrowBounce 2.5s infinite;
	-ms-animation: arrowBounce 2.5s infinite;
	animation: arrowBounce 2.5s infinite;
}


.version a:active{color:blue;}
.version a:visited{color:blue;} 
.version a:hover{color:red;}

.carousel-control,.carousel2-control {
  padding-top:10%;
  width:5%;
}


.btn{ font-size:16px; }
 #dobwidth select, #dobwidth2 select, #dobwidth3 select{margin:0px;}
 #dobwidth3 select{margin-right:15px;}








 /***************************FORM*********************************/

.col-1, .col-2 {
	float:left;
}

.pad_t_0{padding-top:8px}
.pad_t_03{padding-top:3px}
.pad_t_15{padding-top:15px}
.pad_t_1{padding-top:10px}
.pad_t_2{padding-top:20px}
.pad_t_23{padding-top:23px}
.pad_t_3{padding-top:30px}
.pad_t_4{padding-top:40px}
.pad_t_45{padding-top:45px}
.pad_t_5{padding-top:50px}
.pad_t_55{padding-top:55px}
.pad_t_6{padding-top:60px}
.pad_t_7{padding-top:70px}
.pad_t_8{padding-top:80px}
.pad_t_9{padding-top:90px}

 

.p1 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-align:left;
	display:block;
    line-height:24px;
	color:#383838;
	
}
.p1 .tinylink{font-size:9px}

.p2 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
	display:block;
    line-height:18px;
	color:#898580;
	
}

#page3 .p2 span{color:#ee7530;
font-weight:600;
}

#page3 .p2 span span{color:#ee7530;
font-weight:400;
}
.p3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
	display:block;
    line-height:18px;
	color:#ee7530;
	
}

.p4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
	display:block;
    line-height:18px;
	color:#716864;
	
}

.p5 {
font-family: 'Sonsie One', cursive;
font-size:25px;
letter-spacing:-1px;
text-align:left;
	display:block;
    line-height:40px;
	color:#d32b1d;
	
}

.p6 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:600;
font-size:61px;
letter-spacing:-2px;
text-align:left;
text-transform:uppercase;
	display:block;
    line-height:50px;
	color:#4f4942;
	
}
.p7 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
	display:block;
    line-height:24px;
	color:#898580;
	
	
}

.p8 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
	display:block;
    line-height:24px;
	color:#898580;
	white-space:nowrap;
	
	
}

.block1 {
	float:left;
	width:50px;
}	
.block2 {
	float:left;
	width:75px;
	height:26px;
}

.block3 {
	float:left;
	width:137px;
	
}

.block4 {
	float:left;
	width:60px;
}
.block5 {
	float:left;
	width:292px;
}
.block6 {
	float:left;
	width:81px;
}
.block7 {
	float:left;
	width:181px;
}

.block8 {
	float:left;
	width:61px;
}

.block9 {
	float:left;
	width:91px;
}

.block10 {
	float:left;
	width:80px;
}
.block11{
	float:left;
	width:167px;
}
 .block12 {
	float:left;
	width:190px;
}
 .block13 {
	float:left;
	width:105px;
}

.input-1 {width:196px; 
height:17px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
 border:none;
color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:17px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }


 
 .input-2 {width:127px; 
height:22px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
 
color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:17px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 
 .input-3 {width:165px; 
height:22px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;

color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:22px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 
 .input-4 {width:138px; 
height:22px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;

color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:22px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 
  .input-5 {width:327px; 
height:22px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;

color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:22px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 
 .input-6 {width:197px; 
height:22px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;

color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:22px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 .input-7 {width:80px; 
height:20px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
 
color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:17px;
padding-left:10px;

resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }
 .input-8 {width:90px; 
height:20px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
color:#6d6d6d;
background:#fff;
vertical-align:top; 
line-height:17px;
padding-left:10px; 
resize:none;
outline:none;
border:none;
border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
display: inline-block; 
float:left;
 }




 .fleft {
	float:left;
}
.fright {
	float:right;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}input, 
select, 
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:middle;
	font-weight:normal;
	color:#6d6d6d;
	text-transform:uppercase;
	margin:0;
	padding:4px;
	float:left;
    line-height:14px;
}





	.registerwrapper{ 
		width:900px;
		margin:0 auto;
		text-align:left;
	}
.registerwrapper p{ 
	margin-top:20px;
	margin-bottom: 0px;
}
.registerwrapper textarea, .registerwrapper input,.registerwrapper select{ 
	padding-top:5px;
	border-radius: 3px;
}

	.btn-submit{
	margin:60px 0 80px 0; 
	font-size:18px; 
}







/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.heading {
		font-size: 50px;
		margin: 5px 0 10px;
	}

	#signupForm .form-control-feedback {
		visibility: visible;
	}

	#signupForm  .form-group,.form-group2 {
		vertical-align: top;
	} 
	.arrow-down{
		display: block;
	}
}


/* About */

#about{
	background: #ededed;
	color: #626262;
}

#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6{
	color: #626262;
}


.feature-box-container{
	margin: 60px 0;
}

.feature-box-container:last-child{
	margin-bottom: 0;
}

.feature-box {
	text-align: center;
	background: #e4e4e4;
}

.feature-box .icon {
	width: 100px;
	height: 55px;
	color: #fff;
	position: relative;
	background: #bbbcbc;
	margin: 35px auto 20px;
}

.feature-box .icon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #bbbcbc;
}

.feature-box .icon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #bbbcbc;
}

.feature-box .icon i {
	font-size: 35px;
	padding-top: 12px;
	display: block;
}

.feature-box .description {
	padding: 20px 15px 10px;
}

.feature-box .description p {
	font-size: 14px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.feature-box-container{
		margin: 0;
	}
}
 
/* Team */

.team-member-container{
	max-width: 250px;
	display: inline-block;
	margin: 20px 0;
}

.team-member-container:first-child{
	margin-top: 0;
}

.team-member-container:last-child{
	margin-bottom: 0;
}

.team-member {
	padding-bottom: 25px;
	background: rgba(255,255,255,0.2);
}

.team-member-profession{
	color: #ccc;
	font-size: 12px;
	margin-top: -3px;
	display: block;
	margin-bottom: 5px;
}

.team-member .social a {
	font-size: 12px;
	width: 26px;
	height: 26px;
	line-height: 25px;
	margin: 0 7px;
	border: 1px solid rgba(255,255,255,0.7);
}

.team-member h4 {
	margin-bottom: 0;
	margin-top: 15px;
}

.team-member p{
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
}

.team-member h4,
.team-member p {
	padding: 0 15px;
}
 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.team-member-container{
		margin: 0;
	}
}
 
/* Contact */ 
 
#contact{
	background: #ffffff;
} 
 #contact .padding p{ 
	padding-top:10px;
}
 #contact .padding2 p{ 
	padding:10px 10px 10px 0px ;
}
.list-contacts {
	list-style: none;
	padding-left: 0;
	margin: 2em 0;
}

.list-contacts li {
	margin-bottom: 10px;
	display: table;
}

.list-contacts [class*="fa-"] {
	margin-right: 15px;
	display: table-cell;
	width: 30px;
}

#contactForm .form-control[name="name"] {
	margin-bottom: 14px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.list-contacts {
		list-style: none;
		padding-left: 0;
		margin-top: 2em;
	}

	#contactForm .form-control:[name="name"] {
		margin-bottom: 0;
	}
}


/* ---------------------------------------------------------
 *	Footer
 * --------------------------------------------------------- */
#footer{
	background: #2d2e2e;
	color:#ffffff;
} 
#footer a {
color: #bdc3c7;
text-decoration: none;
}
#footer h3{
	color:#EDEDED;
}
 
#footer
footer .pull-left, 
footer .pull-right {
	text-align: center;
	float: none !important;
}

footer {
	margin-top: 40px;
}

p.copyright {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

/* 
 * Social icons
 * --------------------------------------------------------- */

.social {
	margin-top: 20px;
	font-size: 14px;
}

.social a {
	font-size: 1.1em;
	padding: 0 0.3em;
	border: 1px solid #fff;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 28px;
}	


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	footer {
		margin-top: 70px;
	}

	footer .pull-left {
		float: left !important;
	}

	footer .pull-right {
		float: right !important;
	}
}



.omt_title img{
  height:65px;
        margin:0 0 0 40px;
}

	#signupform label{
		font-size: 19px;
		font-weight: 500;
	}

	#signupform label{
		font-size: 19px;
		font-weight: 500;
	}







@media (max-width: 767px) {
	.navbar {
	  background-color:#080707;
	  margin:0;
	  height:155px;
	  padding-top:5px;
	  z-index:2000;
	}
	.free{
		margin: 10px 10px 0 26px;
		color:#7cd3f6;
		}
	.main{
		margin-top:155px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}  	
	.main{
		height: 800px; 
	}
	.col1 {
		margin:0px 0 40px 20%;
	} 
		.wrapper .container {
		width: 1050px;
	}
		.countdown-section b {
		font-size: 1.2em;
		display: block;
	}
	.registerwrapper{ 
		width:900px;
		margin:0 auto;
		text-align:left;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1000px;
	}  	
	.main{
		height: 800px; 
	}
	.col1 {
		margin:0px 0 40px 70px;
	} 

	.p1 {
		font-family:Arial, Helvetica, 
 sans-serif;
		font-size:17px;
		text-align:left;
		display:block;
	    line-height:24px;
		color:#383838;
	}
	input, 
	select, 
	textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		vertical-align:middle;
		font-weight:normal;
		color:#6d6d6d;
		text-transform:uppercase;
		margin:2px;
		padding:4px;
		float:left;
	    line-height:14px;
	}
	.block1 {
		float:left;
		width:110px;
	}
	.block2 {
		float:left;
		width:120px;
		height:26px;
	}

	.block3 {
		float:left;
		width:240px;
		
	}

	.block4 {
		float:left;
		width:90px;
	}
	.block5 {
		float:left;
		width:400px;
	}
	.block6 {
		float:left;
		width:111px;
	}
	.block7 {
		float:left;
		width:258px;
	}

	.block8 {
		float:left;
		width:88px;
	}

	.block9 {
		float:left;
		width:139px;
	}

	.block10 {
		float:left;
		width:110px;
	}
	.block11{
		float:left;
		width:240px;
	}
	 .block12 {
		float:left;
		width:313px;
	}

	 .block13 {
		float:left;
		width:147px;
	}
 	 .input-1 {width:196px; 
		height:23px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		 border:none;
		color:#6d6d6d;
		background:#fff;
		vertical-align:top; 
		line-height:17px;
		padding-left:10px; 
		resize:none;
		outline:none;
		border:none;
		border-radius:3px 3px 3px 3px;
			-moz-border-radius:3px 3px 3px 3px;
			-webkit-border-radius:3px 3px 3px 3px;
		display: inline-block; 
		float:left;
	 }
	 .input-8 {width:120px; 
	height:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#6d6d6d;
	background:#fff;
	vertical-align:top; 
	line-height:17px;
	padding-left:10px; 
	resize:none;
	outline:none;
	border:none;
	border-radius:3px 3px 3px 3px;
		-moz-border-radius:3px 3px 3px 3px;
		-webkit-border-radius:3px 3px 3px 3px;
	display: inline-block; 
	float:left;
	 }
	input[type="radio"], input[type="checkbox"] {
	margin: -11px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	height:30px;
	}
}







@media (min-width: 1000px){}
.col1 {
margin: 0px 0 40px 60px;
}



@media (max-width: 1000px) {
 
	#signupform select {
		border-radius: 5px;
		margin:4px;width:100px;
	} 
	label{width:120px;}
	.groupwidth{
		width:230px;
		text-align: left;
	}
	 .nav-right {
		position:absolute;right:3%;
		width: 45%;  
		display: inline-block;
		text-align: center;
	}
	.nav-right p {
	font-size: 18px;
	padding-top:5%;}
	.omt_title img{
		height:55px;
		margin:5px 0 0 40px;
	}
	.col1 {
	margin:0px 0 60px 40px;

	}
	.main{
	width: 50%;
	background-color: rgba(255,255,255,.6);
	display: block;
	position: relative;
	left:50%; 
	text-align: center;
} 
	.navbar-header p { 
		margin: 34px 0 0 174px; 
	}

}


@media (max-width: 900px) {

	 .nav-right {
		position:absolute;right:3%;
		width: 40%;  
		display: inline-block;
		text-align: center;
	}
	.nav-right p {
		font-size: 16px;
		padding-top:5%;
	}
	.omt_title img{
		height:50px;
		margin:5px 0 0 30px;
	}
		.navbar-header p { 
		margin: 34px 0 0 133px; 		
		font-size: 13.5px;
		letter-spacing: 2px;
	} 
}

@media (max-width: 750px) {
	.col1 {
	margin:0px 0 60px 20px;
	}
	.registerwrapper{ 
	width:500px;
	margin:0 auto;
	text-align:left;
	}
}

@media (max-width: 665px) {
.col1 {
	margin:0px 0 60px 10%;

}
.main{
	width: 100%;
	background-color: rgba(255,255,255,.6);
	display: block;
	position: relative;
	left:0%; 
	text-align: center;
} 
.page2 {
	border-radius: 5px;
	margin:0px 0px;
	padding: 20px 5px;
}
.registerwrapper{ 
	width:400px;
	margin:0 auto;
	text-align:left;
}
	.omt_title img{
	  height:50px;
	        margin:5px 0 0 40px;
	}
	.navbar-header p {
		color: #FFF;
		margin: 34px 0 0 145px;
		font-size: 13.7px;
		letter-spacing: 1px;
	}
}

@media (max-width: 665px) {
	.omt_title img{
	  height:50px;
	  margin:5px 0 0 30px;
	}
	.navbar-header p {
		color: #FFF;
		margin: 34px 0 0 135px;
		font-size: 13.7px;
		letter-spacing: 1px;
	}
}

@media (max-width: 415px) {
	.col1 {
	margin:0px 0 60px 15px;

}


	.omt_title img{
	  	height:49px;
		margin:0px 0px 0px 15px;
	}
	.navbar-header p {
		color: #FFF;
		margin: 34px 0 0 120px;
		font-size: 13.7px;
		letter-spacing: 1px;
	}
	.registerwrapper{ 
		width:300px;
		margin:0 auto;
		text-align:left;
	}
	.free{
		font-size:14px;
		margin: 10px 10px 0 26px; 
	}
}
@media (max-width: 340px) {
 	.main{
		height: 650px; 
		margin-top:120px;
	}
	.btn-submit{
	margin:30px 0 50px 0;
	width:100%;
	}
	.navbar  {
		height:120px;padding:0px;
	}
	.omt_title img{
	  	height:43px;
		margin:0px 0px 0px 5px;
		padding:0px;  
		margin-bottom:0px;
		border:1px solid #000;
	}
	.navbar-header{
		margin:0px;padding:0px;
	}
	.navbar-header p {
		color: #FFF;
		margin:0 auto;
		position:absolute;
		top:9px;
		left:55px;
		font-size: 13.7px;
		letter-spacing: 1px;		
		padding:0px; 
		border:1px solid #000;
		line-height:  9px; 
	}
	.free{
		margin: 2px 20px 0px 20px; 
		line-height: 20px;		
		padding:0px; 
	}
}

@media (max-width: 320px) {
 	.main{
		height: 750px; 
	}	
	.navbar-header p {
		color: #FFF;
		margin: 34px 0 0 54px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.free{
		font-size:12px;
		margin: 10px 10px 0 26px; 
	}
}

.defaultText { width: 300px; }
    .defaultTextActive { color: #a1a1a1; font-style: italic; }


.maxlength{font-size:12px; color:#9E9E9E;margin-bottom: 80px}

