body { 
font-family:'Open Sans',Verdana,Arial,sans-serif;
font-size:16px;
font-weight: 300;
background: #ffffff;
margin:0px;
padding:0px;
color:#4e4e4e;
line-height: 25px;
overflow-x: hidden;
} 

/** BODY.MINI SETTINGS **/
body.mini #site-logo {
	padding: 16px 0;
}

body.mini #site-logo img {
    max-width:200px;
}

body.mini #main-menu ul li a {
	padding: 25px 30px;
}

body.mini #grouped-menu ul.inner-menu li a {
	padding: 2px 0;
}

body.mini #top-login a.forgotPassword {
	padding: 2px 0 !important;
}

/** GENERAL STYLES **/
::-moz-selection {
    color: #fff;
    background: #ff8e12;
}

::selection {
    color: #fff; 
    background: #ff8e12;
}

a {
    text-decoration:none;
    color:#ed6a06;
}

a:hover {
    color:#ff8121;
   	text-decoration: underline;
}

input[type="text"], textarea {
	font-size: 15px !important;
}

.button i {
    padding: 0 10px 0 0;
}

input:focus, textarea:focus {
	outline: none;
}

::-webkit-input-placeholder {
    font-family: 'Open Sans';
    font-weight: 300;
}
:-moz-placeholder {
    font-family: 'Open Sans';
    font-weight: 300;
}
::-moz-placeholder {
    font-family: 'Open Sans';
    font-weight: 300;
}
:-ms-input-placeholder {
    font-family: 'Open Sans';
    font-weight: 300;
}

span.cookies {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    position: relative;
    background: #48ae7e;
    color: #fff;
    line-height: 18px;
    display: inline-block;
    display: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.cookies .wrapper {
    padding: 0 !important;
}

span.cookies a {
    color: #3a6f56;
    font-weight: 700;
}

span.cookies a:hover {
    color: #fff;
}

span.cookies a.x {
    position: absolute;
    top: -1px;
    right: 20px;
    font-size: 26px;
}

span.cookies a.understand {
    padding: 0 10px;
    font-size: 14px;
}

/** GENERAL CLASSES **/
.clear {clear:both;}

h2.left {
	text-align: left !important;
	margin: 0 0 10px 0 !important;
}

.button {
	padding: 8px 26px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	/*background: #1eca74;*/
	background: #48ae7e;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button:hover {
	text-decoration: none;
	/*background: #1cbb6b;*/
	background: #429d72;
	color: #fff !important;
}

#site-support {
	width: 300px;
	padding: 15px 25px 15px 25px;
	position: fixed;
	bottom: 0;
	right: 40px;
	z-index: 150;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: #48ae7e;
	display: none;
	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

#site-support strong {
	padding: 0 0 15px 0;
	display: inline-block;
}

a.support-button {
    font-size: 14px;
    padding: 12px 20px;
    position: fixed;
    bottom: 0;
    right: 50px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.support-button:hover {
	background: #48ae7e;
}

a.support-close {
	position: absolute;
	top: -40px;
	left: 0;
	padding: 10px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#site-support input, #site-support textarea {
	width: 100%;
	margin: 0 0 10px 0;
    padding: 10px 15px;
    font-size: 14px !important;
    border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#site-support textarea {
	height: 75px;
	resize: none;
}

#support-submit {
	background: #429d72;
}

#support-submit:hover {
	background: #fff;
	color: #429d72 !important;
	cursor: pointer;
}

.button.terms {
	position: fixed;
	top: 15px;
	left: 25px;
	display: none;
}

li.active .innerShow, .open { display:block !important; }
.collapsed { display:none !important; }
.active {background: #ededed;}

/** TITLES **/
h1, h2, h3 {
	padding:0;
	font-size:30px;
	margin:7px 0;
	color:#13120d;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size:19px;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: 700;
}

/** .SITE-TITLE **/
.site-title {
    position: relative;
} 

.site-title::before {
    content: "";  
    display: block;  
    border-top: solid 1px #cccccc;  
    width: 100%;  
    height: 1px;  
    position: absolute;  
    top: 50%;  
    z-index: 1;
}

h1.site-title {
    font-size: 30px;
    margin: 20px 0;
    line-height: 40px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}

h1.site-title span {
    background: #fff;  
    padding: 0 30px;
    display: inline-block;
    position: relative;  
    z-index: 5;
}

.section.odd h1.site-title span {
	background: #fafafa;
}

/** .PAGE-TITLE **/
h1.page-title {
    text-align: center;
    font-size: 45px;
    margin: 0;
    padding: 10px 0;
}

h3.page-title {
    text-align: center;
    font-weight: 300;
    text-transform: none;
    color: #4e4e4e;
    margin: 0;
    padding: 0 100px;
    line-height: 35px;
    font-size: 20px;
}

/** WRAPPERS **/
.wrapper {
    max-width:1140px;
    position: relative;
    width:96%;
    margin:0 auto;
}

/** #SITE-TOP **/
#site-top {
    width:100%;
    position:relative;
    position: fixed;
    top: 0;
    background: #fff;
    transition: all 1s ease 0s;
    z-index: 900;
    -moz-box-shadow: 0 0 22px rgba(0,0,0,0.4);  
    -webkit-box-shadow: 0 0 22px rgba(0,0,0,0.4); 
    box-shadow: 0 0 22px rgba(0,0,0,0.4);
}

#site-top a:hover {
	text-decoration: none;
}

/** #SITE-LOGO **/
#site-logo {
    float: left;
    padding: 26px 0;
}

#site-logo img {
    max-width: 290px;
    transition: all 1s ease 0s;
}

/** #MAIN-MENU **/
#main-menu {
    float: right;
}

#main-menu ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-menu ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#main-menu ul li a {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Oxygen';
    padding: 45px 30px;
    color: #13110c;
}

#main-menu ul li a i {
    padding: 0 15px 0 0;
}

#main-menu ul li a i.fa-circle {
    font-size: 14px;
    color: #4a8949;
}

#main-menu ul li.topLoginShow {
    position: relative;
}

/** #GROUPED-MENU **/
#grouped-menu {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

#grouped-menu li.col {
    width: 25%;
    padding: 0 0 0 60px;
    margin: 0;
    float: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#grouped-menu li.col:first-child {
    
}

#grouped-menu li.col:first-child {
    padding: 0;
}

#grouped-menu ul.inner-menu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: solid 1px #d1d1d1;
}

#grouped-menu li.col:last-child ul.inner-menu {
    border: none;
}

#grouped-menu ul.inner-menu li {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#grouped-menu ul.inner-menu li a {
    display: block;
    padding: 2px 0;
    font-size: 18px;
    font-weight: 300;
    color: #13110c;
}

#grouped-menu ul.inner-menu li a::before {
    content: '01 / ';
    margin: 0 3px 0 0;
    font-size: 13px;
    font-weight: 700;
}

#grouped-menu ul.inner-menu li:nth-child(2) a::before {
    content: '02 / ';
}

#grouped-menu ul.inner-menu li:nth-child(3) a::before {
    content: '03 / ';
}

#grouped-menu ul.inner-menu li:nth-child(4) a::before {
    content: '04 / ';
}

#grouped-menu ul.inner-menu li:nth-child(5) a::before {
    content: '05 / ';
}

#grouped-menu ul.inner-menu li a:hover {
    color: #ed6b06;
}

#grouped-menu h3 {
    font-size: 16px;
    margin: 40px 0 5px 0;
}

/** #INLINE-MENU **/
#inline-menu {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
}

#inline-menu div.inner {
    margin: 15px 45px 15px 0;
    padding: 0 0 0 25px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #13110c;
}

#inline-menu div.inner i {
    position: absolute;
    left: 0;
    top: 2px;
}

#inline-menu div.inner a {
    color: #13110c;
    padding: 0;
    font-size: 14px !important;
}

#inline-menu div.inner a:hover {
    color: #ed6a06;
}

/** #MENU **/
#menu { 
    margin: 0; 
    padding: 0; 
    list-style: none;
    position:relative;
    z-index:5;
}

#site-menu-button {
    position:relative;
}

#menu li {
    position:relative;
    float:left;
 }
 
#menu li a, #site-menu-button a, #mobile-fast-buttons a { 
    color: #13110c; 
    text-align:center;
    font-weight: normal;
    padding:13px 23px;
    display: block;
    font-size:22px;
    font-weight: 300;
    text-decoration:none;
 } 

/** #TOP-LOGIN **/
#top-login {
    width: 320px;
    background: #ededed;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 50%;
    margin: 0 0 0 -160px;
    padding: 30px 30px 20px 30px;
    text-align: center;
    display: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top-login h2 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
}

#top-login img#login-logo {
    max-width: 40px;
    padding: 0 0 20px 0;
}

#top-login #top-input.login-input {
    width: 100% !important;
    background: #fff;
    margin: 10px 0 0 0;
    position: relative;
    padding: 5px 0;
    border: solid 1px #dddddd;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top-login input {
    padding: 8px 0 10px 0 !important;
    font-size: 15px !important;
    border: none;
}

#top-login #top-input i {
    position: absolute;
    top: 15px;
    left: 15px;
}

#top-login #login-submit {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 15px !important;
    font-size: 16px;
    border: none;
}

#top-login #login-submit:hover {
    cursor: pointer;
}

#top-login a.forgotPassword {
    float: left;
    font-size: 12px;
    padding: 0;
    margin: 15px 0 0 0;
}

#top-login a.forgotPassword:hover {
    color: #ed6a06;
}

#top-login a.forgotPassword i {
    padding: 0 5px 0 0;
}

/** #SITE-MENU **/
#site-menu {
    width:100%; 
    background: #ededed;
    margin:0; 
    padding: 20px 0 50px 0;
    padding-left: 3000px;
    padding-right: 3000px;
    margin-left: -3000px; 
    margin-right: -3000px;
    position: absolute; 
    top: 100%; 
    left:0; 
    z-index: 
    200; 
    display: none;
}

/** #TOP-CONTENT-LARGE **/
#top-content-large {
    width: 100%;
    height: 100%;
    /*padding: 0 0 60px 0;*/
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    background: #d17e24 url('/template/images/top_content_bg.jpg') no-repeat center;
    /*background: #d17e24 url('/template/images/top_content_bg_christmas.jpg') no-repeat bottom center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top-content-large img {
	max-width: 100% !important;
	margin: 50px 0 0 0;
}

img.bcf {
    display: none !important;
    width: auto !important;
    max-width: 150px !important;
    margin: 0 !important;
}

.bcf-a-responsive {
    margin: 0 auto;
    display: none;
}

.barncancerfonden {
    position: absolute;
    top:50px;
    left: 0;
    z-index: 9999;
}

/** #SITE-MAIN **/
#site-main {
    margin: 50px 0 5px 0;
}

#site-main .td {
    width: 32%;
    float: left;
    display: block;
    text-align: center;
    padding: 0 25px 25px 25px;
    margin: 0;
    font-size: 14px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-main .td img {
    padding: 0 0 30px 0;
}

#site-main h2 {
    font-weight: 300;
    margin: 5px 0 10px 0;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
}

#site-main h2 a {
    color: #13120d;
}

#site-main h2 a:hover {
    color: #13120d !important;
    text-decoration:none;
}



/** #MAIN-CONTACT **/
#main-contact-2 {
	width: 100%;
	display: inline-block;
	margin: 35px 0 0 0;
}

#main-contact-2 .td {
	width: 50%;
	float: left;
	display: block;
	padding: 0 20px;
	margin: 0;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-contact-2 .td:last-child {
    float: right;
    text-align: left;
}

#main-contact-2 img {
    width: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
}

#main-contact-2 h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    text-transform: none;
}

#main-contact-2 h1.call {
    font-size: 35px;
}

#main-contact-2 h1.call i {
	padding: 2px 5px 0 0;
}

.inner-contact-2 {
    display: inline-block;
    padding: 0 0 25px 0;
    line-height: 30px;
}

.inner-contact-2 h1 {
    margin: 0 0 5px 0 !important;
}

.inner-contact-2 ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}

.inner-contact-2 ul li {
    width: 100%;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 17px;
}

.inner-contact-2 ul li:last-child {
    margin: 0;
}

.inner-contact-2 ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 25px;
    color: #e86908;
}

.inner-contact-2 ul li strong {
    color: #13120d;
}

#main-contact-footer {
    width: 100%;
    display: inline-block;
    padding: 45px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    list-style: none;
    background: #f1f1f1;
    border-top: solid 1px #e8e8e8;
}

#main-contact-footer ul {
    width: 100%;
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
}

#main-contact-footer ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

#main-contact-footer a {
    color: #d2d2d2;
}

#main-contact-footer a i {
    font-size: 70px;
}

#main-contact-footer a.footer-facebook:hover {
    color: #3b5998;
}

#main-contact-footer a.footer-twitter:hover {
    color: #2aa9e0;
}

#main-contact-footer a.footer-linkedin:hover {
    color: #0274b3;
}

#main-contact-footer a.footer-google:hover {
    color: #dc4a38;
}

/*#main-contact {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #363636;
    display: inline-block;
    line-height: 25px;
}

#main-contact p {
	margin: 0;
	padding: 0;
}

#main-contact .td {
    width: 48% !important;
    float: left;
    display: block;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-contact .td:last-child {
    float: right;
}

#main-contact h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

#main-contact .inner-contacts {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 55px 0 0 0;
    list-style: none;
}

#main-contact .inner-contacts li {
    width: 33.3333333333%;
    float: left;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-contact .inner-contacts li div {
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 2px #e8e8e8;
}

#main-contact .inner-contacts li i.icon {
    font-size: 14px;
    color: #ed6a06;
    padding: 0 10px 0 0;
}

#main-contact .social {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 8px 0;
    margin: 30px 0 0 0;
    text-align: center;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

#main-contact .social li {
    display: inline-block;
    margin: 6px 6px 0 0;
}

#main-contact #block {
    width: 100%;
    height: 336px;
    background: #fff;
    margin: 20px 0 0 0;
   	position: relative;
   	text-align: left;
   	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contact #block h1, #main-contact #block h2 {
	text-align: left;
}

#main-contact #block .fp-controlArrow.fp-prev {
	display: none;
}

#main-contact #block .slide.fp-slide.active {
	background: transparent;
}

#main-contact #block .slide .inner {
	width: 43%;
	height: 100%;
	float: left;
	display: block;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-contact #block .slide .inner.l {
	width: 55%;
	float: right;
	padding: 20px;
}

#main-contact #block .slide .inner h1 {
	text-transform: none;
	font-weight: 300;
	font-size: 21px;
	margin: 10px 0 5px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #e8e8e8;
}

#main-contact #block .slide .inner h1 span.company-title {
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	padding: 2px 10px;
	background: #ed6a06;
}

#main-contact #block .fp-controlArrow.fp-next {
	width: 32px;
	height: 32px;
	right: -15px;
	background: transparent url('/template/images/main_slider_next.png') no-repeat center;
	border: none;
}

#main-contact .principles {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 55px 0 0 0;
}

#main-contact .principles li {
    width: 32%;
    float: left;
    padding: 30px 15px;
    margin: 0 0 0 2%;
    background: #fff;
    text-align: center;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-contact .principles li:first-child {
    margin: 0;
}

#main-contact .principles li h3 {
    font-size: 14px;
    color: #ed6a09;
    margin: 30px 0 0 0;
}

#main-contact .box {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0 0 0;
    border-top: solid 1px #e8e8e8;
}

#main-contact .box h3 {
    font-size: 14px;
    color: #363636;
    margin: 0 0 10px 0;
    text-align: center;
}

#main-contact .box h3 i {
    padding: 0 10px 0 0;
    font-size: 21px;
}

#main-contact a.more {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    padding: 12px 0;
    margin: 10px 0 0 0;
    text-align: center;
    border-top: solid 1px #ed6a06;
    border-bottom: solid 1px #ed6a06;
}*/

/** #SITE-MAIN-WEB-A **/
#site-main-web-a {
	margin: 45px 0 0 0;
	display: inline-block;
}

#site-main-web-a .td {
	width: 56% !important;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#site-main-web-a .td:last-child {
	width: 40% !important;
	float: right;
}

#site-main-web-a h2 {
    font-size: 24px;
    color: #898989;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: none;
    font-weight: 300;
}

#site-main-web-a h3 {
    font-size: 14px;
    color: #5f5f5f;
    margin: 0;
    text-transform: uppercase;
}

#site-main-web-a ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#site-main-web-a ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0 0 35px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-main-web-a ul li img {
    padding: 0 0 15px 0;
    margin: 0 auto;
}

#site-main-web-a .inner-web {
    padding: 15px;
    background: #fafafa;
    border: solid 1px #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}

/** #SITE-MAIN-WEB-A-R **/
#site-main-web-a-r {
	margin: 45px 0 0 0;
	display: inline-block;
}

#site-main-web-a-r .td {
	width: 40% !important;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#site-main-web-a-r .td:last-child {
	width: 56% !important;
	float: right;
}

#site-main-web-a-r h2 {
    font-size: 24px;
    color: #898989;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: none;
    font-weight: 300;
}

#site-main-web-a-r ul.checks {
	width: 100%;
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#site-main-web-a-r ul.checks li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 45px;
	background: transparent url('/template/images/checks_li.png') no-repeat left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-main-web-a-r ul.checks.question li {
	padding: 8px 0 8px 45px;
	background: transparent url('/template/images/question.png') no-repeat left;
}

/** .FACEBOOK-CHECKS **/
#site-main-web-a-r.facebook-checks .td:last-child {
	text-align: left !important;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-main-web-a-r.facebook-checks .td:last-child h2 {
	text-align: left;
}

#site-main-web-a-r.facebook-checks ul.checks.facebook li {
	background: transparent url('/template/images/checks_li_facebook.png') no-repeat left;
}

/** #SITE-MAIN-WEB-A-R-REVERSED **/
#site-main-web-a-r-reversed {
	margin: 45px 0 0 0;
	display: inline-block;
}

#site-main-web-a-r-reversed .td {
	width: 56% !important;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#site-main-web-a-r-reversed .td:last-child {
	width: 40% !important;
	float: right;
}

#site-main-web-a-r-reversed h2 {
    font-size: 24px;
    color: #898989;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: none;
    font-weight: 300;
}

#site-main-web-a-r-reversed ul.checks {
	width: 100%;
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#site-main-web-a-r-reversed ul.checks li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 45px;
	background: transparent url('/template/images/checks_li.png') no-repeat left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/** #SITE-MAIN-WEB-A-INFO **/
#site-main-web-a-info {
	margin: 45px 0;
	display: inline-block;
}

#site-main-web-a-info .td {
	width: 48% !important;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#site-main-web-a-info .td:last-child {
	float: right;
	position: relative;
}

#site-main-web-a-info h2 {
    font-size: 24px;
    color: #898989;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: none;
    font-weight: 300;
}

a#swap-responsive {
	position: absolute;
	bottom: 105px;
	left: 300px;
	padding: 80px 0 0 30px;
	color: #010101;
	font-size: 28px;
	font-family: 'Indie Flower';
	background: transparent url('/template/images/swap_arrow.png') no-repeat top left;
}

a#swap-responsive:hover {
	color: #ed6a06;
	text-decoration: none;
}

/** #GOOGLE-ADS-INCLUDES **/
#google-ads-includes {
	margin: 40px 0;
	display: inline-block;
}

#google-ads-includes .tr {
	width: 100%;
	margin: 0 0 45px 0;
	display: inline-block;
}

#google-ads-includes .tr .td {
	width: 25% !important;
	float: left;
	display: block;
	margin: 0;
	padding: 0 25px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#google-ads-includes .tr .td:first-child {
	margin: 0;
}

#google-ads-includes .include-inner {
	padding: 8px;
	margin: 15px 0 0 0;
	background: #fff;
	border: solid 1px #e8e8e8;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}

/** #GOOGLE-REMARKETING-SLIDE **/
#google-remarketing-slide {
	margin: 25px 0;
	display: inline-block;
}

#google-remarketing-slide .td {
	width: 45% !important;
	min-height: 340px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#google-remarketing-slide .td:last-child {
	width: 48% !important;
	float: right;
	padding: 0 0 0 250px;
	background: transparent url('/template/images/google-remark-1.png') no-repeat left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#google-remarketing-slide h2 {
	text-transform: none;
	margin: 0 0 10px 0;
	font-weight: 300;
}

#google-remarketing-slide .google-remarketing-inner {
	padding: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	border: solid 1px #e8e8e8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/** #SITE-FIVE-COLS **/
#site-five-cols {
	display: inline-block;
	margin: 0 0 45px 0;
}

#site-five-cols .td {
	width: 20%;
	float: left;
	display: block;
	padding: 0 15px;
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-five-cols h3 {
	font-size: 16px;
	margin: 15px 0;
}

/** #SITE-MAIN-WEB-B **/
#site-main-web-b {
	margin: 45px 0 0 0;
	display: inline-block;
}

#site-main-web-b .td {
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    padding: 0 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-main-web-b .td img#stats {
    max-width: 100%;
    width: auto !important;
}

#site-main-web-b h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-transform: none;
}

#site-main-web-b ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

#site-main-web-b ul li {
    width: 33.33333%;
    float: left;
    padding: 0 15px;
    margin: 0 0 45px 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/** #GREEN-LOWER **/
#green-lower {
	width: 100%;
    background: #1eca74;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fafafa;
    display: inline-block;
    padding: 45px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    border-top: solid 1px #5dd99b;
}

#green-lower .td {
    width: 24%;
    float: left;
    text-align: center;
    margin: 0 0 0 1.3%;
    padding: 0 10px;
    background: transparent url('/template/images/web_lower_bg_1.png') no-repeat top left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#green-lower .td.b {
    background: transparent url('/template/images/web_lower_bg_2.png') no-repeat top left;
}

#green-lower .td.c {
    background: transparent url('/template/images/web_lower_bg_3.png') no-repeat top left;
}

#green-lower .td.d {
    background: transparent url('/template/images/web_lower_bg_4.png') no-repeat top left;
}

#green-lower .td:first-child {
    margin: 0;
}

#green-lower .td img {
    padding: 0 0 20px 0;
}

/** #SITE-MAIN-WEB-C **/
#site-main-web-c {
    margin: 45px 0;
    display: inline-block;
}

#site-main-web-c .td {
    width: 48% !important;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}

#site-main-web-c .td:last-child {
    float: right;
}

#site-main-web-c .td img#main-image {
    padding: 40px 0;
}

#site-main-web-c .td h1 {
    font-size: 30px;
    padding: 35px 0 15px 0;
    color: #5f5f5f;
    text-align: center;
    margin: 0;
    border-top: solid 1px #ededed;
}

#site-main-web-c .td ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

#site-main-web-c .td ul li {
    width: 32%;
    float: left;
    line-height: 25px;
    text-align: center;
    margin: 0 0 0 2%;
    padding: 30px;
    background: #1eca74;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-main-web-c .td ul li:first-child {
    margin: 0;
}

#site-main-web-c .td ul li img {
    padding: 0 0 5px 0;
}

/** #WEB-HOW **/
#web-how {
	margin: 25px 0;
	display: inline-block;
}

#web-how .td {
	width: 49% !important;
	min-height: 240px;
	float: left;
	display: block;
	position: relative;
	padding: 25px 25px 25px 100px;
	margin: 0;
	background: #27ca69;
	color: #fff;
	border: solid 1px #19a460;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#web-how span.how-number {
	font-size: 65px;
	font-weight: 700;
	position: absolute;
	top: 35px;
	left: 30px;
}

#web-how h1 {
	font-weight: 300;
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: none;
}

#web-how .tr {
	width: 100%;
	margin: 0 0 15px 0;
	display: inline-block;
}

#web-how .tr .td:last-child {
	float: right;
}

/** #FACEBOOK-ADS-PLATFORM **/
#facebook-ads-platform {
	margin: 25px 0;
	display: inline-block;
}

#facebook-ads-platform .td {
	width: 45% !important;
	float: left;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#facebook-ads-platform .td:last-child {
	width: 48% !important;
	float: right;
	padding: 0 0 30px 200px;
	background: transparent url('/template/images/ads.png') no-repeat left;
}

#facebook-ads-platform h2 {
	margin: 0 0 10px 0;
	font-weight: 300;
	text-transform: none;
}

#facebook-ads-platform ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
}

#facebook-ads-platform ul li {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 40px;
	background: transparent url('/template/images/checks_li_facebook_white.png') no-repeat left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/** #IMG-ANALYTICS **/
#img-analytics {
	width: 75%;
	margin: 35px 0;
}

/** #SITE-FOUR-COL **/
#site-four-col {
    margin: 45px 0 0 0;
    display: inline-block;
}

#site-four-col .td {
    width: 24%;
    float: left;
    display: block;
    padding: 0 15px;
    margin: 0 0 0 1.3%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-four-col h2 {
    font-size: 20px;
    margin: 15px 0 5px 0;
    text-transform: none;
}

#site-four-col .td:first-child {
    margin: 0;
}

/** #SITE-THREE-COL **/
#site-three-col.business {
    margin: 45px 0;
    display: inline-block;
}

#site-three-col.business .td {
    padding: 0 35px;
}

#site-three-col .td {
    width: 33.3333333%;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-three-col h2 {
    font-size: 22px;
    text-transform: none;
    margin: 0 0 5px 0;
}

#site-three-col .inner {
    padding: 0 30px;
}

/** #SITE-MAIN-GOOGLE **/
#site-main-google {
    margin: 45px 0;
}

#site-main-google .td {
    width: 26% !important;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

#site-main-google .td:last-child {
    width: 74% !important;
    float: right;
    text-align: center;
}

#site-main-google .td:last-child img {
    width: auto !important;
    max-width: 540px;
    display: inline-block;
    padding: 0 0 85px 0;
}

ul.google-list {
    width: 100%;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 25px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.google-list li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0 0 0 55px;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.google-list li img {
	max-width: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
}

/** #SITE-THREE-COL.AD-THREE **/
#site-three-col.ad-three {
    margin: 65px 0;
    display: inline-block;
}

#site-three-col.ad-three .td {
    width: 33.3333333%;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-three-col.ad-three h2 {
    font-size: 22px;
    text-transform: none;
    margin: 0 0 5px 0;
}

#site-three-col.ad-three .inner {
    padding: 0 30px;
}

#site-three-col.ad-three .td:first-child {
    border-left: solid 5px #4d7bbe;
}

#site-three-col.ad-three .td:last-child {
    border-right: solid 5px #12a564;
}

/** #SITE-MAIN-FACEBOOK **/
#site-main-facebook {
    margin: 45px 0;
}

#site-main-facebook .td {
    width: 26% !important;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

#site-main-facebook .td:last-child {
    width: 74% !important;
    float: right;
    text-align: center;
}

#site-main-facebook .td:last-child img {
	width: auto !important;
	max-width: 540px;
	display: inline-block;
	padding: 0 0 85px 0;
}

ul.facebook-list {
    width: 100%;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 25px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.facebook-list li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0 0 0 55px;
    font-size: 19px;
    text-align: left;
    line-height: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.facebook-list li img {
	width: auto;
	max-width: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
}

/** #FACEBOOK-ADS **/
#facebook-ads {
    margin: 45px 0;
    display: inline-block;
}

#facebook-ads .td {
    width: 48%;
    float: left;
    display: block;
    padding: 0 0 0 180px;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    text-align: left;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#facebook-ads img {
	max-width: 180px !important;
    position: absolute;
    top: 0;
    left: 0;
}

#facebook-ads h2 {
    font-size: 28px;
    margin: 10px 0 15px 0;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

#facebook-ads .tr .td:last-child {
    float: right;
}

#facebook-ads .tr {
    margin: 0 0 50px 0;
    display: inline-block;
}

/** #SITE-CONTACT **/
#site-contact {
	margin: 20px 0 45px 0;
	display: inline-block;
}

#site-contact .td {
    width: 24%;
    float: left;
    display: block;
    padding: 0;
    margin: 0 0 0 1.3%;
    text-align: center;
    position: relative;
}

#site-contact .tr {
	width: 100%;
    margin: 0 0 45px 0;
    display: inline-block;
}

#site-contact .tr .td:first-child {
    margin: 0;
}

#site-contact .td img {
    width: 100%;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#site-contact .td .inner {
    position: absolute;
    top: 0;
}

#site-contact h2, #site-contact h3 {
    text-transform: none;
}

#site-contact h2 {
    font-size: 21px;
    margin: 15px 0 5px 0;
    font-weight: 600;
}

#site-contact h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    color: #848484;
}

#site-contact .imgWrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}

#site-contact .imgWrapper .inner {
	width: 100%;
	height: 100%;
	max-height: 298px;
	background: rgba(237, 107, 35, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 40% 0 0 0;
	font-size: 12px;
	text-align: center;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-contact .imgWrapper .inner:hover {
	cursor: pointer;
}

#site-contact .imgWrapper .inner i {
	font-size: 52px;
}

#site-contact .imgWrapper .inner a {
	color: #fff;
	padding: 5px 0 0 0;
	display: inline-block;
}

/** #SITE-REF-LOGOS **/
#site-ref-logos {
	margin: 25px 0;
	display: inline-block;
}

#site-ref-logos .td {
	width: 24%;
	float: left;
	display: block;
	background: #fff;
	padding: 0;
	margin: 0 0 0 1.3%;
	border: solid 1px #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-ref-logos .tr {
	width: 100%;
	margin: 0 0 10px 0;
	display: inline-block;
}

#site-ref-logos .tr .td:first-child {
	margin: 0;
}

/** #CONTACT-SOCIAL **/
#contact-social i {
	font-size: 30px;
	padding: 0 2px 0 0;
}

#contact-social a i.fa-facebook-square {
	color: #3b5999;
}

#contact-social a i.fa-twitter-square {
	color: #2aa9e0;
}

#contact-social a i.fa-linkedin-square {
	color: #0274b3;
}

#contact-social a i.fa-google-plus-square {
	color: #dc4a38;
}

#contact-social a i:hover {
	color: #13120d;
}

/** #CONTACT-FORM **/
#contact-form {
	width: 100%;
	display: inline-block;
}

#contact-form input, #contact-form textarea {
	width: 100%;
	background: #fff;
	padding: 10px 14px;
	margin: 5px 0 12px 0;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form #input_submit {
	background: #48ae7e;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 16px;
	border: none;
}

#contact-form #input_submit:hover {
	background: #429d72;
	cursor: pointer;
}

#contact-form p {
	margin: 0;
	padding: 0;
}

/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*#fullpage.fp-responsive .fp-section {
	height: auto !important;
}*/

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

.section {
	width: 100%;
	display: inline-block;
}

.section.even {
    background: #fff !important;
}

.section.odd {
    background: #fafafa !important;
}

.section.green {
	background: #1eca74 url('/template/images/top_content_bg_web_content.jpg') no-repeat center !important; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fafafa;
}

.section.green h1.page-title, .section.green h3.page-title, .section.green h2 {
	color: #fafafa !important;
}

.section.blue {
	background: #36528c url('/template/images/content_facebook_bg.jpg') no-repeat center !important; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
}

.section.blue h1.page-title, .section.blue h3.page-title, .section.blue h2 {
	color: #fff !important;
}

.section .wrapper.padding {
    padding: 65px 0;
}

.fp-slide {
    float: left;
}

.fp-slide.active {
	background: transparent;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 45%;
    opacity: 1;
}
#fp-nav.right {
    right: 20px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 20px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.fp-slidesNav ul li {
	width: 6px;
	height: auto;
	display: inline-block;
	padding: 8px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #000;
}

#fp-nav ul li a.active, .fp-slidesNav ul li a.active {
    background: transparent;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

#fullpage.fp-responsive {
	
}

#section-top-1 {
	height: 100vh !important;
}

/** .PACE **/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff9300;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

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

	body {
		font-size: 15px;
	}

	h1.page-title {
		font-size: 35px !important;
		line-height: 45px !important;
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
	}

	h3.page-title {
		font-size: 18px;
		line-height: 30px;
	}

	#top-content-large img {
		max-width: 1050px !important;
	}

	#site-main-facebook .td:last-child img, #site-main-google .td:last-child img {
		max-width: 490px !important;
	}

	#site-three-col.ad-three {
		margin: 45px 0;
	}

	#site-three-col.ad-three .td {
		font-size: 14px;
	}

	#site-four-col {
		margin: 25px 0 0 0;
	}

	#site-three-col.ad-three h2, #site-main-web-a h2, #site-main-web-a-r h2, #site-main-web-a-info h2, #site-main-web-b h2, #facebook-ads-platform h2 {
		font-size: 19px !important;
	}

	#site-main-web-a-r h2, #site-main-web-a-info h2 {
		margin: 0 0 10px 0;
	}

	#site-main-web-b h2 {
		margin: 0 0 10px 0;
	}

	#site-four-col h2{
		font-size: 17px;
		margin: 15px 0 5px 0;
	}

	ul.google-list li, ul.facebook-list li {
		margin: 0 0 35px 0;
		font-size: 16px;
	}

	ul.facebook-list li {
		margin: 0 0 45px 0;
	}

	#site-main-web-a {
		margin: 35px 0 0 0;
	}

	#site-main-web-a .inner-web {
		padding: 10px;
	}

	#site-main-web-a .td {
		width: 50% !important;
	}

	#site-main-web-a .td:last-child {
		width: 42% !important;
	}

	#site-main-web-a ul li {
		margin: 0 0 25px 0;
	}

	a#swap-responsive {
		font-size: 22px;
	}

	.centered-image {
		padding: 25px 0 !important;
	}

	.centered-image img {
		width: auto !important;
		height: auto !important;
		max-width: 135px !important;
	}

	#site-main-web-a-info {
		margin: 25px 0;
		font-size: 14px;
	}

	#web-how .td {
		min-height: 220px;
		padding: 15px 15px 15px 70px;
	}

	#web-how span.how-number {
		font-size: 45px;
		top: 25px;
		left: 25px;
	}

	#web-how h1 {
		font-size: 20px;
		margin: 0 0 2px 0;
	}

	h2.left {
		margin: 0 0 5px 0 !important;
	}

	#site-main-web-a-r .td:last-child, #site-main-web-a-r .td {
		width: 46% !important;
	}

	#site-main-web-c {
		margin: 20px 0;
	}

	#site-main-web-c .td img#main-image {
		padding: 20px 0;
	}

	#site-main-web-c .td h1 {
		font-size: 22px;
		padding: 20px 0 10px 0;
	}

	#facebook-ads h2 {
		font-size: 24px;
		margin: 10px 0;
	}

	#site-main h2 {
		font-size: 24px !important;
		margin: 10px 0 !important;
	}

	#site-main .td img {
		padding: 0 0 10px 0;
	}
}

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

	body {
		line-height: 22px;
		font-size: 14px;
	}

	h1.page-title {
		font-size: 30px !important;
		line-height: 35px !important;
		padding: 0 !important;
		margin: 0 0 10px 0 !important;
	}

	h3.page-title {
		font-size: 16px;
	}

	#fp-nav.right {
		right: 15px !important;
	}

	.button {
		padding: 6px 22px;
		font-size: 14px;
	}

	#main-contact-footer a i {
		font-size: 45px;
	}

	#main-contact-footer {
		padding: 25px 0;
	}

	#top-content-large img {
		max-width: 890px !important;
	}

	a.support-button {
		right: 15px;
		padding: 8px 18px;
		font-size: 14px;
	}

	.centered-image {
		padding: 10px 0 !important;
	}

	.centered-image img {
		max-width: 100px !important;
	}

	#site-three-col.ad-three h2, #site-main-web-a h2, #site-main-web-a-r h2, #site-main-web-a-info h2, #site-main-web-b h2, #facebook-ads-platform h2 {
		font-size: 18px !important;
	}

	#site-main-web-a-info {
		margin: 15px 0;
		font-size: 14px;
	}

	#site-five-cols h3 {
		font-size: 15px;
		margin: 8px 0;
	}

	#main-contact-2 h1 {
		font-size: 20px;
		margin: 0;
	}

	#main-contact-2 h1.call {
		font-size: 25px;
		margin: 5px 0 0 0;
	}

	.inner-contact-2 {
		line-height: 21px;
		font-size: 13px;
	}

	.inner-contact-2 ul {
		margin: 0;
	}

	.inner-contact-2 ul li {
		font-size: 14px;
		padding: 0 0 0 35px;
		margin: 10px 0 0 0 !important;
		float: left;
	}

	#green-lower {
		padding: 20px 0;
	}

	img.resize-image {
		max-width: 90% !important;
	}

	img.resize-image-2 {
		width: auto !important;
		height: auto !important;
		max-width: 70% !important;
	}

	img.display-responsive {
		width: auto !important;
		height: auto !important;
		max-width: 240px !important;
	}

	img#webshop-slide-2-image {
		width: auto !important;
		height: auto !important;
		max-width: 340px !important;
	}

	a#swap-responsive {
		left: 245px;
	}

	div.responsive-center {
		text-align: center !important;
	}

	#site-main-web-a .td {
		width: 45% !important;
	}

	#site-main-web-a .td:last-child {
		width: 50% !important;
	}

	#site-main-web-a ul li img {
		width: auto !important;
		height: auto !important;
		max-width: 55px;
		padding: 0 0 10px 0;
	}

	#site-main-web-a h3 {
		font-size: 12px;
	}

	#site-main-web-a ul li {
		font-size: 10px;
		line-height: 18px;
	}

	#site-main-web-a .inner-web {
		padding: 8px;
	}

	#web-how .td {
		min-height: 155px;
		padding: 10px 10px 10px 45px;
		font-size: 13px;
		line-height: 21px;
	}

	#web-how span.how-number {
		font-size: 28px;
		top: 15px;
		left: 15px;
	}

	#web-how h1 {
		font-size: 19px;
		margin: 0 0 2px 0;
	}

	#site-main-web-c {
		margin: 10px 0;
	}

	#site-main-web-c .td img#main-image {
		padding: 5px 0;
	}

	#site-main-web-c .td h1 {
		font-size: 19px;
		padding: 10px 0 5px 0;
	}

	#site-main-web-c .td ul li {
		padding: 15px;
	}

	#site-main-web-a-r {
		margin: 25px 0 0 0;
	}

	#site-main-web-a-r ul.checks li {
		margin: 0 0 5px 0;
	}

	#site-main-facebook .td {
		width: 35% !important;
	}

	#site-main-facebook .td:last-child {
		width: 64% !important;
	}

	#site-main-facebook .td:last-child img, #site-main-google .td:last-child img {
		max-width: 410px !important;
	}

	#img-analytics {
		width: 55%;
		margin: 15px 0;
	}

	#site-four-col {
		margin: 10px 0 0 0;
	}

	#site-four-col .td {
		font-size: 14px;
		line-height: 25px;
	}

	#site-four-col .td img {
		width: auto !important;
		height: auto !important;
		max-width: 75px !important;
	}

	#site-four-col h2 {
		font-size: 15px;
		margin: 0px 0 2px 0;
	}

	#site-three-col.ad-three {
		margin: 20px 0 0 0;
	}

	#site-three-col.ad-three .td {
		font-size: 13px;
		line-height: 24px;
	}

	#google-remarketing-slide .google-remarketing-inner {
		padding: 12px;
		line-height: 24px;
	}

	img.about-image {
		padding: 10px 0 !important;
	}

	#site-main-web-a-r.different .td {
		width: 50% !important;
	}

	#site-main-web-a-r.different .td:last-child {
		width: 46% !important;
		float: left;
	}

	ul.google-list {
		padding: 0;
	}

	body.mini #site-logo {
		padding: 11px 0;
	}
}

@media screen and (max-width: 1140px) {
	.wrapper {
		max-width: 980px;
		padding: 0 30px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section .wrapper.padding {
		padding: 15px 30px !important;
	}

	img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
	}

	body.mini #site-top {
		
	}

	body.mini #site-logo {
		padding: 11px 0 0 0;
	}

	#top-content-large img {
		max-width: 640px !important;
	}

	h1.site-title {
		font-size: 22px;
		line-height: 30px;
	}

	h3.page-title {
		padding: 0 30px;
	}

	#main-contact-2 h1 {
		font-size: 19px;
	}

	a.support-button {
		display: none;
	}

	#site-logo img {
		max-width: 200px !important;
		margin: 12px 0 0 0;
	}

	#site-main h2 {
		font-size: 17px !important;
		line-height: 24px !important;
	}

	img.display-responsive {
		width: auto !important;
		height: auto !important;
		max-width: 200px !important;
	}

	a#swap-responsive {
		left: 195px;
		bottom: 55px;
		font-size: 19px;
	}

	.centered-image {
		display: none;
	}

	#site-main-web-b ul li {
		font-size: 11px;
		margin: 0 0 15px 0;
	}

	#green-lower {
		padding: 12px 0;
	}

	#site-main-web-c .td {
		line-height: 25px;
	}

	#site-main-web-c .td ul li {
		padding: 10px;
	}

	#site-main-web-c .td img#main-image {
		width: auto !important;
		height: auto !important;
		max-width: 100px !important;
	}

	ul.facebook-list {
		padding: 0 0 0 60px;
	}

	#facebook-ads .td {
		font-size: 13px;
		line-height: 21px;
	}

	#facebook-ads h2 {
		font-size: 19px;
		margin: 5px 0;
	}

	#facebook-ads .tr {
		margin: 0 0 15px 0;
	}

	#facebook-ads {
		margin: 25px 0;
	}

	#facebook-ads-platform ul li {
		font-size: 13px;
		padding: 2px 0 2px 35px;
	}

	#site-main-facebook .td:last-child img {
		max-width: 375px !important;
	}

	#site-main-web-a-r .td:last-child img {
		max-width: 100% !important;
		height: auto !important;
		width: auto !important;
	}

	#site-three-col.ad-three {
		margin: 15px 0 0 0;
	}

	#site-three-col.ad-three .td {
		font-size: 13px;
		line-height: 21px;
	}

	#site-contact .imgWrapper .inner i {
		font-size: 40px;
	}

	#site-contact .imgWrapper .inner a {
		font-size: 11px;
	}

	#contact-form input, #contact-form textarea {
		padding: 8px 10px;
	}

}

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

	body {
		font-size: 14px;
		line-height: 25px;
	}

	#site-logo img {
		max-width: 210px;
		margin: 0;
	}

	body.mini #site-logo img {
		max-width: 185px;
		margin: 6px 0 0 0;
	}

	.wrapper {
		max-width: 100%;
	}

	#top-content-large img {
		max-width: 535px !important;
		margin: 95px 0 0 0;
	}

	#site-menu {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#main-menu ul li a {
		padding: 45px 15px;
		font-size: 14px;
	}

	body.mini #main-menu ul li a {
		padding: 25px 15px;
		font-size: 14px;
	}

	ul#grouped-menu {
		display: inline-block;
	}

	#grouped-menu li.col {
		width: 50% !important;
		padding: 0 40px !important;
	}

	#grouped-menu ul.inner-menu {
		width: 100%;
		float: none;
		display: inline-block;
		border: none !important;
	}

	#grouped-menu h3 {
		margin: 20px 0 5px 0;
	}

	#grouped-menu ul.inner-menu li a {
		font-size: 15px;
	}

	#inline-menu {
		display: inline-block;
		padding: 0 40px;
	}

	#inline-menu div.inner {
		width: 100%;
		margin: 0 0 15px 0 !important;
		display: inline-block;
	}

	.inner-contact-2 {
		font-size: 14px;
		line-height: 24px;
	}

	#site-main-web-c .td ul li {
		min-height: 125px;
	}

	ul.facebook-list li {
		margin: 0 0 15px 0;
		font-size: 14px;
		line-height: 25px;
	}

	#site-main-web-a-r.facebook-checks .td:last-child {
		padding: 0;
	}

	#facebook-ads-platform .td:last-child {
		padding: 0;
		background: none;
	}

	#img-analytics {
		width: 70%;
	}

	#site-three-col .td {
		font-size: 14px;
		line-height: 25px;
	}

	#site-five-cols .td {
		padding: 0 5px;
	}

	#site-five-cols h3 {
		font-size: 12px;
		line-height: 19px;
	}

	#site-five-cols .td img {
		width: 40% !important;
	}

	ul.google-list li {
		font-size: 14px;
		line-height: 24px;
	}

	#google-remarketing-slide .td:last-child {
		padding: 0;
		background: none;
	}

	#site-main.table-main-smaller .td img {
		max-width: 200px !important;
	}

}

@media screen and (max-width: 800px) {
	
	body {
		font-size: 14px;
		line-height: 24px;
	}

	h1 {
	font-size:22px !important;
	}

	h2 {
	font-size: 17px !important;
	}

	h3 {
	font-size:15px !important;
	}

	img {
		max-width: 100%;
		width: auto;
		height: auto !important;
	}

	div {
		float: none !important;
	}

	.slide.hidden-responsive {
		display: none !important;
	}

	.fp-controlArrow {
		display: none !important;
	}

	.td {
		width: 100% !important;
		padding: 10px 0;
	}

	.fp-responsive .section {
		height: auto !important;
	}

	.section .wrapper {
		padding: 40px 20px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fullpage.fp-responsive #site-top .wrapper {
		padding: 10px 10px 0 10px !important;
	}

	#site-content {
		width:auto !important;
	}

	#site-content div {
		float:none !important;
		max-width:100% !important;
	}

	#site-logo {
		padding: 15px 25px;
		float: none;
		text-align: center;
	}

	#site-logo img {
		width: auto;
		max-width: 290px;
	}

	#main-menu {
		float: none;
	}

	#main-menu ul {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#main-menu ul li a {
		padding: 10px 20px;
	}

	#top-login {
		width: 100%;
		left: 0;
		margin: 0;
	}

	#site-main .td {
		width: 100% !important;
		padding: 0;
		margin: 0 0 35px 0 !important;
	}

	#main-contact-2 .td {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
		float: none;
	}

	#main-contact-footer {
		position: static;
		margin: 25px 0 0 0;
	}

	#main-contact-footer .wrapper {
		padding: 0 !important;
	}

	#site-main-web-a .td, #site-main-web-a .td:last-child, #site-main-google .td, #site-main-google .td:last-child, #site-three-col .td, #google-ads-includes .tr .td, #site-main-web-a-r-reversed .td, #site-main-web-a-r-reversed .td:last-child, #site-main-web-a-r.different .td, #site-main-web-a-r.different .td:last-child, #site-main-facebook .td, #site-main-facebook .td:last-child, #site-main-web-a-r .td:last-child, #site-main-web-a-r .td, #site-main-web-a-info .td, #site-main-web-c .td {
		width: 100% !important;
	}

	#site-main-web-a-info .td:last-child {
		text-align: center !important;
		margin: 25px 0 0 0;
	}

	a#swap-responsive {
		background: none;
		position: static;
		padding: 12px 0;
		width: 100%;
		display: inline-block;
		display: none;
	}

	#site-five-cols .td {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
	}

	#site-five-cols .td img {
		width: auto !important;
	}
	
	.bcf-a {
	    display: none !important;
	}

    .bcf-a-responsive {
        display: block;
    }

	#web-how .td {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
		min-height: 20px;
	}

	#web-how .tr {
		margin: 0;
	}

	h2.left, #site-main-web-a-info {
		text-align: center !important;
	}

	#site-main-web-a h2 {
		margin: 15px 0;
	}

	#green-lower {
		position: static;
		margin: 25px 0 0 0;
	}

	#green-lower .td {
		background: none !important;
		padding: 0;
		margin: 0 0 35px 0 !important;
	}

	#green-lower .td.d {
		margin: 0 !important;
	}

	#site-main-web-c .td ul li {
		width: 100%;
		min-height: 2px;
		padding: 15px;
		margin: 0 0 10px 0 !important;
	}

	#site-main-web-c .td ul li:last-child {
		margin: 0 !important;
	}

	#site-main-web-c .td img#main-image {
		padding: 15px 0;
	}

	ul.facebook-list {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 25px 0;
	}

	ul.facebook-list li {
		width: 100%;
		float: none;
		display: inline-block;
		margin: 0 0 5px;
		padding: 0;
		text-align:center;
	}

	ul.facebook-list li img {
		position: static;
		padding: 0 0 20px 0;
		display: none;
	}

	.centered-image {
		display: block;
	}

	#site-main-web-a-r.facebook-checks .td:last-child {
		padding: 0;
	}

	#site-main-web-a-r .td {
		margin: 0 0 25px 0;
	}

	#site-main-facebook .td:last-child img {
		max-width: 100% !important;
		padding: 0;
		margin: 0;
	}

	#facebook-ads .td {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
		text-align: center;
		padding: 0;
	}

	#facebook-ads img {
		max-width: 160px !important;
		margin: 0;
		position: static;
	}

	#facebook-ads h2 {
		font-size: 17px;
		margin: 0 0 5px 0;
	}

	#facebook-ads-platform .td {
		width: 100% !important;
		margin: 0 0 20px 0;
	}

	#site-four-col .td, #google-ads-includes .tr .td {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
	}

	#site-three-col.ad-three .td:first-child {
		border-left: none;
	}

	#site-three-col.ad-three .td:last-child {
		border-right: none;
	}

	#site-three-col.ad-three .inner {
		padding: 25px 0;
	}

	#google-ads-includes, #google-ads-includes .tr {
		margin: 0;
	}

	#site-three-col .td {
		margin: 0 0 25px 0;
		padding: 0;
	}

	#site-five-cols .td {
		width: 100% !important;
		padding: 0;
		margin: 0 0 20px 0 !important;
	}

	ul.google-list {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}

	ul.google-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
		float: none;
		text-align: center;
	}

	ul.google-list li img {
		display: none;
	}

	#site-main-google .td:last-child img {
		max-width: 85% !important;
		margin: 20px 0 0 0;
		padding: 0;
	}

	#google-remarketing-slide .td, #google-remarketing-slide .td:last-child {
		width: 100% !important;
		min-height: 30px;
		margin: 0 0 25px 0 !important;
		text-align: center;
	}

	img.about-image {
		display: none;
	}

	#site-main .td {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
		text-align: center;
	}

	#site-main .td img {
		width: auto !important;
	}

	#site-three-col.ad-three .td:first-child {
		border-left: none !important;
	}

	#site-three-col.ad-three .td:last-child {
		border-right: none !important;
	}

	#site-contact .td {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
	}

	#site-contact .imgWrapper .inner {
		max-height: 100%;
	}

	.section .wrapper {
		padding: 20px !important;
	}

	#site-main-web-a-r, #site-main-web-a-r-reversed {
		margin: 0;
	}

	#site-main-web-a-r .td, #site-main-web-a-r-reversed .td {
		width: 100%;
		margin: 0 0 25px 0 !important;
		display: inline-block;
	}

	#site-ref-logos .td {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	#section-ref-1 #site-main-web-a-r .td:first-child, #section-ref-1 #site-main-web-a-r-reversed .td:last-child {
		display: none;
	}

	#top-login #top-input i {
		font-size: 18px;
		top: 16px;
		left: 15px;
	}

	#top-login input {
		width: 85%;
	}

	#top-login a.forgotPassword {
		float: none;
		text-align: left;
	}

	#main-menu ul li.topLoginShow {
		position: static;
	}

	#section-top-1 {
		height: 500px !important;
	}

}

@media screen and (max-width: 760px) {
	#top-content-large img {
		max-width: 420px !important;
	}
}

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

	#site-logo img {
		max-width: 100%;
	}

    span.cookies {
        font-size: 11px;
        line-height: 15px;
        padding: 6px;
    }
    
    span.cookies a.understand {
        font-size: 11px;
    }

    #fullpage.fp-responsive #site-top span.cookies .wrapper {
        padding: 0 !important;
    }

    #main-menu ul li a {
        padding: 5px 1px 3px 1px;
        font-size: 12px;
    }
    
    #main-menu ul li a i {
        padding: 0 3px 0 0;
        font-size: 10px;
    }

	#grouped-menu li.col {
		width: 100% !important;
		padding: 0 20px !important;
	}

	#top-login input {
		width: 70%;
	}

	#inline-menu {
		padding: 0 20px;
	}

	#site-menu {
		padding: 15px 0;
	}

	#main-menu {
		max-height: 44px;
	}

	#main-menu ul li {
		width: 33%;
		text-align: center;
		margin: 0;
		float: left;
	}

	#section-top-1 {
		height: 335px !important;
	}

	#top-content-large img {
		max-width: 315px !important;
	}

	#main-contact-2 {
		margin: 0;
	}

	#main-contact-2 img {
		display: none;
	}

	/*#main-menu ul li.myEmail {
		display: none;
	}
	*/

	#main-menu ul li a {
		width: 100%;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#inline-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#inline-menu div.inner {
		padding: 0;
	}

	#inline-menu div.inner a {
		width: auto;
	}

	#inline-menu div.inner i {
		position: static;
		padding: 0 15px 0 0;
	}

	#main-contact-footer ul li {
		width: 100%;
		margin: 0 0 25px 0;
	}

	#main-contact-footer ul li:last-child {
		margin: 0;
	}

	#site-main-web-a ul li {
		width: 100% !important;
		padding: 0;
		margin: 0 0 25px 0 !important;
	}

	#site-main-web-b ul li {
		width: 100% !important;
		font-size: 14px;
	}
}