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

	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.3

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

h1, h2, h3, h4, h5, h6 {
	font-family: "pragmatica-web-condensed",sans-serif;
	font-weight: 400 !important;
}

.bottommargin-sm { margin-bottom: 10px !important; }

.toppadding-sm { padding-top: 30px !important; }
.bottompadding-sm { padding-bottom: 30px !important; }
#header.sticky-style-2 {
	height: 201px;
}
#logo {
	margin-bottom: 40px;
}
#top-bar {
	border-bottom: none;
}
#top-social li {
	border-left: none;
}
#top-search form input {
	box-shadow: none !important;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 24px;
	padding: 7px 80px 10px 0;
	height: 100%;
	background-color: transparent;
	color: #333;
	font-weight: 300;
	margin-top: 0 !important;
	margin-left: 15px;
	font-family: lato, sans-serif;
	letter-spacing: 2px;
}
#primary-menu {
	background-color: rgba(0,0,0,0.05);
	border-top: none !important;
}
#primary-menu > div > ul > li > a {
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #444;
	padding: 19px 0;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 4px solid transparent;
}
#primary-menu > div > ul > li > a:hover {
	color: #000;
	background-color: rgba(0,0,0,0.02);
	border-bottom: 4px solid #84d0f0;
}

#page-title.page-title-dark {
	background-color: #40C0CB;
}
.slider-caption-top-center {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50px;
	bottom: auto;
}
.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 34px;
	line-height: 36px !important;
	color: #ccc;
}
.he-text {
	font-family: lato, sans-serif;
	font-weight: 400 !important;
	padding-left: 15px !important;
}
.he-text span {
	font-weight: 300 !important;
	color: #03589d !important;
}
.header-extras li {
	margin-left: 30px;
}
#footer {
	border-top: none !important;
}
.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: rgba(255,255,255,0.7) !important;
}
.dark #copyrights {
    color: rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background-color: #024780;
}

.dark #copyrights a {
    color: rgba(255,255,255,0.7);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.thumbnail .caption h3 {
	margin-bottom:5px;
}
.thumbnail .caption p {
	margin-bottom:5px;
}

.partner_box {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
}

/* Large Devices, Wide Screens */
@media (max-width: 1199px) {
}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Extra Small Devices, Phones */
@media (max-width: 767px) {
}

/* Extra Small Devices, Phones */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Custom, iPhone Retina */
@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) {
}
