/**
 * @author  ( Angle180 LLC  )
 * @copyright Copyright (C) 2014 Angle180 LLC. All rights reserved.
 * @license Commercial Template. Do not use without written permission on Angle180 LLC.
 */

/* -----Fonts------ */
	/* TITLES */
h2.title, h2.menutitle, h3.moduletitle, h1, h2, h4 {
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	margin:10px 0px;
	font-weight:normal;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	margin:10px 0px;
	font-weight:normal;	
}
	/* MODULES 
h3.moduletitle {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	margin:10px 0px 0px 0px;
}
*/
	/* All */
body, p, span, li, a, button, input, textarea {
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
h1 {
	font-size:36px;
}
h4 {
	text-transform:uppercase;
	margin-bottom:0px;
}
a {
	color:#b4843b;
}
a:hover {
	color:#b4843b;
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

/* INNER MODULE FORM ELEMENTS */
.input-w90 .gcore-input, .input-w100 .gcore-input, .input-w80 .gcore-input, .input-w70 .gcore-input {
	width:100%;
}

.input-w100 input[type='text'], .input-w100 select, .input-w100 textarea {
	width:100%!important;
}
.input-w90 input[type='text'], .input-w90 select, .input-w90 textarea {
	width:90%!important;
}
.input-w80 input[type='text'], .input-w80 select, .input-w80 textarea {
	width:80%!important;
}
.input-w70 input[type='text'], .input-w70 select, .input-w70 textarea {
	width:70%!important;
}
.input-w60 input[type='text'], .input-w60 select, .input-w60 textarea {
	width:60%!important;
}
.input-w50 input[type='text'], .input-w50 select, .input-w50 textarea {
	width:50%!important;
}



/* Text Formating */
.text-left,  .text-left p {
	text-align:left;
}
.text-right, .text-right p {
	text-align:right;
}
.text-center, .text-center p {
	text-align:center;
}
.text-justify, .text-justify p {

}
.label-left label {
    text-align:left!important;
}
.label-right label {
    text-align:right!important;
}
.label-center label {
    text-align:center!important;
}
.label-justify label {
    text-align:justify!important;
}


.text-size-10, .text-size-10 p {
	font-size:10px;
}
.text-size-11, .text-size-11 p {
	font-size:11px;
}
.text-size-12, .text-size-12 p {
	font-size:12px;
}
.text-size-13, .text-size-13 p {
	font-size:13px;
}
.text-size-14, .text-size-14 p {
	font-size:14px;
}
.text-size-15, .text-size-15 p {
	font-size:15px;
}
.text-size-16, .text-size-16 p {
	font-size:16px;
}
.text-size-17, .text-size-17 p {
	font-size:17px;
}
.text-size-18, .text-size-18 p {
	font-size:18px;
}
.upper {
	text-transform:uppercase;
}

/* paddings, margins... */
.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px;
}



/* Colors */
.color-3 {
	color:#333;
}
.hvr-color-f:hover {
	color:#fff;
}
.color-f {
	color:#fff;
}
.color-red {
	color:#aa0927;
}

/* Floating */
.float-left {
	float:left;
}
.float-none {
	float:none;
}
.float-right {
	float:right;
}

/* opacity */
.opacity01 {
	opacity:0.1;
}
.opacity02 {
	opacity:0.2;
}
.opacity03 {
	opacity:0.3;
}
.opacity04 {
	opacity:0.4;
}
.opacity05 {
	opacity:0.5;
}
.opacity06 {
	opacity:0.6;
}
.opacity07 {
	opacity:0.7;
}
.opacity08 {
	opacity:0.8;
}
.opacity09 {
	opacity:0.9;
}
.opacity1 {
	opacity:1;
}
/* opacity-hover */
.hvropacity01:hover {
	opacity:0.1;
}
.hvropacity02:hover {
	opacity:0.2;
}
.hvropacity03:hover {
	opacity:0.3;
}
.hvropacity04:hover {
	opacity:0.4;
}
.hvropacity05:hover {
	opacity:0.5;
}
.hvropacity06:hover {
	opacity:0.6;
}
.hvropacity07:hover {
	opacity:0.7;
}
.hvropacity08:hover {
	opacity:0.8;
}
.hvropacity09:hover {
	opacity:0.9;
}
.hvropacity1:hover {
	opacity:1;
}


/* JS ICO EFFECT */
.js_ico {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;   
    overflow:hidden;
}  
 
.js_ico:hover   {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.height130block {
	width:100%;
	height:130px;
	display:block;
	overflow:hidden;
}
.height100block {
	width:100%;
	height:100px;
	display:block;
	overflow:hidden;
}

.height120block {
	width:100%;
	height:120px;
	display:block;
	overflow:hidden;
}

.height140block {
	width:100%;
	height:140px;
	display:block;
	overflow:hidden;
}
.height150block {
	width:100%;
	height:150px;
	display:block;
	overflow:hidden;
}
.height170block {
	width:100%;
	height:170px;
	display:block;
	overflow:hidden;
}
.height80block {
	width:100%;
	height:80px;
	display:block;
	overflow:hidden;
}
.height60block {
	width:100%;
	height:60px;
	display:block;
	overflow:hidden;
}
.height500block {
	width:100%;
	height:500px;
	display:block;
	overflow:hidden;
}
.height300block {
	width:100%;
	height:300px;
	display:block;
	overflow:hidden;
}
.height30block {
	width:100%;
	height:30px;
	display:block;
	overflow:hidden;
}
.width45 {
	width:45%;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
	display:block;
}
.cbutton1 {
	background:transparent;
	border:2px solid #fff;
	padding:10px 20px 10px 20px;
	color:#fff;
	text-transform:uppercase;
	outline:none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.cbutton1:hover {
	background:rgba(0,0,0,0.7)
}
.height100 {
	height:100%;
}