/* Add here all your CSS customizations */


/* SC button styling */
.scButton {
	position: static !important;
	display: inline-block !important;
	padding: 6px 10px !important;
	padding-left: 30px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	line-height: 24px !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	background-image: url('../images/cloud.png') !important;
	background-repeat: no-repeat !important;
	background-position: 6px 10px !important;
}
.scButton:hover {
    background-color: #eee !important;
}
.scButton:active {
	background-color: white !important;	
}
.scLogin, .scRegisterSubBroker {
	width: 225px;
	height: 50px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	color: white;
	text-decoration: none;
	font-family: arial;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 2px;
	box-shadow: 2px 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
	border:0;
	outline:0;
	cursor:pointer;
}
.scLogin strong, .scRegisterSubBroker strong {
    font-size: 14pt;
    line-height: 22px;
    font-weight: bold;
}
.scLogin:before, .scRegisterSubBroker:before {
    content: "\a0";
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.scLogin:before {
    border-top: 1px solid #97C4FE;
}
.scRegisterSubBroker:before {
    border-top: 1px solid #A0FFB2;
}
.scLogin {
	background-color: gradient;
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #1E62D0 0%, #3D94F6 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #1E62D0 0%, #3D94F6 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #1E62D0 0%, #3D94F6 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E62D0), color-stop(75, #3D94F6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #1E62D0 0%, #3D94F6 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #1E62D0 0%, #3D94F6 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D94F6', endColorstr='#1E62D0', GradientType=0);
	border-top: 1px solid #337FED;
	text-shadow: 0px 1px 0px #1E62D0;
}
.scLogin:hover {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #286EDF 0%, #4EA1FF 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #286EDF 0%, #4EA1FF 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #286EDF 0%, #4EA1FF 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #286EDF), color-stop(75, #4EA1FF));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #286EDF 0%, #4EA1FF 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #286EDF 0%, #4EA1FF 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4EA1FF', endColorstr='#286EDF', GradientType=0);
}
.scLogin:active {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #3D94F6 0%, #1E62D0 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #3D94F6 0%, #1E62D0 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #3D94F6 0%, #1E62D0 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3D94F6), color-stop(75, #1E62D0));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #3D94F6 0%, #1E62D0 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #3D94F6 0%, #1E62D0 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E62D0', endColorstr='#3D94F6', GradientType=0);
}
.scRegisterSubBroker {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #009621 0%, #00D428 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #009621 0%, #00D428 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #009621 0%, #00D428 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009621), color-stop(75, #00D428));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #009621 0%, #00D428 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #009621 0%, #00D428 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00D428', endColorstr='#009621', GradientType=0);
	border-top: 1px solid #00A423;
	text-shadow: 0px 1px 0px #009621;
}
.scRegisterSubBroker:hover {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #01A625 0%, #00E02A 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #01A625 0%, #00E02A 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #01A625 0%, #00E02A 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #01A625), color-stop(75, #00E02A));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #01A625 0%, #00E02A 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #01A625 0%, #00E02A 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E02A', endColorstr='#01A625', GradientType=0);
}
.scRegisterSubBroker:active {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #00D428 0%, #009621 75%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #00D428 0%, #009621 75%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #00D428 0%, #009621 75%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00D428), color-stop(75, #009621));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #00D428 0%, #009621 75%);
	/* W3C Markup */
	background-image: linear-gradient(to top, #00D428 0%, #009621 75%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009621', endColorstr='#00D428', GradientType=0);
}
#scOverlay {
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1000;
}
#scOverlayBackground {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000000;
	opacity:.6;
	filter:alpha(opacity=60);
}
#scOverlayPos {
	position:relative;
	top:2%;
	height:96%;
	min-height:525px;
	width:80%;
	min-width:820px;
	max-width:1700px;
	margin:0px auto;
}
#scOverlayContent {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#ffffff;
	border:1px solid#000;
	text-align:center;
}
#scCloseIcon {
	background:none;
	position:absolute;
	top:-15px;
	right:-15px;
	height:35px;
	width:35px;
	padding:0px;
	background-image: url('../images/close.png');
	background-size: contain;
}
#scFrame {
	width:100%;
	height:100%;
	border:0;	
}


/* Underlined paragraph links */
p a {
	text-decoration: underline !important;
}

/* Map center class */
.map-center {
    margin-left: auto;
    margin-right: auto;
}


/* Home Concept Surety Cloud Image & image sizing fix */
.home-concept .cloud {
	background: transparent url(../images/suretycloud-logo.png) no-repeat 100% 0;
	width: 175px;
	height: 66px;
	background-size:contain;
	display: block;
	position: absolute;
	left: 47%;
	top: 0px;
}

.tp-caption .project-image img {
	width: 338px !important;
	height: 338px !important;
}

/* Home Slider fix to display full width with map markers */
.slider-container .top-label-one {
	width: 100%;
}


/* Header bottom margin decrease */
h1 {
	margin: 0 0 20px 0;
}

h2 {
	margin: 0 0 20px 0;
}

h3 {
	margin-bottom: 20px;
}


/* Responsive Button Top Nav */
	.btn-responsive-nav {
		color: #FFFFF !important;
		background: #054B91 !important;
}


/* Mobile top nav feature box header color */
@media (max-width: 991px) {
#header nav ul.nav-main li a {
	color: #054B91 !important;
	}
}


/* Mobile device top nav feature box link color */
#header nav ul.nav-main ul.dropdown-menu .featured-box li > a {
	color: #000 !important;
}


/* Mobile device top nav color */
@media (max-width: 991px) {
	#header .nav-main-collapse {
		background: #FFFFFF !important;
	}

	#header .nav-main ul li {
		border-color: #054B91 !important;
	}
}


/* Page Top white bread crumbs*/
.page-top a {
	color: #FFFFFF
}

.page-top ul.breadcrumb {
	color: #FFFFFF
}

.page-top ul.breadcrumb > li {
	color: #FFFFFF
}


/* Page Top h1 black bottom border*/
section.page-top h1 {
	border-bottom-color: #000000;
}

/* Page top header color dark blue */
.page-top {
	background-color: #054B91;
}


/* page-top custom-product class bottom margin decrease */
.page-top.custom-product img {
	bottom: 0px;
	position: relative;
}


/* Set crane on login page as background */
#crane-login {
	background-repeat: no-repeat;
	background-position: 670px -24px;
	background-size: 400px;

}


@media all and (max-width: 1215px) {
  #crane-login {
    background-position: 550px -24px;

  }
}

@media all and (max-width: 1007px) {
  #crane-login {
    background-position: 502px -24px;

  }
}

@media screen and (max-width: 992px) {
	#crane-login {
		background-image: url('../images/crane.jpg');
		background-image: none !important;
	}
}


/* Home Intro background color */
.home-intro {
	background-color: #054B91;
}

/* H2 surety cloud login color */
h2.login  {
	color: #1481C2;
	margin: 0 0 10px 0;
}


/* Top nav login color and font size */
h1, h4.homepage  {
	color: #FFFFFF;
}

/* Top nav login color and font size */
#header nav ul.nav-top li a, #header nav ul.nav-top li span {
	color: #0E4C91;
	font-size: 1.2em;
	padding: 6px 10px;
}
