/*
    Theme Name: Ocean
    Theme URI:
    Description: Scince / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:18px;
	font-family: 'Open Sans Cons', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#031C33;
	}

a {
    color: #031C33;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#031C33;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	border:none;
	border-bottom: #000 2px solid;
	width:100%;
	padding:6px 10px;
	border-radius:0px;
	background:#FFF;
	color:#19171c;
	font-size:16px;
	line-height:20px;
		
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	cursor:pointer;
	padding: 10px 30px;
	text-align:center;
	color:#FFF;	
	font-size:20px;
	line-height:20px;
	font-weight: 500;
	text-align: center;
	border-radius:30px;
	
	border: none;
	width: auto;
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, rgb(126, 51, 129)),
	color-stop(1, rgb(224, 62, 33))
);
background-image: -o-linear-gradient(left, rgb(126, 51, 129) 0%, rgb(224, 62, 33) 100%);
background-image: -moz-linear-gradient(left, rgb(126, 51, 129) 0%, rgb(224, 62, 33) 100%);
background-image: -webkit-linear-gradient(left, rgb(126, 51, 129) 0%, rgb(224, 62, 33) 100%);
background-image: -ms-linear-gradient(left, rgb(126, 51, 129) 0%, rgb(224, 62, 33) 100%);
background-image: linear-gradient(to left, rgb(126, 51, 129) 0%, rgb(224, 62, 33) 100%);
		
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color:#19171c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#19171c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

:-ms-input-placeholder {  
     color:#19171c;
}


.flaticon-right-arrow {
	display: inline-block;
	transform: rotate(180deg);
}

.flaticon-next.right {
	display: inline-block;
	transform: rotate(180deg); 
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.blue {
	background:#e8ecf4;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:40px 0;

	}
	
.section {
	padding: 90px 0;
}

#contact-bage {
	position: fixed;
	z-index:500;
	left:0;
	top:180px;
	
}

.padding {
	width:73%;
	margin: auto;
}

/* =HEADER
-------------------------------------------------------------- */


#toprow {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:600;
	padding:20px 0;
	background:url(images/header.png) no-repeat;
	background-size:cover;
	}

.top-padding {
	height:90px;
}




.logo {
	position: relative;
	padding-left:20px;
	margin-bottom:-20px;
	z-index:700;
	
	}

.logo img {
	
}

.topicons {
	position: relative;
	padding:40px 20px 10px 20px;
}

.topicon {
	display: inline-block;
}

#toprow .wpglobus_flag {
	background: none;
}

#toprow .wpglobus_language_name {
	padding:0;
}

#toprow .wpglobus_flag_en:before {
	content: "En";
	display: inline-block;
}

#toprow .wpglobus_flag_he:before {
	content: "ע";
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
}



.social-icons a {
	display: inline-block;
	margin-left:5px;
	color:#FFF;	
}



#toprow .social-icons {
	display: inline-block;
	padding-right:10px;
	}

#toprow .social-icons a {
	font-size:25px;
	
}

#headrow {
	padding:60px 0;
	min-height:150px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #EBF0F3),
	color-stop(0.47, #FFFFFF),
	color-stop(1, #EBF0F3)
);
background-image: -o-linear-gradient(right, #EBF0F3 0%, #FFFFFF 47%, #EBF0F3 100%);
background-image: -moz-linear-gradient(right, #EBF0F3 0%, #FFFFFF 47%, #EBF0F3 100%);
background-image: -webkit-linear-gradient(right, #EBF0F3 0%, #FFFFFF 47%, #EBF0F3 100%);
background-image: -ms-linear-gradient(right, #EBF0F3 0%, #FFFFFF 47%, #EBF0F3 100%);
background-image: linear-gradient(to right, #EBF0F3 0%, #FFFFFF 47%, #EBF0F3 100%);
}

#search {
	position: relative;
}

#search input#s {
	border: none;
	border-bottom:#042042 4px solid;
	color:#042042;
	font-size:16px;

}

#search button {
	position: absolute;
	left:0;
	top: 0px;
	font-size:22px;
	background: none;
	border: none;
}


.flex-heading {
	position: relative;
	display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.flex-top-1 {
	display: flex;
  justify-content: flex-start;
}


.menu-open {
	display: flex;
	align-items: center;
	font-size:30px;
	padding-left:15px;
	
	
}

.menu-open span {
	display: block;
	padding-right:15px;
	font-size:16px;
	font-weight: bold;
}

.flex-top-2 {
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
  
}

.topsearch {
	padding:10px 10px;
}

.flex-top-3 {
	display: flex;
  justify-content: flex-end;
  
}


/**************LANG***********/

#languages {
	font-family: 'Open Sans Cons';
	border:#99CCFF 1px solid;
	width:47px;
	height:47px;
	text-align: center;
	padding:10px;
}

#languages .wpglobus-current-language {
	
}

#languages .menu-lang-container ul {
		
}

#languages li {
	display: inline-block;
	float: none;
}

#languages li a {
	display: inline-block;
	color: #99CCFF;
	font-size:25px;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
	
}

#languages li a:hover {
	color: #FFF;
}

#languages li:last-child span.slash {
	display: none;
}

#languages li.current-lang {
	display: none;
}




/* =MENUS
-------------------------------------------------------------- */

#menu-topmenu {
}

.menu-top {
	text-align: left;
}

.menu-top li {
	display: inline-block;
	border-left:#bab9ba 1px solid;

}
.menu-top li:last-child {
	border: none;
}

.menu-top li a {
	padding:5px 15px;
}


#menurow {
	 display: flex;
  justify-content: flex-end;
	font-family: 'Open Sans Cons';
	max-width:100%;
		
	}




/*************SIDEMENU*****************/

.menu-sidemenu-container {
	border-right: #7e3382 3px solid;

}

.menu-side li {
	display: block;
	float: none;
	border-bottom:#e0e0e0 1px solid;
}

.menu-side li a {
	display: block;
	font-size:17px;
	padding:15px 10px;
	color:#000;
}

.menu-side li a:hover,
.menu-side li.current-menu-item a {
	background:#7e3382;
	color:#FFF;
}

.menu-side li .sub-menu li a {
	position: relative;
	font-size:15px;
	padding:12px 30px 12px 10px;
	background: none;
	color:#000;
}

.menu-side li .sub-menu li a:before {
	content:"\f104 ";
	font-family:"FontAwesome";
	display: inline-block;
	position: relative;
	right:-10px;
}

.menu-side li .sub-menu li a:hover,
.menu-side li .sub-menu li.current-menu-item a {
	background:#7e3382;
	color:#FFF;
}







/********************home******************/

#head-home {
	position: relative;
	height:425px;
	overflow:hidden;
	
}

#home-video {
	position: relative;
	width:100%;
	overflow:hidden;
	z-index:10;
	}

#home-video video {
	width:100%;
}

#home-title-area {
	position: absolute;
	top:30%;
	right:0;
	width:100%;
	z-index:10;
}



.home-title {
	font-size: 74px;
    color: #fff;
    text-shadow: 3px 3px 15px #000;
    font-weight: 700;
	text-align: center;

}


#home-buttons {
	position: relative;
	z-index:20;
	margin-top: -60px;
	margin-bottom:10px;
	}

#home-buttons ul {
	display: flex;
  	 justify-content: center;
}

#home-buttons ul li{
	background:#FFF;
	text-align: center;
	transition: all 0.5s ease;
	padding:25px 40px;
	box-shadow: -3px 4px 5px 0px rgba(50, 50, 50, 0.3);
		}

#home-buttons ul li:nth-child(odd) {
	border-bottom:#9a237d 3px solid;
}

#home-buttons ul li:nth-child(even) {
	border-bottom:#e13f20 3px solid;
}

#home-buttons ul li:last-child {
	border-radius: 30px 0 0 0;
}

#home-buttons ul li:hover {
	background:#F0F0F0;
	
}


#home-buttons ul li .icon {
	display: inline-block;
	padding-left:10px;
}

#home-buttons ul li .icon img {
	vertical-align: middle;
}

.btn-title {
	display: inline;
	font-size:16px;
	margin: auto;
	}


.home-all {
	text-align: left;
	font-size:15px;
}

.home-all a {
	text-decoration: underline;
	display: inline-block;
	padding: 10px 10px;
}
.home-all a:hover {
	text-decoration: none;
	
}

#news-section {
	background:url(images/news_bg.png) no-repeat;
	background-size: cover;
}

#news-section .main-art {
	display: flex;
	background:#031C33;
	color:#FFF;
	margin-bottom:30px;
}

#news-section .main-art a {
	color:#FFF;

}
#news-section .main-art a:hover {
	color:#99CCFF;
	
	
}

#news-section .main-video,
#news-section .main-img {
	width:70%;
	position: relative;
}

#news-section .main-img .play {
	position: absolute;
	top:40%;
	text-align: center;
	width:100%;
}

#news-section .main-art .inner {
	width:30%;
	padding:20px;
	display: flex;
  justify-content: center;
  align-items: center;
}

#news-section .art-title {
	font-size:32px;
	font-weight: bold;
	margin-bottom:10px;
}

#news-section .excerpt {
	font-size:24px;
}

#news-section a.readmore {
	text-decoration: underline;
}
#news-section a.readmore:hover {
	text-decoration: none;
}




/*********GENERAL*******/

.more {
	margin:10px 0;	
}

.more a {
	display: inline-block;
    padding: 10px 30px;
    background: #0b9444;
    color: #FFF;

}

.more a:hover {
	background:#172c64;
	color:#FFF;
}

.content {
	padding:15px;
}

.single-vid {
	width:50%;
}

.single-img {
	max-width:50%;
	background:#FFF;
}


.single-img.alignright, 
.single-vid.alignright{
	padding-left:30px;
	padding-bottom:30px;
}
.single-img.alignleft,
.single-vid.alignleft {
	padding-right:30px;
	padding-bottom:30px;
}

.single-img img {
	
	
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.4;
	font-weight:500;
	
}

.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
	line-height:1.4;
}

.entry h1 {	
	font-size:30px;
	color:#1f618f;
	font-weight:600;
	margin-bottom:15px;
}
.entry h2 {
	font-size:28px;
	color:#1f618f;
	font-weight:600;
	margin-bottom:15px;
}

.entry h3 {
	font-size:24px;
	color:#1f618f;
	font-weight:700;
	margin-bottom:15px;
}


.entry h4 {
	font-size:20px;
	color: #206fa6;
	font-weight:400;
	letter-spacing:2px;
	margin-bottom:15px;
}

.entry h5 {
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
	color:#206fa6;
}

.entry h6 {
	font-size:18px;
	font-weight:300;
	color:#1f618f;
	letter-spacing:2px;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-right: 50px;
	margin-bottom:25px;
	}

.entry ul li {
	list-style: square;
}



.entry ol li {
	list-style: decimal;
}

.entry ol li::marker {
	
}

.ltr .entry ul,
.ltr .entry ol {
	margin-left: 50px;
	margin-right: 0px;
}


.entry a {	
	color:#7e3382;
}

.entry a:hover {
	text-decoration: underline;
}

.the-link {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-family: 'Open Sans Cons';
	font-size:54px;
	font-weight: bold;
	margin-bottom:30px;
	text-align: center;
	
}

.fancy-title {
	font-size:35px;
	height:0.5em;
	border-bottom:#e8e8f0 1px solid;
	text-align: center;
	margin-bottom:60px;
}

.fancy-title span {
	display: inline-block;
	padding:5px 25px;
	background:#FFF;
	font-weight:600;
	margin-bottom:40px;
	color:#002147;
}

.all-button {
	display: inline-block;
	font-size:15px;
	text-decoration: underline;
	
}

.all-button:hover {
	text-decoration: none;
}

#topimage {
	position: relative;
	width:100%;
	overflow: hidden;
}


.topimg {
	display: block;
	width:100%;

}

#topimage .textholder {
	position: absolute;
	top:0px;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
	padding:20px 0;
	}

.toptitle {
	text-align: center;
	padding:60px 0 30px 0;
	color:#FFF;
	font-size:65px;
	font-weight: bold;
	line-height:1;
	text-shadow: 0px 0px 17px #021B33;
	
	
}

.toptitle .subtitle {
	display: block;
	position: relative;
	top: -10px;
}

.toptitle .subtitle span {
	display: inline-block;
	padding:10px 10px 10px 30px;
	color:#FFF;
	font-size:20px;
	line-height:1;	
	background:#7e3382;
	border-radius: 0 0 0 30px;
}

#topimage-2 #breadcrumbs {
	position: absolute;
	width:100%;
	top:0;
	right:0;
	z-index:10;
}

#breadcrumbs {
	padding:10px 0;
	font-size:15px;
	color:#FFF;
		}

#breadcrumbs a {
	color:#FFF;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}


#share {
	margin-top:30px;
	padding:25px 0;
	font-size:24px;
	font-weight: bold;
	background:#f1f8fc;
	text-align:center;
}

#share .addtoany_shortcode {
	display: inline-block;
	padding-right:20px;
	}

#share .addtoany_list a>span {
	
}

.a2a_svg {
	background-color: transparent !important;
}

.a2a_svg svg path{
	fill: #021b33 !important;
}


.category-content {
	background: #f1f8fc;
	padding:40px 0;
	text-align:center;
	font-size:20px;
}

.article {
	margin-bottom:30px;
	}
	
.art-img {
	position: relative;
	margin-bottom:10px;
}

.art-img .play {
	position: absolute;
	width:100%;
	top:30%;
	text-align: center;
}

.art-img .play img {
	display: inline-block;
}

.art-img {
	margin-bottom:10px;
}

.art-img img {
	display: block;
}

.art-img.no-img {
	background: #031C33;
}

.art-title {
	font-size:28px;
	font-weight: bold;
	margin-bottom:10px;
}

.excerpt {
	font-size:20px;
}

.article a.readmore {
	text-decoration: underline;
}
.article a.readmore:hover {
	text-decoration: none;
}


.excerpt {
	font-size:24px;
	line-height:1.3;
	
}

.article a.readmore  {
	color: #031C33;
	text-decoration: underline;
	
}

.article .readmore a:hover {
	color: #031C33;
	text-decoration: none;
	
}

	
.er-404 {
	font-size:150%;
	text-align: center;
}


.navigation {
	padding-top:15px;
	text-align: center;
}

.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}

#related-boxes {
	margin-bottom:30px;
}

.single-meta-date {
	font-size: 20px;
    color: #e13f20;
	padding-bottom:20px;
    margin-bottom: 20px;
    border-bottom: #e2e9e9 1px solid;
}

.content .entry {
	font-size:18px;
}

.sec-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
	color:#9a237d;
}

.sec-title:hover {
	color:#000;
}



/********************FLEXIBLE CONTENT*****************/
.white-text {
	color:#FFF;
}

.white-text a{
	color:#FFF;
}
.white-text a:hover{
	color:#99CCFF;
}

.sec-text {
	
	font-size:34px;
	margin-bottom:30px;
	text-align: center;
}

.cbox-title {
	font-size:32px;
	font-weight: bold;
	margin-bottom:12px;
	text-align: center;
}

.cbox-item .box-icon {
	margin-bottom:10px;
}

.cbox-text {
	font-size:24px;
}
.cbox-item .readmore {
	text-decoration:underline;
}

.wbox-item {
	background:#FFF;
	text-align: center;
	padding:10px;
}

.wbox-item .cbox-title {
	margin-bottom:8px;
}

svg {
	width:100%;
	
}

.icon-buttons-section .round-icon {
	display: block;
	width:204px;
	height:204px;
	line-height:204px;	
	text-align: center;
	padding:15px;
	border-radius:100%;
	border:#99CCFF dashed 2px;
	margin-bottom:12px;
}

.icon-buttons-section {
	text-align:center;
}

.icon-buttons-section  .round-icon a {
	display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}

.icon-button .button-title {
	font-size:32px;
	text-align: center;
	font-weight: bold;
}





/**************POSITIONS**********/
#positions {
}

.p-sec-title {
	font-size:30px;
	font-weight: bold;
	color:#1f618f;
	margin-bottom:20px;
}

.p-sec {
	margin-bottom:40px;
}

.p-line {
	font-size:22px;
	line-height:1.1;
	background:	#f9fcfe;
	margin-bottom:7px;
	padding:10px 15px;
}

.p-line:nth-child(2n) {
	background:#f1f8fc;
}
.p-line .mail {
	direction:ltr;
}

.p-line .phone {
	direction:ltr;
}


/*************IMAGE GALLERY**********/
.gallery-heading {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:7px 10px;
  color:#FFF;
  margin-bottom:30px;
  font-weight:300;
}

.gal-title {
	font-size:30px;
}

.gal-meta .download {
	display: inline-block;
	font-size:28px;
	text-align: left;
}

.gal-meta .date {
	display: inline-block;
	font-size:26px;
	padding-right:10px;
	margin-right:10px;
	border-right:rgba(255,255,255, 0.2) 1px solid;
}

.gal-meta .download a {
	color:#FFF;
}

.gallery-image {
	margin-bottom:30px;
}



.mtooltip {
	position: relative;
}


.tooltip {
	background:#FFF;
	padding:5px;
	border-radius:4px;
	font-size:14px;
}


/*************GRAVITY****************/
.gform_validation_container {
	display: none !important;
}

.gfield_label {
	display: none;
}

.gfield_required {
	color:#F00;
}

.gform_hidden {
	display: none !important;
}


.gfield_radio input {
	width: auto;
	display: inline-block;
}

.gfield_radio label {
	margin-bottom:0 !important;
	margin-right:0px;
	padding-right:5px;
}

.display-label .gfield_label {
	display: block !important;
	margin-bottom:10px;
	width:100%;
}

/**************gravity checkbox and radio*************/

.gfield_checkbox li,
.gfield_radio li {
	position: relative;
	width:auto;
}

.gfield_checkbox li label {
	padding-right:5px;
	display: inline;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
	display: inline-block;
	 transform: scale(1.2);
	
}

ul.gfield_radio li label {
	
}
.gchoice label {
	display: inline-block;
}



/**************CONTACT PAGE************/
#contact-section {
	
}

.acf-map {
	min-height:690px;
}

#maincontact input,
#maincontact textarea,
#maincontact select {
	border:#000 1px solid;
}

#maincontact input {
	padding:12px 10px;
}

#maincontact .gfield {
	margin-bottom:15px;
}

#maincontact input[type="submit"]{
	width:290px;
	text-align: center;
	border: none;
}

#maincontact textarea {
	height:415px;
}

#maincontact  .gform_footer {
	margin-top:20px;
	text-align:center;
}

.contact-content .entry h3{
	font-weight: normal;
	font-size:22px;
}

.contact-details ul {
	margin-bottom:20px;
	font-size:18px;
}


.contact-details li {
	margin-bottom:8px;
}

.contact-details li i {
	font-size:20px;
	width:35px;
}

.contact-details .line-title  {
	font-size: 22px;
    color: #9a237d;
    margin-bottom: 10px;
}

#contact-section .mht {
	padding:30px;
	border:#eee 1px solid;
	border-bottom:#9a237d 6px solid;
}

.form-title {
	font-size:22px;
	margin-bottom:30px;
	color: #9a237d;
}




/****************CONTACT POPUP **************/
#pop_contact .modal-content {
	width:620px;
	margin-left: auto;
	margin-right: auto;
}

#pop_contact .modal-content {
	padding:10px;
	border-radius:40px 0 0 0;
}

.popup-heading {
	position: absolute;
	width:100%;
	left:0;
	top: -60px;
	z-index:10;
	text-align: center;
}

.pop-title {
	display: inline-block;
	padding:30px;
	background:#000;
	font-size:40px;
	color:#FFF;
}

.pop-img img {
	border-radius:40px 0 0 0;
}

.p-body {
	padding:30px;
	width:80%;
	margin: auto;
}

.pop-form-title {
	text-align: center;
	font-size:22px;
	margin-bottom:30px;
	
}

#pop-form-container .gfield {
	margin-bottom:15px;
}

#pop-form-container .gform_footer {
	margin-top:20px;
	text-align: center;
}

#pop-form-container .ginput_container_checkbox {
	margin-top:15px;
	font-size:16px;
	
}

#field_8_6 {
	font-size:16px;
	font-style: italic;
	padding-top:10px;
	border-top: #eee 1px solid;
}

#field_8_8 {
	text-align: center;
	padding:15px 0;
}

#field_8_8 .gfield_label {
	display: block;
}

#field_8_8 .gchoice {
	display: inline-block;
	margin: 0 5px;
	
}

/************ =FOOTER***************/
#footer {
	background: #031C33;
	color: #FFF;
	padding:60px 0;
	}
#footer .icon-buttons-section .round-icon {
	width:128px;
	height:128px;
}

#footer  .button-title a {
	color:#FFF;
	font-size:26px;
}


.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

.foot-wdg li a {
	display: block;
	padding:7px 0;
	color: #FFF;
	font-size:15px;
}

.foot-wdg li a:hover {
	color: #81888f;
}

#menu-f {
	position: relative;
	display: block;
	
}

.menu-footer-container {
	position: relative;
	display: block;
	width:100%;
	text-align:center;
	float: none;
}

.menu-footer li {
	display: inline-block;
	float: none;
}

.menu-footer li a {
	padding:10px 20px;
	color:#72ACD4;
	font-size:15px;
}



#bottom {
	position:relative;
	background: #031C33;
	color:#72ACD4;
	font-size:15px;
	padding:15px 0;
	}
	
#bottom a {
	color:#72ACD4;
}

.copyrights {
	text-align:right;
	padding:10px 0;
	}
.credits {
	position: relative;
	text-align:left;
	padding:10px 0;
}

.credits img {
	vertical-align:middle;
}

.mobileselect-label {
		display: none;
}

button.aicon_link {
	/*display: none;*/
}

.menu-top button.aicon_link {
	display: inline-block;
	width:30px;
	height: auto;
	left: auto;
    right: auto !important;
    position: relative;
	top:5px;
    max-width:100%;
    max-height: inherit;
   }