/* reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
.wrap{
	width:100%;
	margin:0 auto;
}
/*---start-header----*/
.logo{
	float:left;
}
.top-nav{
	float:right;
	margin-top: 25px;
}
.top-nav li{
	display:inline-block;
}
.top-nav li a{
	font-family: 'Roboto', sans-serif;
	color: #7B7C7E;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0px 27px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color:#a086d3;
}
.header {
	padding: 33px 0px;
}
/*---start-content----*/
.content-slogan{
	text-align:center;
}
.content-slogan p,.content-slogan a{
	font-family: 'Roboto', sans-serif;
	color: #7B7C7E;
	font-size: 1.7em;
	width: 82%;
	margin: 0 auto;
	padding: 20px 0px;
}
.content-slogan a{
	color:#a086d3;
	font-size:1em;
	font-weight: 500;
}
.slogan-sub{
	text-align:center;
}
.slogan-sub p{
	font-family: 'Roboto', sans-serif;
	color: #7B7C7E;
	font-size: 0.875em;
	width: 82%;
	margin: 0 auto;
	padding:0px 0px 20px 0px;
}
/*---grids----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
    margin-bottom: 1%;
}
.grid_1_of_3:first-child {
	margin-left: 0;
	background:#a086d3;
}
.grid_1_of_3:nth-child(2){
	background:#ff7243;
}
.grid_1_of_3:nth-child(3){
	background:#59a3fc;
}

.grid_2_of_3{
	background:#ff7243;
    margin-bottom: 1%;
}
.grid_3_of_3{
	background:#59a3fc;
    margin-bottom: 1%;
}

.images_1_of_3 {
	width: 100%;
	padding: 1.5% 1.5% 2% 1.5%;
	text-align: center;
}
.images_1_of_3  img {
	max-width:100%;
	display: inline-block;
}
.images_1_of_3  h3{
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 2.7em;
	width: 82%;
	margin: 0 auto;
	padding: 10px 0px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
}
.images_1_of_3  p  {
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	width: 86%;
	margin: 0 auto;
	padding: 10px 0px 21px 0px;
}
.images_1_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_3 .button a{
		background: #fff;
		padding: 12px 32px;
		font-family: 'Roboto', sans-serif;
		color: #a086d3;
		font-size: 1.275em;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;
}
.images_1_of_3 .button a:hover{
	    background:#7B7C7E;
	    color:#fff;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
	border-top: 10px solid #a086d3;
	border-bottom: 10px solid #a086d3;
}
