.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {border-color:#1076bc;}
/*HEADER*/
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu{
   	background-image: url('/wp-content/uploads/header_bg4.png');
}

#logo{max-height:250px;}


/*NAV*/
#top-menu li{
padding-right:10px;
}

#top-menu li > a {
  font-size: 12px;
  background-color: #fca547 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  padding:2.5%;
  width:150px;
}

#top-menu li > a:hover {
  font-size: 12px;
  background-color: #249ed3 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding:2.5%;
  width: 150px;
}

#top-menu li li a {
  font-size: 12px;
  background-color: #fca547 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding:2.5%;
  width: 170px; 
  margin-top:2%;
}
#top-menu li li a:hover {
  font-size: 12px;
  background-color: #249ed3 !important;
  width:170px;
}

.nav li ul{box-shadow:none; -webkit-box-shadow:none; top:15px;}

.nav li ul {border-top: none; background:none !important; background-color: none !important;}

.nav li li a {transition: none;}

.nav li li ul{left:190px; top:-8px;}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {
  font-size: 12px;
  background-color: #249ed3 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding:2.5%;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after{top:6px; right:9px;}

#et_top_search{display:none;}

/*MAIN*/
.et_pb_widget_area_left {
  border-right: none;
}

.et_pb_contact_main_title {
  color: #249ed3 !important;
}

.et_pb_contact p input, .et_pb_contact p textarea {
  color: #a9a9a9 !important;
}

.thank-you .et_pb_row {
  padding: 0px 0 0 0;
}

.et_pb_fullwidth_header{padding:25px 0;}

/*HOVERS*/
/* Buzz */
@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz:hover, .buzz:focus, .buzz:active {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Push */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover, .push:focus, .push:active {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*DECORATION*/
.bottom-border {
border-bottom: 5px solid #249ed3;
}
.top-border{
border-top: 5px solid #249ed3;
}

.border-top{
  border-top:5px solid #fca547;
}

.border-bottom{
	border-bottom:5px solid #fca547;
}

.picture-borders {
  border-bottom: solid 5px #249ed3;
  border-right: solid 5px #249ed3;
}

.dashed-border{
  border: dashed 5px #249ed3;
}

.rotate{
	-ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

.rotate2{
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}

.rotate3{
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}

/*FOOTER*/
#footer-bottom {
  background-color: #fca547;
}
  

#footer-info {
  color: #555;
  float: none;
  text-align:center;
}

#footer-info a {
  color:#555;
}

#footer-info a:hover {
  text-decoration: underline;
}