﻿/* --------------

Theme name: Intent
Author: Lucid Themes
Version: 1.0
Last change: 27/07/2016

media query
pc : 1600, 1440, 1280
tablet : 1024, 834, 768
mobile : 580, 414, 360

-------------- */

body {-webkit-print-color-adjust:exact;}

.container {margin:0 auto;padding:0 15px}

*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:focus, a:focus {outline:0}

.row{margin-left:-15px;margin-right:-15px}
.row:before,.row:after{content:" ";display:table}
.row:after{clear:both}

.clear {clear:both}
.clearfix:after{content:'';display:block;font-size:0;height:0;clear:both}

*[class*="col-"] {position:relative;min-height:1px;padding:0 15px;}

.hidden{display:none!important;}
.no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}

.hov-bk{transition: background-color .25s ease-in-out, color .25s ease-in-out;-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;}

.image{height:auto;display:block;max-width:100%;}
.rounded-image{border-radius:50%;overflow:hidden;}


/* Large Desktop */
@media (min-width:1025px) {
	.container {width:1140px;}

	.col-xlarge-1,.col-xlarge-2,.col-xlarge-3,.col-xlarge-4,.col-xlarge-5,.col-xlarge-6,.col-xlarge-7,.col-xlarge-8,.col-xlarge-9,.col-xlarge-10,.col-xlarge-11 {float:left}

	.col-xlarge-12 {width:100%}
	.col-xlarge-11{width:91.66666666666666%}
	.col-xlarge-10{width:83.33333333333334%}
	.col-xlarge-9{width:75%}
	.col-xlarge-8{width:66.66666666666666%}
	.col-xlarge-7{width:58.333333333333336%}
	.col-xlarge-6 {width:50%}
	.col-xlarge-5{width:41.66666666666667%}
	.col-xlarge-4 {width:33.33333333333333%}
	.col-xlarge-3 {width:25%}
	.col-xlarge-2{width:16.666666666666664%}
	.col-xlarge-1{width:8.333333333333332%}
	
	.col-xlarge-5ths {width: 20%;float: left;}
	
	.hidden-xlarge {display:none !important}
	
	.xlarge-pull-right{float:right;}
	.xlarge-pull-left{float:left;}
}


/* Small Desktop and Tablet Landscape */
@media (min-width:1025px) and (max-width:1280px) {
	.container {width:970px}

	.col-large-1,.col-large-2,.col-large-3,.col-large-4,.col-large-5,.col-large-6,.col-large-7,.col-large-8,.col-large-9,.col-large-10,.col-large-11 {float:left}

	.col-large-12 {width:100%}
	.col-large-11{width:91.66666666666666%}
	.col-large-10{width:83.33333333333334%}
	.col-large-9{width:75%}
	.col-large-8{width:66.66666666666666%}
	.col-large-7{width:58.333333333333336%}
	.col-large-6 {width:50%}
	.col-large-5{width:41.66666666666667%}
	.col-large-4 {width:33.33333333333333%}
	.col-large-3 {width:25%}
	.col-large-2{width:16.666666666666664%}
	.col-large-1{width:8.333333333333332%}

	.hidden-large {display:none !important}
	
	.large-pull-right{float:right;}
	.large-pull-left{float:left;}
}

/* Tablet */
@media screen and (min-width:768px) and (max-width: 1025px) {
	.container {width:750px}

	.col-medium-1,.col-medium-2,.col-medium-3,.col-medium-4,.col-medium-5,.col-medium-6,.col-medium-7,.col-medium-8,.col-medium-9,.col-medium-10,.col-medium-11 {float:left}

	.col-medium-12{width:100%}
	.col-medium-11{width:91.66666666666666%}
	.col-medium-10{width:83.33333333333334%}
	.col-medium-9{width:75%}
	.col-medium-8{width:66.66666666666666%}
	.col-medium-7{width:58.333333333333336%}
	.col-medium-6{width:50%}
	.col-medium-5{width:41.66666666666667%}
	.col-medium-4{width:33.33333333333333%}
	.col-medium-3{width:25%}
	.col-medium-2{width:16.666666666666664%}
	.col-medium-1{width:8.333333333333332%}

	.hidden-medium {display:none !important}
	
	.medium-pull-right{float:right;}
	.medium-pull-left{float:left;}
}

/* Mobile */
@media screen and (max-width:768px) {

	.col-small-1,.col-small-2,.col-small-3,.col-small-4,.col-small-5,.col-small-6,.col-small-7,.col-small-8,.col-small-9,.col-small-10,.col-small-11 {float:left}

	.col-small-12{width:100%}
	.col-small-11{width:91.66666666666666%}
	.col-small-10{width:83.33333333333334%}
	.col-small-9{width:75%}
	.col-small-8{width:66.66666666666666%}
	.col-small-7{width:58.333333333333336%}
	.col-small-6{width:50%}
	.col-small-5{width:41.66666666666667%}
	.col-small-4{width:33.33333333333333%}
	.col-small-3{width:25%}
	.col-small-2{width:16.666666666666664%}
	.col-small-1{width:8.333333333333332%}

	.hidden-small {display:none !important}
	
	.small-pull-right{float:right;}
	.small-pull-left{float:left;}
}