/*
	Theme Name: Tick Off
	Description: 
	Version: 1.0
	Author: Columbird
	Author URI: http://columbird.se
	Tags: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 18px 'DIN', sans-serif;
	color:#000;
	overflow-y: scroll;
    overflow-x: hidden;
}
body.display-menu{
	overflow: hidden;
	width: 100%;
	/*position: fixed;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1120px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100000;
	transition: margin-top 0.35s ease-out;
    -webkit-transition: margin-top 0.35s ease-out;
    border-bottom: solid 3px #00adba;
    max-height: 100%;
}
.display-menu .header{
	overflow-y: scroll;
}
#responsive-menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
#nav-icon {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.open#nav-icon {
   margin-right: 0;
}
.sticky #nav-icon.open span{
  background: #fff;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), 
#nav-icon span:nth-child(3) {
    top: 6px;
}
#nav-icon span:nth-child(4) {
    top: 12px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.logo{
	width: 109px;
}
.header-logo {
    display: block;
    width: 109px;
    height: 45px;
    background-image: url(img/logo.png);
    background-size: cover;
    margin: 9px 0;
    -webkit-transition: width 1s, height 1s;
    -moz-transition: width 1s, height 1s;
    -ms-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
}
.display-menu .header-logo{
	width: 289px;
    height: 124px;
}

.header-icons {
	position: absolute;
	height: 65px;
	width: 130px;
	right: 0;
	display: flex;
	top: 10px;
	justify-content: space-between;
}
.header-menu {
	position: absolute;
	right: 0;
    top: 18px;
	display: block;
	width: 30px;
	height: 20px;
	background-color: transparent;
	background-image: url('img/assets.png');
	background-position: -49px -8px;
	background-size: 1000px auto;
	cursor: pointer;
}

/* nav */
.nav {
	display: none;
	/*top: 0;
	left: 0;
	right: 0;
	z-index: 100;*/
	background: #fff;
    background: -webkit-linear-gradient(#fff, #d9d9d9);
    background: -o-linear-gradient(#fff, #d9d9d9);
    background: -moz-linear-gradient(#fff, );
    background: linear-gradient(#fff, #d9d9d9);
    margin-top: 68px;
    padding: 0 0 107px;
}
.nav ul {
	list-style: none;
	padding: 0;
	position: relative;
	width: 256px;
}
.nav li {
	padding: 0 0 30px;
	position: relative;
}
.menu-item a {
	font-family: QueulatAlt;
	font-size: 25px;
    font-weight: 900;
    color: #000;
    position: relative;
}
.menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #00adba;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  }
.menu-item a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.level-button{
	width: 25px;
	height: 25px;
	background-image: url(img/assets.png);
	background-size: 1000px auto;
	background-position: -128px 2px;
	cursor: pointer;
	position: absolute;
    right: 0;
    top: 1px;
}
nav li.level-opened .level-button{
	background-position: -98px 2px;
}
/* second-level*/
.nav li > ul{
	margin: 15px 0 6px 26px;
	display: none;
}
li.current-menu-parent > ul{
	display: block;
}
.current-menu-item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: #00adba;
    /*visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;*/
}
.nav li > ul > li{
	padding: 0;
	width: auto;
}
.nav li > ul > li > a{
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
}
.overlay {
	content: " ";
	outline: solid 1px red;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background-color: rgba(22,22,22,0.95);
}
.display-menu .overlay {
	display: block;
}
.nav-header {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 0;
	width: 100%;
	margin: 9px auto 68px;
	align-items: flex-start;
}
.nav-header--logo {
	display: block;
    width: 281px;
    height: 124px;
    background-color: transparent;
    background-image: url(img/assets.png);
    background-repeat: no-repeat;
    background-size: 1000px auto;
    background-position: -9px -348px;
}
.nav-header--close {
	display: block;
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url(img/assets.png);
    background-position: -8px -8px;
    background-size: 1000px auto;
    margin: 12px 0;
    cursor: pointer;
}

/*solutions*/
.our-solutions{
	width: 100%;
	padding: 106px 0 138px;
	background: #2a2a2a;
    background: -webkit-linear-gradient(#2a2a2a, #1a1a1a);
    background: -o-linear-gradient(#2a2a2a, #1a1a1a);
    background: -moz-linear-gradient(#2a2a2a, #1a1a1a);
    background: linear-gradient(#2a2a2a, #1a1a1a);
    color:#fff;
}
.our-solutions--left{
	float: left;
	width: 70%;
    margin-left: -22%;
}
.our-solutions--right{
	float: left;
	width: 52%;
}
.our-solutions--right .widget_custom_post_widget{
	padding-left: 24px;
}
.our-solutions h2{
	font-size: 50px;
	line-height: 60px;
	margin: 0;
}
.our-solutions p{
	margin: 5px 0;
}
.solutions-list{
	padding: 14px 0 0;
}
.solutions-list--row {
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    border-bottom: 3px solid transparent;
}
.solutions-list--row:hover {
    background-color: #000;
    border-bottom: 3px solid #00adba;
}
.row-img{
	position: relative;
	width: 83px;
	flex: 0 0 83px;
	height: 104px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.row-img img{
	max-width: 55px;
    max-height: 70px;
}
.row-content{
	padding: 21px 0 24px;
	margin-left: 17px;
}
.row-content h3{
	margin: 0;
	font-size: 20px;
    line-height: 22px;
}
.row-content p{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
}


/*box-elements*/
.boxes{
	width: 100%;
	height: 231px;
	padding: 34px 0;
	display: flex;
	background: #00a0ac;
    background: -webkit-linear-gradient(#00adba, #00939e);
    background: -o-linear-gradient(#00adba, #00939e);
    background: -moz-linear-gradient(#00adba, #00939e);
    background: linear-gradient(#00adba, #00939e);
    color: #fff;
}
.boxes .wrapper{
	display:flex;
}
.box{
	text-align: center;
	border-right: 1px solid #fff;
	padding: 9px 0 25px;
	width: 33%;
}
.box:nth-of-type(3){
	border-right: none;
}
.icon{
	background-image: url(img/assets.png);
	background-size: 1000px auto;
	height: 43px;
	margin: 0 auto;
}
.icon-online{
	width: 61px;
	background-position: -158px -250px;
}
.icon-lock{
	width: 41px;
	background-position: -226px -251px;
}
.icon-smile{
	width: 43px;
	background-position: -276px -251px;
}
.box h2{
	margin: 13px 0 3px;
}
.box p{
	margin: 0;
	font-family: QueulatAlt;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

/*case-slider*/
.case-slider{
	height: 520px;
}


/* footer */
.footer {
	position: absolute;
	width: 100%;
	background-color: #1a1a1a;
	color: #fff;
	min-height: 240px;
	transition: margin-top 0.35s ease-out;
    -webkit-transition: margin-top 0.35s ease-out;
}
.footer .wrapper {
	display: flex;
	margin: 50px auto;
	justify-content: space-between;
}
.footer-col-1, 
.footer-col-2, 
.footer-col-3{
	/*flex: 1;*/
	width: 33%;
}
.footer h3{
	margin: 0 0 15px;
}
.footer p{
	font-family: QueulatAlt;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	margin: 6px 0;
}
.footer-logo{
    width: 298px;
    height: 129px;
    background-image: url(img/assets.png);
    background-size: 1000px auto;
    background-position: -7px -578px;
    float: right;
}


/*------------------------------------*\
    STARTPAGE
\*------------------------------------*/
	
.home main{
	background-size: cover;
	padding: 127px 0 153px;
	margin: 66px 0 0;
}
.home .page-content {
    margin: 0;
    background-color: transparent;
    padding-bottom: 0;
}
.home .page-content h1, .home .page-title--content{
	width: 56%;
}
.home .page-content h1{
	font-size: 50px;
	line-height: 47px;
	margin: 0 0 17px;
}
.home .page-title--content{
	margin: 0 0 67px;
}
.btn-readmore{
	width: 157px;
	height: 36px;
	border-radius: 18px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 9px 0 12px;
	text-align: center;
	font-family: QueulatAlt, sans-serif;
	font-weight:  900;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.btn-readmore:hover{
	background-color: #00adba;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.case-featureimage{
	margin: 0 0 57px;
}
.page-title {
	position: relative;
	margin-top: 85px;
}
.page-title h1 {
	font-family: QueulatAlt, sans-serif;
	font-weight:  900;
	font-size: 50px;
	color: #000;
	line-height: 47px;
}
.page-content {
	position: relative;
	margin: 112px 0 57px;
	background-color: #fff;
}
.page-template-template-inspirer .page-content {
	margin: 65px 0;
	padding-top: 40px;
}
.page-template-template-inspirer .page-content:before {
	display: none;
}
.page-content h1 {
	color: #191919;
	font-size: 36px;
	line-height: 47px;
	font-family: QueulatAlt, sans-serif;
	font-weight:  900;
	margin-bottom: 0;
	position: relative;
}
.page-content h1,
.page-content--content{
	margin-left: 50px;
	width: 67%;
}
.page-content--content{
	padding-bottom: 59px;
}
.schedule-header {
	position: relative;
	height: 70px;
	width: 100%;
	max-width: 1120px;
	display: flex;
	margin: 0 auto;
}
.schedule-header--time {
	width: 20%;
	background-color: #cb6257;
	color: #fff;
	position: relative;
}
.schedule-header--time:before {
	content: " ";
	position: absolute;
	background-image: url('img/en17_assets.png');
	background-position: -10px -309px;
	background-size: 1000px 1000px;
	height: 30px;
	width: 30px;
	top: 20px;
	margin-left: -15px;
	left: 50%;
}
.schedule-header--title {
	width: 80%;
	background-color: #e26c60;
	color: #ffF;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	position: relative;
	line-height: 70px;
	padding-left: 78px;
}
.schedule-header--title:before {
	content: " ";
	position: absolute;
	background-image: url('img/en17_assets.png');
	background-position: -10px -263px;
	background-size: 1000px 1000px;
	height: 32px;
	width: 38px;
	top: 19px;
	left: 24px;
}
.list {
	border-top: 1px solid #d2d2d2;
}
.row {
	cursor: pointer;
	position: relative;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 0;
}
.row:hover .row-item{
	background-color: rgba(0,173,186,0.06);
}
.row.display-content:after {
	height: 4px;
	background-color: #cb6257;
	margin: 30px 0;
}
.row-item {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1120px;
	height: 100px;
	align-items: center;
	margin: 0 auto;
}
.row-item--location {
	background-color: #464749;
	color: #fff;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-left: 32px;
	line-height: 27px;
	position: relative;
	width: 100%;
	max-width: 1120px;
	text-transform: uppercase;
	margin: 0 auto;
}
.row-item--time {
	position: relative;
	width: 20%;
	font-family: QueulatAlt, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.10em;
}
.row-item--title {
	position: relative;
    width: 100%;
    padding-left: 50px;
    font-family: QueulatAlt, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-right: 5	0px;
}
.row-item--content {
	position: relative;
	width: 82%;
	background-color: transparent;
	margin: 0 auto;
	max-width: 1120px;
	max-height: 0;
    transition: max-height 0.35s ease-out;
    -webkit-transition: max-height 0.35s ease-out;
    overflow: hidden;
    padding-left: 24px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-right: 40px;
    margin-left: 18%;
}
.icon--arrow  {
    position: absolute;
    right: 27px;
    top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(img/assets.png);
    background-position: -175px -9px;
	background-size: 1000px 1000px;
  	transition: all 0.3s ease-in-out 0s;
  	-webkit-transition: all 0.3s ease-in-out 0s;
}
.display-content .icon--arrow {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.display-content .schedule-item--content {
	max-height: 5000px;
    transition: max-height 0.25s ease-in;
    -webkit-transition: max-height 0.25s ease-in;
    padding-bottom: 50px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.red {
	color:#cb6257;
}
.extraextra {
	font-weight: 800;
}
.stop:before {
	position: relative;
	content: "-";
	display: block;
}
@font-face {
  font-family: 'QueulatAlt';
  src: 	url('fonts/QueulatAlt-Regular.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/QueulatAlt-Regular.otf')  format('opentype'),
	    url('fonts/QueulatAlt-Regular.woff') format('woff'), 
	    url('fonts/QueulatAlt-Regular.ttf')  format('truetype'), 
	    url('fonts/QueulatAlt-Regular.svg#QueulatAlt-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'QueulatAlt';
  src: 	url('fonts/QueulatAlt-Medium.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/QueulatAlt-Medium.otf')  format('opentype'),
	    url('fonts/QueulatAlt-Medium.woff') format('woff'), 
	    url('fonts/QueulatAlt-Medium.ttf')  format('truetype'), 
	    url('fonts/QueulatAlt-Medium.svg#QueulatAlt-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'QueulatAlt';
  src: 	url('fonts/QueulatAlt-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/QueulatAlt-Bold.otf')  format('opentype'),
	    url('fonts/QueulatAlt-Bold.woff') format('woff'), 
	    url('fonts/QueulatAlt-Bold.ttf')  format('truetype'), 
	    url('fonts/QueulatAlt-Bold.svg#QueulatAlt-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'QueulatAlt';
  src: 	url('fonts/QueulatAlt-Black.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/QueulatAlt-Black.otf')  format('opentype'),
	    url('fonts/QueulatAlt-Black.woff') format('woff'), 
	    url('fonts/QueulatAlt-Black.ttf')  format('truetype'), 
	    url('fonts/QueulatAlt-Black.svg#QueulatAlt-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: 	url('fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/DIN-Regular.otf')  format('opentype'),
	    url('fonts/DIN-Regular.woff') format('woff'), 
	    url('fonts/DIN-Regular.ttf')  format('truetype'), 
	    url('fonts/QDIN-Regular.svg#QueulatAlt-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: 	url('fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/DIN-Bold.otf')  format('opentype'),
	    url('fonts/DIN-Bold.woff') format('woff'), 
	    url('fonts/DIN-Bold.ttf')  format('truetype'), 
	    url('fonts/DIN-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}

p{
	font-family: DIN;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin: 6px 0;
}
h1{
	font-family: QueulatAlt;
	font-weight: 900;
	font-size: 50px;
	line-height: 47px;
}
h2{
	font-family: QueulatAlt;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0;
}
h3{
	font-family: QueulatAlt;
	font-weight: 900;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 0;
}
h4{
	font-family: QueulatAlt;
	font-weight: 900;
	font-size: 20px;
	line-height: 22px;
}
h5{
	font-family: DIN;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}
h6{
	font-family: DIN;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}
strong{
	font-weight: 700;
}
ul{
	padding-left: 20px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:960px) {
	.page-title h1 {
		font-size: 30px;
	}
	.page-title--content {
		display: block;
		font-family: DIN, sans-serif;
		font-weight:  400;
		font-size: 18px;
		color: #000;
		line-height: 25px;
	}
	.page-conent  h1 {
		font-size: 30px;
		margin-left: 0px;
	}
	.schedule-header--time,
	.schedule-item--time {
		width: 18%;
		font-size: 20px;
	}
	.schedule-header--title,
	.schedule-item--title {
		width: 82%;
		font-size: 22px;
	}
	.schedule-row:after {
		right: 30px;
		left: 30px;
	}
	.schedule-item--title {
		padding-right: 100px;
	}
	.page-template-template-inspirer .schedule-item--title {
		padding-right: 100px;
		width: 100%;
		padding-left: 50px;
	}
	.page-template-template-inspirer .schedule-item--content {
		width: 100%;
		padding-left: 50px;
		margin-left: 0;
	}
	.icon--arrow {
		right: 62px;
	}
	.stop:before {
		display: inline-block;
		padding: 0 5px;
	}
	.schedule-row:hover:before {
		content: " ";
		position: absolute;
		top: 2px;
		left: 30px;
		right: 30px;
		bottom: 3px;
		background-color: rgba(226,108,96,0.15);
	}
	.schedule-row.display-content:hover:before {
		bottom:33px;
	}
	.nav-header {
	    margin-bottom: 44px;
	}
	.display-menu .header-logo {
	    width: 170px;
    	height: 73px;
	}
	.home .page-content h1, .home .page-title--content {
    	width: 65%;
	}
}
@media only screen and (max-width:768px) {

	.box p{
    	font-size: 15px;
    	line-height: 19px;
	}
	.footer .wrapper {
		flex-wrap: wrap;
    	flex-grow: 1;
	}
	.footer-col-1,
	.footer-col-2{
		width: 50%;
	}
	.footer-col-3{
		margin-top: 50px;
	}
	.our-solutions--left {
    	width: 100%;
    	margin-left: 0;
	}
	.our-solutions--right {
    	width: 100%;
	}
	.our-solutions--right .widget_custom_post_widget {
    	padding-left: 0;
	}
	.footer-logo {
		float: none;
    	margin: 0 auto;
	}
}
@media only screen and (max-width:600px) {
	.home .page-content h1, .home .page-title--content {
	    width: 100%;
	}

}
@media only screen and (max-width:480px) {

	.home main {
    	padding: 61px 0 153px;
	}
	.home .page-content h1 {
    	font-size: 43px;
    	line-height: 51px;
	}
	.our-solutions h2 {
    	font-size: 43px;
    	line-height: 51px;
	}
	.boxes{
		height: auto;
		padding: 0;
	}
	.boxes .wrapper {
    	flex-wrap: wrap;
    	flex-grow: 1;
	}
	.box {
		width: 80%;
		border-bottom: 1px solid #fff;
    	border-right: none;
    	padding: 34px 0 34px;
    	margin: 0 auto;
	}
	.box:nth-of-type(3){
		border-bottom: none;
	}
	.footer-col-1,
	.footer-col-2{
		width: 100%;
	}
	.footer-col-2{
		margin-top: 50px;
	}
	.footer-col-3{
		width: 100%;
	}
	.page-content h1, .page-content--content {
    	margin-left: 5%;
    	margin-right: 5%;
    	width: 90%
	}
	.row-item--title {
	    padding-left: 10px;
	}
	.icon--arrow {
    	right: 10px;
	}
	.row-item {
    	height: 75px;
	}

}
@media only screen and (max-width:320px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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;
}
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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
