/*HOME7.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: DIGNITY.*/
/* Version: 1.3 Update Release*/
/* Build Date: 7th Feb 2014*/
/* For more info about this version please see update log: http://designova.net/changelog/dignity.pdf */
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#masthead{
	background-color: transparent;
}
.logo{
	float: left !important;
	margin-left: 60px !important;
}
#intro{
	height: 100%;
	background: url('../images/bg/parallax-minim.jpg') center center repeat;
}
#introonama{
	height: 100%;
	background: url('../images/bg/parallax-white.jpg') center center repeat;
}
.top-banner-caption-v6{
	text-align: right;
	display: block;
	width: 100%;
	/*padding: 0 90px;*/
}
.top-banner-caption-v6 h3{
	color: #fff;
	font-family:"OpenSansLight";
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
.top-banner-caption-v6 h3>span{
	/*padding: 5px 10px;*/
}
.top-banner-caption-v6 h1{
	margin-top: 0px;
	color: #cc0000;
	font-family:"robotoblack";
	text-transform: uppercase;
	font-size: 100px;
	font-weight: 100;
}

url-linker a{
	margin-left: 0px;
	margin-top: 10px;
}
.project-info-tag2{
	padding-top: 10px;
	margin-bottom: 10px;
    border-bottom: solid 1px #aaa;
	padding-bottom: 20px;
}
.project-info-tag2 > span{
	color: #000;
    font-family:"robotoblack";
    padding: 0px 8px;
    font-size: 14px;
	background-color:# 666;
}

/* Slider */
#item_slider2 {
/*    width: 680px;*/
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#item_slider2 a:active {
    outline: none;
}

.slides2,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#item_slider2 .slides2 > li {
    display: none;
}

#item_slider2 .slides2 img {
    max-width: 100%;
    display: block;
	border-style:solid;
	border-width:thin;
	border-color:#000000;
}

#item_slider2 {
    position: relative;
    zoom: 1;
}

#item_slider2 .slides2 {
    zoom: 1;
}

#item_slider2 .slides2 > li {
    position: relative;
}

#item_slider2 .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 30px;
    color: #000;
    border: solid 2px #000;
    position: absolute;
    top: 10px;
    cursor: pointer;
    text-indent: 1px;
    font-size: 15px;
    font-family:"robotolight";
    text-align: center;
    background: transparent;
}

#item_slider2 .flex-direction-nav li a:hover {
    background: transparent;
}

#item_slider2 .flex-direction-nav li .next {
    left: 45px;
}

#item_slider2 .flex-direction-nav li .prev {
    left: 10px;
}