/*CSS 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, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* End CSS reset*/



html {
	max-width: 100%;	
	margin: 0 auto;	
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

.container {
	max-width: 1370px;
	margin: 0 auto;
}


/*Header*/
.logo {
	position: relative;
}

header {
	height: 109px;	
}
	header img {
		float: left;
		position: absolute;	
		margin: 0 auto;
		text-align: center;
		top: 20px;
	}
	header h1 {
		font-size: 22px;
		float: left;
		font-weight: bold;
		line-height: 109px;	
		position: absolute;
		margin: 0 auto;
		text-align: center;
		left: 86px;
	}
	header a {
		color: #000;
	}


.top-rg-menu>ul {
	float: right;
}
	.top-rg-menu>ul>li {
		display: inline-block;
		padding: 35px 25px;
	}
	.top-rg-menu>ul>li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #7084a9;
		letter-spacing: 0.5px;
	}
	.top-rg-menu .mobile-icons {
		display: none;
	}

.primary {
	font-size: 11px;
}

.secondary {
	font-size: 16px;
	font-weight: bold;
}

.topnav {
	background-color: #000;
	min-height: 62px;	
}

.topnav .fa {
	color: #b25d74;
	font-size: 18px;
}

.topnav a {
 	float: left; 	
 	color: #fff;
  	text-align: center;  	
  	text-decoration: none;
  	font-size: 14px;
  	display: inline-block;
	margin-right: 56px;
	text-transform: uppercase;
	line-height: 62px;
}

.topnav .icon {
	display: none;
}
/*Header*/


/*Slider*/
.slider {
	text-align: center;
	color: #fff;
	height: 632px;
	background-image: url("../images/slider-header-bg.jpg");
	background-position: top center;
	background-size: cover;
	width: auto;	
	position: relative;
}
	.slider h1 {
		text-transform: uppercase;
		font-size: 50px;
		padding-bottom: 30px;
	}
	.slider span {
		font-weight: bold;
	}
	.slider p {
		font-size: 24px;
		width: 43%;
		margin: 0 auto;
		padding-bottom: 50px;
		line-height: 38px;
	}
	.slider button {
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		height: 53px;
		padding: 15px 35px;
		text-transform: uppercase;
		font-size: 14px;
		cursor: pointer;		
	}

	.slider button::after {
		content: "   >";
	}

.slide {
	margin: 0 auto;
    text-align: center;
    display: block;
    top: 25%;
    width: 100%;    
}

.align {
    position: relative;
    top: 25%
}
/*End slider*/


/*Projects area*/
.projects {
	text-align: center;
	width: auto;
	height: auto;
}
	.projects h1 {
		font-size: 26px;
		color: #7084a9;
		text-transform: uppercase;
		font-weight: bold;
		margin: 89px 0 50px 0;
	}

.sort-form {
	display: inline-block;	
}
	.sort-form span {
		font-weight: bold;
		text-transform: uppercase;
		padding-right: 10px;
	}
	.sort-form select {
		background-color: #ddd;
		border: 0;
		padding: 10px 20px;
		color: #777;
		font-family: "Open Sans";
		font-size: 14px;
		margin-bottom: 68px;
		border-radius: 5px;
	}

.project-list {
	width: 100%;
	min-height: 690px;
}

.project {
	position: relative;
	width: 410px;
	margin: 0 0 35px 35px;
	left: 0;
    float: left;
    height: auto;
}
	.project span {
		position: absolute;
		z-index: 100;
		top: 50%;
		left: 35%;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
	}
span.filter-purple, span.filter-black {
	position: absolute;
    background: #bd3bb2;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}

span.filter-black {
	background: #555;
}
/*End Projects area*/


/*Questions area*/
.questions {
	background-color: #c1cada;
	min-height: 777px;
	display: flex;
}
	.questions h1 {
		font-size: 26px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		padding: 90px 0 60px 0;
	}	
	.questions p {
		float: left;
		font-family: "Myriad Pro";
		font-size: 17px;
		line-height: 26px;
	}
		.questions p img {
			float: left;
			padding-right: 44px;
		}
	.questions button {
		float: right;
		color: #fff;
		background-color: #677ca3;
		border: 2px solid #41557a;
		border-radius: 5px;
		text-transform: uppercase;
		padding: 15px 30px;
	}
	.questions span {
		font-family: "Myriad Pro";
		font-size: 14px;
		color: #7184a9;
	}
	.questions p {
		padding: 40px;
	}
	
.title {
	background-color: #7084a9;	
	height: 81px;	
	margin: 0 auto;
	float: left;
	width: 100%;	
}
	h3.title  {
		font-family: "Open Sans";
		color: #fff;
		font-size: 18px;		
		line-height: 81px;		
		margin: 5px auto;					
	}

	h3.title::after {
		content: ">";
		float: right;
		padding: 0 40px;
		font-family: monospace;
		font-size: 22px;
	}

.ui-state-active {
	background-color: #000;
}
	.ui-accordion-header-collapsed::after  {
		-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	    transform: rotate(90deg);
	}
/*Questions area*/


/*Footer Area*/
footer {
	height: 570px;
	width: 100%;
	background-color: #111212;	
	color: #fff;	
	margin: 0 auto;
}
	footer h2 {
		font-size: 18px;
		padding-bottom: 20px;
	}
	footer ul {
		padding-top: 90px;
	}
	footer ul li {
		line-height: 40px;
	}
	footer .menu-footer {
		/*margin-right: 50px;*/
		width: 20%;
		float: left;
		height: 212px;
	}
	footer .red a {
		color: #ab596f;
		text-decoration: none;
		font-size: 16px;
	}
	footer .blue a {
		color: #677ca3;
		text-decoration: none;
		font-size: 16px;
	}

.footer-msg {
	background-image: url("../images/footer-stripe-bg.png");
	background-position: bottom;
	background-repeat: no-repeat;	
	margin: 0 auto;	
	text-align: center;
	height: 90px;
}
	.footer-msg span {
		opacity: .3;
		font-size: 14px;
		margin: 0 auto;	
		display: block;	
		line-height: 90px;				
	}

.logo-footer {	
	margin: 0 auto;
	display: block;
	text-align: center;	
	position: relative;
}
	.logo-footer img {		
		top: -8px;
		left: 48%;
		opacity: .9;
	}
/*End Footer Area*/


/* Media Query*/
@media screen and (max-width: 720px) {
	.topnav {
		min-height: 23px;
		padding: 15px;
	}
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav a {		
		line-height: 25px;
		margin-right: 20px;
		font-size: 16px;

	}
	.topnav.responsive {
		position: relative;
		background-color: #000;
	    line-height: 35px;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	h3.title {
		line-height: 35px;
	}
	footer {
		height: auto;
		text-align: center;
	}
	footer .menu-footer {
		width: 100%;
		height: auto;
	}
	.slider h1 {
		font-size: 35px;
	}
	.slider p {
		width: 75%;
		font-size: 15px;
	}
	.align {
		top: 15%;
	}
}

@media screen and (max-width: 468px) {
	.logo h1 {
		display: none;
	}
	.primary, .secondary {
		display: none;
	}
	.top-rg-menu .mobile-icons {
		display: inline-block;
		float: left;
		font-size: 30px;
		margin-right: 20px;		
	}
	.top-rg-menu>ul>li {
		padding: 23px 10px;
	}
	.project-list img {
		width: 100%;
		height: auto;
		padding: 0;
	}

	footer ul {
    	padding-top: 20px;
	}

	span.title {
		padding: 0;
		font-size: 14px;
	}
	.project {
		width: auto;
		margin: 5px 0;
	}
	.questions {
		min-height: 500px;
	}
		.questions p {
			padding: 5px;
		}
	.logo-footer{
	    min-height: 115px;
	}
}