@import url(jquery.bxslider.css);
@import url(ohover.css);
@import url(slicknav.css);
@import url(bootstrap.css);

html,body {
	margin:0;
	padding:0;
	font-family: 'MyriadWebPro';
	font-size:12px;
	color:#2d375e;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	text-decoration:none;
	color:#2d375e;
}

a:hover {
	color:#a6a8c9;
}

#menu {
	font-family: 'OratorStd';
}

p {
	font-family: 'MyriadWebPro';
	font-size:12px;
	margin:10px 0;
	line-height:20px;
}

.l {
	float:left;
}

.r {
	float:right;
}

/*--------------TOP LINE HEADER--------------*/

header.topline {
	float:left;
	width:100%;
	min-height:40px;
	background:#2d375e;
}

header.topline .wrapper, .wrapper {
	margin:0 auto;
	width:100%;
	max-width:990px;
	clear:both;
}

header.topline .wrapper div.top-section {
	float:right;
	height:40px;
	max-width:292px;
	width:100%;
}

header.topline .wrapper div.top-section p,header.topline .wrapper div.top-section form,header.topline .wrapper div.top-section a {
	float:left;
	color:#fff;
}

header.topline .wrapper div.top-section p, header.topline .wrapper div.top-section a {
	text-transform:uppercase;
	letter-spacing:8px;
	line-height:22px;
}

header.topline .wrapper div.top-section form {
	margin:8px 0 0 20px;
}

header.topline .wrapper div.top-section form input[type="text"] {
	border:none;
	padding:5px;
	font-size:12px;
	font-family: 'MyriadWebPro';
	width:180px;
	color:#333;	
}

header.topline .wrapper div.top-section a {
	height:40px;
	display:block;
	text-decoration:none;
	line-height: 40px;
}

header.topline .wrapper div.top-section a:hover {
	color:#a6a8c9;
}

.logo {
	width:100%;
	text-align:center;
	padding:10px 0;
}

.logo img {
	max-width:100%;
}

nav {
	width:100%;
	text-align:center;
	border-top:solid thin #707791;
	border-bottom:solid thin #707791;
	font-family: 'OratorStd';
}

nav ul li {
	display:inline-block;
	position:relative;
}

nav ul li a {
	display:block;
	padding:0 15px;
	line-height:40px;
	height:40px;
	text-transform:uppercase;
	font-size:18px;
}

nav ul li ul li a {
	display:block;
	font-size:16px;
	line-height:40px;
	width:220px;
	height:auto;
	padding:0 10px;
}

nav ul ul ul li a {
	line-height:24px;
	padding:10px 20px;
}

nav ul li ul,nav ul li:hover ul li ul {
	display:none;
}

nav ul li:hover ul,nav ul li ul li:hover ul {
	display:block;
	position:absolute;
	top:40px;
	z-index:1;
	background:#fff;
	border: solid 1px #2d375e;
  	border-top: 0;
	text-align:left;
}

nav ul li ul li:hover ul{
	border-top: solid 1px #2d375e;
}

nav ul li ul li:hover ul{
	left:220px;
	top:0;
}

/*--------------SLIDER--------------*/
.headline-slider {
	margin:10px 0;
	width:100%;
}

ul.rg-slide li {
	position:relative;
}

ul.rg-slide li div.caption,.product-right .caption {
	position:absolute;
	bottom:0;
	left:0;
	max-width:990px;
	width:100%;
	padding:10px;
	background:url(../images/purple-blank.png)repeat;
}

ul.rg-slide li div.caption p.title {
	font-family: 'OratorStd';
	color:#fff;
	font-size:18px;
	margin:5px 0 15px;
}

ul.rg-slide li div.caption p.desc {
	color:#fff;
	font-size:12px;
	margin:5px 0;
	font-weight:200;
	letter-spacing:2px;
}

.clearer {
	width:100%;
	margin:10px 0;
}

.view-more {
	/* width:200px;
	height:20px;
	position:absolute;
	left:0;
	top:12px; */
}

.view-more a {
	display:block;
	/* width:100px; */
	/* height:20px; */
	/*background:url(../images/view-more.png)no-repeat left center;*/
	padding:0;
	/* line-height:20px; */
	font-size: 20px;
  	text-transform: uppercase;
	font-family: 'OratorStd';
	font-weight:700;
	margin:7px 0;
	text-align:left;
}

p.big-title,p.product-cat,p.product-cat a,.overlay p.title {
	text-align:center;
	font-family: 'OratorStd';
	font-size:20px;
	font-weight:700;
}

p.big-title{
	text-align:left;
	/* padding-left:343px; */
}

p.product-cat,p.product-cat a,.overlay p.title {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;	
}

/*--------------CONTENT--------------*/

.content,footer,.product,.news,.contact,.company {
	max-width:990px;
	width:100%;
}

.contact form div {
	/*max-width:990px;
	width:100%;
	float:left;*/
}

.content .rows,.overlay,.product .rows {
	width:300px;
	height:240px;
	position:relative;
	overflow:hidden;	
}

.content .rows:nth-child(2){
	margin:0 44px;
}

.content .rows img {
	width:100%;
	/*margin-bottom:15px;*/
}

.content table {
	border-collapse:collapse;
	border:solid thin #ccc;
}

.content table tr th,.content table tr td {
	padding:10px;
	border:solid thin #ccc;
}

.content table tr th {
	background:#c1c2d9;
}

.aboutUs img {
	max-width:100%;
}

.news .rows {
	width:100%;
	height:auto;
	display:inline-block;
	border-bottom: dotted thin #ccc;
	padding-bottom:20px;
}

.news .rows .image-section {
	max-width:200px;
	width:100%;
	margin-right:20px;
}

.news .rows .image-section img {
	width:100%;
	height:150px;
}

.news .rows .desc {
	max-width:770px;
	width:100%;
}

.news .rows a {
	font-size:18px;
	display:block;
	font-weight:700;
	padding:10px 0;
}

/*.content div.rows:nth-child(2),*/.product div.rows:nth-child(2) {
	margin:0 44px;	
}

.overlay {
	width:280px;
	height:180px;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/white-blank.png)repeat;
}

.overlay p.title {
	text-align:left;
}

/*--------------PRODUCT--------------*/
.product .active-cat {
	border-bottom:solid 2px #2d375e;
	padding:5px;
}

.product-left {
	width:100%;
	max-width:260px;
	border:solid thin #2d375e;
	padding:20px;
}

.product-left h3 {
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
	font-size:20px;	
}

.product-left ul li.active {
	border-bottom:solid 1px #2d375e;
}

.product-left ul li a {
	font-size:18px;
	text-transform:uppercase;
	padding:15px 0;
	display:block;
}

.product-right {
	width:100%;
	max-width:688px;
	position:relative;
}

.product-right img {
	max-width:100%;
}

.product-right .caption {
	max-width:658px;
	padding:15px;
	color:#fff;
}

.product-right .caption h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:300;
	margin-top:0;
}

.product-right .caption p {
	font-size:14px;
}

/*--------------CONTACT--------------*/
.contact h3 {
	color:#2d375e;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;	
}

.contact .image {
	width:300px;
}

.contact .desc {
	max-width:600px;
	width:100%;
	margin:0 0 0 20px;
}

/*.contact div {
	width:100%;
	float:left;
	margin-bottom:20px;
}*/

.contact div label {
	float:left;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	width:100px;
}

.contact div label:after {
	float:right;
	content:":"
}

/*.contact div input[type="text"],.contact div textarea{
	float:left;
	width:600px;
	padding:5px;
	margin-top:5px;
}

.contact div:nth-child(1) input[type="text"]{
	width:300px;
}

.contact div textarea {
	min-height:150px;
}*/

.contact div input[type="submit"],.contact div input[type="reset"] {
	border:none;
	background:none;
	text-transform:uppercase;
	font-family: 'OratorStd';
	color:#2d375e;
	cursor:pointer;	
}

.contact div:nth-child(7){
	width:74%;
}

.contact div:nth-child(7),.contact div:nth-child(7) input[type="submit"],.contact div:nth-child(7) input[type="reset"] {
	display:inline-block;
	text-align:right;
}

.contact div input[type="submit"]:hover,.contact div input[type="reset"]:hover{
	color:#c1c2d9;
}

/*--------------COMPANY--------------*/
.company .rows {
	height:200px;
}

.company .article p {
	font-size:14px;
	line-height:22px;
}

/*--------------PROJECT--------------*/
.content .big-image {
	float:left;
	width:100%;
	text-align:center;
}

.content .big-image p {
	font-family: 'OratorStd';
	font-size:16px;
}

.content .big-image p span {
	margin:0 10px;
}

.content .halfrows {
	max-width:462px;
	width:100%;
	margin-right:64px;
}

.content div.halfrows:nth-child(2),.content .halfrows ul li:nth-child(3){
	margin:0;
}

.content .halfrows ul li {
	float:left;
	margin:0 20px 0 0;
}

.content .halfrows h3 {
	text-transform:uppercase;
}

/*--------------FOOTER--------------*/
footer {
	border-top:solid thin #2d375e;
}

footer .rows {
	max-width:320px;
	width:100%;
	margin:10px 0;
	min-height:120px;
}

footer div.rows:nth-child(2) {
	width:290px;
	margin:10px 14px;
	padding:40px 14px 0;
	border-left:solid thin #2d375e;
	border-right:solid thin #2d375e;
}

footer .rows p.menu,footer .rows p.mail {
	font-size:18px;
	font-family: 'OratorStd';
}

footer .rows p.phone {
	font-size:36px;
	font-weight:700;
	font-family: 'MyriadWebPro';
	margin-top:36px
}

footer .rows p.mail {
	font-size:16px;
}

footer .rows ul li {
	margin:0 0 10px;
}

footer .rows ul li a {
	font-size:14px;
	text-transform:uppercase;
}

.footer-bottom {
	width:100%;
	height:40px;
	background:#c1c2d9;
}

.footer-bottom p.download,.footer-bottom p.signature {
	text-transform:uppercase;
	margin:0;
	line-height:40px;
}

.footer-bottom p.signature {
	padding:0 20px;
}

.footer-bottom p.download a {
	background:#2d375e;
	color:#fff;
	display:block;
	padding:0 20px;
}

.footer-bottom p.download a:hover {
	color:#a6a8c9;
	text-decoration:underline;
}

.mobile-menu {
	display:none;
}



@media screen and (max-width:768px) {
	
.item-hover.circle,.item-hover.circle .img{
	width:auto;
}
	
.row img{
	max-width:100%;
}
.headline-slider {
	margin-top:0;
}

header.topline .wrapper div.top-section{
	display:none;
}

header.topline .wrapper div.top-section a {
	color:#2d375e;
}

header.topline .wrapper div.top-section form {
	float:right;
	margin:8px 8px 0;
	display:block;
}

header.topline .wrapper div.mobile-menu {
  position: relative;
  width: 100%;
  float: left;
  display: block;
}

.mobile-menu ul#menu {
	display:none;
}

.mobile-menu form {
	position:absolute;
	right:8px;
	top:8px;
	margin:0;
}

.wrapper nav {
	display:none;
}

.l,.r {
	float:none;
	display:inline-block;
}

.content {
	text-align:center;
}

.content .big-image {
	float:none;
	display:inline-block;
	max-width:768px;
}

.content .big-image img {
	max-width:100%;
}

.content .halfrows {
	max-width:768px;
	margin:0;
	text-align:center;
}

.content .halfrows ul li {
	margin:0 5px;
	float:none;
	display:inline-block;
}

.view-more a {
	/* padding:0 0 0 8px; */
}

.content div.rows:nth-child(2), .product div.rows:nth-child(2) {
	margin:0;
}

.product {
	margin:0;
	text-align:center;
}

footer div.rows {
	text-align:center;
	max-width:990px;
}

footer div.rows:nth-child(-n+2){
	display:none;
}

.footer-bottom {
	text-align:center;
}

.product-right .caption p {
	padding:0 10px;
}

.content .rows, .overlay, .product .rows {
	margin:0 0 10px;
	vertical-align:top;
}

.product .rows {
	max-width:245px;
	height:auto;
}

.product .rows img {
	max-width:100%;
}

.product-right {
	margin-top:10px;
}

.contact .clearer {
	text-align:center;
}

.contact h3 {
	margin:10px;
}

.contact .clearer form {
	max-width:768px;
	width:100%;
}