/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";

/*-- Classes
---------------------------------------------------------------------------*/

.cleaner {clear:both; width:100%; height:12px;}
.cleaner2 {clear:both; width:100%; height:12px; background:orange;}
.cleaner3 {clear:both; width:100%; height:30px;}
.cleaner4 {width:100%; height:30px; float:left;}

.img_box_shadow {
	-moz-box-shadow: 3px 3px 10px #999;
	-webkit-box-shadow: 3px 3px 10px #999;
	box-shadow: 3px 3px 10px #999;
}

.hoverme {
transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
.hoverme:hover{
transform: scale(1.1) translate(0px);
-webkit-transform: scale(1.1) translate(0px);
-moz-transform: scale(1.1) translate(0px);
-o-transform: scale(1.1) translate(0px);
-ms-transform: scale(1.1) translate(0px);
}
.hoverme2 {
transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
.hoverme2:hover {
transform: scale(1.05) translate(0px);
-webkit-transform: scale(1.05) translate(0px);
-moz-transform: scale(1.05) translate(0px);
-o-transform: scale(1.05) translate(0px);
-ms-transform: scale(1.05) translate(0px);
}


.grad1 {
    background: -webkit-radial-gradient(circle, #fff, #fff, #fff, #fff, #f2f2f2, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle,#fff, #fff, #fff, #fff, #f2f2f2, #f2f2f2); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle,#fff, #fff, #fff, #fff, #f2f2f2, #f2f2f2); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle,#fff, #fff, #fff, #fff, #f2f2f2, #f2f2f2); /* Standard syntax (must be last) */
	width:100%;
}

.grad2 {
    background: -webkit-radial-gradient(#252424, #252424, #343132); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#252424, #252424, #343132); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#252424, #252424, #343132); /* For Fx 3.6 to 15 */
    background: radial-gradient(#252424, #252424, #343132); /* Standard syntax (must be last) */
	width:100%;
}

.green {
	color:#98ce13;
}
.frog {
	color:#92b900;
}
.red {
	color:#c90505;
}

#topcontrol {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#231f20;
	opacity:0.6;
	color:#fff;
	bottom:10px !important;
	right:10px !important;
	border:1px solid #121212;
	border-radius:5px;
}

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.errors {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:15px;
	font-size:1.5rem;
	color:#737373;
	margin-left: 10px;
	margin-bottom: 2%;
}
.form-control.requiredValue, .form-control.has-error {
	border-color: #ff1200;
	background: #fbc7c3 !important;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	/*border-radius: 0 !important;*/
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}.btn-sub{
	width:100%;
	height: 34px;
	padding: 10px 12px;
	line-height: 1.42857143;
	background-color: #000;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0;
	text-shadow:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: all ease .15s, box-shadow ease-in-out .15s;
	transition: all ease .15s, box-shadow ease-in-out .15s;
	color:#fff;
	text-transform:uppercase;
	font-family: 'magistralcregular';
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
	font-size:1.2rem;
	min-width: 125px;
}
.btn-sub:hover, .btn-sub:focus {
background-color: #c90505;
border-color:#c90505;
border:0;
color:#fff;
background-position: 0 -15px;
}
.fancybox-thumb img {
	/*width:100%;*/
	height:140px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}
.text-box ul li {
	margin-left:30px;
}

/*-- modal Section
----------------------------------------------------------------------*/
.modal-content {
	float:left;
}
.modal-header {
	float:left;
	width:100%;
	background:#000;
}
.modal-title {
	color:#fff;
}
.modal-header .close {

}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 600000;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-body {
	position: relative;
	padding: 18px;
	min-height:100px;
	color:#000;
	float:left;
	width:100%;
}
.modal-body p {
color:#000 !important;

}
.modal-footer {
	float:left;
	width:100%;
	background:#000;
}
.verif {
	width: 100%;
	margin: 2% 0 0;
	float: left;
	border-top: 1px solid #eee;
	padding-top: 5%;
}




/*-- media queries Section
----------------------------------------------------------------------*/



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.fancybox-thumb img {
	/*width:100%;*/
	height:140px;
	margin-bottom:20px;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.fancybox-thumb img {
	/*width:100%;*/
	height:200px;
	margin-bottom:20px;
} 
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub, input[type="submit"] {
	width:100%;
	height: 34px;
	padding: 7px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #000;
	background-image: none;
	border: 0px solid #000;
	border-radius: 0;
	text-shadow:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: all ease .15s, box-shadow ease-in-out .15s;
	transition: all ease .15s, box-shadow ease-in-out .15s;
	color:#fff;
	text-transform:uppercase;
	font-family: 'magistralcregular';
	font-weight:bold;
	font-size:12px;
	font-size:1.2rem;
	min-width: 125px;
}
}