body {
/*    font-family: 'Lato', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	width:100%;
	height:100%;
}
body.greybg {
background: rgb(255,255,255);
background: rgba(255,255,255,1);
background; #ffffff;
}

/* Titles */
h1, h2, h3, h4, h5 {
   /* font-family: 'Raleway', sans-serif;*/
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
	line-height:1.4;
}

h1 span.style22, h1.style222 { font-size: 50px!Important; }
@media (min-width: 992px) {
h1.style222 {margin-top:.3em;}
}

.centrix {text-align: center;}

.smtbl table {
    border-collapse: collapse;
	width: 100%;
}
.smtbl th, td {
    padding: 15px;
    text-align: left;
}

/*=== image control ===*/
.undred img {
max-width:100%;
height:auto;
}
.ninetyfive img {
max-width:95%;
height:auto;
}
.col-md-3 img  {
max-width:100%;
height:auto;
}
.darkk {color:#333333;}
a.darkkm {color:#333333;margin-top:1em!Important;}

#y2 .col-md-3 img {
border: 1px solid #333;
}
/* Paragraph & Typographic */
p {
    line-height: 32px;
    margin-bottom: 25px;
}

.centered, .centred {
    text-align: center;
}
.centered img, .centred img {
    text-align: center;
		clear:both;
	float:none;
	vertical-align:middle;
}

.goleft {
	text-align: left;
}

.goright {
	text-align: right;
}
.sstteexxt, .sstteexxt p {font-size:.85em;}
/* Links */
a {
    color: #006997;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #404B56;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#myip ul {
  list-style-type: none;
}
#myip ul li {margin-bottom:7px;}
#myip ul li:before {
     content: url("images/flat_web_icon_set/color/internet36.png");
     display: inline-block;
     vertical-align: middle;
     /* If you want some space between icon and text: */
     margin-right: 1em;
}

/*== ToolTip http://www.webdesignerdepot.com/2012/11/how-to-create-a-simple-css3-tooltip/ ==*/
		.tooltipjc{
   			display: inline;
    		position: inline;
		}
		
		.tooltipjc:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
			font-size:16px;
    		content: attr(title);
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 220px;
		}
		
		.tooltipjc:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}
/*== ==*/

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*== Quick Search in footer as example ==*/
.quick-search {
	float:none;
	clear:both;
	max-width:30em;
	margin:0 auto;
	padding:0;
}
.quick-search form {
	width:100%;
	position:relative;
}
.quick-search input[type="text"] {
	width:99%;
	height:3em;
	font-style:italic;
	border:1px solid #d0d0d0;
	 border-radius: 9px;
}
.quick-search form span.quick-search-button-wrapper {
	margin:0;
	padding:0;
	position:absolute;
	top:1.3em;
	right:-0.8em;
}
.quick-search form span.quick-search-button-wrapper, .quick-search input[type="submit"], .quick-search input[type="submit"]:hover {
	width:35px;
	height:35px;
}
.quick-search button[type="submit"], .quick-search button[type="submit"]:hover {
  padding-left: 32px;
  position: relative;
  background:transparent;
  border:none;
}

.quick-search button[type="submit"]:before{
  position: absolute;
  font-family: 'FontAwesome';
  top: -36px;
  left: -10px;
  content: "\f002";
  color:#c0c0c0;
  font-size:36px;
}
.quick-search button[type="submit"]:hover::before {
color:#003348;
}

.quick-search .sf_suggestion {
	margin-top:2.4em;
}
.quick-search form span.quick-search-button-wrapper {float:left; margin:0 1.2em; padding:0; top:.8em;}
.quick-search form input.button.quick-search-button {float:left; margin:0; padding:10%;}

p.roiabianw {font-size:12px;}

/* BOOTSTRAP CHANGES */

/* Button Theme Configuration */

.btn {
  border-radius: 0px;
/*  font-family: 'Lato', sans-serif;*/
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.btn-theme {
  color: white;
  background-color: transparent;
  border-color: white;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-theme:hover {
	color: #2f2f2f;
	background-color: #006994;
}


/* Modal Configuration */

.modal-header {
	background: #1abc9c;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}

/* Navbar Modification */

.navbar {
    height: 63px;
}



.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
color: #ffffff!Important;
background-color: #003348;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #003348;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #003348;
outline: 0;
}

/* Form Modifications */

.form-control {
	border-radius: 0px;
	padding: 10px 18px;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	color: #2f2f2f;
	font-weight: normal;
}

input {
	padding: 10px 18px;
}

label {
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

input[type="submit"] {
	border: 0px;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	position:relative;
	background: url('images/ssjc.jpg') no-repeat center top;
	margin-top: 63px;
	padding-top:63px;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: #ffffff;
	text-shadow: 2px 2px #412b55;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}

#headerwrapx, #headerwrapxx {
	position:relative;
	background: #003348;
	margin-top: 63px;
	padding-top:63px;
	padding-bottom: 3em;
	height: auto;
	width: 100%;
	}

#headerwrapx h1, #headerwrapxx h1 {
	color: #ffffff;
	text-shadow: 2px 2px #006994;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}
#headerwrapx h2 {
	color: #ffffff;
	text-shadow: 2px 2px #006994;
	}

#headerwrapxx h1, #headerwrapx h3 {margin-top:40px;}
#headerwrapx h1 a, #headerwrapxx h1 a {color:white;font-size:1em;}
#headerwrapsdsup h1 a {color:white;font-size:1em;}
#headerwrapx h3 {color:white;}
#headerwrapx .text-center h1 {text-align:center;}
#headerwrapx .col-md-6 img {
	max-width:100%;
	height:auto;
}

.curvexiicdr {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100px;
	pointer-events: none;
}

.curvexiicdr svg {
	width: 100%!Important;
	height: 100%!Important;;
}

.curvexiicdr svg path.fil1 {
	fill:#ff0000;
	fill-opacity:0.400000;
	width: 100%!Important;
	height: 100%!Important;;
}
.curvexiicdr svg path.fil0 {
	fill:#370048;
	fill-opacity:0.701961;
	width: 100%!Important;
	height: 100%!Important;;
}


@media (max-width: 64.0525em) {   
    .curvexiicdr {
        bottom: -5px;
    }
	#headerwrapx, #headerwrapxx {
	padding-bottom: 3.2em;
	}
}

@media (max-width: 64.0525em) {
	.curvexiicdr {
		height: 45px;
	}
}

.curvezz {
	position: absolute;
	top:9px;
	left:0;
	width: 100%;
	z-index: 2;
	height: 100px;
	pointer-events: none;
}

.curvezz svg {
	width: 100%!Important;	height: 100%!Important;
}

.curvezz svg path.fil1 {fill:#003348;fill-opacity:0.400000;width: 100%!Important;	height: 100%!Important;}
.curvezz svg path.fil3 {fill:#FE0840;fill-opacity:0.400000;width: 100%!Important;	height: 100%!Important;}
.curvezz svg path.fil2 {fill:#003348;fill-opacity:0.701961;width: 100%!Important;	height: 100%!Important;}
.curvezz svg path.fil0 {fill:#AC0BD9;fill-opacity:0.701961;width: 100%!Important;	height: 100%!Important;}


@media (max-width: 92.1875em) {   
    .curvezz {
    top:15px;
	left:0;
    }
}

@media (max-width: 64.0525em) {
	.curvezz {
		height: 60px;
	}
}

ul.sec, ul.sec li a {
color:white;
}
@media (min-width: 992px) {
ul.sec {margin-top:70px;}
.sdppng {margin-top:2em;}
.smallmob {font-size:24px;}
}
@media (max-width: 991px) {
ul.sec {margin-top:0;}
.sdppng {margin-top:0;}
.notmob {display:none;}
.smallmob {font-size:.5em;}
h1 span.smallmob {line-height:.5;}
}

#headerwrap2 {
	position:relative;
	background: url('images/sellerdeck-hosting2.jpg') no-repeat center top;
	margin-top: 63px;
	padding-top:63px;
	padding-bottom:63px;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrap2 h1 {
	margin-top: 50px;
	color: white;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;
}

#headerwrap3 h1 {
	margin-top: 100px;
	color: white;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
}
#headerwrap3 h1 a {
	color: white;
}

#headerwrap3 {
	background: url('images/heartinternet-blogbackground-1000.jpg') no-repeat center top;
	margin-top: 50px;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrapsdwd {
	background: url('asseassets/img/sdwd.jpg') no-repeat center top;
	margin-top: 50px;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrapsdwd h1 {
	margin-top: 80px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}

#headerwrapsellerdeck {
	background: url('images/sellerdeck.jpg') no-repeat center top;
	margin-top: 50px;
	padding-top:20px;
	background-attachment: relative;
	background-position: left 5%;
	min-height: 300px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrapsellerdeck h1 {
	margin-top: 80px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}

#headerwrapsdsup {
	position:relative;
	background: url('images/sellerdeck-supportii.jpg') no-repeat center top;
	margin-top: 63px;
	padding-top:20px;
	padding-bottom: 3em;	
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrapsdsup h1 {
	margin-top: 40px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}

#headerwrapawd {
	background: url('images/allversions.jpg') no-repeat center top;
	margin-top: 50px;
	padding-top:20px;
	background-attachment: relative;
	background-position: center 20%;
	min-height: 300px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrapawd h1 {
	margin-top: 80px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}



/* About Wrap */

#about {
	background: url('asseassets/img/about-bg.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#aboutss {
	background: url('images/ssjc.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#aboutss h2 {
	margin-top: 30px;
	color: #ffffff;
	text-shadow: 2px 2px #003348;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
#aboutwd {
	position:relative;
	background: url('images/eastbourne_pier.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#aboutwd h2 {
color:#fff;
position:absolute;
top:25%;
right:25%;
}
#aboutsdwd {
	background: url('images/jc1_4979_1980_72dpi.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	background-size:cover;
	min-height: 400px;
	width: auto;
	position:relative;
}
#aboutsdwd h2 {color:#fff;}
#aboutawd {
	background: url('images/actinic-web-design.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#aboutsdu {
	background: url('images/sdu-bottom.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#aboutgp {
	background: url('assets/img/1800.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#about h1 {
	margin-top: 150px;
	color: white;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 2px;
}

/* Services Wrap */

#services {
	background: url('assets/img/services-bg.jpg') no-repeat center top;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* Yellow Wrap now purple! */
#y {
/*	background: #f1c40f;*/
	background:#D5D5BB;
	padding-top: 50px;
	padding-bottom: 50px;
}

#y .glyphicon {
	font-size: 60px;
	color: white;
}

#y h3 {
	color: white;
}

#y p {
	font-weight: 400;
}
/*y2*/
#y2, .y2 {
	background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.y2gg {
	background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
}

#y2 .glyphicon {
	font-size: 60px;
	color: white;
}

#y2 h3 {
	color: white;
}

#y2 p {
	font-weight: 400;
}

#y2 h4 a {
	color: #111111;
}
#y2 h4 a:hover {
	color: #0D6B91;
}

/*y22*/
#y22 {
	background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

#y22 .glyphicon {
	font-size: 60px;
	color: white;
}

#y22 h3 {
	color: white;
}

#y22 p {
	font-weight: 400;
}


#y22 i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
}

#y22 i:hover {
	color: #003348;
}
#y22 h2 {font-size:20px;}
#y22 h5 {font-size:20px;}

/* Dark Blue Wrap */
#db {
	background: #003348;
	padding-top: 50px;
	padding-bottom: 50px;
}

#db h2 {
	color: white;
}

#db h3, #db h5 {
	color: white;
	font-size:18px;
}

#db h4 {
	color: white;line-height:150%;
}

#db a, #db span {
	color: white!Important;
}

#db p, #db li {
	color: white;font-weight:300;
}

#db .col-lg-2 {
	padding-left: 0px;
	padding-right: 0px;
}
#db i {
	font-size: 70px;
	color: #ffffff;
	padding-bottom: 30px;
	padding-left: 23px;
	padding-right: 23px;
}

#db i:hover {
	color: #D5D5BB
}

#db li h4 {font-size:24px;}

@media screen and (max-width: 1199px) {
#db i {
	font-size: 9vw;
}
#db .col-xs-2 {
padding-left:0!Important;
}
}
/* db2 */
#db2 {
	background: #003348;
	padding-top: 50px;
	padding-bottom: 50px;
	position:relative
}

#db2 h2 {
	color: white;
}

#db2 h3 {
	color: white;
}

#db2 a {
	color: white;
}

#db2 p, #db2 li {
	color: white;
}

#db2 .col-lg-2 {
	padding-left: 0px;
	padding-right: 0px;
}

/* White Wrap - Version 1 */

.white {
	background:#ffffff;
	padding:1em;
	border-radius:22px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
}

#w1, #wone {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 0px;
	margin-top:63px;
}

#w1a {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 0px;
}

#w1 i, #wone i, #w1a i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
	padding-left: 23px;
	padding-right: 23px;
}

#w1 i:hover, #wone i:hover, #w1a i:hover {
	color: #D5D5BB
}


#w1 h1, #wone h1, #w1a h1 {
	font-size: 35px;
}

/*w12*/
#w12 {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 0px;
}


#w12 i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
	padding-left: 23px;
	padding-right: 23px;
}

#w12 i:hover {
	color: #D5D5BB
}

#w12 h1 {
	font-size: 35px;
}

/* White Wrap - Version 2 */

#w2, #w2a {
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 50px;
}

#w2 i, #w2a i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
}

#w2 i:hover, #w2a i:hover {
	color: #D5D5BB
}
#w2 h2, #w2a h2 {font-size:20px;}
#w2 h5, #w2a h5 {font-size:20px;}

/*w22*/
#w22 {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

#w22 i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
}

#w22 i:hover {
	color: #003348;
}
#w22 h2 {font-size:20px;}
#w22 h5 {font-size:20px;}

/*w22a*/
#w22a {
	background: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

#w22a i {
	font-size: 70px;
	color: #2f2f2f;
	padding-bottom: 30px;
}

#w22a i:hover {
	color: #003348;
}
#w22a h2 {font-size:20px;}
#w22a h5 {font-size:20px;}

/* Footer Wrap */

#f {
	background: #003348;
	padding-top: 80px;
	padding-bottom: 50px;
	position:relative;
}

#f h3 {
	color: white;
}

#f p, #f a {
	color: white;
}


/* Map Wrap */

#map {
	width: 100%
}

/* Copyright */

#c {
	background: #2f2f2f;
	padding-top: 15px;
}

#c p, #c a {
	color: white;
	font-size: 14px;
}


/* ==========================================================================
   Blog Configuration
   ========================================================================== */


/* Blog Page Zones & Conf*/

.main-blog {
	padding-top: 90px;
}

.blog-date {
	display: block;
	padding-top: 40px;
}

.blog-date p {
	text-align: right;
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 1px;
}

.blog-date {
	font-weight: 800;
	text-align: right;
	margin-right: 10px;
	letter-spacing: 1px;
}

.blog-title {
	padding-top: 40px;
	margin-bottom: 20px;
}

.blog-title h2 {
	margin-top: 0px;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: left;
	font-weight: 400;
	margin-left: 5px;
}

.blog-post {
	text-align: left;
	margin-right: 0px;
	font-size: 16px;
}

.blog-post h2 {
	margin-top: 0px;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align: left;
	font-weight: 400;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 20px;
}


.blog-post em {
	text-align: left;
	font-size: 22px;
	color: #767676;	
}

.blog-post i {
	letter-spacing: 10px;
}

.blog-post p {
	margin-bottom: 20px;
}

.blog-post blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 4px solid #D5D5BB;
  color: #a7a7a7;
  font-size: 19px;
}

.blog-post tag {
	color: #a7a7a7;
	font-size: 14px;
	letter-spacing: 2px;
}

.blog-post h4 {
	margin-top: 0px;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 700;
}

/* ========== SIDEBAR CONF ========== */

.sidebar-zone {
	padding-top: 40px;
	padding-bottom: 120px;
	margin-bottom: 0px;
}

.sidebar-zone i {
	vertical-align: middle;
}

.sidebar-zone h4 {
	font-weight: 500;
}

.sidebar-zone p {
	font-size: 14px;
}

.sidebar-zone {
	font-weight: 700;
}

.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	}

p > tag {
	color:#b1b1b1;
	font-size: 12px;
	font-weight: 500;
}





/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #003348;
	font-weight: 700;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #006994;
    color: #fff;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #D5D5BB url('images/vectortuts-textureb.jpg') top left repeat;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
	color: #003348;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: #003348;
    background: #D5D5BB url('images/vectortuts-textureb.jpg') top left repeat;
}

.pricing-option .pricing-signup:hover {
    background: #f39c12;
}

.pricing-option .pricing-signup i {
	font-size: 36px;
	vertical-align:middle;
	margin-bottom:5px;
}

/* ==================================
CSS Form
=====================================*/

.form-style-9 h3 {
	color:#305A72!important;
	margin:0 0 .9em 0!important;
	padding:0!important;
}

.form-style-9{
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 2em auto 0 auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 6px solid #305A72;
}

.form-style-9 input::-webkit-input-placeholder, .form-style-9 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.form-style-9 input::-moz-placeholder, .form-style-9 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.form-style-9 input:-ms-input-placeholder, .form-style-9 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.form-style-9 input:-moz-placeholder, .form-style-9 textarea:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.form-style-9 ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9 ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style-9 ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
	width: 49%;
}
.form-style-9 ul li .field-full{
	width: 100%;
}
.form-style-9 ul li input {height:auto!important;line-height:inherit;}

.form-style-9 ul li input.align-left{
	float:left;
	margin-right:0!important;
	margin-bottom:8px!important;
}
.form-style-9 ul li input.align-right{
	float:right;
	margin-left:0!important;
	margin-bottom:8px!important;
}
.form-style-9 ul li textarea{
	width: 100%;
	height: 100px;
}
.form-style-9-nob ul li input[type=submit], .form-style-9-nob ul li input[type=button]{
	background: #77C527;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-9-nob ul li input[type=submit]:hover, .form-style-9-nob ul li input[type=button]:hover{
	background: #5D9B1F;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-9-nob ul li input[type=reset] {
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-9-nob ul li input[type=reset]:hover {
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-9 ul li input.fieldcheck {vertical-align: middle;}
/* ==================================
CSS Form
=====================================*/

.form-style-9-nob h3 {
	color:#305A72!important;
	margin:0 0 .9em 0!important;
	padding:0!important;
}

.form-style-9-nob {
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 2em auto 0 auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	font-size:14px;
/*	border: 6px solid #305A72;*/
}

.form-style-9-nob input::-webkit-input-placeholder, .form-style-9-nob textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;font-size:14px;
}
.form-style-9-nob input::-moz-placeholder, .form-style-9-nob textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000000;font-size:14px;
}
.form-style-9-nob input:-ms-input-placeholder, .form-style-9-nob textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000000;font-size:14px;
}
.form-style-9-nob input:-moz-placeholder, .form-style-9-nob textarea:-moz-placeholder { /* Firefox 18- */
  color: #000000;font-size:14px;
}

.form-style-9-nob ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style-9-nob ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style-9-nob ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}.form-style-9-nob ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style-9-nob ul li .field-split{
	width: 49%;
}
.form-style-9-nob ul li .field-full{
	width: 100%;
}
.form-style-9-nob ul li input {height:auto!important;line-height:inherit;font-size:14px;}

.form-style-9-nob ul li input.align-left{
	float:left;
	margin-right:0!important;
	margin-bottom:8px!important;
}
.form-style-9-nob ul li input.align-right{
	float:right;
	margin-left:0!important;
	margin-bottom:8px!important;
}
.form-style-9-nob ul li textarea{
	width: 100%;
	height: 100px;
	font-size:14px;
}
.form-style-9-nob ul li input[type=submit], .form-style-9-nob ul li input[type=button]{
	background: #77C527;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-9-nob ul li input[type=submit]:hover, .form-style-9-nob ul li input[type=button]:hover{
	background: #5D9B1F;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


.form-style-9 ul li input[type=reset] {
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-9 ul li input[type=reset]:hover {
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
li.cons {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	background-color: #FFE4E7;
	text-align: left;
}

.success{
	margin: 0 0 .9em 0;
	border: 2px solid #009400;
	padding:2px;
	background: #B3FFB3;
	color: #555;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	text-align:center;
}
			
.error{
	margin: 0 0 .9em 0;
	border: 2px solid #DE001A;	
	padding:2px;
	background: #FFA8B3;
	color: #000;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	text-align:center;
}
.checkbox label input[type="checkbox"], input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  height: 0 !important;
  width: 0 !important;
  right: 99999999px;
}
li.cons label {
  padding-left: 40px;
  position: relative;
  display:block;
  color:#111!Important;
}
.form-style-9-nob [type="checkbox"]:not(:checked) + label:before {
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 45px;
    border: 1px solid #FF3145;
    font-weight: 600;
    background: #fff;

}


.form-style-9-nob [type="checkbox"]:not(:checked) + label:after {
    content: "\2713";
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: -6px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
}


.form-style-9-nob [type="checkbox"]:checked + label:before {
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 45px;
    border: 2px solid #222;
    font-weight: 600;
    background: #FF3145;
}

.form-style-9-nob [type="checkbox"]:checked + label:after {
    content: "\2713";
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: -8px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
}
.lhcp {line-height:1.7;}

ul.sokittome {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align:center;
	position: relative;
	display: block;
}
ul.sokittome:after {clear:both;}

ul.sokittome li {
	position: relative;
	display: inline-block;
	line-height:18px;
}

ul.sokittome li a {
    display: block;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
	border-radius:50%!Important;
}

ul.sokittome li a:hover {
    background-color: #003348;
    color:#ffffff;
    border-radius:50%!Important;
}

.form-filter-style {
	margin:0 auto;
	max-width: 400px;
	padding: 20px 12px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-filter-style ul {padding:0;}
.form-filter-style li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-filter-style label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.form-filter-style input[type=text], 
.form-filter-style input[type=date],
.form-filter-style input[type=datetime],
.form-filter-style input[type=number],
.form-filter-style input[type=search],
.form-filter-style input[type=time],
.form-filter-style input[type=url],
.form-filter-style input[type=email],
.form-filter-style textarea, 
.form-filter-style select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.form-filter-style input[type=text]:focus, 
.form-filter-style input[type=date]:focus,
.form-filter-style input[type=datetime]:focus,
.form-filter-style input[type=number]:focus,
.form-filter-style input[type=search]:focus,
.form-filter-style input[type=time]:focus,
.form-filter-style input[type=url]:focus,
.form-filter-style input[type=email]:focus,
.form-filter-style textarea:focus, 
.form-filter-style select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.form-filter-style .field-divided{
	width: 49%;
}

.form-filter-style .field-long{
	width: 100%;
}
.form-filter-style .field-select{
	width: 100%;
}
.form-filter-style .field-textarea{
	height: 100px;
}
.form-filter-style input[type=submit], .form-filter-style input[type=button]{
	background: #77C527;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-filter-style input[type=submit]:hover, .form-filter-style input[type=button]:hover{
	background: #5D9B1F;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-filter-style input[type=reset] {
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
 .form-filter-style input[type=reset]:hover {
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-filter-style .required{
	color:red;
}
label.ctcyd {
display:inline;
margin-right:8px;
}
/*=== ===*/

.style2 {font-size: 30px}
.style22 {font-size: 32px; }
.style23, .style23 a {color: #ff0000}
.tinyp p {color:white;font-size:11px;line-height:normal;position:absolute;bottom:0;margin:0;padding:3px;background:rgba(0,0,0,0.6);width:100%;}
.thirst {margin-top:1em;}
.qwot {font-size:2em; color:#003348;}
ul.nodot {list-style-type:none;}
.callme, .callmeb, .callmec, .callmed, .callmee, .callmef, .callmex, .callmebx, .callmecx, .callmedx, .callmeex, .callmefx {margin:0 auto; text-align: center;}
.callme, .callmec, .callmed, .callmee {font-size:1.4em; color:#ffffff; font-weight:600;display:block;}
.callmeb, .callmef {font-size:1.4em; color:#003348; font-weight:600;display:block;}
.callmex, .callmebx, .callmecx, .callmedx, .callmeex, .callmefx {font-size:1.4em; color:#003348; font-weight:600;display:block;}
.callme img, .callmeb img, .callmec img, .callmed img, .callmee img, .callmef img, .callmex img, .callmebx img, .callmecx img, .callmedx img, .callmeex img, .callmefx img {max-width:30%;height:auto;}
.callme h6, .callmeb h6, .callmec h6, .callmed h6, .callmee h6, .callmef h6, .callmex h6, .callmebx h6, .callmecx h6, .callmedx h6, .callmeex h6, .callmefx h6 {font-size:24px;}
.style1 {
	color: #543767;
	font-style: italic;
}
#formph {padding: 10px 0 0 10px;}
#formph ul {
	padding: 0 0 0 2px;
	margin: 0;
}

#formph a {color:#543767}
#formph input.mcx {background-color: #404B56; color: #fff; border:1px solid #fff;}

#formph input.entry {
  width:80%;padding:5px;background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
}
#formph textarea {
  width:80%;padding:5px;background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
}
@media screen and (max-width: 400px) {
#formph input.entry {
  width:95%;padding:5px;background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
}
#formph textarea {
  width:95%;padding:5px;background:#DfD8ce url('images/vectortuts-textureb.jpg') top left repeat;
}
}
.mbot {margin-bottom:1em;}
@media (max-width: 767px) {
.mbot {margin-bottom:1.5em;text-align:center;background:#f2f2f2;}
.mbot img {width:80%;display:inline!Important;}
}

.carousel-inner h1, .carousel-inner h2 {font-size:36px;}

.kall h6, .kallx h6 {font-size:20px; font-weight:600; line-height:140%;}
.kallx p:first-child {margin-top:1em;}
.kall, .kallx {text-align:center;}

@media screen and (max-width: 400px) {

#db .col-lg-2 {
	padding-left: 20%;
}
#w22 i {font-size: 30px;}

}

@media screen and (min-width: 401px) and (max-width: 700px) {

#db .col-lg-2 {
	padding-left: 30%;
}
#w22 i {font-size: 45px;}

}

@media screen and (min-width: 700px) and (max-width: 1100px) {

#db .col-lg-2 {
	padding-left: 30%;
}

}

@media screen and (min-width: 550px) {
.bwake {display:none;}
}

@media (min-width: 992px) {
.undernine {display:none!Important;}
}
@media screen and (max-width: 991px) and (min-width:768px) {
.overnine {display:none!Important;}
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons li a[href^="mailto:"]::before {
    content: ""!Important;
	margin-right:0!Important;
	margin-left:0!Important;
}

.tvqs, .tvqs h2, .tvqs p, .tvqs p a {
font-family: 'Inter', sans-serif;
color: #2e2e2e !important;
}
.tvqs p a { font-size:14px; }
.tvqs h2 {
color: #2e2e2e !important;
font-size: 30px !important;
line-height: 40px !important;
font-weight: 300;
}
a.btn3 {
 display:inline-block;
 margin-bottom:0;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
color: #fff !important;
background-color: #07538f;
 border:1px solid transparent;
 box-sizing:border-box;
 word-wrap:break-word;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 text-decoration:none;
 position:relative;
 top:0;
 -webkit-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 line-height:normal;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
 padding-top:14px;
 padding-bottom:14px;
 padding-left:20px;
 padding-right:20px
}
a.btn3:hover, a.btn3:focus {
background-color:#0861A7;
}
a.btn3
{
  position: relative;
}
a.btn3:hover, a.btn3:focus, a.btnx:hover, a.btnx:focus
{
  -webkit-box-shadow: 0 2px 2px #333;
  -moz-box-shadow: 0 2px 2px #333;
  box-shadow: 0 2px 2px #333;
}
a.btnx:hover, a.btnx:focus {opacity:0.9;}

#asterix_cookie_widget .cookie-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0;
    width: 100%!Important;
}

#asterix_cookie_accept {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	color:blue;
}
#asterix_cookie_accept:hover {
	color:red;;
}
.tbutton {
background-color: #fff;
border: 1px solid #00b67a;
border-radius: 2px;
display: inline-block;
font-size: 0;
padding: 10px 0;
}

.flyouts img {
float:right;
width:auto;
}
.flyouts .btn {
width:auto;
}
.flyouts:after {clear:right;}
.flyouts.fancybox__content {display:block!Important;}
.flyouts btn:hover {opacity:.8;}
.dfdsfo a {cursor:pointer;}
i.jckrystal::before {
	  content: url("data:image/svg+xml,%3Csvg width='25' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0.5 0 40 40' class='inline-block' role='image' text='krystal'%3E%3Cpath d='M40.0916 8.61133L20.2976 13.6676L0.508484 8.61255L9.79588 0H30.8067L40.0916 8.61133Z' fill='%23280162'%3E%3C/path%3E%3Cpath d='M40.1028 12.6978L22.2819 39.9999V17.2483L40.1028 12.6978Z' fill='%23280162'%3E%3C/path%3E%3Cpath d='M18.3197 17.2508V39.9999L0.5 12.699L18.3197 17.2508Z' fill='%23280162'%3E%3C/path%3E%3C/svg%3E");
}
i.jckrystal {
font-size:30px!Important;
}
i.jckrystal:hover {
opacity:.8;
}
/**************************************************************************************************************************
i.jckrystal::before Method:
https://stackoverflow.com/questions/19255296/is-there-a-way-to-use-svg-as-content-in-a-pseudo-element-before-or-after
Encoder:
https://yoksel.github.io/url-encoder/
***************************************************************************************************************************/
pre {font-family: "Courier New", Courier, monospace;}
code {color:#222;background-color:#f1f3f8;}
/**** Bits from original bootstrap 3 ***/


@media screen and (min-width: 992px){
.overninenine {display:block;}
.underninenine {display:none;}
}
@media screen and (max-width: 991px) {
.overninenine {display:none;}
.underninenine {display:block;}
}

.navbar-light.pinx {
  background-color: #f8f8f8;
  border-bottom: 1px solid #DADADA!Important;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
.whbhdr img {max-width:95%; height:auto; margin:0 auto;}
/***** navbar-default styles changed to navbar-light.css *****/

.navbar-light {
  background: transparent!Important;
  border: none;
}
.navbar-light.pinx {
  background-color: #f8f8f8!Important;;
  border-bottom: 1px solid #DADADA!Important;
}

.navbar-light .navbar-brand {
  color: #777777;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-light .navbar-text {
  color: #777777;
}

.navbar-light .navbar-nav > li > a {
  color: #777777;
  font-size:15px;
}

.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-light .navbar-nav > .disabled > a,
.navbar-light .navbar-nav > .disabled > a:hover,
.navbar-light .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-light .navbar-toggler {
  border-color: #2D3E50;
  background-color: #3D5770;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  background-color: #2D3E50;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #cccccc;
}

.navbar-light .navbar-collapse,
.navbar-light .navbar-form {
/*  border-color: #e6e6e6;*/
}

.navbar-light .navbar-nav > .dropdown > a:hover .caret,
.navbar-light .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-light .navbar-nav > .show > a,
.navbar-light .navbar-nav > .show > a:hover,
.navbar-light .navbar-nav > .show > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-light .navbar-nav > .show > a .caret,
.navbar-light .navbar-nav > .show > a:hover .caret,
.navbar-light .navbar-nav > .show > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (min-width: 992px) {
.navbar-light .navbar-nav > li > a {
  font-size:17px;
}
}
@media (max-width: 767px) {
  .navbar-light .navbar-nav .show .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-light .navbar-nav .show .dropdown-menu > li > a:hover,
  .navbar-light .navbar-nav .show .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-light .navbar-nav .show .dropdown-menu > .active > a,
  .navbar-light .navbar-nav .show .dropdown-menu > .active > a:hover,
  .navbar-light .navbar-nav .show .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-light .navbar-nav .show .dropdown-menu > .disabled > a,
  .navbar-light .navbar-nav .show .dropdown-menu > .disabled > a:hover,
  .navbar-light .navbar-nav .show .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-light .navbar-link {
  color: #777777;
}

.navbar-light .navbar-link:hover {
  color: #333333;
}


.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #cccccc;
}

.navbar-inverse .navbar-toggler .icon-bar {
  background-color: #ffffff;
}


/**** From Main ***/
.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #003348;
}
/**** End From Main ***/
.navbar-brand {
  float: left;
  padding: 0 15px 0px 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand img {vertical-align:middle;margin-right:0.7em;border:1px solid white;}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-light .navbar-toggler {
  border-color: #2D3E50;
  background-color: #3D5770;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  background-color: #2D3E50;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #cccccc;
}
.navbar-toggler {
  position: relative;
   margin-left: auto;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.show {
  overflow-y: auto;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s linear;
          transition: height 0.35s linear;
transition-timing-function: linear;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
@media (max-width: 767px) {
	.navbar-collapse.show, ul.navbar-nav, ul.navbar-nav li {
	background: #F8F8F8;
	}
	ul.navbar-nav {margin-right:-15px;margin-left:-15px;}

  .navbar-nav .show .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .show .dropdown-menu > li > a,
  .navbar-nav .show .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .show .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .show .dropdown-menu > li > a:hover,
  .navbar-nav .show .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}
}
fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}

.dropdown-menu .divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #cbcbcb;
}

#footer ul.sitemap .divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/***** End navbar-default styles changed to navbar-light.css *****/