@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');


body {
	width: auto;
	font-family: 'Roboto', sans-serif;

	color:#35424d;
	line-height:auto;
}
.fa{
	display:inline-block;
	margin-right:3px;
	}

hr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
	width: 100%;
}

body, p, a, ul, ol{
	font-size: 14px;
	line-height:22px;
	}
.oren{
	color:#F60;
	text-shadow:0px 0px 5px #000;
	}
.blue{
	color:#1E5799;
	}
/*************** ALL LINKS SAME STYLE LAAAAA **************************************/
a{
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #35424d;
}
.hover a:hover{
	opacity:0.7;
	cursor:pointer;	}

ul{
	color:#333;
	}
/*************** TITLE STYLE **************************************/
h1{
	font-family: 'Rubik', sans-serif;
	color: #1E5799;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

h2{
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;

}
h3{
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;

}
.justify{
	text-align:justify;
	}
.center{
	text-align:center;
	}
.left{
	text-align:left;
	}
.right{
	text-align:right;
	}
ol, ul{
	padding-left: 25px;
}


/*************** READ MORE BUTTON **************************************/
.readmore{
	text-decoration: none;
	background-color:rgba(0,0,0,0.7);
	color: #fff;
	font-weight: normal;
	padding: 7px 15px 7px 15px;
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: url(viewmore.png);
	background-repeat: no-repeat;
	background-position: right 130px;
	cursor:pointer;
	border-radius:5px;
	text-transform: uppercase;
	font-size: 12px;
	min-width:100px;
	text-align:center;
}
.readmore:hover{
	padding-right: 25px;
	background-position: top 13px right 10px;
	background-color:rgba(0,0,0,1);
  opacity:1;

}
 
.readmore.disabled{
	opacity:0.6;
	pointer-events: none;
	}
.floatright{
	float:right;
	background-color: #2aa395;
}
/*********************CONTACT US INFO ARRANGEMENT*******************************************/


.contact span{
	width:40px;
	display:inline-block;
	
}
