.social > a :hover, .social >a :active {
    color: #4698cb;
}
i {
    color: inherit!important;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu ul li p,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  color: #fff !important;
}
#cssmenu #menu-button{
    color: #469acb;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  max-width: 1170px;
  border: 0;
  line-height: 1;
  background: #2F3490;
  background: linear-gradient(to top, #2F3490, #2F3490);
  padding-top: 0px;
  margin-top: 0;   
  margin-left: auto;
  margin-right: auto;
  font:#ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a, #cssmenu > ul > li > p {
  padding: 5px 4px 17px 2px;
  font-size: 14px;
  padding-top: 16px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li > a, #cssmenu > ul > li > p {
    font-family: 'VisbyCF-DemiBold', Arial, sans-serif;
    padding: 10px;
    border-radius: 0;
    margin: 5px 0;
}

#cssmenu.align-center > ul > li > a {
  border-radius: 0;
}
#cssmenu.align-right > ul > li > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > .active > a {
  /*color: #fff !important;
  background: #4698cb;*/
  
  color: #fff !important;
  background: #fff;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  /*color: #ffffff;
  background: #4698cb;*/
  
  color: #BA0C2F;
  background: #1A1C3E;
}
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .15;

}
#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: .35;


}
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #ffffff;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  height: 2px;
  background: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #2F3490;
}

/* .box1 {
    
    width: 25%;
} */

.figure {
	position: relative;
}
.figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.box3 {
    max-width: 700px;
}

.vc_tta-color-grey .vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
        box-shadow: 10px 11px 55px -16px #000000

}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  width: 100%;
  height: 100%;
  background-size: cover;
}


.h3:hover {
    color: red;
}

// Mixins
.transition (@prop: all, @time: 1s, @ease: linear) {
	-webkit-transition: @prop @time @ease;
	-moz-transition: @prop @time @ease;
	-o-transition: @prop @time @ease;
	-ms-transition: @prop @time @ease;
	transition: @prop @time @ease;
}
.universal-inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

// Styles
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.5em;
  color: @colorBase;
  h1 {
    margin: 40px 0;
  }
  ul {
		list-style: none;
		margin: 0;
		padding: 0;
		li {
			.universal-inline-block;
			vertical-align:  middle;
			a {
				display: block;
				font-size: 1.4em;
				margin: 0 5px;
				text-decoration: none;
				i {
					color: @colorBase;
					.transition(all, 0.2s, ease-in);
				}
				&amp;:hover {
					i {
						color: darken(@colorBase, 20%);
					}
				}
				&amp;:focus, &amp;:active {
					i {
						transition: none;
						color: darken(@colorBase, 40%);
					}
				}
			}
		}
	}
}

/*B&amp;W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

.accordion-widget{
    text-align: center;
    position: absolute;
    top: 5px;
    width: 100%;
    min-width: 300px;
    display: block;
    z-index: 998 !important;
    margin-right: 20px;
}



.hero-overlay {
    top: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}

.wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: -28px;
    margin-top: -11%;
}


.wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
    margin-top: 0%;
}
.wpb_raw_code .wpb_content_element .wpb_raw_html .wpb_wrapper {
    background-color: #2F3490;
    text-align: center;
}
.middle-menu {
    background-color: #2F3490;
}

.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: rgba(64, 63, 63, 0.8) !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #f8f8f8;
}

.vc_general.vc_btn3 {
    top: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    /*padding: 10px 17px !important;*/
    text-align: center;
    vertical-align: inherit;
    background-color: #2F3490;
    color: #ffffff !important;
    /*border: 3px solid #ba0c2f;*/
    border-radius: 3px;
    box-sizing: border-box;
    word-wrap: break-word;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-family: 'VisbyCF-Regular';
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease-in-out;
    user-select: none;
}

.vc_btn3.vc_btn3-style-outline-custom {
    border: 0;
}

.vc_general.vc_btn3:hover {
    background-color:#1A1C3E;
    color: #fff !important;
    /*border: 3px solid  #820820;*/
    border-radius: 3px;
    border: 0;
    /*padding: 8px 14px;*/
}


.vc_tta-title-text{
    color: #ba0c2f !important;
    font-family: 'VisbyCF-Regular', Arial, Sans-serif;
}
.vc_row.vc_row-no-padding .vc_column-inner {
    /*padding-left: 0;
    padding-right: 0;*/
    padding-top: 0 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 10px !important;

}

.custom-combobox {
    position: relative;
    display: inline;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .custom-combobox-toggle {
    position: relative;
    top: 0;
    bottom: 0;
    margin-left: -1px;
  }

.ui-state-focus, .ui-menu-item, .ui-menu {
  background: #fff;
  z-index: 999;
  list-style: none;
  }
.ui-menu-item {
    padding: 7px;
    margin: 7px;
}
.ui-state-focus {
  background: #999;
  color: #fff;
  }
.ui-menu {
  height: auto;
  max-height: 250px;
  width: 80%;
  max-width: 253px;
  padding: 0;
  overflow: hidden;
  overflow: auto;
  position: inherit;
  }
.custom-combobox-input {
    /*width: 281px;*/
    border: 2px solid #cdcdcd;
    color: #999999;
    padding: 7px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
  }
  
 #popmake-2533 {
  border-color: #2F3490;   
  line-height: 1.1;
 }
 
 #readspeaker_button1336 
  {
     display: none; 
  }

 #customized-contact-7-phone
 {
	margin-top: 10px;
  	margin-bottom: 10px;
  	border: 2px solid #cdcdcd;
  	color: #999999;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
  	width: 100%;
  }

 select.customized-contact-7-select-dropdown
 {
  	width: 60px;
 }

 select.customized-contact-7-select-dropdown-200px
 {
  	width: 200px;
 }