/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
    background-color:#ffffff;
    font-size: 16px;
	counter-reset: h2counter;
}

body {
    font-family: Quicksand,'Helvetica Neue',Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
/*
h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }
*
hr {
    max-width: 50px;
    border-color: #33ce00;
    border-width: 3px;
}
*/

hr.light {
    border-color: #fff;
}

/*
a {
    color: #33ce00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
*/

a:hover,
a:focus {
/*    color: #33ce00;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.bg-primary {
    background-color: #33ce00;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,3);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: transparent;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {

}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {

}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #000000!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


/*	==========================================================*/
/*		 midori	==============================================*/
/*	==========================================================*/
#arrowdown{
	cursor:pointer;
	width:34px;
	height:34px;
	margin-top:30px;
	background: url(http://midori.lu/new2/images/arrowdown.png);
}
#arrowdown:hover{
	background: url(http://midori.lu/new2/images/arrowdownhover.png);
}

.midori_header{
	margin-top:5px;
	margin-bottom:5px;
}

.specialButton {
  padding: 10px 20px;
  color: #fff;
  background-color: #fc343d;
  font-weight: 700;
  display: inline-block;
}

.specialButton:hover {
  color: #fff;
  text-decoration: none;
}

.specialButton.button_green {
  background-color: #00b04c;
}

.specialButton.link_email, .specialButton.link_phone {
  margin: 0px 20px;
  padding-top: 100px;
  background-color: transparent;
  color: #00b4c8;
  background-position: top center;
  background-repeat: no-repeat;
}

.specialButton.link_email {
  background-image: url(../img/icons/ico_mail.png);
}

.specialButton.link_phone {
  background-image: url(../img/icons/ico_phone.png);
}
/* Module Vertical Slider */
.vertical_slider {
  background-color: #fff;
}
.vertical_slider .table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  position: relative;
}

.vertical_slider .cell {
  vertical-align: middle;
  display: table-cell;
}

.vertical_slider .btn_rectangle {
  display: inline-block;
}

#counter {
  color: #fff;
  font-weight: 700;
}

#percent {
  height: 10px;
  background-color: #ff3135;
  width: 220px;
  display: inline-block;
}

#percent>div {
  height: 100%;
  background-color: #fff;
}

#counter #count {
  font-size: 78px;
  line-height: 70px;
  margin-top: 25px;
}

#counter .small {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 19px;
}

.news_title, .news_text {
  padding-left:90px;
  padding-right:90px;
  margin-top: 0px;
}

/* Module bigQuote */
.titled_background {
  font-size: 16px;
  color: #33ce00;
  position: relative;
}

.fromleft {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  transition: all 1.3s;
}

.active .fromleft {
  left: 0px;
  opacity: 1;
}

.titled_background>div:first-child {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.titled_background img {
  position: absolute;
  right: -40px;
  height: 100%;
}

.big_quote {
  font-size: 40px;

}

.titled_background .table {
  display: table;
  height: 350px;
  margin: 0px;
  position: relative;
  z-index: 1;
}

.titled_background .cell {
  vertical-align: middle;
  display: table-cell;
}

.titled_background .cell>div {
  max-width: 700px;
  display: inline-block;
  margin-right: 200px;
}

/* Module socialMedia */

.social_block {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 25%;

  bottom: -50px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.social_block.active {
  opacity: 1;
  bottom: 0px;
}

.social_block>div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}

.social_block .bigger {
  font-size: 30px;
  line-height: 32px;
  max-width: 240px;
}

.social_block .table {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0px;
}
.social_block .row {
  display: table-row;
}
.social_block .cell {
  display: table-cell;
  text-align: left;
  padding: 20px;
  height: 1%;
}
.social_block .cell.abottom {
  padding-top: 0px;
  vertical-align: bottom;
  height: auto;
}

.social_block .cell.abottom img {
  margin-bottom: 20px;
}

.social_block .upper {
  text-transform: uppercase;
}

.social_block .bold {
  font-weight: 700;
}

.social_block a {
  color: #fff;
  margin-right: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.social_block a img {
  vertical-align: middle;
  border: none;
  margin-right: 5px;
  margin-bottom: 2px;
}
.rotated {
  position: absolute;
  width: 142%;
  height: 142%;
  left: -71%;
  bottom: -71%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  transform: rotate(-45deg);
}

.ie9 .rotated {
  display: none;
}

.ie8 .rotated {
  left: -100%;
  bottom: -43%;
}

.share {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.social_block:hover .share {
  opacity: 1;
}


@media(max-width:1200px) {
  .social_block {
    padding-bottom: 33%;
  }
}

@media(max-width:990px) {
  .social_block {
    padding-bottom: 50%;
  }

  .titled_background .cell>div {
    margin-right: 0px;
  }
  .share {
    opacity: 1;
  }
}

@media(max-width:767px) {
  .social_block {
    padding-bottom: 100%;
  }

  .withoutheight {
    height: auto !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .titled_background img {
    display: none;
  }

  .news_title, .news_text {
    padding: 0px;
  }

  .big_quote {
    font-size: 31px;
    line-height: 40px;
    padding: 0px 10px;
  }
}


@media(min-width:768px) {
    .navbar-default {
        background-color: rgba(255,255,255,0.8);
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {

    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
		color:#222;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {

    }

    .navbar-default.affix {
        border:1px solid #dddddd;
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    /*.navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
		color:#222;
    }*/

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #33ce00;
    }
}

header {
    position: relative;
    width: 100%;

    margin: 0 auto;
    min-height: auto;
    text-align: center;
    color: #fff;
    /*background-image: url(../img/header.png);*/
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
/*	background-attachment: fixed;*/
}



#header-bg-1, #header-bg-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;

  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;

  max-width: 1170px;
}

#header-bg-1.active, #header-bg-2.active {
  opacity: 1;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}


header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {


    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.clown_member p {
  margin: 0px;
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000000;
    opacity: 0;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;

}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 12px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #33ce00;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;

    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #66b5c7;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #66b5c7;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}



@media(max-width:767px) {
	.navbar-fixed-top{
		position:relative;
		height:50px;
	}
	.midori_header{
		margin-top:4px;
	}
}






.wavesleft{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:100%;
	background: url(../img/wave_seperator_right.png);
	background-size: 30px 31px;
}
.wavesright{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:100%;
	background: url(../img/wave_seperator_left.png);
	background-size: 30px 31px;
}
.wavesright_c{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:100%;
	background: url(../img/wave_seperator_left_c.png);
	background-size: 30px 31px;
}

.wavesbottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	background: url(../img/wave_seperator_top.png);
	background-size: 30px 31px;
}

.wavestop{
	position:absolute;
	top:-30px;
	left:0px;
	width:100%;
	height:30px;
	background: url(../img/wave_seperator_top.png);
	background-size: 30px 31px;
}
.wavestop2{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background: url(../img/wave_seperator_bottom.png);
	background-size: 30px 31px;
}

.wavestop.orange {
  background-image: url(../img/wave_seperator_top_orange.png);
}

.wavesdown{
	position:absolute;
	bottom:-30px;
	left:0px;
	width:100%;
	height:30px;
	background: url(../img/wave_seperator_bottom.png);
	background-size: 30px 31px;
}
.wavesdown.orange {
  background-image: url(../img/wave_seperator_bottom_orange.png);
  background-position: bottom;
}

.bg_orange {
  background-color: #ff9500;
  color: #fff;
}

.bg_red {
  background-color: #fc343d;
  color: #fff;
}
.wavesdown.red {
  background-image: url(../img/wave_seperator_bottom_red.png);
  background-position: bottom;
}
.wavestop.red {
  background-image: url(../img/wave_seperator_top_red.png);
}

.bg_yellow {
  background-color: #ffc700;
  color: #fff;
}
.wavesdown.yellow {
  background-image: url(../img/wave_seperator_bottom_yellow.png);
  background-position: bottom;
}
.wavestop.yellow {
  background-image: url(../img/wave_seperator_top_yellow.png);
}

.page_bottom {
  font-size: 24px;
  height: 320px;
}
.page_bottom hr {
  border-color: #fff;
}

.page_bottom .small {
  font-weight: 700;
  font-size: 16px;
}


.maintitle{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
	color:#909397;
	font-size: 25px;
	text-align: center;
}


.service-box h2{
	font-size: 30px;
	/*font-weight: 300;*/
	color:#333333;
}

.service-box p{
	font-size: 16px;
	/*font-weight: 300;*/
	color:#000;
	line-height: 22px;
}


.team-box h2{
	font-size: 16px;
	font-weight: 700;
	color:#666666;
	margin-bottom:0px;
}
.team-box p{
	font-size: 16px;
	font-weight: 400;
	color:#666666;
}

.teamimg{
	margin:auto;
	width:180px;
	height:180px;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 5px solid #ffffff;
}






.completeWhite {
  background-color: #fff;
}

.completeGrey, .completeGrey .maintitle {
  background-color: #ddd;
}

.completeGrey .wavesdown {
  display: none;
}

.completeGrey .wavestop {
      background-image: url(../img/wave_seperator_top_c.png);
}

section.completeWhite, section.completeGrey {
  padding-top: 10px !important;
}


.faireundon_top{
	position:absolute;
	top:224px;
	right:0px;
	cursor:pointer;

}

.ie8 .faireundon_top, .ie9 .faireundon_top {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.faireundon_text{
  writing-mode: tb-rl;
  white-space: nowrap;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight:700;
	font-size:15px;
	padding:12px;
	padding-left:30px;
	padding-right:30px;

  position:absolute;
  right:-63px;
}

@supports (-ms-accelerator:true) {
  .faireundon_text {
    transform: rotate(180deg);
    right: 0px;
  }
}

@media all and (-ms-high-contrast:none) {
  .faireundon_text {
    transform: rotate(180deg);
    right: 0px;
  }
  .faireundon_text {
    transform: rotate(180deg);
    right: 0px;
  }
}

.ie8 .faireundon_text, .ie9 .faireundon_text{
  right:0px;
}

.redcolor{		color: #fc343d;	}
.bluecolor{		color: #1db4c6;	}
.yellowcolor{	color: #fec830;	}
.orangecolor{	color: #fd9426;	}
.greencolor{	color: #24af51;	}
.purplecolor{	color: #655b7d;	}

.redcolor_bg	{	background-color: #fc343d;	}
.bluecolor_bg	{	background-color: #1db4c6;	}
.yellowcolor_bg	{	background-color: #fec830;	}
.orangecolor_bg	{	background-color: #fd9426;	}
.greencolor_bg	{	background-color: #24af51;	}
.purplecolor_bg	{	background-color: #655b7d;	}


a .hoverredcolor:hover{		color: #fc343d;	}
a .hoverbluecolor:hover{		color: #1db4c6;	}
a .hoveryellowcolor:hover{	color: #fec830;	}
a .hoverorangecolor:hover{	color: #fd9426;	}
a .hovergreencolor:hover{		color: #24af51;	}
a .hoverpurplecolor:hover{	color: #655b7d;	}




.footertitle{
	font-size:16px;
	color:#373737;
	font-weight: 700;
	float:left;
	width:250px;
}
.btn_rectangle{
	color:#ffffff;
	cursor: pointer;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	display: table-cell;
}

#overlay, #overlay_ins {
  position: fixed;
  width: 100%;
  height: 340px;
  top: 50%;
  z-index: 100000;
  display: none;
  margin-top: -170px;
}

#overlay_ins {
  height: 90%;
  margin-top: 0px;
  top: 5%;
}


#overlay .overlay_content, #overlay_ins .overlay_content {
  max-width: 1170px;
  overflow: auto;
  height: 100%;
  width: 90%;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
}

#overlay .overlay_content .content_container, #overlay_ins .overlay_content .content_container {
  padding: 50px 90px;
}

#overlay_bg, #overlay_bg_ins {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#close_overlay, #close_overlay_ins {
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/ico_close.png);
  position: absolute;
  right:20px;
  top: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.navbar-nav>li>a:hover {
  color: #333;
}

.navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
  color: #333;
}

.navbar-default.affix .nav > li.hover>a:hover, .navbar-default.affix .nav>li.hover>a:focus:hover {
  color: #fff;
}

.navbar-default.affix .nav > li.menuset>a:hover, .navbar-default.affix .nav>li.menuset>a:focus:hover {
  color: #fff;
}

.navbar-nav li {
  position: relative;
  padding: 12px 5px;
}

.navbar-nav li a {
  padding: 3px 10px;
}

.navbar-nav li ul {
  position: absolute;
  margin-left: 0px;
  padding-left: 0px;
  padding: 10px 20px;
  display: none;
}

.navbar-nav li ul li {
  list-style-type: none;
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0px;
}

.navbar-nav li ul li a {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  padding: 0px;
}

.navbar-nav li ul li a:hover {
  text-decoration: none;
}

.navbar-nav li.hover a.colorhome, .navbar-nav li.menuset a.colorhome {
  background-color: #fc343d;
  color: #fff;
}

.navbar-nav li.hover a.color0, .navbar-nav li.menuset a.color0 {
  background-color: #ff9500;
  color: #fff;
}

.navbar-nav li.hover a.color1, .navbar-nav li.menuset a.color1 {
  background-color: #ffc800;
  color: #fff;
}

.navbar-nav li.hover a.color2, .navbar-nav li.menuset a.color2 {
  background-color: #00b04c;
  color: #fff;
}

.navbar-nav li.hover a.color3, .navbar-nav li.menuset a.color3 {
  background-color: #655a7e;
  color: #fff;
}
.navbar-nav li.hover a.color4, .navbar-nav li.menuset a.color4 {
  background-color: #00b4c8;
  color: #fff;
}
.navbar-nav li.hover a.color5, .navbar-nav li.menuset a.color5 {
  background-color: #00b04c;
  color: #fff;
}

.smcolor0 {
  background-color: #ff9500;
}
.smcolor1 {
  background-color: #ffc800;
}
.smcolor2 {
  background-color: #00b04c;
}
.smcolor3 {
  background-color: #655a7e;
}
.smcolor4 {
  background-color: #00b4c8;
}
.smcolor5 {
  background-color: #00b04c;
}


.pressDownlad {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
  background-size: 100px 100px;
  background-position: top center;
  background-repeat: no-repeat;
}

.pressDownlad.pressItem {
  padding-left: 40px;
  padding-right: 40px;
  background-size: 80px 80px;
  margin: 30px 0px;
  padding-top: 0px;
}

.pressDownlad.press_logo {
  background-image: url(../img/icons/ico_logo.png);
}

.pressDownlad.press_photo {
  background-image: url(../img/icons/ico_smile.png);
}

.pressDownlad.press_comm {
  background-image: url(../img/icons/ico_bubble.png);
}

.pressDownlad a {
  display: inline-block;
  margin: 20px auto;
  padding: 8px 20px;
  color: #00b04c;
  border: 1px solid #00b04c;
  font-weight: 700;
}

.show_more_news, .show_more_images {
  cursor: pointer;
  display: inline-block;
  margin: 20px auto;
  padding: 8px 20px;
  color: #969696;
  border: 1px solid #969696;
  font-weight: 700;
}


.pressDownlad a:hover {
  text-decoration: none;
}

.pressDownlad.press_photo a {
  color: #00b4c8;
  border: 1px solid #00b4c8;
}

.pressDownlad.press_comm a {
  color: #ff3135;
  border: 1px solid #ff3135;
}


.pressDownlad.pressItem a {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: inherit;
  border: none;
  text-decoration: underline;
  font-weight: 300;
}

.pressDownlad.pressItem.press_radio {
  background-image: url(../img/icons/ico_news_radio.png);
}
.pressDownlad.pressItem.press_paper {
  background-image: url(../img/icons/ico_news_newspaper.png);
}
.pressDownlad.pressItem.press_tv {
  background-image: url(../img/icons/ico_news_tv.png);
}
.pressDownlad.pressItem.press_web {
  background-image: url(../img/icons/ico_news_web.png);
}

@media(max-width:1200px) {
  .faireundon_text {
    right: -62px;
  }
}

@media(max-width:990px) {
  .clown_member {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  .pressDownlad {
    margin-bottom: 30px;
  }

  .service-box {
    padding: 0px 0px !important;
  }

  .page_bottom {
    height: auto;
  }

  .contact_person {
    margin-bottom: 30px;
  }

  .contact_form {
    padding: 0px !important;
  }

  .withoutheight {
    height: auto !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sponsor_item {
    width: 33% !important;
  }

  .navbar-brand {
    height: 75px !important;
    margin-top: 5px;
  }

  .navbar-nav li {
    padding: 12px 0px;
  }

  .navbar-nav li a {
    padding: 3px 6px;
  }

  .navbar-default .navbar-header .navbar-brand {
    padding: 10px 0px;
  }
}

@media(max-width:767px) {
  .mobileheightauto {
    height: auto !important;
    padding-bottom: 30px !important;
  }

  .nowave .wavesleft, .nowave .wavesright_c {
    display: none;
  }
  header {
  }

  .navbar-fixed-top {
    margin-bottom: 0px;
  }

  .navbar-header {
    margin-left: 0px !important;
    height: 50px;
  }

  .midori_header {
    margin: 0px;
  }

  .navbar-toggle {
    margin-top: 8px !important;
  }

  .navbar-brand {
    height: 50px !important;
    padding: 2px;
    margin-top: 0px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0px;
    background: #fff;
  }

  .navbar-nav {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #overlay .overlay_content .content_container {
    padding: 50px 40px 40px 40px;
  }


  .footertitle {
    float: none !important;
    margin-bottom: 30px;
  }

  .orange_bottom {
    padding: 50px 15px !important;
  }

  .resp_center {
    text-align: center !important;
  }

  .pressDownlad.pressItem a {
    display: block;
  }

  #content_contact .container {
    padding: 0px;
  }

  .row {
    margin: 0px;
  }

  .sponsor_item {
    padding: 0px;
  }

  .contact_form>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .resp_nopadd {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
  }
  .text-justify {
    text-align: center;
  }

  .news_title, .news_text {
    text-align: center;
  }

  #instaimages {
    padding: 0px 15px;
  }

  .footertitle {
    text-align: center;
    max-width: 100% !important;
    width:  100% !important;
  }

  .footertitle .btn_rectangle {
    display: inline-block;
  }

  .footertitle a img {
    float: none !important;
    display: inline-block;
    margin: 0px !important;
  }
  /*#menu-toggle {
    float: right;
    position: absolute;
    right: 20px;
    top: 5px;
    border: none;
    z-index: 999;
  }*/
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .specialButton.link_email {
    background-image: url(../img/icons/ico_mail2x.png);
    background-size: 80px 80px;
  }

  .specialButton.link_phone {
    background-image: url(../img/icons/ico_phone2x.png);
    background-size: 80px 80px;
  }
  .pressDownlad.press_logo {
    background-image: url(../img/icons/ico_logo2x.png);
  }

  .pressDownlad.press_photo {
    background-image: url(../img/icons/ico_smile2x.png);
  }

  .pressDownlad.press_comm {
    background-image: url(../img/icons/ico_bubble2x.png);
  }

  .pressDownlad.pressItem.press_radio {
    background-image: url(../img/icons/ico_news_radio2x.png);
  }
  .pressDownlad.pressItem.press_paper {
    background-image: url(../img/icons/ico_news_newspaper2x.png);
  }
  .pressDownlad.pressItem.press_tv {
    background-image: url(../img/icons/ico_news_tv2x.png);
  }
  .pressDownlad.pressItem.press_web {
    background-image: url(../img/icons/ico_news_web2x.png);
  }

}

.labels {
 color: #fff;
 background-image: url(../img/info_bg.png);
 text-align: left;
 border: none;
 padding: 20px;
 font-size: 20px;
 line-height: normal;
 font-family: Quicksand,'Helvetica Neue',Arial,sans-serif;
}

.contact_person {
  background-color: #00b04c;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-weight: 700;
}

.contact_person img {
  max-width: 100%;
  margin-bottom: 20px;

}

input[type="text"], textarea {
  width: 100%;
  padding: 0px 10px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #4d4d4d;
  background-color: #f0f0f0;

  height: 35px;

  border: none;
  outline: none;
  margin-bottom: 20px;
}

input[type="text"] {
  line-height: 35px;
}

textarea {
  height: 195px;
  resize: none;
  margin-bottom: 20px;
  padding-top: 8px;
}

input[type="text"].error,.error {
  border: 1px solid red;
}

button.green {
  height: 40px;
  background-color: #00b04c;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0px 10px;
  outline: none;
}

@media(max-width:1070px) {
  .main-navigation .primary-menu > li {
      margin-left: 0px;
      margin-right: 0px;
  }
}

@media(max-width:909px) {
  .main-navigation .primary-menu > li {
    color: #7c7993;
  }

  .menu-toggle {
    position: absolute;
    right: 15px;

    border: 1px solid #d1d1d1;
    height: 50px;
    width: 50px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    line-height: 5000px;
    top: 20px;


    background-image: url(../img/menu-icon-open.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .menu-toggle:hover, .menu-toggle:focus {
    border: 1px solid #d1d1d1;
    background-image: url(../img/menu-icon-open.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header-image {
    float: left;
    padding-left: 0px;
  }

  .navbar-right {
    width: 100%;
    margin: 0px;
  }

  .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    background: none;
    font-weight: 700;
  }

  .menu_container {
    padding: 0px;
  }

  .main-navigation a {
    padding-right: 10px;
    text-align: right;
  }

  .main-navigation .menu-item-has-children > a {
    margin-right: 0px;
  }

  .main-navigation ul ul {
    margin-left: 0px;
  }

  .main-navigation ul ul li {
    border-top: 1px solid #ddd;
  }



  .main-navigation ul ul li a {
    padding-right: 30px;
  }

  .main-navigation .primary-menu {
  	border-top: 1px solid #777777 !important;
  }
}
