

html *{
  font-family: Raleway;      
}


body{
	
}

html{
	
}

.color {
    background-color: #ccc;
}

.button{
	background: #00CEFF;
	font-weight: 600;
	font-family: Raleway;
	letter-spacing: 0.15rem;
}



nav#icx-Nav{
	background: #00CEFF;
	color:white;
}

nav#icx-Nav li a{
	text-transform: uppercase;
	font-weight: 700;
}

@media(min-width:640px){

	nav#icx-Nav{
	    height: 3.8125rem;
	    line-height: 3.8125rem;
	}		
	nav#icx-Nav li a{
	    height: 3.8125rem;
	    line-height: 3.8125rem;
	}

	nav#icx-Nav .social i{
	    font-size: 1.3rem;
	}			
}


nav#icx-Nav .top-bar-section ul li {
	background: #00CEFF;
	color:white;
}

nav#icx-Nav .top-bar-section ul li a{
	background: #00CEFF;
}

nav#icx-Nav .top-bar-section ul li.active, nav#icx-Nav .top-bar-section ul li.active a,nav#icx-Nav .top-bar-section ul li:hover a {
	color:black;
	background: white;
}

nav#icx-Nav.top-bar.expanded li.social{
	display: none;
}



nav#icx-Nav.top-bar.expanded .title-area {
    background: #00CEFF;
    color:white;
}
nav#icx-Nav.top-bar.expanded .toggle-topbar a {
    color: white;
}

nav#icx-Nav.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
nav#icx-Nav.top-bar.expanded ul.left li, nav#icx-Nav.top-bar.expanded ul.right li  {
    text-align: center;
    padding-left: 0px;
}
nav#icx-Nav.top-bar.expanded ul.left li a,nav#icx-Nav.top-bar.expanded ul.right li a {
    padding-left: 0px;
}


#icx-chooseLocation{

	padding-top:50px;
	padding-bottom:100px;

}

#icx-chooseLocation h3{
margin-bottom: 50px;
}

#icx-chooseLocation ul li img{

	border-radius: 50%;

}

#icx-chooseLocation h3 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
#icx-chooseLocation h3:before,#icx-chooseLocation h3:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #c1c1c1;
}
#icx-chooseLocation h3:before {
    margin-left: -50%;
    text-align: right;
}

.icx-callToAction1{
	padding-top: 50px;
	padding-bottom: 50px;
}

.icx-callToAction1 h3{
	margin-bottom: 2rem;
	font-weight: 300;
}

.icx-callToAction2{
	overflow:hidden;
	/*background-image: url('http://placehold.it/1900x500/c1c1c1/c1c1c1/?text=') !important;*/
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	padding-bottom: 310px;
}

.icx-callToAction2 h1, .icx-callToAction2 h2,.icx-callToAction2 h3,.icx-callToAction2 h4,.icx-callToAction2 h5,.icx-callToAction2 h6{
	color:white;
	text-transform: uppercase;
	font-weight: 300;
}

.icx-callToAction2 .button{
	margin-top: 50px;
}


#icx-footerTopMenu{
	background: #424242;
}

#icx-footerTopMenu ul li {
	background: #424242;
	padding-top: 12px;
	padding-bottom: 10px;
}

#icx-footerTopMenu ul li a h6{
	color:white;
	font-size: 13px;
}

#icx-footerTopMenu ul li:hover{
	background: #4e4e4e;
}


#icx-footerTopMenu ul li:hover a h6{
	color:white;
}


.owl-controls{
	position:absolute;
	top:50%;
	margin-top: -50px;
	height: 100px;
	width: 100%;
	overflow: hidden;
}

.owl-controls .owl-prev, .owl-controls .owl-next{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	line-height: 100px;
}
.owl-controls .owl-prev{
	left: 0;
	text-align: left;
	margin-left: 25px;
}
.owl-controls .owl-next{
	right: 0;
	text-align: right;
	margin-right: 25px;	
}

.owl-controls .owl-next i.fa{

}

.owl-controls i.fa{
	color:white;
	font-size: 2rem;
}



footer{
	background:#e4e4e4;
	padding-top:50px;
}

footer h1{
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 25px;
    background-color: #888;
    margin: 0 auto;    
}

footer i.fa{
	line-height: 50px;
	color:#e4e4e4;
}

footer ul li:hover h1{
	background: #00CEFF;
}
footer ul li:hover i.fa{
	color:white;
}

/* custom styles */

h1 {
    position: relative;
    font-size: 2.75rem;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
}

h1 span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

h1.specialtitle:before, h1.specialtitle:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}

h1.specialtitle:before {
    margin-left: -50%;
    text-align: right;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400 !important;
    font-size: 1.3rem !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title-area .name img {
height: 24px!important;
width: auto;
}

.news-image {
width: 100%;
}

.tab-title a {
outline: 0;
}

@media(max-width:1000px)
{
	h1 span {
  	background: #fff;
  	padding: 0 0px;
  	position: relative;
  	overflow: hidden;
  	z-index: 1;
	}
h1.specialtitle:before, h1.specialtitle:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #fff;
	}
h1.specialtitle:before {
    margin-left: -50%;
    text-align: right;
	}	
}

#icx-footerTopMenu .row .small-12 ul{ 
	margin:0; 
}

@media(min-width:642px)
{
	.title-area .name img {
	margin: 0px 20px;
	}
}

@media(max-width:641px)
{
	.title-area .name img {
	margin-top: 12px;
	margin-left: 25px;
	}	
}

@media(max-width:640px)
{ 
	.top-bar .title-area { 
	height: 49px; 
	} 
}



