@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');


.s-orange {
	color:#ff8906;
}

.s-green {
	color:#7baf16;
}

.s-tqs {
	color:#2d6774;
}

.sb-orange {
	background-color:#ff8906;
}

.sb-green {
	background-color:#ff8906;
}

.sb-tqs {
	background-color:#2d6774;
}

.pad-1 {
	padding: 8px
}
.pad-1-left {
	padding-left: 8px
}
.pad-1-right {
	padding-right: 8px
}
.pad-1-top {
	padding-top: 8px
}
.pad-1-bottom {
	padding-bottom: 8px
}
.pad-1-sides {
	padding-left: 8px;
	padding-right: 8px
}
.pad-1-vert {
	padding-top: 8px;
	padding-bottom: 8px
}
.marg-1 {
	margin: 8px
}
.marg-1-left {
	margin-left: 8px
}
.marg-1-right {
	margin-right: 8px
}
.marg-1-top {
	margin-top: 8px
}
.marg-1-bottom {
	margin-bottom: 8px
}
.marg-1-sides {
	margin-left: 8px;
	margin-right: 8px
}
.marg-1-vert {
	margin-top: 8px;
	margin-bottom: 8px
}
.pad-2 {
	padding: 16px
}
.pad-2-left {
	padding-left: 16px
}
.pad-2-right {
	padding-right: 16px
}
.pad-2-top {
	padding-top: 16px
}
.pad-2-bottom {
	padding-bottom: 16px
}
.pad-2-sides {
	padding-left: 16px;
	padding-right: 16px
}
.pad-2-vert {
	padding-top: 16px;
	padding-bottom: 16px
}
.marg-2 {
	margin: 16px
}
.marg-2-left {
	margin-left: 16px
}
.marg-2-right {
	margin-right: 16px
}
.marg-2-top {
	margin-top: 16px
}
.marg-2-bottom {
	margin-bottom: 16px
}
.marg-2-sides {
	margin-left: 16px;
	margin-right: 16px
}
.marg-2-vert {
	margin-top: 16px;
	margin-bottom: 16px
}
.pad-3 {
	padding: 32px
}
.pad-3-left {
	padding-left: 32px
}
.pad-3-right {
	padding-right: 32px
}
.pad-3-top {
	padding-top: 32px
}
.pad-3-bottom {
	padding-bottom: 32px
}
.pad-3-sides {
	padding-left: 32px;
	padding-right: 32px
}
.pad-3-vert {
	padding-top: 32px;
	padding-bottom: 32px
}
.marg-3 {
	margin: 32px
}
.marg-3-left {
	margin-left: 32px
}
.marg-3-right {
	margin-right: 32px
}
.marg-3-top {
	margin-top: 32px
}
.marg-3-bottom {
	margin-bottom: 32px
}
.marg-3-sides {
	margin-left: 32px;
	margin-right: 32px
}
.marg-3-vert {
	margin-top: 32px;
	margin-bottom: 32px
}
.pad-0 {
	padding: 0
}
.pad-0-left {
	padding-left: 0
}
.pad-0-right {
	padding-right: 0
}
.pad-0-top {
	padding-top: 0
}
.pad-0-bottom {
	padding-bottom: 0
}
.pad-0-sides {
	padding-left: 0;
	padding-right: 0
}
.pad-0-vert {
	padding-top: 0;
	padding-bottom: 0
}
.marg-0 {
	margin: 0
}
.marg-0-left {
	margin-left: 0
}
.marg-0-right {
	margin-right: 0
}
.marg-0-top {
	margin-top: 0
}
.marg-0-bottom {
	margin-bottom: 0
}
.marg-0-sides {
	margin-left: 0;
	margin-right: 0
}
.marg-0-vert {
	margin-top: 0;
	margin-bottom: 0
}

.pad-half {
	padding: 4px
}
.pad-half-left {
	padding-left: 4px
}
.pad-half-right {
	padding-right: 4px
}
.pad-half-top {
	padding-top: 4px
}
.pad-half-bottom {
	padding-bottom: 4px
}
.pad-half-sides {
	padding-left: 4px;
	padding-right: 4px
}
.pad-half-vert {
	padding-top: 4px;
	padding-bottom: 4px
}
.marg-half {
	margin: 4px
}
.marg-half-left {
	margin-left: 4px
}
.marg-half-right {
	margin-right: 4px
}
.marg-half-top {
	margin-top: 4px
}
.marg-half-bottom {
	margin-bottom: 4px
}
.marg-half-sides {
	margin-left: 4px;
	margin-right: 4px
}
.marg-half-vert {
	margin-top: 4px;
	margin-bottom: 4px
}
.marg-1-top-neg {
	margin-top: -8px
}
.marg-2-top-neg {
	margin-top: -16px
}
.marg-3-top-neg {
	margin-top: -32px
}
.grid-flex {
	display: flex;
	flex-wrap: wrap
}
.grid-flex-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.box-320 {
	width: 100%;
	max-width: 320px
}
.box-400 {
	width: 100%;
	max-width: 400px
}
.box-480 {
	width: 100%;
	max-width: 480px
}
.box-560 {
	width: 100%;
	max-width: 560px
}
.box-640 {
	width: 100%;
	max-width: 640px
}
.box-720 {
	width: 100%;
	max-width: 720px
}
.box-800 {
	width: 100%;
	max-width: 800px
}
.box-960 {
	width: 100%;
	max-width: 960px
}
.box-1100 {
	width: 100%;
	max-width: 1100px
}
.box-1200 {
	width: 100%;
	max-width: 1200px
}
.box-center {
	margin-left: auto;
	margin-right: auto
}
.fit-contain {
	object-fit: contain
}
.fit-cover {
	object-fit: cover
}
.fit-fill {
	object-fit: fill
}

.text-reg {
	font-weight: normal
}
.text-light {
	font-weight: 300
}
.text-10 {
	font-size: 10px
}
.text-11 {
	font-size: 11px
}
.text-12 {
	font-size: 12px
}
.text-14 {
	font-size: 14px
}
.text-16 {
	font-size: 16px
}
.text-18{
	font-size: 18px
}

.text-21 {
	font-size: 21px
}

.text-24 {
	font-size: 24px
}
.text-36 {
	font-size: 36px
}
.text-48 {
	font-size: 48px
}
.uppercase {
	text-transform: uppercase
}
.lowercase {
	text-transform: lowercase
}
.underline {
	text-decoration: underline
}
.lineheight-1 {
	line-height: 1
}

.rounded {
	border-radius: 4px
}
.circle {
	border-radius: 50%
}
.list-none {
	list-style: none;
	padding-left: initial
}
.animate {
	transition: all 0.25s ease-in-out
}
.animate-all, .animate-all * {
	transition: all 0.25s ease-in-out
}
.rel {
	position: relative
}
.abs {
	position: absolute
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1)
}
.border-top {
	border-top-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1)
}
.border-bottom {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1)
}
.border-left {
	border-left-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1)
}
.border-right {
	border-right-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1)
}
.border-top-0 {
	border-top: none
}
.border-bottom-0 {
	border-bottom: none
}
.border-left-0 {
	border-left: none
}
.border-right-0 {
	border-right: none
}
.before-hidden:before {
	display: none
}
.after-hidden:after {
	display: none
}

.text-uppercase {
    text-transform: uppercase;
}

.align-lg-left{text-align:left}
.align-lg-center{text-align:center}
.align-lg-right{text-align:right}
.float-lg-left{float:left}
.float-lg-right{float:right}
.helper-hidden-lg{display:none;}
.helper-visible-lg{display:block}
.va-mid{vertical-align:middle}
.va-bot{vertical-align:baseline}
.va-top{vertical-align:top}
@media screen and (max-width:1200px) {
	.helper-hidden-mg{display:none;}
	.helper-visible-mg{display:block}
}
@media screen and (max-width:992px) {
.align-md-left{text-align:left}
.align-md-center{text-align:center}
.align-md-right{text-align:right}
.float-md-left{float:left}
.float-md-right{float:right}
.float-md-left-none{float:none}
.helper-hidden-md{display:none;}
.helper-visible-md{display:block}
.br-hidden-md{display:none}
.pad-0-md {
	padding: 0
}
.pad-0-left-md {
	padding-left: 0
}
.pad-0-right-md {
	padding-right: 0
}
.pad-0-top-md {
	padding-top: 0
}
.pad-0-bottom-md {
	padding-bottom: 0
}
.pad-0-sides-md {
	padding-left: 0;
	padding-right: 0
}
.pad-0-vert-md {
	padding-top: 0;
	padding-bottom: 0
}
.marg-0-md {
	margin: 0
}
.marg-0-left-md {
	margin-left: 0
}
.marg-0-right-md {
	margin-right: 0
}
.marg-0-top-md {
	margin-top: 0
}
.marg-0-bottom-md {
	margin-bottom: 0
}
.marg-0-sides-md {
	margin-left: 0;
	margin-right: 0
}
.marg-0-vert-md {
	margin-top: 0;
	margin-bottom: 0
}

.pad-3-md {
	padding: 32px
}
.pad-3-left-md {
	padding-left: 32px
}
.pad-3-right-md {
	padding-right: 32px
}
.pad-3-top-md {
	padding-top: 32px
}
.pad-3-bottom-md {
	padding-bottom: 32px
}
.pad-3-sides-md {
	padding-left: 32px;
	padding-right: 32px
}
.pad-3-vert-md {
	padding-top: 32px;
	padding-bottom: 32px
}
}
@media screen and (max-width:768px) {
.align-sm-left{text-align:left}
.align-sm-center{text-align:center}
.align-sm-right{text-align:right}
.float-sm-left{float:left}
.float-sm-right{float:right}
.float-sm-left-none{float:none}
.helper-hidden-sm{display:none;}
.helper-visible-sm{display:block}
.br-hidden-sm{display:none}
.pad-0-sm {
	padding: 0
}
.pad-0-left-sm {
	padding-left: 0
}
.pad-0-right-sm {
	padding-right: 0
}
.pad-0-top-sm {
	padding-top: 0
}
.pad-0-bottom-sm {
	padding-bottom: 0
}
.pad-0-sides-sm {
	padding-left: 0;
	padding-right: 0
}
.pad-0-vert-sm {
	padding-top: 0;
	padding-bottom: 0
}
.marg-0-sm {
	margin: 0
}
.marg-0-left-sm {
	margin-left: 0
}
.marg-0-right-sm {
	margin-right: 0
}
.marg-0-top-sm {
	margin-top: 0
}
.marg-0-bottom-sm {
	margin-bottom: 0
}
.marg-0-sides-sm {
	margin-left: 0;
	margin-right: 0
}
.marg-0-vert-sm {
	margin-top: 0;
	margin-bottom: 0
}

.pad-3-sm {
	padding: 32px
}
.pad-3-left-sm {
	padding-left: 32px
}
.pad-3-right-sm {
	padding-right: 32px
}
.pad-3-top-sm {
	padding-top: 32px
}
.pad-3-bottom-sm {
	padding-bottom: 32px
}
.pad-3-sides-sm {
	padding-left: 32px;
	padding-right: 32px
}
.pad-3-vert-sm {
	padding-top: 32px;
	padding-bottom: 32px
}
}
@media screen and (max-width:480px) {
.align-xs-left{text-align:left}
.align-xs-center{text-align:center}
.align-xs-right{text-align:right}
.float-xs-left{float:left}
.float-xs-right{float:right}
.float-xs-left-none{float:none}
.helper-hidden-xs{display:none;}
.helper-visible-xs{display:block}
.br-hidden-xs{display:none}
.pad-0-xs {
	padding: 0
}
.pad-0-left-xs {
	padding-left: 0
}
.pad-0-right-xs {
	padding-right: 0
}
.pad-0-top-xs {
	padding-top: 0
}
.pad-0-bottom-xs {
	padding-bottom: 0
}
.pad-0-sides-xs {
	padding-left: 0;
	padding-right: 0
}
.pad-0-vert-xs {
	padding-top: 0;
	padding-bottom: 0
}
.marg-0-xs {
	margin: 0
}
.marg-0-left-xs {
	margin-left: 0
}
.marg-0-right-xs {
	margin-right: 0
}
.marg-0-top-xs {
	margin-top: 0
}
.marg-0-bottom-xs {
	margin-bottom: 0
}
.marg-0-sides-xs {
	margin-left: 0;
	margin-right: 0
}
.marg-0-vert-xs {
	margin-top: 0;
	margin-bottom: 0
}

.pad-3-xs {
	padding: 32px
}
.pad-3-left-xs {
	padding-left: 32px
}
.pad-3-right-xs {
	padding-right: 32px
}
.pad-3-top-xs {
	padding-top: 32px
}
.pad-3-bottom-xs {
	padding-bottom: 32px
}
.pad-3-sides-xs {
	padding-left: 32px;
	padding-right: 32px
}
.pad-3-vert-xs {
	padding-top: 32px;
	padding-bottom: 32px
}
}

.sbtn {
	padding:18px 30px;
	background:#2d6774;
	color:#fff;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	border:none;
	outline:none;
	text-shadow:none;
	box-shadow:none;
	display:inline-block;
	font-size:14px;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0);
	transition:all 0.3s ease-in-out;
}

.sbtn:hover {
	text-decoration:none;
	text-shadow:0 0 17px rgba(255,255,255,.9);
	color:#fff;
}

.sbtn:focus {
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;
	color:#fff;
}

.sbtn > .icofont {
	font-size:16px;
	display:inline-block;
	margin-right:7px;
	position:relative;
	top:1px;	
}

.sbtn.large-text {
	font-size:18px;	
}

.sbtn.sbtn-small {
	padding:10px 15px;
}


.sbtn.block {
	display:block;
	width:100%;
}

.sbtn.sbtn-orange {
	background:#198999;
}

.sbtn.sbtn-green {
	background:#7baf16;
}

.sbtn.sbtn-white {
	color:#ff8906;
	background:#fff;	
}

.sbtn.sbtn-white:hover {
	color:#2d6774;
}

.sbtn.sbtn-whiteg {
	color:#7baf16;
	background:#fff;	
}

.sbtn.sbtn-white:hover {
	color:#2d6774;
}

.sbtn.sbtn-white:focus {
	box-shadow:none;
	text-shadow:none;	
}



/* -------------------------------- 
Main components 
-------------------------------- */



.ws-header *, .page-footer * {
	box-sizing:border-box;	
}

.ws-header h1,.ws-header h2,.ws-header h3,.ws-header h4,.ws-header h5,.ws-header h6, .page-footer h1,.page-footer h2,.page-footer h3,.page-footer h4,.page-footer h5,.page-footer h6 {
	color:#233141;	
}

.ws-header ul, .page-footer ul, .ws-header ol, .page-footer ol {
	list-style:none;	
}

.ws-header a, .page-footer a {
  text-decoration: none;
}

.ws-header .row , .page-footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ws-header div[class^='col-'], .ws-header div[class*=' col-'], .page-footer div[class^='col-'], .page-footer div[class*=' col-'] {
	padding-left:15px;
	padding-right:15px;
}

/* Top Bar */
.main-top-bar {

	border-bottom:1px solid #ececec;
	background:#198999;
}

.main-top-bar {
	border-bottom:1px solid #ececec;
	background:#198999;
	padding:12px 0;
}

.main-top-bar ul{ margin:0; padding:0;}
.main-top-bar span{font-size:16px !important; }

.main-top-bar ul li{float:left; padding-right:10px;}


#line-he{line-height:25px;}
#line-he a:hover{background:#fff; color:#198999;}
.colorfff{color:#fff;}
.clear{clear:both;}


.main-top-bar .lang-drop .dropdown-toggle{background:0 0;box-shadow:none;font-size:13px; font-weight:600; color:#233141; padding:12px 10px; display:inline-block;}
.main-top-bar .lang-drop .dropdown-menu{margin:0;padding:0;min-width:120px;border:none;background:#fff;text-align:left;border-radius:0 0 4px 4px;box-shadow:none; border: 1px solid #ececec; margin-top:-10px;}

.main-top-bar .lang-drop .dropdown-menu:after, .main-top-bar .lang-drop .dropdown-menu:before {
	bottom: 100%;
	left: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.main-top-bar .lang-drop .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.main-top-bar .lang-drop .dropdown-menu:before {
	border-color: rgba(236, 236, 236, 0);
	border-bottom-color: #ececec;
	border-width: 6px;
	margin-left: -6px;
}

.top-bar-right {
	text-align:right;	
}

.main-top-bar .lang-drop .dropdown-menu a{text-decoration:none;transition:all 0.3s ease-in-out;line-height:24px;padding:5px 10px;font-size:13px;font-weight:600; vertical-align:middle; color:#333;}
.main-top-bar .lang-drop .dropdown-menu a img {vertical-align:middle}
.main-top-bar .lang-drop .dropdown-menu .active>a:hover,.main-top-bar .lang-drop .dropdown-menu .active>a,.main-top-bar .lang-drop .dropdown-menu li>a:hover{background:none;color:#ff8906;}
.main-top-bar .lang-drop .lang-flag{width:24px;height:24px;display:inline-block;margin-right:7px;margin-left:0;position:relative;top:-2px;}

.main-top-bar .topbar-social{margin:0;padding:0; display:inline-block;padding:0 7px 0 10px; margin:10px 0;}
.main-top-bar .topbar-social li{display:inline-block;list-style:none;border:none}
.main-top-bar .topbar-social li a{padding:0;text-align:center;color:#a0a0a0;transition:all .3s ease-in-out;font-size:13px;display:inline-block;width:26px;height:26px;line-height:24px;border:1px solid #dadada;border-radius:50%;margin-right:3px}
.main-top-bar .topbar-social li.facebook a:hover{color:#305FB3;border-color:#305FB3}
.main-top-bar .topbar-social li.googleplus a:hover{color:#D7482A;border-color:#D7482A}
.main-top-bar .topbar-social li.twitter a:hover{color:#1DA1F2;border-color:#1DA1F2}
.main-top-bar .topbar-social li.linkedin a:hover{color:#39C;border-color:#39C}
.main-top-bar .topbar-social li.youtube a:hover{color:#F33;border-color:#F33}
.main-top-bar .topbar-social li.email a:hover{color:#ff8906;border-color:#ff8906 }
.main-top-bar .topbar-social li.greviews a:hover{color:#27ae60;border-color:#27ae60 }
.main-top-bar .customer-login {
	font-size: 13px;
padding: 6px 5px 6px 15px;
line-height: 14px;
display: inline-block;
font-weight: 600;
margin-left: 5px;
color: #fff;
border-left: 1px solid #ececec;
}


.main-top-bar .customer-login:hover {
	text-decoration:none;
	color:#ea5050;
	background:#fff;
}


.main-top-bar .customer-account {
	font-size:13px;
	padding:6px 5px 6px 15px;
	line-height:14px;
	display:inline-block;
	font-weight:600;
	margin-left:5px;
	color:#fff;
	border-left:1px solid #ececec;
}

.main-top-bar .customer-account:hover {
	text-decoration:none;
	color:#ea5050;
	background-color:#fff;

}

.main-top-bar .customer-logout {
	font-size:13px;
	/* padding:20px 5px; */
	line-height:14px;
	display:inline-block;
	font-weight:600;
	margin-left:5px;
	color:#fff;
}

.main-top-bar .customer-logout:hover {
	text-decoration:none;
	color:#ea5050;
	background-color:#fff;
}

.main-top-bar .customer-logout:focus {
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.3),0 0 21px 5px rgba(0,0,0,.2) inset;
}



.main-top-bar .top-goto-cart {
	margin: 0px;
	font-size:18px;
	line-height:24px;
	padding:0 5px 0 10px;
	display:inline-block;
	position:relative;
	top:2px;
	color:#8697aa;
	border-left: 1px solid #ececec;
}

.main-top-bar .top-goto-cart:hover {
	color:#424242;	
}



.topbar-links li {
	float: none !important;
	padding: 0 !important;
	display: inline-block;
}

.topbar-links li a {
	font-size: 13px;
	padding: 7px 5px;
	line-height: 14px;
	display: block;
	font-weight: 600;
	color: #fff;
	margin-left: 5px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.topbar-links li a:before {
	content:"";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.2s ease-in-out;
	opacity: 0.5;
}

.topbar-links li a:after {
	content:"";
	position: absolute;
	bottom: 0;
	right: 50%;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
}

.topbar-links li a:hover:before, .topbar-links li a:hover:after {
	width: 50%;
}


.topbar-links li.divider {
	border-right: 1px solid #fff;
	padding-right: 15px !important;
	margin-right: 5px;
}

/* NAVIGATION */

.main-navigation-wrap {
	border-bottom:1px solid #ececec;
	background:#fff;
	transition:all 0.3s ease-in-out;
}

.main-navigation-wrap .logo {
	display:inline-block;
	padding:20px 0;	
	transition:all 0.3s ease-in-out;
	min-width: 290px;
}

.sbn-hrmenu-wrap {
	position:static;
	padding-right: 0 !important;
}

.sbn-hrmenu {
	width: 100%;
	font-weight:400;
	font-style:normal;,
	
}

/* general ul style */
.sbn-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.sbn-hrmenu > ul,
.sbn-hrmenu .sbn-hrsub-inner {
	
}

.sbn-hrmenu .sbn-hrsub {
	
}

.sbn-hrmenu > ul {
	text-align:right;	
}

.sbn-hrmenu > ul > li {
	display: inline-block;
	margin-left:-2px;
}

.sbn-hrmenu > ul > li > a {
font-weight: 600;
    padding: 35px 13px 35px 10px;
    color: #777;
    display: inline-block;
    font-size: 15px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0);
    border-right: 1px solid rgba(255,255,255,0);
    transition: all 0.3s ease-in-out;
}

.sbn-hrmenu > ul > li > a > .icofont {
	display:inline-block;
	margin-right:-12px;
	opacity:0;
	transition:all 0.3s ease-in-out;
}

.sbn-hrmenu > ul > li > a:after {
	position:absolute;
	width:100%;
	height:1px;
	background:#f3f3f3;
	left:0;
	bottom:-1px;
	content:"";
	opacity:0;
	z-index:2;
}

.sbn-hrmenu > ul > li > a:hover {
	color: #ea5050;
}

.sbn-hrmenu > ul > li.sbn-hropen > a {
	color: #0b3943;
	background:#f3f3f3;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
}

.sbn-hrmenu > ul > li.sbn-hropen > a:hover:after, .sbn-hrmenu > ul > li.sbn-hropen > a:after {
	opacity:1;
}

.sbn-hrmenu > ul > li > a:hover > .icofont, .sbn-hrmenu > ul > li.sbn-hropen > a > .icofont {
	opacity:1;	
}

/* sub-menu */
.sbn-hrmenu .sbn-hrsub {
	display: none;
	position: absolute;
	background: #f3f3f3;
	width: 100%;
	left: 0;
	text-align:left;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	box-shadow:0 7px 10px -10px rgba(0,0,0,0.3);
}

.sbn-hropen .sbn-hrsub {
	display: block;
	padding-bottom: 5px;
}
.sbn-hropen .sbn-hrsub .container > .row  {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;	
}

.sbn-hropen .sbn-hrsub .container > .row:last-child {padding-bottom:none; border-bottom:none;}

.sbn-hropen .sbn-hrsub .container > .row > div {
	padding:10px;	
}
.sbn-hropen .sbn-hrsub .container > .row > div:first-child {
	padding-left:0;	
}
.sbn-hropen .sbn-hrsub .container > .row > div:last-child {
	padding-right:0;	
}

.sbn-hrmenu .sbn-hrmenu-subitem {
	display:block;
	padding:15px 15px 15px 65px;
	color:#424242;
	transition:all 0.3s ease-in-out;
	background:rgba(255,255,255,0);
	border-radius:5px;
	position:relative;
}

.sbn-hrmenu .sbn-hrmenu-subitem .submenu-icon {
	position:absolute;
	top:15px;
	left:15px;
}

.sbn-hrmenu .sbn-hrmenu-subitem h4 {
	font-size:14px;
	margin:0;
	padding:0 0 8px 0;
	line-height:1;
	transition:all 0.3s ease-in-out;
}

.sbn-hrmenu .sbn-hrmenu-subitem h5 {
	font-size:12px;
	font-weight:400;
	padding:0;
	margin:0;
	line-height:1;
}

.sbn-hrmenu .sbn-hrmenu-subitem p {
	font-size:13px;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0;
	line-height:19px;
}

.sbn-hrmenu .sbn-hrmenu-subitem:hover {
	background:rgba(0,0,0,0.05);
	text-decoration:none;
}

.sbn-hrmenu .sbn-hrmenu-subitem:hover h4 {
	color:#2d6774;
}

.sbn-hrmenu .pricetag{
	white-space:nowrap;
	position:relative;
	margin:0 5px 0 10px;
	display:inline-block;
	height:19px;
	border-radius: 0 4px 4px 0;
	padding: 0 5px 0 5px;
	background:#7baf16;
	color:#fff;
	line-height:19px;
	font-size:11px;
	top:-2px;
	transition:all 0.3s ease-in-out;
}

.sbn-hrmenu .pricetag:before{
	position:absolute;
	content:"";
	color:white;
	text-shadow: 0 0 1px #333;
	font-size:11px;
	line-height:0px;
	text-indent:12px;
	left:-10px;
	width: 1px;
	height:0px;
	border-right:10px solid #7baf16;
	border-top:  10px solid transparent;
	border-bottom:  9px solid transparent;
	transition:all 0.3s ease-in-out;
}

.sbn-hrmenu .sbn-hrmenu-subitem:hover .pricetag {
	background:#ff8906;
}

.sbn-hrmenu .sbn-hrmenu-subitem:hover .pricetag:before {
	border-right-color:#ff8906;
}


.navicon-small {
	top:2px;
	position:relative;
	margin-right:6px;	
}

.navicons-seo,.navicons-whois,.navicons-blog,.navicons-policies,.navicons-referral,.navicons-prices,.navicons-reviews,.navicons-about,.navicons-contact,.navicons-tutorial,.navicons-helpdesk,.navicons-news,.navicons-support,.navicons-secure,.navicons-cdp,.navicons-customWd,.navicons-websiteBuilder,.navicons-wordpress,.navicons-renew,.navicons-bulk,.navicons-backorder,.navicons-transfer,.navicons-freeCheck,.navicons-domain,.navicons-payment,.navicons-email,.navicons-Reseller,.navicons-Hosting,.navicons-Specials, .navicons-sem, .navicons-google-ads, .navicons-smm  {
  background-image: url("../images/navicons.png");
  background-repeat: no-repeat;
  display:inline-block;
}

.navicons-digitalMarketing {
  width: 36px;
  height: 36px;
  background-image: url("../images/icons/webmarketers-menuIcon.png");
  background-repeat: no-repeat;
  display:inline-block;
}

.navicons-google-ads {
  width: 36px;
  height: 36px;
  background-position: -1044px 0;
}

.navicons-smm {
  width: 36px;
  height: 36px;
  background-position: -1080px 0;
}


.navicons-sem {
  width: 36px;
  height: 36px;
  background-position: -1116px 0;
}



.navicons-seo {
  width: 36px;
  height: 36px;
  background-position: -1008px 0;
}

.navicons-whois {
  width: 36px;
  height: 36px;
  background-position: -972px 0;
}

.navicons-blog {
  width: 36px;
  height: 36px;
  background-position: -936px -4px;
}

.navicons-policies {
  width: 36px;
  height: 36px;
  background-position: -900px 0px;
}

.navicons-referral {
  width: 36px;
  height: 34px;
  background-position: -864px 0px;
}

.navicons-prices {
  width: 36px;
  height: 36px;
  background-position: -828px 0;
}

.navicons-reviews {
  width: 36px;
  height: 36px;
  background-position: -792px 0;
}

.navicons-about {
  width: 36px;
  height: 36px;
  background-position: -756px 0;
}

.navicons-contact {
  width: 36px;
  height: 36px;
  background-position: -720px 0;
}

.navicons-tutorial {
  width: 36px;
  height: 36px;
  background-position: -684px 0;
}

.navicons-helpdesk {
  width: 36px;
  height: 36px;
  background-position: -648px 0;
}

.navicons-news {
  width: 36px;
  height: 36px;
  background-position: -612px 0px;
}

.navicons-support {
  width: 36px;
  height: 36px;
  background-position: -576px 0px;
}

.navicons-secure {
  width: 36px;
  height: 36px;
  background-position: -540px 0;
}

.navicons-cdp {
  width: 36px;
  height: 36px;
  background-position: -504px 0px;
}

.navicons-customWd {
  width: 36px;
  height: 36px;
  background-position: -468px 0;
}

.navicons-websiteBuilder {
  width: 36px;
  height: 36px;
  background-position: -432px 0;
}

.navicons-wordpress {
  width: 36px;
  height: 36px;
  background-position: -396px 0;
}

.navicons-renew {
  width: 36px;
  height: 36px;
  background-position: -360px 0px;
}

.navicons-bulk {
  width: 36px;
  height: 36px;
  background-position: -324px 0;
}

.navicons-backorder {
  width: 36px;
  height: 36px;
  background-position: -288px 0;
}

.navicons-transfer {
  width: 36px;
  height: 36px;
  background-position: -252px 0;
}

.navicons-freeCheck {
  width: 36px;
  height: 36px;
  background-position: -216px 0;
}

.navicons-domain {
  width: 36px;
  height: 36px;
  background-position: -180px 0px;
}

.navicons-payment {
  width: 36px;
  height: 36px;
  background-position: -144px 0px;
}

.navicons-email {
  width: 36px;
  height: 36px;
  background-position: -108px 0px;
}

.navicons-Reseller {
  width: 36px;
  height: 36px;
  background-position: -72px 0px;
}

.navicons-Hosting {
  width: 36px;
  height: 36px;
  background-position: -36px 0;
}

.navicons-Specials {
  width: 36px;
  height: 36px;
  background-position: 0 0;
}

.naviconsSmall-seo,.naviconsSmall-whois,.naviconsSmall-blog,.naviconsSmall-policies,.naviconsSmall-referral,.naviconsSmall-prices,.naviconsSmall-reviews,.naviconsSmall-about,.naviconsSmall-contact,.naviconsSmall-tutorial,.naviconsSmall-helpdesk,.naviconsSmall-news,.naviconsSmall-support,.naviconsSmall-secure,.naviconsSmall-cdp,.naviconsSmall-customWd,.naviconsSmall-websiteBuilder,.naviconsSmall-wordpress,.naviconsSmall-renew,.naviconsSmall-bulk,.naviconsSmall-backorder,.naviconsSmall-transfer,.naviconsSmall-freeCheck,.naviconsSmall-domain,.naviconsSmall-payment,.naviconsSmall-email,.naviconsSmall-Reseller,.naviconsSmall-Hosting,.naviconsSmall-Specials {
  background-image: url("../images/naviconsSmall.png");
  background-repeat: no-repeat;
  display:inline-block;
}

.naviconsSmall-seo {
  width: 16px;
  height: 16px;
  background-position: -448px 0;
}

.naviconsSmall-whois {
  width: 16px;
  height: 16px;
  background-position: -432px 0;
}

.naviconsSmall-blog {
  width: 16px;
  height: 16px;
  background-position: -416px 0px;
}

.naviconsSmall-policies {
  width: 16px;
  height: 16px;
  background-position: -400px 0;
}

.naviconsSmall-referral {
  width: 16px;
  height: 16px;
  background-position: -384px 0;
}


.naviconsSmall-prices {
  width: 16px;
  height: 16px;
  background-position: -368px 0;
}


.naviconsSmall-reviews {
  width: 16px;
  height: 16px;
  background-position: -352px 0;
}


.naviconsSmall-about {
  width: 16px;
  height: 16px;
  background-position: -336px 0;
}


.naviconsSmall-contact {
  width: 16px;
  height: 16px;
  background-position: -320px 0;
}


.naviconsSmall-tutorial {
  width: 16px;
  height: 16px;
  background-position: -304px 0;
}


.naviconsSmall-helpdesk {
  width: 16px;
  height: 16px;
  background-position: -288px 0;
}


.naviconsSmall-news {
  width: 16px;
  height: 16px;
  background-position: -272px 0;
}


.naviconsSmall-support {
  width: 16px;
  height: 16px;
  background-position: -256px 0;
}


.naviconsSmall-secure {
  width: 16px;
  height: 16px;
  background-position: -240px 0;
}


.naviconsSmall-cdp {
  width: 16px;
  height: 16px;
  background-position: -224px 0;
}

.naviconsSmall-customWd {
  width: 16px;
  height: 16px;
  background-position: -208px 0;
}

.naviconsSmall-websiteBuilder {
  width: 16px;
  height: 16px;
  background-position: -192px 0;
}


.naviconsSmall-wordpress {
  width: 16px;
  height: 16px;
  background-position: -176px 0;
}


.naviconsSmall-renew {
  width: 16px;
  height: 16px;
  background-position: -160px 0px;
}


.naviconsSmall-bulk {
  width: 16px;
  height: 16px;
  background-position: -144px 0;
}

.naviconsSmall-backorder {
  width: 16px;
  height: 16px;
  background-position: -128px 0;
}


.naviconsSmall-transfer {
  width: 16px;
  height: 16px;
  background-position: -112px 0;
}


.naviconsSmall-freeCheck {
  width: 16px;
  height: 16px;
  background-position: -96px 0;
}


.naviconsSmall-domain {
  width: 16px;
  height: 16px;
  background-position: -80px 0;
}

.naviconsSmall-payment {
  width: 16px;
  height: 16px;
  background-position: -64px 0px;
}

.naviconsSmall-email {
  width: 16px;
  height: 16px;
  background-position: -48px 0px;
}


.naviconsSmall-Reseller {
  width: 16px;
  height: 16px;
  background-position: -32px 0;
}


.naviconsSmall-Hosting {
  width: 16px;
  height: 16px;
  background-position: -16px 0;
}

.naviconsSmall-Specials {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}


@media only screen and (max-width: 1200px) {
	.main-navigation-wrap .logo {
		display:block;
		padding:10px 0;
		text-align:center;	
	}
	
	.sbn-hrmenu > ul {
		text-align:center;	
	}
	
	.sbn-hrmenu > ul > li > a {
		padding-top:15px;
		padding-bottom:15px;
		border-top:1px solid rgba(255,255,255,0);
		border-radius:4px 4px 0 0;	
	}
	
	.sbn-hrmenu > ul > li > a > .icofont {
		opacity:1;	
	}
	
	.sbn-hrmenu > ul > li.sbn-hropen > a {
		border-top:1px solid #ececec;
	}
	
	.main-top-bar .lang-drop .dropdown-toggle, .main-top-bar .customer-login {
		padding-top:13px;	
		padding-bottom:13px;
	}
	
	.main-top-bar .topbar-social {
		margin:3px 0;	
	}
	
	.main-top-bar .topbar-social li a {
		width:22px;
		height:22px;
		line-height:20px;
		font-size:12px;
	}
}

@media only screen and (max-width: 480px) {
	.main-navigation-wrap .logo {
		text-align:left;	
	}
}



/* -------------------------------- 

Responsive nav

-------------------------------- */


#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-top-nav a.current {
  background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display:block;
  z-index:998
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 3px;
  background-color: #424242;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #424242;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and(max-width: 1025px){
	
	 #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;

  }
	
}


@media only screen and (min-width: 1026px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
	display:none;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 999;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  display:none;
}
#cd-lateral-nav .cd-navigation {
  margin: 20px 0;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 16px;
  padding: 8px 10px 8px 20px;
  color: #aab5b7;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

#cd-lateral-nav li.cd-lateral-cart {
	display:inline-block;
	padding:10px 0px 0 15px;
	margin-bottom:5px;
	margin-right:-5px;
}

#cd-lateral-nav li.cd-lateral-cart a {
	border:	2px solid #7baf16;
	padding:8px 10px;
	color:#7baf16;
	font-size:13px;
	font-weight:600;
	border-radius:4px;
}

#cd-lateral-nav li.cd-lateral-cart a .icofont {
	font-size:16px;	
}

#cd-lateral-nav li.cd-lateral-user {
	display:inline-block;
	padding:10px 0 0 15px;
	margin-bottom:5px;
	margin-right:-5px;
}

#cd-lateral-nav li.cd-lateral-user a {
	border:2px solid #ff8906;
	padding:8px 10px;
	color:#ff8906;
	font-size:13px;
	font-weight:600;
	border-radius:4px;
}

#cd-lateral-nav li.cd-lateral-user a .icofont {
	font-size:16px;	
}

#cd-lateral-nav li.cd-lateral-account {
	display:inline-block;
	padding:10px 0px 0 15px;
	margin-bottom:5px;
}

#cd-lateral-nav li.cd-lateral-account a {
	border:2px solid #ff8906;
	padding:8px 5px;
	color:#ff8906;
	font-size:12px;
	font-weight:600;
	border-radius:4px;
}

#cd-lateral-nav li.cd-lateral-account a .icofont {
	font-size:14px;	
}

#cd-lateral-nav li.cd-lateral-logout {
	display:inline-block;
	padding:10px 0px 0 0px;
	margin-bottom:5px;
}

#cd-lateral-nav li.cd-lateral-logout a {
	border:2px solid #aaa;
	padding:8px 5px;
	color:#aaa;
	font-size:12px;
	font-weight:400;
	border-radius:4px;
}

#cd-lateral-nav li.cd-lateral-account a .icofont {
	font-size:14px;	
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

.cd-overlay {
	display:none;
	background:rgba(0,0,0,0.1);
	z-index:997;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transition:all 0.3s ease-in-out;
	opacity:0;
}

#cd-lateral-nav.lateral-menu-is-open + .cd-overlay {
	display:block;
	opacity:1;
}	

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../images/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
  padding: 0 10px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 30px;
  width: 30px;
  float: left;
  padding: 0;
  line-height:30px;
  text-align:center;
  background-color: #FFF;
  margin-right: 5px;
  border-radius: 4px;
  font-size:17px;
}

#cd-lateral-nav .socials a.cd-facebook {color:#fff; background-color:#305FB3;border-color:#305FB3}
#cd-lateral-nav .socials a.cd-twitter {color:#fff; background-color:#D7482A;border-color:#D7482A}
#cd-lateral-nav .socials a.cd-googleplus {color:#fff; background-color:#1DA1F2;border-color:#1DA1F2}
#cd-lateral-nav .socials a.cd-linkedin {color:#fff; background-color:#39C;border-color:#39C}
#cd-lateral-nav .socials a.cd-youtube {color:#fff; background-color:#F33;border-color:#F33}
#cd-lateral-nav .socials a.cd-email {color:#fff; background-color:#ff8906;border-color:#ff8906 }
#cd-lateral-nav .socials a.cd-map {color:#fff; background-color:#27ae60;border-color:#27ae60; margin-right: 0 }

header.ws-header {
	  position: relative;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 3;  
}

@media only screen and (max-width: 1024px) {
	.main-top-bar, .sbn-hrmenu {
		display:none;	
	}
	
	 #cd-top-nav {
    	display: block;
  	}
	
	#cd-lateral-nav .cd-navigation {
  	margin: 10px 0 16px;
	}
	
	.cd-main-content {
	  min-height: 100%;
	  position: relative;
	  z-index: 2;
	  -webkit-transform: none;
	  -webkit-backface-visibility: hidden;
	  -webkit-transition-property: -webkit-transform;
	  -moz-transition-property: -moz-transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	  background:#fff;
	}
	.cd-main-content.lateral-menu-is-open {
	  -webkit-transform: translateX(-260px);
	  -moz-transform: translateX(-260px);
	  -ms-transform: translateX(-260px);
	  -o-transform: translateX(-260px);
	  transform: translateX(-260px);
	}
	
	header.ws-header {
	  position: relative;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 3;
	  -webkit-transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  -webkit-transition-property: -webkit-transform;
	  -moz-transition-property: -moz-transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	  background:#fff;
	}
	
	header.ws-header.lateral-menu-is-open {
	  /* translate to show the lateral menu */
	  -webkit-transform: translateX(-260px);
	  -moz-transform: translateX(-260px);
	  -ms-transform: translateX(-260px);
	  -o-transform: translateX(-260px);
	  transform: translateX(-260px);
	}
	header.ws-header.is-fixed {
	  position: fixed;
	}
	
	#cd-lateral-nav { 
		display:block;
	}
}

.bg-section {
	background:#fff;
	padding:70px 0;	
}

.bg-section.pad100 {
	padding:100px 0;	
}

.bg-section.pad120 {
	padding:120px 0;	
}

.bg-section.lighten {
	background:#f3f3f3;
}

.bg-section.darken {
	background:#1c2329
}

.bg-section.home-hero {
	background:#f3f3f3 url(../images/home-hero.jpg);
	background-clip:initial;
	background-origin:initial;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	padding:60px 0 0 0;
}

.bg-section.home-hero h1 {
	font-size:30px;
	font-weight:600;
	color:#fff;
	margin:30px 0 20px 0;
	padding:0;	
}

.bg-section.home-hero .home-hero-features {
	background:rgb(243,243,243);
	background:rgba(255,255,255,0.8);
	padding:30px 30px 10px 30px;
	margin-top:80px;
}

.bg-section.home-hero .home-hero-features h2 {
	font-size:21px;
	font-weight:700;
	color:#2d6774;
	margin:0;
	padding:0;
}

.free-list {
	margin:15px 0 0 0;
	font-size:14px;
	color:#424242;
}

.free-list li {
	padding:10px 0 5px 0;
	line-height:17px;	
}

.free-list .free-badge {
	display:inline-block;
	float:left;
	background:#7baf16;
	font-size:13px;
	color:#fff;
	padding:2px 15px;
	border-radius:3px;
	margin-right:20px;
	line-height:20px;
	position:relative;
	top:-4px;
}

.free-list .free-badge.tl {
	top:3px;	
}


.icon-list {
	margin:15px 0 0 0;
	font-size:14px;
	color:#424242;
}

.icon-list li {
	padding:7px 0 6px 0;
	line-height:17px;	
}

.icon-list li > .icons24 {
	position:relative;
	margin-right:10px;
	top:5px;
}

.bg-section.home-hero .home-hero-features .why-sibername h2 {
	margin-top:-5px;
	margin-bottom:-5px;	
}

.bg-section.home-hero .home-hero-features .why-sibername h2 span {
	color:#fff;
	background:#2d6774;
	display:inline-block;
	margin-right:7px;
	border-radius:4px;
	padding:5px 13px;
}


.tabbed-inputs {
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
}	

.tabbed-inputs .nav-tabs > li > a {
	font-size:14px;
	font-weight:700;
	color:#787878;
	text-transform:uppercase;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.7);
	border-radius:0;
	text-shadow:1px 1px 1px rgba(255,255,255,0.7);
	border:none;
	border-top:3px solid rgba(255,255,255,0);
	transition:all 0.3s ease-in-out;
	padding:15px 40px;
	box-shadow:none;
}

.tabbed-inputs .nav-tabs > li > a:hover {
	border:none;
	box-shadow:none;
	padding:15px 40px;	
	border-top:3px solid #7baf16;
	background:#f3f3f3;
	color:#0b3943;
}

.tabbed-inputs .nav-tabs > li.active > a {
	border-top-color:#7baf16;
}

.tabbed-inputs .nav-tabs > li.active > a, .tabbed-inputs .nav-tabs > li.active > a:hover, .tabbed-inputs .nav-tabs > li.active > a:focus {
	font-size:14px;
	font-weight:700;
	color:#0b3943;
	background:#fff;
	text-shadow:none;
	border-top:3px solid #7baf16;
}


.tabbed-inputs .tab-content {
	background:#fff;
	padding:10px 20px 10px 20px;
	border-radius:5px;
	border:2px solid #7baf16;
}

.tabbed-input-search .search-input-wrap {
	position:relative;	
}

.tabbed-input-search .search-input-wrap > .icofont {
	position:absolute;
	font-size:24px;
	color:#a1b1bc;
	top:20px;
	left:25px;
	transition:all 0.3s ease-in-out;	
}

.tabbed-input-search .search-input-wrap > input {
	border:none;
	outline:none;
	padding:20px 15px 15px 50px;
	font-size:21px;
	font-weight:700;
	color:#424242;
	display:block;
	width:100%;
	height:60px;
	line-height:25px;
}

.tabbed-input-search .search-input-wrap > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a1b1bc;
}
.tabbed-input-search .search-input-wrap > input::-moz-placeholder { /* Firefox 19+ */
  color: #a1b1bc;
}
.tabbed-input-search .search-input-wrap > input:-ms-input-placeholder { /* IE 10+ */
  color: #a1b1bc;
}
.tabbed-input-search .search-input-wrap > input:-moz-placeholder { /* Firefox 18- */
  color: #a1b1bc;
}

.tabbed-input-search .search-input-wrap:hover > .icofont, .tabbed-input-search .search-input-wrap > input:focus + .icofont {
	color:#2d6774;	
}

.tabbed-input-search .sbtn.sbtn-search {
	padding:15px 15px;
	font-size:24px;
	font-weight:700;
	display:block;
	text-align:center;
	margin-top:3px;
}

.bg-section.home-hero > .container { 
	position:relative;
}

.bg-section.home-hero .domain-reg-video {
	width:140px;
	height:140px;
	border:15px solid #fff;
	background:url(../images/video-guide-bg.png) no-repeat center center;
	border-radius:140px;
	position:absolute;
	right:0;
	bottom:-70px;
	padding:15px 10px;
	text-align:center;
	font-size:14px;
	font-weight:300;
	color:#424242;
	line-height:20px;
	transition:all 0.3s ease-in-out;
	display:none !important;
}

.bg-section.home-hero .domain-reg-video > .icofont {
	font-size:24px;
	color:#2d6774;	
	transition:all 0.3s ease-in-out;
}

.bg-section.home-hero .domain-reg-video:hover {
	border-color:#2d6774;
}

.bg-section.home-hero .domain-reg-video:hover > .icofont {
	color:#DD1A02;
}

.icons24 {
	 display:inline-block;	
}

.icons24-support,.icons24-security,.icons24-Canada {
  background-image: url("../images/icons24.png");
  background-repeat: no-repeat;
}

.icons24-support {
  width: 24px;
  height: 24px;
  background-position: -48px 0px;
}

.icons24-security {
  width: 24px;
  height: 24px;
  background-position: -24px 0px;
}

.icons24-Canada {
  width: 24px;
  height: 24px;
  background-position: 0 0;
}



.icons80-support,.icons80-server,.icons80-Customize {
  background-image: url("../images/icons80.png");
  background-repeat: no-repeat;
  display:inline-block;
}

.icons80-support {
  width: 80px;
  height: 80px;
  background-position: -160px 0px;
}

.icons80-server {
  width: 80px;
  height: 80px;
  background-position: -80px 0;
}

.icons80-Customize {
  width: 80px;
  height: 80px;
  background-position: 0 0;
}

.iconsWhiteBuilder-publish,.iconsWhiteBuilder-customize,.iconsWhiteBuilder-notech {
  background-image: url("../images/iconsWhiteBuilder.png");
  background-repeat: no-repeat;
  display:inline-block;
}

.iconsWhiteBuilder-publish {
  width: 80px;
  height: 80px;
  background-position: -160px 0;
}

.iconsWhiteBuilder-customize {
  width: 80px;
  height: 80px;
  background-position: -80px 0;
}

.iconsWhiteBuilder-notech {
  width: 80px;
  height: 80px;
  background-position: 0 0;
}




@media only screen and (max-width: 992px) { 
	.bg-section.home-hero h1 {
		margin-top:0px;	
		text-align:center;
	}
	
	.bg-section.home-hero .home-hero-features {
		margin-top:40px;
	}
	
	.tabbed-inputs .nav-tabs {
		text-align:center;	
	}
	
	.tabbed-inputs .nav-tabs > li {
		float:none;
		display:inline-block;	
	}
}


@media only screen and (max-width: 768px) {
	.nav-tabs > li.helper-hidden-sm {
		display:none;	
	}
	
	.tabbed-inputs .nav-tabs > li > a, .tabbed-inputs .nav-tabs > li > a:hover {
		padding:10px 8px;
		font-size:13px;	
	}
	
	.bg-section.home-hero .home-hero-features .why-sibername {
		display:none;	
	}
	
	.bg-section.home-hero .domain-reg-video {
		border-width:6px;
		height:120px;
		width:120px;
		font-size:14px;
		padding:10px 10px;
		line-height:21px;
		bottom:-60px;
		right:30px;
	}
}

@media only screen and (max-width: 480px) {
	.nav-tabs > li.helper-hidden-xs {
		display:none;	
	}
	
	.bg-section.home-hero h1 {
		margin-top:-10px;
		font-size:24px	
	}
	
	.bg-section.home-hero {
		position:relative;	
	}
	
	.bg-section.home-hero:before {
		position:absolute;
		content:"";
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
		left:0;
		top:0;	
	}
	
	.bg-section.home-hero .domain-reg-video {
		border-width:6px;
		height:100px;
		width:100px;
		font-size:12px;
		padding:10px 10px;
		line-height:17px;
		bottom:-50px;
		right:5px;
	}
	
	.bg-section.home-hero .home-hero-features{
		margin-top:30px;	
	}
}


.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

.feature-lr-section-text h2 {
	color:#233141;
	font-size:30px;
	font-weight:600;
	line-height:40px;
}

.feature-lr-section-text h3 {
	color:#424242;
	font-size:24px;
	font-weight:300;
	line-height:32px;
	padding:5px 0;
}

.feature-lr-section-text h4 {
	color:#7a828a;
	font-size:18px;
	font-weight:300;
	line-height:24px;
	padding:15px 0 5px 0;
}

.feature-lr-section-text h4 strong {
	font-weight:600;
}	


.feature-lr-section-text p {
	color:#7a828a;
	font-size:18px;
	font-weight:300;
	line-height:30px;
	margin:0;
}

.sb-icon-list {
	font-size:14px;
	color:#424242;
	margin:0;
	padding:0;
}

.sb-icon-list li {
	padding:10px 0 5px 0;
	line-height:22px;
	font-size:17px;
	font-weight:300;
	color:#7a828a;
}

.sb-icon-list li .icofont {
	font-size:32px;
	position:relative;
	top:3px;
	margin-right:7px;
}

.sb-icon-list.reverted li .icofont {
	margin-right:0;
	margin-left:7px;	
}

.sbtn-comp {
	font-size:13px;
	text-decoration:underline;
	position:relative;
	transition:all 0.3s ease-in-out;	
}

.sbtn-comp:hover {
	padding-left:45px;	
}

.sbtn-comp .icofont {
	font-size:16px;
	position:absolute;
	left:15px;
	top:16px;
	transition:all 0.3s ease-in-out;
	opacity:0;
}

.sbtn-comp:hover .icofont {
	width:auto;
	opacity:1;
	left:20px;
}

.vert-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display:inline-block;
}

.vcenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


@media only screen and (max-width: 992px) {
	.feature-lr-section-text h2 {
		font-size:26px;
		line-height:32px;	
	}
	
	.feature-lr-section-text p {
		font-size:17px;
		line-height:26px;	
	}
}


@media only screen and (max-width: 768px) {
.feature-lr-section-img{
	text-align:center
}

.feature-lr-section.vcenter > div {
	width:100%;
}

.feature-lr-section-img > img {
	max-width:450px;	
}

.feature-lr-section-text {
	text-align:center;	
}

}

@media only screen and (max-width: 480px) {
	.feature-lr-section-img > img {
		max-width:100%;	
	}
}


.features-three {
	
}

.features-three > h2 {
	font-size:30px;
	line-height:40px;
	font-weight:600;
}

.features-three .feature-with-icon {
	padding-top:50px;
}

.features-three .feature-with-icon h3 {
	font-size:22px;
	font-weight:600;
	line-height:30px;	
}

.features-three .feature-with-icon p {
	color:#6c747e;
	font-size:15px;
	line-height:26px;
	margin:0;

}

@media only screen and (max-width: 992px) {
	.features-three .feature-with-icon h3 {
		font-size:20px;
		font-weight:600;
		line-height:26px;	
	}
	
	.features-three > h2{
		font-size:27px;
		line-height:37px;
	}
}

@media only screen and (max-width: 768px) {
	.features-three > h2{
		font-size:24px;
		line-height:34px;
	}
}

.bg-section.builder-hero {
	background:#f3f3f3 url(../images/builder-parallax.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:60px 0 70px 0;
	color:#fff;
}

.bg-section.builder-hero h2 {
	color:#fff;
	font-size:48px;
	line-height:48px;
	margin:0;
	padding:0;
	font-weight:600;
}

.faded-features {
	margin:30px 0;
	padding:25px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.2+25,0.2+50,0.2+75,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.faded-features h3 {
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:300;	
}

.bg-section.builder-hero .faded-under {
	font-size:21px;
	font-weight:300;
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
}

.bg-section.builder-hero .faded-under-cta .sbtn {
	font-size:18px;
	font-weight:400;
	padding:24px 45px;
}

@media only screen and (max-width: 992px) {
	.bg-section.builder-hero h2 {
		font-size:42px;
		line-height:1;	
	}
	
	.bg-section.builder-hero .faded-under {
		font-weight:400;
		font-size:18px;	
	}
}

@media only screen and (max-width: 768px) {
	.bg-section.builder-hero h2 {
		font-size:32px;
		line-height:1;	
	}
	
	.faded-features h3 {
		margin-bottom:20px;
		font-size:18px;
		font-weight:400;	
	}
	
	.bg-section.builder-hero .faded-under {
		font-weight:400;
		font-size:18px;	
	}
	
	.bg-section.builder-hero .faded-under-cta .sbtn {
		font-weight:600;
		padding:15px 20px;	
		font-size:16px;
		line-height:24px;
	}
}


.bg-section.tbr-services {
	padding:80px 0;
	position:relative;
}


.bg-section.tbr-services .feature-lr-section-img > img {
	position:absolute;
	z-index:2;
	right:-100px;
	top:-10px;
  	display:inline-block;
	margin-top:10px;
	max-width:none;
}

.bg-section.tbr-services:before {
	background:#f3f3f3 url(../images/tbr-services-bg.jpg);
	background-clip:initial;
	background-origin:initial;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center right;
	width:50%;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.bg-section.tbr-services .feature-lr-section-text {
	padding:0 0 0 100px	
}

.tbr-services .feature-lr-section-text h4 {
	color:#7a828a;
	font-size:17px;
}

@media only screen and (max-width: 992px) {

	.bg-section.tbr-services .sb-icon-list li {
		font-size:15px;
	}
	
	.bg-section.tbr-services .feature-lr-section-text {
		padding:0 0 0 60px	
	}
	
	.bg-section.tbr-services .feature-lr-section-img > img {
		right:-90px;	
	}

}

@media only screen and (max-width: 768px) {
	.bg-section.tbr-services::before {
		display:none;	
	}
	
	.bg-section.tbr-services {
		padding-top:0;
		padding-bottom:40px;
	}
	
	.bg-section.tbr-services .feature-lr-section-img {
		padding-top:40px;
		background:#f3f3f3 url(../images/tbr-services-bg.jpg);
		background-clip:initial;
		background-origin:initial;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		padding-bottom:20px;
	}
	
	.bg-section.tbr-services .feature-lr-section-img > img {
		position:relative;
		top:0;
		right:0;
		max-width:450px;
	}
	
	.bg-section.tbr-services .feature-lr-section-text {
		padding:40px 0 0 0;	
	}
}

@media only screen and (max-width: 480px) {
	
	.bg-section.tbr-services .feature-lr-section-img {
		padding-top:20px;
		padding-bottom:10px;	
	}
	
	.bg-section.tbr-services .feature-lr-section-img > img {
		max-width:100%;
	}
	
	.sb-icon-list li {
		padding:6px 0 3px 0;	
	}
}

.ssl-resell-img {
	max-width:none;
	position:relative;
	top:15px;
	left:-20px;	
}

.ssl-resell-img-resp {
	display:none;	
}

@media only screen and (max-width: 1200px) {
	
	.ssl-resell-img {
		max-width:360px;
		left:-35px;	
	}

}

@media only screen and (max-width: 1024px) {
	
	.ssl-resell-img {
		display:none;	
	}
	.ssl-resell-img-resp {
		display:inline-block;
		margin:20px 0;	
	}
}


@media only screen and (max-width: 768px) {
	
	.ssl-resell-img {
		display:none;	
	}
	.ssl-resell-img-resp {
		display:inline-block;
		margin:20px 0;	
	}
	
	.bg-section.pad100 {
		padding:70px 0;	
	}
}

@media only screen and (max-width: 480px) { 
	.bg-section.pad100 {
		padding:50px 0;	
	}
}



/** FEATURED TESTIMONIALS **/


.sbn-reviews-wrap .bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  margin-bottom:40px;
}
.sbn-reviews-wrap .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.sbn-reviews-wrap .bx-wrapper {}
.sbn-reviews-wrap .bx-wrapper .bx-pager,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.sbn-reviews-wrap .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.sbn-reviews-wrap .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.sbn-reviews-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #c0c0c0;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sbn-reviews-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sbn-reviews-wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.sbn-reviews-wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #7baf16;
}
.sbn-reviews-wrap .bx-wrapper .bx-pager-item,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.sbn-reviews-wrap .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.sbn-reviews-wrap .bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.sbn-reviews-wrap .bx-wrapper .bx-prev:hover,
.sbn-reviews-wrap .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.sbn-reviews-wrap .bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.sbn-reviews-wrap .bx-wrapper .bx-next:hover,
.sbn-reviews-wrap .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-start:hover,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-start.active,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-stop:hover,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-stop.active,
.sbn-reviews-wrap .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.sbn-reviews-wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.sbn-reviews-wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}


.bg-section.featured-testimonials {
	background:#f3f3f3 url(../images/sbn-reviews-bg.jpg);
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	padding:50px 0 50px 0;
	text-align:center;
}

.sbn-reviews-wrap {
		
}


.sbn-reviews-wrap > h4 {
	color:#8f8f8f;
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
}

.sbn-reviews-wrap > h2 {
	color:#424242;
	font-weight:600;
	font-size:34px;
	vertical-align:middle;
}

.sbn-reviews-wrap > .stars-rating {
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:300;
	vertical-align:middle;
}

.sbn-reviews-wrap .stars-aligned {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-1px;	
}

.sbn-reviews-wrap .stars-aligned > i {
	width:16px;
	height:16px;
	background:url(../images/review-stars.png) no-repeat 0 0;
	display:inline-block;	
}

.sbn-reviews-wrap .stars-aligned.orange > i {
	background-position:-16px 0;
	margin-left:-5px;
}

.sbn-reviews-wrap .sbn-reviews .testimonial {
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#424242;
	font-weight:300;	
}

.sbn-reviews-wrap .sbn-reviews .testimonial-author {
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#424242;
	font-weight:600;
	margin-top:50px;	
}

.sbn-reviews-wrap .sbn-reviews .testimonial-date {
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:15px;
	line-height:24px;
	color:#8f8f8f;
	font-weight:300;
	padding-top:10px;
	margin-bottom:15px;	
}

.all-reviews {
	color:#2d6774;
	font-size:15px;
	font-weight:300;
	margin:15px 0 0px 0;
	display:inline-block;	
}

@media only screen and (max-width: 768px) {
	
	.sbn-reviews-wrap > h2 {
		font-size:30px;	
	}
}

@media only screen and (max-width: 480px) { 
	.sbn-reviews-wrap > h2 {
		font-size:26px;
		margin-bottom:20px;
	}
	
	.sbn-reviews-wrap > h4 {
		font-size:16px;	
	}
	
	.sbn-reviews-wrap > .stars-rating {
		font-size:18px;
		font-weight:400;	
	}
}

.bg-section.trust-line {
	background:#7baf16;
	padding:60px 0 50px 0;
}

.bg-section.trust-line h2 {
	font-size:30px;
	margin:0;
	padding:0;
	vertical-align:middle;
	color:#fff;
	line-height:50px;	
}

.bg-section.trust-line h2 .sbtn {
	background:#699b08;
	margin-top:-5px;
	line-height:20px;
}

@media only screen and (max-width: 1200px) {
	.bg-section.trust-line h2 {
		font-size:26px;
	}
}

@media only screen and (max-width: 992px) { 
	.bg-section.trust-line h2 {
		font-size:26px;
		text-align:center;
	}
	
	.bg-section.trust-line h2 .sbtn {
		float:none;	
	}
	
	.bg-section.trust-line {
		padding:40px 0;	
	}
}

@media only screen and (max-width: 768px) { 
	.bg-section.trust-line h2 {
		font-size:26px;
		text-align:center;
		line-height:35px;
	}
	
	.bg-section.trust-line {
		padding:40px 0;	
	}
	
	.bg-section.trust-line h2 .sbtn {
		margin-top:15px;	
	}
}

.bottom-partners p {
	font-size:11px;
	font-style:italic;
	margin-bottom:10px;
}

.page-footer {
	
}

.page-footer .footer-top {
	position:relative;
	background:#2a363f;
	padding-bottom:30px;
}

.page-footer .footer-top:before {
	background:url("../images/footer-top-bg.png") no-repeat scroll right top;
	width:43%;
	content:"";
	position:absolute;
	height:127px;
	top:-18px;
	left:0;	
}

.page-footer .footer-top .support-cta {
	padding-top:18px;
	text-align:right;
}

.page-footer .footer-top .support-cta h4 {
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom:5px;
}

.page-footer .footer-top .support-cta h2 {
	font-size:36px;
	font-weight:700;
	letter-spacing:1px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#7baf16;
	line-height:1.1;
}

.page-footer .footer-top .footer-top-search {
	padding-top:40px;
	padding-left:30px;	
}

.page-footer .footer-top .footer-top-search input  {
	border:none;
	outline:none;
	padding:15px 15px 15px 15px;
	font-size:14px;
	font-weight:400;
	color:#424242;
	display:block;
	width:100%;
	height:50px;
	line-height:20px;
	border-radius:4px;
}

.page-footer .footer-top .footer-top-search input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a1b1bc;
}
.page-footer .footer-top .footer-top-search input ::-moz-placeholder { /* Firefox 19+ */
  color: #a1b1bc;
}
.page-footer .footer-top .footer-top-search input :-ms-input-placeholder { /* IE 10+ */
  color: #a1b1bc;
}
.page-footer .footer-top .footer-top-search input :-moz-placeholder { /* Firefox 18- */
  color: #a1b1bc;
}

.tabbed-input-search .search-input-wrap:hover > .icofont, .tabbed-input-search .search-input-wrap > input:focus + .icofont {
	color:#2d6774;	
}

.page-footer .footer-top .footer-top-search .sbtn {
	margin-lefT:-15px;
	font-weight:700;
	text-shadow:none;
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:15px;	
	line-height:15px;
}

.page-footer .footer-top .footer-top-search .sbtn:hover {
	color:#ff8906;
}

.page-footer .footer-top-simple {
	position:relative;
	background:#2a363f;
	padding-bottom:0px;
	margin-bottom:-20px;
}

.page-footer .footer-top-simple .footer-top-search {
	padding-top:40px;
	padding-left:30px;	
}

.page-footer .footer-top-simple .footer-top-search input  {
	border:none;
	outline:none;
	padding:15px 15px 15px 15px;
	font-size:14px;
	font-weight:400;
	color:#424242;
	display:block;
	width:100%;
	height:50px;
	line-height:20px;
	border-radius:4px;
}

.page-footer .footer-top-simple .footer-top-search input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a1b1bc;
}
.page-footer .footer-top-simple .footer-top-search input ::-moz-placeholder { /* Firefox 19+ */
  color: #a1b1bc;
}
.page-footer .footer-top-simple .footer-top-search input :-ms-input-placeholder { /* IE 10+ */
  color: #a1b1bc;
}
.page-footer .footer-top-simple .footer-top-search input :-moz-placeholder { /* Firefox 18- */
  color: #a1b1bc;
}

.page-footer .footer-top-simple .footer-top-search .sbtn {
	margin-lefT:-15px;
	font-weight:700;
	text-shadow:none;
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-size:15px;
	line-height:15px;
	display:block;
	text-align:center;	
}

.page-footer .footer-top-simple .footer-top-search .sbtn:hover {
	color:#ff8906;
}


.page-footer .footer-cols {
	background: #2a363f url("../images/footer-bg.png") no-repeat scroll center bottom;
    padding: 65px 0 35px;
	color:#fff;
}

.page-footer .footer-col {
	
}

.page-footer .footer-col > h3 {
	color:#fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;	
}

.page-footer .footer-col > ul {
	margin:0 0 30px 0;
	padding:0;
}

.page-footer .footer-col > ul li {
	padding:4px 0;
}

.page-footer .footer-col > ul li a {
	color:#aaa;
	font-size:14px;
	line-height:23px;
}	

.page-footer .footer-col > ul li a:hover {
	color:#fff;	
}

.page-footer p {
	color:#aaa;
	font-size:14px;
	line-height:21px;	
}

.page-footer .footer-contacts {
	color:#aaa;
	font-size:14px;	
	line-height:20px;
}

.page-footer .footer-contacts a {
	color:#fff;
	transition:all 0.3s ease-in-out;	
}

.page-footer .footer-contacts a:hover {
	color:#ff8906
}

.page-footer .footer-contacts .view-directions {
	font-size:12px;
	color:#aaa;
	display:inline-block;
}

.page-footer .socials {
  padding: 10px 0 30px 0;
}

.page-footer .socials a {
  height: 30px;
  width: 30px;
  display:inline-block;
  padding: 0;
  line-height:30px;
  text-align:center;
  background-color: #FFF;
  margin-right: 2px;
  border-radius: 50%;
  font-size:17px;
  transition:all 0.3s ease-in-out;
}

.page-footer .socials a.cd-facebook {color:#fff; background-color:#305FB3;border-color:#305FB3}
.page-footer .socials a.cd-twitter {color:#fff; background-color:#1DA1F2;border-color:#D7482A}
.page-footer .socials a.cd-googleplus {color:#fff; background-color:#1DA1F2;border-color:#1DA1F2}
.page-footer .socials a.cd-linkedin {color:#fff; background-color:#39C;border-color:#39C}
.page-footer .socials a.cd-youtube {color:#fff; background-color:#F33;border-color:#F33}
.page-footer .socials a.cd-email {color:#fff; background-color:#ff8906;border-color:#ff8906 }
.page-footer .socials a.cd-map {color:#fff; background-color:#27ae60;border-color:#27ae60 }

.page-footer .socials a.cd-facebook:hover {color:#305FB3; background-color:#fff;border-color:#305FB3}
.page-footer .socials a.cd-twitter:hover {color:#D7482A; background-color:#fff;border-color:#D7482A}
.page-footer .socials a.cd-googleplus:hover {color:#1DA1F2; background-color:#fff;border-color:#1DA1F2}
.page-footer .socials a.cd-linkedin:hover {color:#39C; background-color:#fff;border-color:#39C}
.page-footer .socials a.cd-youtube:hover {color:#F33; background-color:#fff;border-color:#F33}
.page-footer .socials a.cd-email:hover {color:#ff8906; background-color:#fff;border-color:#ff8906 }
.page-footer .socials a.cd-map:hover {color:#27ae60; background-color:#fff;border-color:#27ae60  }

.footer-copy {
	background:#171c21;
	color:#aaa;
	font-size:12px;
	padding:30px 0;
	line-height:17px;	
}

@media only screen and (max-width: 1200px) {
	.page-footer .footer-top .support-cta h2 {
		font-size:30px;	
	}
}

@media only screen and (max-width: 992px) { 
	.page-footer .footer-top .support-cta {
		padding-top:32px;	
	}
	
	.page-footer .footer-top .support-cta h2 {
		font-size:24px;	
	}
	
	.page-footer .footer-top .support-cta h4 {
		font-size:16px;	
	}
}

@media only screen and (max-width: 768px) { 
	.page-footer .footer-cols {
		padding-top:0px;	
	}
	
	.page-footer .footer-top::before {
		display:none;	
	}
	
	.page-footer .footer-top .support-cta {
		padding-top:40px;
		text-align:center;	
	}
	
	.page-footer .footer-top .support-cta h4 {
		color:#fff;
		font-size:18px;
	}
	
	.page-footer .footer-top .support-cta h2 {
		font-size:30px;	
	}
}

.main-navigation-wrap .logo img {
	transition:all 0.3s ease-in-out;
	width:290px !important;
	height:auto;
	padding:0 !important;
}

.is-sticky .ws-header {
	z-index:999999 !important;
}

.is-sticky .main-top-bar {
	display:none;
}

.is-sticky .main-navigation-wrap .logo {
	padding:10px 0;
}

.is-sticky .main-navigation-wrap .logo img {
	width:180px;
}

.is-sticky .sbn-hrmenu > ul > li > a {
	padding-top:20px;
	padding-bottom:20px;
}

.page-footer .footer-need-help {
 color:#233141;
 transition:all 0.2s ease-in-out; 
}
#home_f_footer_search {margin:0}

#header-mert ul{
	margin:0;
				
}


#header-mert ul li{ 
	float:left;
	margin-right:10px;

}


body{	font-family: 'Poppins', sans-serif !important; font-weight:lighter !important;}



#home-bg{
    background: #f3f3f3 url(https://www.sibername.com/assets/images/home-hero.jpg);
    background-clip: initial;
    background-origin: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
	
}





#socials-head{padding-top:5px;}
#socials-head a{color:#198999; border-radius:50%; border:1px solid #fff; background:#fff; margin-right:5px; text-align:center; padding:0 3px; }
#socials-head a span{margin:0 auto;  font-size: 16px !important;}



@media (max-width: 480px) {
  
 .tabbed-input-search .search-input-wrap > input{ font-size:15px !important;}
  
}


.ptt-2{padding-top:5px;}
.ptt-2 a{color:#fff;}
.ptt-2 a:hover{color:#fff;}