/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*
@font-face {font-family: "ArialW01-Light";
    src: url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.eot");
    src: url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/7a23d50e7c136d161723c09787c80f97.svg#ArialW01-Light") format("svg");
}
p, li, address{
   font-family: "ArialW01-Light", "Helvetica Neue","Helvetica","Arial","sans-serif"; 
}
.arial-font{
	font-family: "ArialW01-Light", "Helvetica Neue","Helvetica","Arial","sans-serif";
}
*/
.lead-strong {
    font-weight: 600;
}
body {  
  color: #5a5a5a;
}
h1, .green-header{
	 color: #68AB06;
}
.container-wrapper{
	padding:40px 0 40px 0;
}
.default-title-color{
	color: #5a5a5a;
}
.panel h3{
	margin-top:0;
}

/* WARNIMNG / ERROR STYLES
-------------------------------------------------- */
/* Warning and error message boxes */
.warn, .error, .warnBox, .errorBox, .errorBox-js, .infoBox, .successBox, .primaryBox
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}
#errorBox-js{
	display:none;
}
.error
{
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

.errorBox, .errorBox-js, .warnBox, .infoBox, .successBox, .primaryBox
{
   padding: 15px 5px 15px 5px;
   border: 1px solid transparent;
   border-radius: 4px;
   display: inline-block;
   width: 100%; /* for non CSS3 */
   background-repeat: repeat-x;
   text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
   box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}


.errorMessage,  .errorBox, .errorBox-js
{   
   background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
   border-color: #DCA7A7;
   color: #CF0805;
}

.warnBox
{
	background-image: linear-gradient(to bottom, #fcf8e3 0px, #f3e8ad 100%);
	background-color: #fcf8e3;
	color: #494D27;
}

.infoBox
{
	background-image: linear-gradient(to bottom, #d9edf7 0px, #81c9ed 100%);
	background-color: #d9edf7;
	color: #494D27;
}

.successBox
{
	background-image: linear-gradient(to bottom, #dff0d8 0px, #96d87a 100%);
	background-color: #dff0d8;
	color: #025912;
}

.primaryBox
{
	background-image: linear-gradient(to bottom, #337ab7 0px, #235b8a 100%);
	background-color: #337ab7;
	color: #F3F5FC;
}

.errorBox-js
{
	display:none;
}

.btn-default-green{
	background-color:#68AB06;
	color:white;
	padding:10px 40px;
	text-transform:uppercase;
}
.paddingError
{
	padding: 10px 15px 10px 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;
}
.display-item{
	display:block;
}

.clearBoth
{
	clear:both;
	height:1px;
}
.short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#333;   
}

.small-text
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}


/* COUNT DOQWN TIMER
-------------------------------------------------- */
/* count doqwn timer in home page */

#countdown-timer
{
	padding: 0px;
	width:100%;
	max-width:328px;
	text-align: center;
	margin:0;
}

#countdown-timer img
{
	width:50px;
	float:left;
	margin-right:10px;
}

#timer-head-title
{
	text-align: left;
	font-size: 20px;
}

#timer-head-h2,#timer-head-title {
	margin-left: 5px;
}

#timer-head-h2{
	margin-top:0px;
	color: #5a5a5a;
    font-weight: 600;
	text-align: left;
}

.timer-number
{
	font-weight: 500;	
	margin-bottom: 10px;
	border: 1px solid #cbc8c8;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 37%, #45484d 50%, #000000 62%);
	background: -webkit-linear-gradient(top,  #000000 37%,#45484d 50%,#000000 62%);
	background: linear-gradient(to bottom,  #000000 37%,#45484d 50%,#000000 62%);
	color:white;
	font-size: 2em;
	height:60px;
}

.timer-item
{
	float:left;
	margin:0 5px 0 5px;
	display:block;
	max-width:16%;
	width:100%;
	vertical-align: middle;
	position:relative;
}
.timer-number
{
	position:absolute;
	width:100%;
}
.timer-text
{
	font-size: .9em;
	margin-top: 64px;
}

.number-cur, .number-next
{
	position:absolute;
}
.timer-item
{
	position:relative;
}

.time-text
{
	margin:10px 0 20px 10px;
	text-align:left;
	font-size:.9em;
}



/* Template page items
-------------------------------------------------- */

#container-wrapper-head{
	background-image:url("../img/crowd.jpg");
	background-size:100% 100%;
	background-repeat : none;
	min-height:600px;
}
header{
	background-color:#7F7F7F;
}
header ul{
	padding:20px 0 0 0;
}
header li
{
	float:left;
	list-style-type: none;
	margin-right:20px;
}
#header-logo-wrapper
{
	padding-top:7px;
	padding-left:15px;
	color:white;
}

.navbar-inverse .navbar-brand {
    color: white;
}
.navbar-brand a
{
	color:white;
}
.navbar {
	margin-bottom:0px;
}
.navbar-wrapper
{
	background-color: #222;
	border-color: #080808;
}

.header-line hr{
	margin: 35px 0 5px 0;
	border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer{
	margin-top: 20px;
	padding-top:50px;
	padding-bottom:50px;
	/*background-color: rgba(255,255,255,.5);*/
	background-color: #222222;
	border-top: 12px solid #eee;
	color:#B1B0B0;
}
footer a{
	color:#97BAE0;
}
footer ul li{
	list-style-type: none;
	margin-bottom:5px;
}
footer ul{
	padding-left: 0;
}
#footer-logo{
	max-width:100px;
	margin-bottom: 10px;
}
footer img{
	width:120px;
	margin-bottom:20px;
}


/* ADVERTS STYLE
-------------------------------------------------- */
/* featurette, feedback and spondor styles */
.featurette h2
{
	margin-top:0px;
}
.featurette
{
	font-size:.9em;
}
.featurette h2, .featurette-sponsors h2
{
	color:#68AB06;
}
.advert-item{
	background-color:#efefef;
	word-wrap: break-word;
	padding:10px;
	background: rgb(255,255,255);
	border:1px solid #eee;
	margin-bottom:20px;
	margin-top:20px;
	/*text-align:center;*/
}
.advert-item img{
	width:100%;
}
.advert-item h2 {
    font-size: 25px;
	margin-top:20px;
}


/********************** carousel styles  **********/


/* CAROUSEL STYLE
-------------------------------------------------- */
/* carousel styles */
.carousel-caption {
    color: #000;
    text-align: center;
}

.cycle-slideshow img
{
	width:100%;
}
.cycle-slideshow{
	margin-bottom: 40px;
}


/* IMAGE GALLERY
-------------------------------------------------- */
/* gallery styles on gallery.html */
#links img{
	margin:10px;
}
.gallery-thumb{
	max-width:200px;
}
.galleryItem{
	float:left;
	margin-bottom:20px;
}


.profile img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.profile ul{
	display: inline-block;
}

/* Admin pages
-------------------------------------------------- */
.table-responsive{
	padding:10px;
}

/* Contact pages
-------------------------------------------------- */
#contact-form{
	margin-left:0px;
}
.blue-back{
	background-image: url("../img/blueBack.jpg");
	background-size: 100% 100%;
}


/* App page
-------------------------------------------------- */
.app-wrapper{

}
.app-wrapper h3{
	font-size: 13px;
}
.app-row{
	border-bottom: 1px solid #eee;
}
.appDveDesc{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 1px outset #EEE;
	-moz-column-rule: 1px outset #EEE;
	column-rule: 1px outset #EEE;
	margin-bottom: 50px;
}
.app-item{
	border-top: 1px solid #eee;
}
.app-icon{
	max-width:150px;
}
.app-text{
	margin-bottom:30px;
}

@media (max-width: 700px) {
	.appDveDesc{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
		margin: 20px 0px;
	}
}
@media (min-width: 700px) and (max-width: 1000px){
	.appDveDesc{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;x
	}
}

/* Form items
-------------------------------------------------- */
.box-container 
{
    z-index: 3;
    width: 360px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -180px;
    margin-top: -180px;
    animation: 0.35s ease-out 0s normal none 1 running BOX_FADE_IN;
}

/* used on the registration page to put the tick / cross inside the text input field */
#passChecker
{
	position: absolute;
	top: 5px;
	right: 25px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
.hidnSpmTp
{
   display:none;
   width:10px;
   height:3px;
}

#captcha
{
	width: 120px;
	height: 30px;
}

input[type="checkbox"].form-control {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right:5px;
}

.panel {
    background-color: rgba(255, 255, 255, 0.5);
}

.panel-default > .panel-heading {
    color: #fff;
    border-color: #7BAD34;
	font-weight:500;
	font-size:1.6em;
	background: rgb(154,205,80);
	background: -moz-linear-gradient(top,  rgba(154,205,80,1) 0%, rgba(128,181,48,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(154,205,80,1) 0%,rgba(128,181,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(154,205,80,1) 0%,rgba(128,181,48,1) 100%); 	
}

/* Competition page
-------------------------------------------------- */
#contact-form-wrapper{
	max-width:400px;
	margin:auto;
}

.signup-wrapper{
	max-width:400px;
	margin:auto;
	background-color:#fff;
	border-radius:5px;
	border:solid 5px rgba(102, 175, 233, 0.5);
	border: solid 1px rgba(111, 111, 111, 0.5);
	padding-bottom:30px;
}
.signup-wrapper .form-group{
	margin: 15px;
}

.signup-wrapper h3{
	font-weight:800;
	color:#656565;
	display:inline-block;
}
.signup-wrapper{
	color:#9F9F9F;
}

.signup-wrapper label{
	color: #656565;
}

.signup-form-back{
	padding:20px;
	background-image:url('../img/contactFormBack3.jpg');
	background-size: 100% 100%;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}
.carousel-caption {
  bottom:30px;
}
/*
.carousel-caption {
  top:0;
}
.carousel-caption p{
  background:rgba(0,0,0,.3);
  padding:3px;
  border-radius:5px;	
}
*/
.carousel-caption p{
  background:rgba(0,0,0,.3);
  padding:3px;
  border-radius:5px;	
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 , .marketing .col-md-6{
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p, .marketing .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
  min-height:60px;
}

.marketing h2, .marketing h1 {
  margin-top:0;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin:0; /* Space out the Bootstrap <hr> more */
  border-top: 12px solid #eee;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Form elements
------------------------- */
.dateSelect {
    min-width: 100px;
}


.table-bordered {
    border: 1px solid #ddd;
}

.img_100{
	width:100%;
	height:auto;
}

.logoutWrapper{
	min-height:300px;
	vertical-align: middle;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  .header-line
  {
	display:none;
  }
}


@media (max-width: 600px) {
	
	#countdown-timer
	{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:40px;
	}
	#container-wrapper-head{
		min-height:200px;
	}
	.carousel {
	  height: 175px;
	}
	.carousel .item {
	  height: 175px;
	}
	.carousel-inner > .item > img {
	  height: 175px;
	}
}
@media (min-width: 600px) and (max-width: 768px){
	
	#countdown-timer
	{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:40px;
	}	
	#container-wrapper-head{
		min-height:300px;
	}
	.carousel {
	  height: 225px;
	}
	.carousel .item {
	  height: 225px;
	}
	.carousel-inner > .item > img {
	  height: 225px;
	}
}
@media (min-width: 768px) and (max-width: 990px){
	#countdown-timer
	{
		max-width:250px;
	}
	#timer-head-h2{
		font-size: 2em;
	}
	.timer-item
	{
		margin:0 5px 0 5px;
		max-width:16%;
	}
	.timer-text
	{
		font-size: .8em;
	}
	.timer-number
	{
		padding: 5px 0 5px 0;
		font-size: 1.5em;
	}
	.timer-number
	{
		height:40px;
	}
	
	.timer-text
	{
		margin-top: 50px;
	}
	#container-wrapper-head{
		min-height:400px;
	}
	.carousel {
	  height: 325px;
	}
	.carousel .item {
	  height: 325px;
	}
	.carousel-inner > .item > img {
	  height: 325px;
	}
}


@media (min-width: 990px) and (max-width: 1200px){
	
	#timer-head-title
	{
	 	padding-top:10px;
		font-size:1em;
	}
	
	#countdown-timer
	{
		max-width:300px;
	}
	.timer-item
	{
		margin:0 5px 0 5px;
		max-width:16%;
	}
	.timer-text
	{
		font-size: .8em;
	}
	.timer-number
	{
		padding: 8px 0 8px 0;
		font-size: 1.5em;
	}
	
	.timer-number
	{
		height:50px;
	}
	
	.timer-text
	{
		margin-top: 60px;
	}
	#container-wrapper-head{
		min-height:450px;
	}
	.carousel {
	  height: 400px;
	}
	.carousel .item {
	  height: 400px;
	}
	.carousel-inner > .item > img {
	  height: 400px;
	}
}
@media (min-width: 1200px) {

	.prinde-pink
	{
		color: blue;
	}
	#container-wrapper-head{
		min-height:500px;
	}
	.carousel {
	  height: 400px;
	}
	.carousel .item {
	  height: 400px;
	}
	.carousel-inner > .item > img {
	  height: 400px;
	}
}

@media (min-width: 1350px) {
	#container-wrapper-head{
		min-height:600px;
	}
	#container-wrapper-head{
		min-height:400px;
	}
	.carousel {
	  height: 450px;
	}
	.carousel .item {
	  height: 450px;
	}
	.carousel-inner > .item > img {
	  height: 450px;
	}
	
}