/*
Theme Name: supportxpert
Theme URI: http://www.supportxpert.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Nebian Vos
Author URI: http://www.iclicks.nl
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	font-family: sans-serif;
  	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: 0!important;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
   -webkit-appearance: none;
   -webkit-border-radius:2px;
}
input[type="submit"]{
  	-webkit-appearance: none;
 	-webkit-border-radius:2px;
}
body
{
    line-height: 1;
}
p
{
	margin: 0 0 1.75em 0;
	line-height:1.75em;	
}
h1, h2, h3, h4, h5, h6, .slide-title {
	font-family: 'Open Sans', sans-serif;
    clear: both;
	font-weight:700;
	color: #fff;
	margin-bottom:0.4em;
	line-height:1.3em;
}
h1
{
	font-size:2em;
}
h2
{
	font-size:1.5em;
}
h3
{
	font-size:1.4em;
}
footer h2,
footer h3
{
	color:#363636;
	font-size:1.1em;
	font-weight: normal;
	margin-bottom:0.9em;
}

span.date {
            display: inline-block;
            width: 150px;
}
#widget_10 ul li{
	margin-bottom: 0.7em;
}

blockquote {
	position: relative;
    margin: 32px 0;
    padding: 16px;
    border-top: 1px solid rgba(221, 221, 221, 0.4);
    color: #f18e00;
	font-family: 'Bariol';
    font-size: 1.25em;
    text-align: center;
}
blockquote p
{
	margin-bottom:0.75em;	
	padding: 0 25px;
}
blockquote:before {
	position: absolute;
	content: '“';
    top: 0;
    left: 50%;
    width: 70px;
    height: 35px;
    margin-top: -30px;
    margin-left: -35px;
    background-color: #fff;
    color: inherit;
    font-family: "Alouisius",Verdana,Geneva,sans-serif;
    font-size: 3em;
    line-height: 1;
    text-align: center;
}
.small
{
	font-size:90%;
	color:#999;
	line-height:  1.5em;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img
{
	max-width:100%;
	height:auto;
	margin-bottom:1.75em;
	vertical-align:top;	
}
a img
{
    border: none;
}
a:link,
a:visited,
a:active
{
	color:#f18e00;
	text-decoration:none;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;	
}
a.readmore:link,
a.reamore:visited,
a.readmore:active
{
	text-transform: uppercase;
}
a:hover
{
	color:#f18e00;
}
.icon-phone,
.icon-mail
{
	color:#fff;
	line-height:2.8em;
	font-size:16px;
}
.icon-phone:before,
.icon-mail:before
{
	font-family: fontAwesome;
	content:'\f095';
	margin-right:10px;
	font-weight:400;
	color:#fff;
}
.icon-mail:before
{
	content:'\f2b7';
}
.icon-phone a:link,
.icon-phone a:visited,
.icon-phone a:active,
.icon-mail a:link,
.icon-mail a:visited,
.icon-mail a:active
{
	color:#fff;
	
}
/*template sheet*/
body{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:18px;
	font-weight:400;
	margin:0;
	background-color: #000000;
	color:#b1b3b4;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	-moz-transition: padding-left 0.3s ease;
	-webkit-transition: padding-left 0.3s ease;
	transition: padding-left 0.3s ease;
}
.section
{
	width:100%;	
}
.wrap-sm{
	max-width:800px;
	padding:0 30px;
	margin:0 auto;	
}
.wrap{
	padding:0 0;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
	bborder: 1px solid blue;
	mmin-height:20px;
}
.container .text-center
{
	padding: 0 20.0%;
}
/* HEADER */
header 
{
	height:100px;	
	position: relative;
	top: 0;
	background:#000000;
	z-index:99;
}
@media (min-width: 670px) {
	.down header 
	{
		position: fixed;
		-webkit-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 10px -6px rgba(0,0,0,0.75);
		height: 70px;
		z-index:99;
		border-bottom:  1px solid #444;
	}
	.down .mainnav
	{
		top: 13px;
	}
	.down .logo
	{
		margin-top: 8px;
		width: 188px;
	}
}
header .wrap
{
	
}
.section-padding
{
	padding: 4.0em 0;	
}
.logo {
	position:absolutel;
    width:260px;
	margin-top: 13px;
}
.logo img
{
	max-width:100%;
	min-width:100%;
	height:inherit;
	margin-bottom:0;
}

.slider,
.slider .slide
{
	height: 200px;
	text-align:center;
}
.home .slider,
.home .slider .slide
{
	height: 650px;
}
.slider .slide .slide-title
{
	font-size:75px;
	color:#000000;
	text-transform:uppercase;
	font-weight: 900;
	margin-bottom:0.0em;
    text-shadow: 2px 2px 12px rgba(255,255,255,0.9);
}
.slide-description
{
	font-size:25px;
	color:#000000;
    text-shadow: 2px 2px 12px rgba(255,255,255,0.9);
}
.slide-description p
{
	margin-bottom:0.5em;
	line-height:1.5em;
}
.slider-wrap
{
	margin-top: 225px;	
}
.label
{
	border-radius: 140px;
	height: 140px;
	width: 140px;
    background: #f18e00;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	line-height: 1.6em;
}
.square-lg .label
{
	position: absolute;
	top: 50px;
	left: 10%;
	padding-top: 40px;
}
#main .label
{
	position: absolute;
	top: 50px;
	left: 20%;
}
#main .label p
{
	margin-bottom: 0;
}
iframe
{
	max-width: 100%;
	min-width:100%;
	min-height: 400px;
	border:none;
	box-sizing:border-box;
}
/* MENU */
div.menu
{
	z-index:999;	
}
div.menu .wrap
{
	
}
.nav 
{

}
.mainnav
{
	position:absolute;
	top: 28px;
	right: 0;
}
.nav > ul{
	margin:0;
	padding:0;
	text-align:right;
}
.nav > ul li{
	list-style:none;
	margin-bottom: 0;
	ffloat:left;
	position:relative;
	display:inline-block;
}
.nav > ul li a:link,
.nav > ul li a:visited,
.nav > ul li a:active
{
	color:#fff;
	line-height:2.5em;
	padding: 0 12px;
	font-size:18px;
	display:block;
	font-weight:600;
	text-transform:uppercase;
}
.home .nav > ul li a:link,
.home .nav > ul li a:visited,
.home .nav > ul li a:active
{
	ftext-shadow: 1px 1px 12px rgba(0,0,0,0.3);
}
/* 
.nav > ul li.page-1 a:before
{
	font-family: FontAwesome;
	content: "\f015";
}
.nav > ul li.page-1 span
{
	text-indent: -2000pt;
    font-size: 1%;
}
*/
.nav > ul li a:hover
{
	color:#f18e00;	
}
.nav > ul li.last-child a:link,
.nav > ul li.last-child a:visited,
.nav > ul li.last-child a:active
{
	padding-right: 0;
}
.nav > ul ul
{
	display:none;
}
.nav > ul li:hover ul
{
	display:block;
}
.nav > ul li ul
{
	position:absolute;
	left: 0;
	top: 40px;
	background:#f18e00;
	border-radius:2px;
	text-align: left;
}
.nav > ul li:hover ul,
.nav > ul li:hover ul li
{
	width:230px;
}
.nav > ul ul li a:link,
.nav > ul ul li a:visited,
.nav > ul ul li a:active
{
	line-height:24px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	text-shadow: none;
	color:#fff;
	font-weight: 300;
	text-transform: none;
}
.nav > ul ul li a:hover
{
	background-color: #363636;
}
.nav > ul ul .cube
{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  border-bottom: 5px solid #f18e00;
  top: -5px;
  left: 20px;
  width:10px !important;
}
.nav > ul li.page-37 ul
{
	left: -145px;
}
.nav > ul li.page-37 ul .cube
{
	left: auto;
	right: 50px;
}

.logo-black img
{
	height: 90px;
	
}

/* FOOTER */
.footer
{
}
.footer .widget
{
	width: 20%;
	float: left;
	padding-right: 2%;
	box-sizing:border-box;
}

#widget_14 h3
{
	display:  none;
	
}

/*-----------*/
/* BTN */
.btn{
	height:42px;
	line-height:42px;
	background-color:#111;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}

.btn-lg{
	width:100%;	
}
/* FORMS */


.input,
.select select,
textarea.input
{
	height:40px;
	line-height:40px;
	background:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:100%;
	border:1px solid #d3d3d3;
	padding:0 5px;	
	color:#5d5d5d;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
textarea.input{
	resize:vertical;
	min-height:108px !important;
	padding:15px 5px;
	width: 100%;
}
.select{
	position:relative;	
}
.select:after{
	content:'\f0d7';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;	
	position:absolute;
	right:10px;
	top:0;
	line-height:40px;
	pointer-events: none;
}
.select select{
	padding:0 10px;	
}

input[type="checkbox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="radio"]{
	border-radius: 50px;	
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #bce1e7;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}
input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #bce1e7;
	font-size:11px;
	text-align:center;
}
.clear
{
	clear: both;	
}
ol, ul {
	list-style-position:outside;
 	list-style-type: square;
	margin:0;
	padding:0;
	margin-bottom:2.0em;
}
ol.nolist,
ul.nolist,
.departments-icons ul
{
	list-style:none;	
}
ol
{
	list-style-type:decimal;	
}
ul li,
ol li {
	margin-bottom:1.2em;
	line-height:1.5em;
}
.nolist ul,
footer ul,
.departments-icons ul
{
	margin-left: 0;
	list-style:none;	
}
.nolist li,
footer ul li
{
	display:block; 
	margin-left: 0;
}
footer ul
{
	margin-bottom:0;	
}
footer ul li
{
	margin-bottom:0;
	line-height: inherit;
}
.check,
.arrow,
.sidebar .menu
{
	list-style:none;
}
.check li,
.arrow li,
.sidebar .menu li
{
    position:relative;
	margin-left:0;
	margin-bottom:0.7em;
	padding-left:15px;
}  
.arrow li {
	padding-left:15px;
}
.check li:before,
.arrow li:before,
.sidebar .menu li:before
{
	font-family: FontAwesome;
	top:0.05em;
	left:0;
	margin-right:7px;
	content: "\f105";
	color:#f18e00;
	font-size:1.0em;
	width: 20px;
    position: absolute;
}
.check li
{
	padding-left: 24px;	
	margin-bottom:1.0em;
}
.check li:before
{
    content: '\f00c';
	top:0.05em;
	font-family: fontAwesome;
    width: 18px;
   	height: 18px;
    display: block;
    float: left;
}
.cols2,
.cols3,
.cols4
{
	display:inline-block;
	width:100%	
}
.cols2 > li,
.cols3 > li,
.cols4 > li
{
	float: left;
	width:46%;
	margin-right:4%;
}
.cols3 > li
{
	width:29%;
}
.cols4 > li
{
	list-style:none;
	width:21%;
}

.sidebar .widget
{
	border: 1px solid #eee;
	box-sizing:border-box;
	padding: 25px;
	margin-bottom:2.0em;
}
.sidebar .widget
{

	box-sizing:border-box;
}

.widget-form h3:before
{
	font-family: fontAwesome;
    content: '\f2b7';
	margin-right:10px;
	font-weight:400;
}

.bottom .mask {
    background: #141214;
    background: rgba(20, 18, 20, 0.9);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 100%;
}

#breadcrumb
{
	ffloat: left;
	margin: 0 0 2.0em 0;
}
#breadcrumb ul {
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
}
#breadcrumb ul li {
	float: inherit;
	display: inline;
	margin: 0;
	margin-right: 0.5em;
}
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active
{

}
#breadcrumb ul li.first-child
{
	width:22px;
}    
#breadcrumb ul li a:after
{
	font-family: FontAwesome;
	content: "\f105";
	margin-left:10px;
	font-size:13px;
	color:#f18e00;
}
#breadcrumb ul li.last-child:after
{
	display:none;	
}
.menu-sidebar
{
	list-style:none;	
}
.menu-sidebar li
{
	margin-bottom:0;
}
.menu-sidebar a:link,
.menu-sidebar a:visited,
.menu-sidebar a:active
{
	border-bottom:1px solid #ededed;
	padding: 15px 0;
	float: left;
	width:100%;
}
.information
{
	margin-bottom:2.0em;	
}

a.button,
.button,
span.button,
a.button-pink,
.button-pink,
span.button-pink,
a.button-outline,
.button-outline,
span.button-outline
{
	font-family: 'Open Sans', sans-serif;
	background:#f18e00;
	line-height:1.65em;
	display:inline-block;
	padding:10px 20px 9px 20px;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:0.4em;
	border: 2px solid #f18e00;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing:border-box;
	font-size:18px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	position:relative;
	margin-right:10px;
	-webkit-appearance: none;
}
a.button-pink,
.button-pink,
span.button-pink
{
	background:#e5177d;
	border: 2px solid #e5177d;
}
a.button-outline,
.button-outline,
span.button-outline
{
	background: none;
	color: #f18e00 !important;
	border: 2px solid #f18e00;
}
.slider a.button-outline,
.slider .button-outline,
.slider span.button-outline
{
    text-shadow: 2px 2px 12px rgba(255,255,255,0.9) !important;
}

a.button:hover,
.button:hover,
span.button:hover,
a.button-outline:hover,
.button-outline:hover,
span.button-outline:hover,
a.button-pink:hover,
.button-pink:hover,
span.button-pink:hover
{
	background-color: #363636;
	border: 2px solid #363636;
	color:#fff !important;
}

.button-phone:before,
.button-mail:before
{
	font-family: fontAwesome;
	content:'\f095';
	margin-right:10px;
	font-weight:400;
}
.button-mail:before
{
    content: '\f2b7';
}

/* COLS */
.row{
	mmargin:0 -10px!important;
	bborder:1px solid red;
	min-height:20px;
	box-sizing:border-box;
}
.row:after{
	clear: both;
}

.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s,.logos li,.logolist li,.departments-icons ul li,.learnmore ul li {
    float: left;
	min-height: 1px;
	box-sizing:border-box;
	
	position:relative;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.33333333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.33333333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4, .departments-icons ul li,.learnmore ul li {
    width: 33.33333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1
{
    width: 8.33333333%
}
.col3-m-l
{
	margin-left: 25%;	
}

/*MIN HEIGHT*/
.min-height-lg {
	min-height: 250px;
}
p.gallery-image-title {
    min-height: 125px;
}
/* VISIBILITY */
.hidden{
	display:none;	
}

/* BG COLORS */
.bg-primary{
	
}
.bg-dk{
	background-color:#3a3a3a	
}
.bg-lt{
	background-color:#f5f5f5;	
}
.bg-gray{
	background-color:#898c8b;	
}
.bg-purple{
	background-color: rgba(75,70,112,0.8);	
}
.bg-lt-blue
{
	background-color:#f18e00;		
}
.bg-dark-blue
{
	background-color:#273444;		
}
.bg-cover
{
	background-size: cover;	
}

/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}
.r-2x {
    border-radius: 4px;
}
.r-3x {
    border-radius: 6px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}
.p-xs {
    padding: 5px;
}
.p-sm {
    padding: 10px;
}
.p {
    padding: 15px;
}
.p-md {
    padding: 20px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 50px;
}
.p-n {
    padding: 0!important;
}
.p-l-none {
    padding-left: 0!important;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l {
    padding-left: 15px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 60px;
}
.p-l-xl {
    padding-left: 80px;
}
.p-l-xxl {
    padding-left: 100px;
}
.p-l-xxxl
{
	padding-left: 22%;	
}
.p-l-n-xxs {
    padding-left: -1px;
}
.p-l-n-xs {
    padding-left: -5px;
}
.p-l-n-sm {
    padding-left: -10px;
}
.p-l-n {
    padding-left: -15px;
}
.p-l-n-md {
    padding-left: -20px;
}
.p-l-n-lg {
    padding-left: -30px;
}
.p-l-n-xl {
    padding-left: -40px;
}
.p-l-n-xxl {
    padding-left: -50px;
}
.p-t-none {
    padding-top: 0!important;
}
.p-t-xxs {
    padding-top: 1px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 40px;
}
.p-t-xl {
    padding-top: 80px;
}
.p-t-xxl {
    padding-top: 100px;
}

.p-t-n-xxs {
    padding-top: -1px;
}
.p-t-n-xs {
    padding-top: -5px;
}
.p-t-n-sm {
    padding-top: -10px;
}
.p-t-n {
    padding-top: -15px;
}
.p-t-n-md {
    padding-top: -20px;
}
.p-t-n-lg {
    padding-top: -30px;
}
.p-t-n-xl {
    padding-top: -40px;
}
.p-t-n-xxl {
    padding-top: -50px;
}
.p-r-none {
    padding-right: 0!important;
}
.p-r-xxs {
    padding-right: 1px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r {
    padding-right: 15px;
}
.p-r-md {
    padding-right: 20px;
}
.p-r-lg {
    padding-right: 60px;
}
.p-r-xl {
    padding-right: 80px;
}
.p-r-xxl {
    padding-right: 100px;
}
.p-l-xxxl
{
	padding-right: 22%;	
}
.p-r-n-xxs {
    padding-right: -1px;
}
.p-r-n-xs {
    padding-right: -5px;
}
.p-r-n-sm {
    padding-right: -10px;
}
.p-r-n {
    padding-right: -15px;
}
.p-r-n-md {
    padding-right: -20px;
}
.p-r-n-lg {
    padding-right: -30px;
}
.p-r-n-xl {
    padding-right: -40px;
}
.p-r-n-xxl {
    padding-right: -50px;
}
.p-b-none {
    padding-bottom: 0!important;
}
.p-b-xxs {
    padding-bottom: 1px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 20px;
}
.p-b-md {
    padding-bottom: 20px;
}
.p-b-lg {
    padding-bottom: 60px;
}
.p-b-xl {
    padding-bottom: 80px;
}
.p-b-xxl {
    padding-bottom: 50px;
}
.p-b-n-xxs {
    padding-bottom: -1px;
}
.p-b-n-xs {
    padding-bottom: -5px;
}
.p-b-n-sm {
    padding-bottom: -10px;
}
.p-b-n {
    padding-bottom: -15px;
}
.p-b-n-md {
    padding-bottom: -20px;
}
.p-b-n-lg {
    padding-bottom: -30px;
}
.p-b-n-xl {
    padding-bottom: -40px;
}
.p-b-n-xxl {
    padding-bottom: -50px;
}


/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0!important;
}
.m-l-none {
    margin-left: 0!important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0!important;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0!important;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0!important;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}

/* TEXT */
.text-italic{
	font-style:italic;	
}
.text-center{
	text-align:center;	
}
.text-left{
	text-align:left;	
}
.text-l
{
	font-size:120%	
}
.text-xl
{
	font-size:40px;	
}
.text-xxl
{
	font-size:60px;	
}
.text-lt,
.text-lt *,
.text-lt a:link,
.text-lt a:visited,
.text-lt a:active
{
	color:#fff;	
}
.text-shadow-dark
{
    text-shadow: 1px 1px 12px rgba(0,0,0,0.5);	
}
.text-shadow-lt
{
    text-shadow: 1px 1px 12px rgba(255,255,255,0.5);	
}
.visible-xs
{
	display: none;	
}
.pull-left{
	float:left;	
}
.pull-right{
	float:right;	
}
.square
{
	height:295px;

}
.square-md
{
	height: 350px;
	background-repeat: no-repeat;
}
.square-lg
{
	height:600px;
}
.square p
{
	margin-bottom:0.25em;
}
#post-bottom .post
{
	display: inline-block;
	margin-bottom:1.25em;
}
#post-bottom .entry-content 
{
	float: right;
	width:75%;	
}
.custom_title
{
	margin-bottom:1.0em;
	font-size:1.8em;
}

.custom_title,
#post-bottom .tablenav
{
	margin-left:25%;
}
#post-bottom .thumb
{
	width:21%;	
}
#post-bottom .detail-thumb
{
	margin-top:0;	
}
.post
{
	position: relative;
	cursor:pointer;	
}
.post h2
{
	margin-bottom:0.6em;	
}
#post_time
{
	margin-bottom:0.6em;	
}
#post_navigation a
{
	margin-bottom:0.5em;
	display: inline-block;	
	float: left;
}
#post_navigation a.post_next
{
	float: right;
}

.pointer
{
	cursor:pointer;
}

footer 
{
	line-height: 4.0em;
	font-size: 14px;
}
footer .inside
{

}
footer a:link,
footer a:visited,
footer a:active
{
	color:#858585;
}
footer .social-icons a:link,
footer .social-icons a:visited,
footer .social-icons a:active
{
	color:#363636;
	margin-right:10px;
	height: 70px;
	width: 70px;
	float: left;
	border:1px solid #d3d5d6;
	box-sizing:border-box;
	line-height:4.5em;
	text-align: center;
	border-radius: 50%;
	margin-bottom:0.75em;
}
footer .social-icons a:hover
{
	background-color:#1e75bc;
	color:#fff;
}
footer .social-icons .fa
{
	font-size:25px;	
}
.border-lgt-b
{
    border-bottom: 1px solid rgba(255,255,255,0.15);	
}
.border-dark-b
{
    border-bottom: 1px solid rgba(0,0,0,0.15);	
}
moredown #back {
    right: 20px;
}
#back {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    z-index: 99999999;
    text-align: center;
    line-height: 2.25em;
    font-size: 20px;
    background: rgba(49,49,49,0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    cursor: pointer;
    color: #fff;
    right: -50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: normal;
}

/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.caption
{
	background-color: #f6f6f6;
   	border: 1px solid #e7e7e7;
    max-width: 100%;
    padding: 15px 15px 15px 15px;
	margin: 0 0 2.0em 0;
    box-sizing: border-box;
    text-align: center;
	border-radius:2px;
}
.caption.alignnone {
    margin: 5px 20px 20px 0;
}
.caption.alignleft {
    margin: 5px 20px 20px 0;
}
.caption.alignright {
    margin: 5px 0 20px 20px;
}
.caption img {
    border: 0 none;
    height: auto;
    margin:0;
	margin-bottom:2em;
    max-width: 100%;
    padding:0;
    width: auto;
}
.caption-dd
{
	margin-bottom:0.75em;	
}
.caption p.caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.widget,#content,.menu{
	position:relative	
}
.edit_page_link,.edit_menu_link,.edit_widget_link{
	position:absolute;
	right:10px;
	top:10px
}
.clear{
	clear:both;	
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}

.mceContentBody {}