/*-----------------------------------------------------------------------------------

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 4.4

-----------------------------------------------------------------------------------*/

.toppadding-sm { padding-top: 30px !important; }
.bottompadding-sm { padding-bottom: 30px !important; }
.topmargin-xs { margin-top: 10px !important; }
.bottommargin-xs { margin-bottom: 10px !important; }

#header.sticky-style-2 {
	height: 210px;
}
#header {
	background-image: url('/images/logo/golden-sands-60-years-text.png');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 210px;
	background-color: #00AFEF !important;
	border-bottom: none;
}
.header-top {
	background: none;
	height: 150px;
}
#primary-menu.style-2:not(.dark) {
	border-top: none;
}
#primary-menu > div > ul {
	float: right !important;
}
#primary-menu > div > ul > li > a {
	font-family: "open-sans-condensed",sans-serif;	
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1;
	padding: 19px 25px;
}
#primary-menu > div > ul > li > a:hover,
#primary-menu > div > ul > li.current > a {
	color: #FFF212 !important;
//	background-color: #003651;
}
#header.sticky-header.sticky-style-2 #primary-menu {
	background-color: #00AFEF;	
}
#page-title.page-title-dark {
	font-family: "open-sans-condensed",sans-serif;	
	background-color: #97d6f4;
	padding: 30px 0;
}
#page-title.page-title-dark h1 {
	font-family: "open-sans-condensed",sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #3E4095 !important;
	text-transform: none;
	letter-spacing: 0;
	text-shadow: none;
}

#footer {
	border-top: 15px solid #3E4095 !important;
}

#copyrights {
	font-family: "open-sans-condensed",sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1;
	background-color: #F58634;
	padding: 30px 0 20px 0;
}
#copyrights a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#copyrights a:hover {
    color: #009dde;
}
#copyrights .contact-box strong {
	font-family: "open-sans",sans-serif;
	font-size: 12px;
}

#copyrights .social {
	margin-top: 7px;
}
#copyrights .social a {
	margin-left: 15px;
	margin-right: 2px !important;
}
.social-title {
	font-family: "open-sans-condensed",sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1;
	margin-right: 10px;
}
.thumbnail .caption h3 {
	margin-bottom:5px;
}
.thumbnail .caption p {
	margin-bottom:5px;
}




/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media (max-width: 1199px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 479px) {

}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (                min-resolution: 192dpi) and (max-width: 991px),
only screen and (                min-resolution: 2dppx) and (max-width: 991px) {

}
