/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700);

html { height: 100%; }

body {
    font-family: 'Raleway', Calibri, Arial, sans-serif;
    background: url(http://www.davemcallister.com/img/background2.gif);
  	background-attachment: fixed;
  	background-repeat: repeat-x;
  	background-color: #f2f2f2;
  	background-position: center top;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative !important;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}
h1{
	margin: 0px auto;
	max-width: 1170px;
	padding: 20px 0px;
	text-shadow: 0 -1px 0 #888;
}
.container {
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	-webkit-box-shadow: -1px 0px 19px rgba(20, 20, 20, 0.85);
	-moz-box-shadow:    -1px 0px 19px rgba(20, 20, 20, 0.85);
	box-shadow:         -1px 0px 19px rgba(20, 20, 20, 0.85);
	min-height: 800px;
	background: #f9f9f9;
	margin-top:40px;
	padding:40px;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
	padding: 60px 30px 50px;
	text-align: center;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}


.main h5{
	margin: 40px 0px 40px 0px;
	font-size: 22px;
}

.main h4{
	margin: 40px 0px 40px 0px;
	padding-top: 20px;
	font-size: 24px;
	border-top: 1px solid #909090;
}
.main h3{
	margin: 0px 0px 40px 0px;
	font-size: 28px;
	border-bottom: 1px solid #757575;
}
.main h3 small{
	font-size: 13px;
	font-style: italic;
	background: #757575;
	color: #ffffff;
	padding: 10 20px;
	margin-left: 20px;
}

.cbp-mc-form {
	position: relative;
	background: #757575;
	padding-bottom: 20px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
	content: " "; display: table;
}

.cbp-mc-form:after {
	clear: both;
}

.cbp-mc-column {
	width: 33%;
	padding: 10px 30px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 20px 5px 5px 2px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color: #f0f0f0;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	display: block;
	width: 100%;
	background: #909090;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #fff;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	/*border: 3px solid #10689a;*/
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    /*color: #10689a;*/
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #10689a;*/
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #10689a;*/
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /*color: #10689a;*/
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	/*background: #10689a;*/
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}

#responsive_layouts h3{
	margin: 40px 0px 20px 0px;
}

/* ==========================================================
! 5. Side Menu
========================================================== */
.side-menu-open {
  position: fixed;
  left: 0;
  height: 100%;
  cursor: pointer;
  z-index: 777;
}
.side-menu-button {
  font-weight: bold !important;
  display: block !important;
  top: 80px !important;
  margin-top: 40px !important;
  height: 60px !important;
  line-height: 60px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #333 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  opacity: 0.9 !important;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #111;
  color: #fafafa;
  padding: 60px 22px;
  z-index: 888;
  opacity: 0.9;
}
.side-menu a {
  color: #fafafa !important;
}
.side-menu p {
  color: #fafafa;
}
.side-menu-nav {
  list-style: none;
  width: 100%;
  margin-bottom: 45px;
}
.side-menu-nav li {
  display: block;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px dotted #616161;
  background: none !important;
}
.side-menu-nav li a {
  color: #d8d8d8;
  background: none !important;
  display: block;
  width: 100%;
  font-weight: 200;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-menu-nav li a:hover {
  padding-left: 5px!important;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
.side-menu-nav li.active a {
  padding-left: 5px!important;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  background: none!important;
}
.nav > li > a {
  padding: 0;
}
.nav > li > a:hover {
  background: none;
}
.side-menu-name {
  border: 2px solid #fafafa;
  color: #fafafa;
  opacity: 0.9;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 200;
}
.side-menu-job {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 200;
  font-size: 12px;
  margin-top: 5px;
  color: #d8d8d8;
}

/** Custom Added **/
.loader-job {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 200;
  font-size: 12px;
  margin-top: 5px;
  color: #012168;
}
#side-menu-close {
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 8px;
  top: 3px;
  cursor: pointer;
}
#side-menu-close:hover {
  opacity: 1;
}
.btn-side-menu {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background: none !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
  font-weight: 200 !important;
  font-size: 10px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.btn-side-menu:hover {
  background: #ffffff !important;
  opacity: 0.8 !important;
  color:#666 !important;
}

h1,
h2 {
  color: #CF0A2C;
  margin-top: 0;
}
h3 {
  color: #012168;
}
.btn {
  margin-right: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
}
.btn:hover .btn-hide-text {
  width: 125px;
  padding-left: 6px;
}
.btn-top-message:hover .btn-hide-text {
  width: 115px;
  padding-left: 6px;
}
.btn-default {
  background: #012168;
  color: #fafafa;
  border: #012168;
}
.btn-default:hover {
  background: #CF0A2C !important;
  color: #fafafa !important;
}
.btn-primary {
  background: #CF0A2C;
  border: #CF0A2C;
  color: #fafafa;
}
.btn-primary:hover {
  background: #138880 !important;
  color: #fafafa;
}
.btn-secondary {
  background: #ce5f5f;
  border: #ce5f5f;
  color: #fafafa;
}
.btn-secondary:hover {
  background: #bd4e4e !important;
  color: #fafafa;
}
.btn-hide-text {
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
}
.nicescroll-rails {
  z-index: 9999!important;
}
.line-content {
  opacity: 1;
}
/* ==========================================================
! 2. Tipography
========================================================== */
p {
  color: #555555;
}
.profile-intro p {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .profile-intro p {
    text-align: left;
    font-size: 14px;
  }
}
.intro-title1 {
  font-size: 36px;
  color: #444444;
  letter-spacing: -1pt;
  border-bottom: 1px solid #CF0A2C;
  padding-bottom: 10px;
  font-weight: 200;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-title1 {
    text-align: left;
    font-size: 40px;
  }
}
@media (min-width:992px) {
  .intro-title1 {
    margin-top: 0;
    font-size: 45px;
  }
}
.intro-title2 {
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-title2 {
    font-size: 20px;
    text-align: left;
  }
}
.section-title {
  text-transform: uppercase;
  color: #012168;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px;
}
@media (min-width:992px) {
  .section-title {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    margin-left: -35px;
  }
}
.section-item-title-1 {
  color: #012168;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
