  
body, p, li, blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:15px;
	line-height:24px;
}

h2, .h2 {
	font-family: 'Oswald', sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:46px;
	line-height:48px;
}

h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	line-height:26px;
}

h4, .h4 {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:20px;
	line-height:26px;
}

h1, h5, h6, .h1, .h5, .h6, .btn, legend{
	font-family: 'Open Sans', sans-serif;
}

.slogan{
	font-family: 'Oswald', sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:48px;
	line-height:24px;
}

.navbar-nav > li > a, .wrapper h2, .footer h2{
	font-family: 'Oswald', sans-serif;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.logo_txt{
	font-family: 'Pacifico', sans-serif;
	font-style:;
	font-weight:;
	font-size:72px;
	line-height:72px;
}

.logo_txt_s{
	font-family: 'Pacifico', sans-serif;
	font-style:;
	font-weight:;
	font-size:28px;
	line-height:28px;
}

.deepblue, .deepblue_footer, .purchase_button, .navbar, #signup input[type="submit"], .button, .wpcf7-submit, .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background:#353B49;
}

.service .fa, .alt_heading h2, .flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .welcome {
	color:#353B49;
}

h2 span, h3 span, blockquote, .rht blockquote, .social .fa:hover{
	border-color:#d33627;
}

.slogan span, .nav > li > a:hover, .nav > li.current a, .service .fa:hover, .social .fa:hover {
	color:#d33627;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .flat .plan.featured li.plan-name, .custom-nav ul li:hover, .custom-nav ul li:active, #toTop i{
	background:#d33627!important;
}

input, .social .fa, .contFrm textarea{
	border-color:#6E8697;
}

h3, h4, .flat .plan li > strong, .copy, .social .fa, .copy a {
	color:#6E8697;
}

a.purchase_button:hover, .flat .plan li.plan-name, .button:hover, #signup input[type="submit"]:hover, .custom-nav ul li{
	background:#6E8697;
}

	
.deepblue{
    background-color: rgba(53, 59, 73, 0.9);
}	

.view-first .mask{
    background-color: rgba(53, 59, 73, 0.8);
}	
/* Blog */

.main-content-inner h1, h1.page-title a, .main-content-inner a, .sidebar a { 
	color:#6E8697;
}

.main-content-inner a:hover, .sidebar a:hover{
	color:#d33627;
}

.sidebar .widget-title, .btn-primary, .btn-default{
	background:#353B49;
}

.btn-primary:hover, .btn-default:hover{
	background:#6E8697;
}

.comments-title{
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	line-height:26px;
}


@media screen and (max-width: 444px) {
  .slogan {
    font-size: 24px;  
    line-height: 32px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 445px) {
  .slogan {
    font-size: 33px;
    line-height: 40px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 612px) {
  .slogan {
    font-size: 44px;
    line-height: 50px;
  }
}

@media screen and (min-width: 992px) {
  .slogan {
    display: block;
    padding: 70px 10px;
    font-size: 44px;
    line-height: 20px;
  }
}

