/*  Text */
h1, h2, h3, .label, .title-label{
  font-family: 'MontserratBold';
  text-align: center;
  color: #fff;
  text-shadow: -0.10em 0 0.10em black, 0 0.10em 0.10em  black, 0.10em 0 0.10em  black, 0 -0.10em 0.10em  black;
}




h1 {
  font-size: 2.8em;

}

h2 {
  font-size: 1.8em;
}

.f05{font-size: 0.5em;}
.f08{font-size: 0.8em;}
.f1{font-size: 1em;}
.f2{font-size: 2em;}
.f3{font-size: 3em;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header_title {
  text-align: center;
}

.red {
  color: #FF0000;
}



.blue {
  color: #0000FF;
}

.gray {
  color: #606060;
}

.dark-gray {
  color: #181818;
}

.green {
  color: #00FF00;
}

.small {
  font-size: 0.8em;
}

img {
  border: 0px;
}

.link a:link {
  color: #3366CC;
}

.link a:visited {
  color: #3366CC;
}

.link a:hover {
  color: #0099FF;
}

.link a:active {
  color: #0033FF;
}

/*  Main  */


body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}


.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  min-width: 250px;
  position:relative;

}

.corner {
  border: 1px solid #ABABAB;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.corner-top {
  border: 1px solid #ABABAB;
  border-bottom: 0px;
  border-radius: 10px 0;
  -moz-border-radius: 10px 0;
  -webkit-border-radius: 10px 0;
}

.corner-bottom {
  border: 1px solid #ABABAB;
  border-top: 0px;
  border-radius: 0 10px;
  -moz-border-radius: 0 10px;
  -webkit-border-radius: 0 10px;
}

.transparency {
  opacity: 0.88;
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
}

.side-border {
  border: 1px solid #ABABAB;
  border-top: 0px;
  border-bottom: 0px;
}

.center {
  text-align: center;
}
/* Content */

.countdown-config {
  display: none;
  text-align:center;
}

.countdown-html-code {
  display: none;
  text-align:center;
}

.show-c-config {
  cursor: pointer;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  margin-top: 5px;
position:relative;

}

.logo {
  font-family: LeagueGothicRegular;
  color: #0066CC;
  line-height: 0.85em;
  text-transform: uppercase;
  font-size: 4.5em;
  padding: 0;
  text-decoration: none;
  text-shadow: -0.02em 0 0.01em white, 0 0.02em 0.01em  white, 0.02em 0 0.01em  white, 0 -0.02em 0.01em  white;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}

.lang-image{width:15px; height:10px;}

.inline-block {
  position: relative;
  display: inline-block;
  margin: 0.5em;
}

.content {

  overflow: visible;

  background: #fff;
  width: 90%;
  max-width: 800px;
  margin: 25px auto;
  padding: 5px;
}

.cookie {
  position: relative;
  overflow: visible;
  background: #fff;
  margin: 0 auto;
  width: 80%;
  padding: 5px 20px;
}

.content-title {
  margin-left: 5px;
  font-weight: bold;
  font-size: 1.2em;
}

div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}
div .fb_reset {
    display: inline;
} 
[id^=___plusone] { width:56px !important; }

.likemenu li{padding:2px!important;}


.action-button {
	width: 40%;
	font-weight: bold;
	color: white;
	border: 0 none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
.action-button:hover, .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.button {
margin:2.5px;
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 0.85em;
  padding: 0.5em 0.8em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.button.current {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
  background-color: #79bbff;
}

.button:active {
  position: relative;
  top: 1px;
}

.action-button.blue,.button.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color: #007dc1;
}

.action-button.blue:hover,.button.blue:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color: #0061a7;
}



.action-button.yellow,.button.yellow{
	color:#000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
}
.action-button.yellow:hover,.button.yellow:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}


.action-button.red,.button.red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
  background-color: #d0451b;
}

.action-button.red:hover,.button.red:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color: #bc3315;
}

.action-button.green,.button.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
  background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
  background-color: #74ad5a;
}

.action-button.green:hover,.button.green:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
  background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
  background-color: #68a54b;
}

.action-button.white,.button.white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color: #ededed;
  color: #777777;
}

.action-button.white:hover,.button.white:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
  background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
  background-color: #dfdfdf;
}

.button.small {
  font-size: 0.75em;
  padding: 0.2em 0.4em;
  margin: 5px;
}

.button.fill {
  width: 100%;
}
.timer ul{padding:0; margin:0;}

.timer{margin:0 auto; text-align:center;}
.timer div, .preview-timer div {
	text-align:center;
  padding: 0 1em;
display: inline-block;

    border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
   margin:0.8em; border:1px solid #ABABAB;
     box-shadow: inset 0em -0.2em 0.4em 0em #000000,0.2em 0.4em 0.5em -0.1em #000000;
    -webkit-box-shadow: inset 0em -0.2em 0.4em 0em #000000,0.2em 0.4em 0.5em -0.1em #000000;
    -moz-box-shadow: inset 0em -0.2em 0.4em 0em #000000,0.2em 0.4em 0.5em -0.1em #000000;
    -o-box-shadow: inset 0em -0.2em 0.4em 0em #000000,0.2em 0.4em 0.5em -0.1em #000000;
}

.timer{  font-family: "Bebasneue";}
.timer div .big {


  font-size: 5.5em;

}
.timer p{padding:0; margin:0;}
.timer div .big .small {
margin-top:-0.5em;

  font-size: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
}




@media screen and (min-width:0px) and (max-width:400px) {
  .timer, .preview-timer {
    font-size: 40%;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 0.8em;
  }
.logo {font-size:2.5em;}
}

@media screen and (min-width:400px) and (max-width:600px) {
  .timer, .preview-timer {
    font-size: 60%;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1em;
  }
.logo {font-size:3.5em;}
}

@media screen and (min-width:600px) and (max-width:800px) {
  .timer, .preview-timer {
    font-size: 80%;
  }

  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.2em;
  }
}

@media screen and (min-width:800px) and (max-width:1000px) {
  .timer, .preview-timer {
    font-size: 100%;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.4em;
  }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
  .timer, .preview-timer {
    font-size: 100%;
  }

  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width:400px) {
  .timer div, .preview-timer div {
    box-shadow: inset 0px -2px 10px 0px #000000,2px 2px 5px -1px #000000;
    -webkit-box-shadow: inset 0px -2px 10px 0px #000000,2px 2px 5px -1px #000000;
    -moz-box-shadow: inset 0px -2px 10px 0px #000000,2px 2px 5px -1px #000000;
    -o-box-shadow: inset 0px -2px 10px 0px #000000,2px 2px 5px -1px #000000;
  }
}

@media screen and (min-width:400px) and (max-width:800px) {
  .timer div, .preview-timer div {
    box-shadow: inset 0px -4px 25px -2px #000000,2px 2px 14px 1px #000000;
    -webkit-box-shadow: inset 0px -4px 25px -2px #000000,2px 2px 14px 1px #000000;
    -moz-box-shadow: inset 0px -4px 25px -2px #000000,2px 2px 14px 1px #000000;
    -o-box-shadow: inset 0px -4px 25px -2px #000000,2px 2px 14px 1px #000000;
  }
}

@media screen and (min-width:800px) {
  .timer div, .preview-timer div {
    box-shadow: inset 0px -24px 66px -20px #000000,14px 18px 26px 1px #000000;
    -webkit-box-shadow: inset 0px -24px 66px -20px #000000,14px 18px 26px 1px #000000;
    -moz-box-shadow: inset 0px -24px 66px -20px #000000,14px 18px 26px 1px #000000;
    -o-box-shadow: inset 0px -24px 66px -20px #000000,14px 18px 26px 1px #000000;
  }
}

.adds {
  overflow: hidden;
background-color:rgba(72,72,72,0.4); 
  margin: 15px auto 15px auto;
  width: 100%;
  height:100%;
  min-width:234px;
  max-width: 728px;
  min-height:90px;
  max-height:90px;
}

.countdown_date {
  font-size: 2em;
  font-weight: italic;
  margin: 0 auto;
  text-align: center;
}

.content-small {
  overflow: visible;
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 728px;
  margin: 15px auto;
  padding: 5px;
}

.content-xsmall {
  overflow: visible;
  position: relative;

  background: #fff;
  width: 70%;
  max-width: 400px;
  margin: 15px auto;
  padding: 5px;
}

/* Box result */
.box-result {
  text-align: center;
}

.box-result .box {
text-align:center;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 395px;
  margin: 0.3em;
  height: 110px;
  background-color:#fff;
background-repeat:no-repeat;
  background-size: cover;
    border: 2px solid #124d77;
  overflow:hidden;
  color:#000;
  text-decoration:none;
}
.box-result .large-box {
height:140px;
}


.box-result .box .views{
float:left;
margin-left:5px;
font-size:0.8em;
}

.box-result .box .date{
float:right;
margin-right:5px;
font-size:0.8em;
}

.box-result .box:hover {


  color:#cae5fd;
    border: 2px solid #cae5fd;
}

.box-result .countdown {
  font-size: 1.7em;
  font-family: Bebasneue;
}

.box-result .small {
  font-size: 0.7em;
  font-family: Bebasneue;
}

.box-result .cut {
  width: 99%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-result .name {
  font-size: 1em;
  font-weight: bold;
}

.box-result .text {
color:#FFFFFF;
  font-size: 1.3em;
  padding-left: 0.2em;
  text-shadow: -0.10em 0 0.10em black, 0 0.10em 0.10em  black, 0.10em 0 0.10em  black, 0 -0.10em 0.10em  black;

  }


.box-result-more {
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 1.5em;
  text-align: center;
  text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
}


/* Comments */

#comment_box {
  margin: 0 auto;
  width: 100%;
}

.comment {
  max-width: 800px;
  margin: 0 auto 0.5em auto;
  width: 95%;
  overflow: hidden;
  border: 1px solid #007eff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment_name {
color:#fff;
background:    #007eff;
background:    -webkit-linear-gradient(#007eff, #1871a1);
background:    linear-gradient(#007eff, #1871a1);
  border: 1px solid #124d77;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #54a3f7 inset;
  color: #ffffff;
  display: inline-block;
  font-family: arial;
  font-size: 0.85em;
  padding: 0.5em 0.8em;
  text-decoration: none;
  text-shadow: 0 1px 0 #154682;
  font-size: 1em;
  width: 100%;
  padding: 5px;
}
.comment_name.yellow{
	color:#000;
background:    #ffec64;
background:    -webkit-linear-gradient(#ffec64, #ffab23);
background:    linear-gradient(#ffec64, #ffab23);
	  border: 1px solid #124d77;
	    box-shadow: 0 1px 0 0 #124d77 inset;

}

.comment_name.red{
	color:#fff;
background:    #bc3315;
background:    -webkit-linear-gradient(#d0451b, #bc3315);
background:    linear-gradient(#d0451b, #bc3315);
	  border: 1px solid #124d77;
	    box-shadow: 0 1px 0 0 #124d77 inset;

}


.comment_name a{color:#fff; text-decoration:none;}
.comment_name a:hover{  position: relative;
  top: 1px;
  color: #FF0000;}
.comment_message {
  background: #fff;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
  color: #000000;
  padding: 5px;
}

.comment_edit {
  width: 100%;
  font-size: 1em;

  border-top: 1px solid #D8D8D8;
}

.error-box {
  max-width: 800px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 5px;
  background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
  background-repeat: repeat-x;
}

.comment_tools, .error-box .close {
  font-size: 1em;
  font-weight: bold;
  float: right;
  cursor: pointer;
  color: #fff;
  margin:0 0.1em;
}

.comment_tools:hover, .error-box .close:hover {
  position: relative;
  top: 1px;
  color: #FF0000;
}

#check_comments{display:none;}


#icon {
  background: url(/include/images/main/icons.png) no-repeat top left;
}

#icon.i-10 {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}

#icon.i-13 {
  background-position: 0 -17px;
  width: 16px;
  height: 16px;
}

#icon.i-14 {
  background-position: 0 -34px;
  width: 16px;
  height: 16px;
}

#icon.i-15 {
  background-position: 0 -51px;
  width: 16px;
  height: 16px;
}

#icon.i-20 {
  background-position: 0 -68px;
  width: 16px;
  height: 16px;
}

#icon.i-31 {
  background-position: 0 -85px;
  width: 16px;
  height: 16px;
}

#icon.i-33 {
  background-position: 0 -102px;
  width: 16px;
  height: 16px;
}

#icon.i-38 {
  background-position: 0 -119px;
  width: 16px;
  height: 16px;
}

#icon.i-42 {
  background-position: 0 -136px;
  width: 16px;
  height: 16px;
}

#icon.i-44 {
  background-position: 0 -153px;
  width: 16px;
  height: 16px;
}


#icon.i-48 {
  background-position: 0 -170px;
  width: 16px;
  height: 16px;
}

#icon.i-49 {
  background-position: 0 -187px;
  width: 16px;
  height: 16px;
}

#icon.i-5 {
  background-position: 0 -204px;
  width: 16px;
  height: 16px;
}

#icon.i-51 {
  background-position: 0 -221px;
  width: 16px;
  height: 16px;
}

#icon.i-58 {
  background-position: 0 -238px;
  width: 16px;
  height: 16px;
}

#icon.i-6 {
  background-position: 0 -255px;
  width: 16px;
  height: 16px;
}

#icon.i-7 {
  background-position: 0 -272px;
  width: 16px;
  height: 16px;
}

#icon.i-73 {
  background-position: 0 -289px;
  width: 16px;
  height: 16px;
}

#icon.i-78 {
  background-position: 0 -306px;
  width: 16px;
  height: 16px;
}

#icon.i-8 {
  background-position: 0 -323px;
  width: 16px;
  height: 16px;
}

#icon.i-9 {
  background-position: 0 -340px;
  width: 16px;
  height: 16px;
}


fieldset {
  border: 0;
  width: 100%;
margin:0 auto;
  padding: 8px;
  min-width: 200px;
  max-width: 800px;
}

fieldset.half{ float:left; display:inline; width: 49%;
padding:0px;
  min-width: 200px;
  max-width: 500px;}
fieldset.quarter{ float:left; display:inline-block; width: 24%;
padding:0px;
  min-width: 200px;
  max-width: 250px;}


.reply-form .button{margin-left:5px;}

.input, .checkbox {
  position: relative;
	margin:0px;
	display:inline;
	padding:0px;
}

.input input, .input select, .input textarea, .input-picker {
  padding-left: 38px;
  padding-right: 2px;
  width: 100%;
  height: 39px;
  font-size: 1.1em;
  line-height: 38px;
  font-family: Helvetica;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  border: solid 2px #1871a1;
}

.label,.title-label{text-align: left; width:100%; padding: 8px; margin: 0 auto;}
.title-label{font-size:1.3em;}

.blue-input{
	position:relative;
  font-family: Helvetica;
overflow:hidden;
  margin:5px;
  height: 38px;
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 2px #1871a1;

}
.blue-input .block{display:inline-block;}
.fill{width:100%;}
 .blue-input input, .blue-input textarea, .blue-input .pick-input{

  font-family: Helvetica;
  font-size: 1.1em;
  line-height: 38px;
width:100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
color:#000;

padding-left:36px;
padding-right:3px;

 background-color:#fff;
  height: 37px;
  font-size: 1.1em;
  line-height: 38px;
border:none!important;
 
}
.blue-input, .blue-input textarea{height:auto;}
.blue-input.textarea i{-webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;}

.blue-input i {
	position:absolute;

	left:0px;
text-align:center;

  font-size: 1.1em;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  line-height: 38px;
  border-right: solid 2px #1871a1;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  box-shadow: 1px 2px 5px rgba(0,0,0,.09);
width:32px;
	background:    #007eff;
background:    -webkit-linear-gradient(#007eff, #1871a1);
background:    linear-gradient(#007eff, #1871a1);
  color:#fff;
  pointer-events: none;
}


.blue-input .disabled {
  background-color: #A0A0A0;
}
  
.input-picker{padding-left:10px;}
.advanced-options{display:none;}


.input select{
	  padding-left: 0px;
	margin-left:32px;

	border: 0 !important;  /*Removes border*/
}

.input input {
  height: 39px;
}

.input textarea {
  height: auto;
}

.input input.error, .input textarea.error {
  border: solid 2.5px #D00000 !important;
}

input .disabled {
  background-color: #A0A0A0;
}

.checkbox input {
  display: none;
}

.checkbox i {
  font-size: 1.3em;
  pointer-events: none;
}

.input i {
margin:2px;
  font-size: 1.1em;
  position: absolute;
  padding: 9px;
  pointer-events: none;
background:    #007eff;
background:    -webkit-linear-gradient(#007eff, #1871a1);
background:    linear-gradient(#007eff, #1871a1);
  color:#fff;

}

.submit {
  font-size: 1.1em;
  background-color: #3a57af;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  border: solid 1px #435a8b #3c5488 #334c83;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.comment_email {
  display: none!important;
}

.search {
  width: 80%;
  max-width:500px;
  padding: 7px;
  margin: 0px auto 0px auto;

}

.search input {
font-size:1em;
padding:5px;
  display: inline;
  min-width: 100px;
  width: 92%;
  height: 36px;
  border-radius: 5px 0 0 5px;
}

.search button {
  overflow: visible;
display:inline;
  margin-left: -0.4em;
  border: 0;
  font-size:1em;
padding:5px;
  cursor: pointer;
  height: 36px;
  width: 8%;
  color: #fff;
  text-transform: uppercase;
  background: #d83c3c;
  border-radius: 0 5px 5px 0;
  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.search button:hover {
  background: #e54040;
}

.search button:active,
.search button:focus {
  background: #c42f2f;
}



.search button::-moz-focus-inner {
/* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}


@font-face {
  font-family: 'DistantGalaxyRegular';
    src: url('/include/css/fonts/DISTGRG_-webfont.eot');
    src: url('/include/css/fonts/DISTGRG_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/DISTGRG_-webfont.woff') format('woff'),
         url('/include/css/fonts/DISTGRG_-webfont.ttf') format('truetype'),
         url('/include/css/fonts/DISTGRG_-webfont.svg#DistantGalaxyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'LeagueGothicRegular';
    src: url('/include/css/fonts/League_Gothic-webfont.eot');
    src: url('/include/css/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/include/css/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/include/css/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Bebasneue';
    src: url('/include/css/fonts/bebasneue-webfont.eot');
    src: url('/include/css/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/bebasneue-webfont.woff') format('woff'),
         url('/include/css/fonts/bebasneue-webfont.ttf') format('truetype'),
         url('/include/css/fonts/bebasneue-webfont.svg#bebasneue-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Megalopolis';
    src: url('/include/css/fonts/megalopolisextra-webfont.eot');
    src: url('/include/css/fonts/megalopolisextra-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/megalopolisextra-webfont.woff') format('woff'),
         url('/include/css/fonts/megalopolisextra-webfont.ttf') format('truetype'),
         url('/include/css/fonts/megalopolisextra-webfont.svg#megalopolisextra-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'HalloSansBlack';
    src: url('/include/css/fonts/hallo_sans_black-webfont.eot');
    src: url('/include/css/fonts/hallo_sans_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/hallo_sans_black-webfont.woff') format('woff'),
         url('/include/css/fonts/hallo_sans_black-webfont.ttf') format('truetype'),
         url('/include/css/fonts/hallo_sans_black-webfont.svg#hallo_sans_black-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'HalloSans';
    src: url('/include/css/fonts/hallo_sans-webfont.eot');
    src: url('/include/css/fonts/hallo_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/hallo_sans-webfont.woff') format('woff'),
         url('/include/css/fonts/hallo_sans-webfont.ttf') format('truetype'),
         url('/include/css/fonts/hallo_sans-webfont.svg#hallo_sans-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'MontserratBold';
    src: url('/include/css/fonts/montserrat-bold-webfont.eot');
    src: url('/include/css/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/include/css/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/include/css/fonts/montserrat-bold-webfont.svg#montserrat-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}





@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
.extramenu, .extramenu ul, .extramenu ul li,.extramenu ul li a,#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display:inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu, .extramenu{
  width: auto;
  border: 1px solid #124d77;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color: #007dc1;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;

  
}
#cssmenu.align-center > ul, .extramenu.align-center > ul{
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li,.extramenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li, .extramenu > ul > li{
  float: left;
}
#cssmenu > ul > li > a,.extramenu > ul > li > a, .extramenu .nolink, .extramenu .islink {
  padding: 12px 12px;
  font-size: 13px;
  color: #ffffff;

  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}


#cssmenu > ul > li:hover > a, .extramenu > ul > li:hover > a, .extramenu .islink:hover,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #cae5fd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color: #0061a7;
  
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 8.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
background:    #007eff;
background:    -webkit-linear-gradient(#007eff, #1871a1);
background:    linear-gradient(#007eff, #1871a1);
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 15.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu > ul > li:hover > ul {
  left: 2px;
  top: 32px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 258px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 250px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #3db2e1;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #cae5fd;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #88d0ed;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #27a9de, inset 0 -3px 3px #1f9acc, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #3db2e1;
  background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 10px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 20.5px;
    top: 5.5px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #3db2e1;
    background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 16.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #19799f;
  }
}

.ipr-container{
  background-color:transparent!important;
}


.pointer{cursor:pointer;}
#timezone{cursor:pointer;
	border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
        appearance:none;
		background: #fff;

		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #000;


