@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900&subset=latin,latin-ext);

@import url('../assets/font-awesome-4.2.0/css/font-awesome.css');

/* font-family: 'Titillium Web', sans-serif; */

body {
	margin:0;
	padding:0;
	font-family: 'Titillium Web', 'Titillium' sans-serif;
	background-color:#f5f5f5;
	color:#666;	
	}
	
#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	position:relative;
	z-index:100;
	height:135px;
	background-image:url(../images/sarnet-header-back.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#top-helper-menu {
	display:none;
}

#top-logo {
	width:172px;
	height:85px;
	float:left;
	background-image:url(../images/sarnet-top-logo.png);
	background-position:center center;
}

#top-nav {
	float:left;
	margin:6px 0 0 10px;
}

#top-nav > ul {
	margin:0;
	padding:0;
}

#top-nav > ul > li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}

#top-nav > ul > li > a{
	padding:5px 15px 15px 15px;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	display:block;
	float:left;
	height:20px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#top-nav > ul > li > a:hover{
	color:rgba(255, 255, 255, 0.3);
	text-shadow:-1px -1px 0px rgba(255, 255, 255, 1), 3px 3px 3px rgba(0, 0, 0, 0.3);
}

ul.sub-nav {
	position:absolute;
	display:none;
	opacity:0;
	visibility:hidden;
	margin:30px 0 0 0;
	padding:10px 10px 50px 10px;
	background-image:url(../images/sub-menu-back.png);
	background-position:center bottom;
	background-size:100% auto;
	background-repeat:no-repeat;
	-webkit-transition:opacity 0.5s ;
  -o-transition:opacity 0.5s ;
  transition:opacity 0.5s ;
}


#top-nav > ul > li:hover > ul.sub-nav {
	
	display:block;
	opacity:1;
	visibility:visible;
}

ul.sub-nav li{
	list-style:none;
	display:list-item;
}

ul.sub-nav li a{
	padding:5px 10px 15px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	display:block;
	float:left;
	height:18px;
		  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

ul.sub-nav li a:hover{
	color:rgba(255, 255, 255, 0.3);
	text-shadow:-1px -1px 0px rgba(255, 255, 255, 1);
}

#sarnet-slider {
	position:relative;
	z-index:10;
	height:497px;
	margin-top:-50px;
	background-image:url(../images/slider-back.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#slider {
	height:490px;
}

.slide {
	height:430px;
	padding-top:60px;
}

.slide-inside {
	width:980px;
	margin:0 auto;
	height:430px;
}


h1.page-title {
	text-align:left;
	padding:0;
	margin:100px 0 30px 0;
	font-weight:200;
	font-size:60px;
	color:#ff000a;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	clear:both;
}

#content {
	position:relative;
	z-index:10;
	margin-top:-50px;
	background-image:url(../images/content-back.png);
	background-position:center top;
	background-repeat:repeat-x;
	min-height:600px;
}

.splash {
	font-weight:200;
	font-style:italic;
	font-size:24px;
	text-align:center;
	padding:15px 40px;
	background-image:url(../images/splash-left-back.png), url(../images/splash-right-back.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left top, right bottom;
	margin:40px 0;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}

.page-img {
    -webkit-filter: drop-shadow(0px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=12, Color='#444')";
	margin-bottom:30px;
}

h2.sub-title {
	font-size:24px;
	color:#ff000a;
	font-weight:400;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.3);
	padding:0 30px;
	position:relative;
}

h2.sub-title:before {
	content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top:9px;
    left: 0;
}


p.page-text {
	text-align:justify;
}

p.page-text a{
	color:#ed1c24;
	text-decoration:none;
}

p.page-text a:hover {
	color:#ed1c24;
	text-decoration:underline;
}

#footer {
	height:px;
	margin-top:50px;
	background-image:url(../images/footer-back.png);
	background-repeat:repeat-x;
	background-position:center top;
}

.address-block {
	padding:5px 30px 0 30px;
	color:#FFF;
	text-align:right;
	height:33px;
}

.address-block a{
	color:inherit;
	text-decoration:none;
}

.address-block a:hover {
	color:inherit;
	text-decoration:underline;
}

.address-block .address {
	float:left;
}

.footer-logo {
	height: 34px;
	background-image:url(../images/footer-logo-back.png);
}

.footer-logo div:nth-child(1) {
	padding-top:8px;
}

.footer-logo div:nth-child(2) {
	padding-top:5px;
	text-align:center;
	color:#FFF;
}

.footer-logo div:nth-child(3) {
	padding-top:10px;
	text-align:right;
}

.row {
	width:980px;
	margin:0 auto;
	*zoom: 1;
}

.row:before, .row:after {
    content: " "; 
    display: table;
}

.row:after {
    clear: both;
}

.row-full {
	*zoom: 1;
}

.row-full:before, .row-full:after {
    content: " "; 
    display: table;
}

.row-full:after {
    clear: both;
}

.col-6 {
	width:50%;
	float:left;
}

.col-4 {
	width:33.3333333%;
	float:left;
}

.col-3 {
	width:25%;
	float:left;
}

.col-8 {
	width:66.666666666666%;
	float:left;
}


.col-9 {
	width:75%;
	float:left;
}

.col-2 {
	width:16.666666666666%;
	float:left;
}


.col-10 {
	width:83.333333333333%;
	float:left;
}


.btn {
	display:inline-block;
	font-size:18px;
	font-weight:400;
	margin:10px;
	cursor:pointer;
	padding:5px 15px;
	border-radius:7px;
}

* .btn:first-child {
	margin-left:0;
}

* .btn:last-child {
	margin-right:0;
}

.btn-red{
	background-color:#ed1c24;
	color:#FFF;
}

.btn-red:hover{
	background-color:#b60e21;
	color:#FFF;
}

.btn-black{
	background-color:#000;
	color:#FFF;
}

.btn-black:hover{
	background-color:#222;
	color:#FFF;
}

.btn-gray{
	background-color:#999;
	color:#FFF;
}

.btn-gray:hover{
	background-color:#666;
	color:#FFF;
}

.mb-30 {
	margin-bottom:30px;
}

.news-link-holder {
	padding-bottom:15px;
	margin-bottom:60px;
}

.news-link-title {
	color:#000;
	font-weight:400;
	font-size:24px;
	padding:0 0 0 40px;
	margin-top:0;
	position:relative;
	color:#ed1c24;
}

.news-link-title:before {
	content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top:9px;
    left: 20px;
}

.news-link-title a{
	color:#ed1c24;
	text-decoration:none;
}

.news-link-title a:hover{
	color:#000;
	text-decoration:none;
}

.news-link-date {
	float:right;
	color:#999;
}

.news-link-date a{
	color:#999;
	text-decoration:none;
}

.news-link-date a:hover{
	color:#999;
	text-decoration:underline;
}

p.news-link-text {
	margin-left:20px;
	text-align:justify;
}

p.news-link-text a{
	color:#666;
	text-decoration:none;
}

p.news-link-text a:hover {
	color:#666;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}

.news-link-image {
	border-radius:10px;
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.5);
	background-size:100% 100%;
}

.news-link-image img{
	visibility:hidden;
}

iframe {
	box-shadow:0 10px 15px rgba(0,0,0,0.3);
}


/* Landscape phones and down */
@media (max-width: 1324px) {

	
	}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.widget-holder {
	margin-top:50px;
}

.widget-4-box {
	width:314px;
	height:243px;
	border-radius:12px;
	margin:0 auto;
	background-image:url(../images/3lu-box-back.png);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}

.widget-holder .col-4:nth-child(3) .widget-4-box{
	background-image:url(../images/widget-3-back.jpg);
}

.widget-holder .col-4:first-child .widget-4-box {
	margin-left:0;
}

.widget-holder .col-4:last-child .widget-4-box {
	margin-right:0;
}

.widget-4-box h3{
	color:#ff000a;
	font-size:14px;
	font-weight:700;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 1);
	padding:10px 20px;
	margin:0;
}

.widget-4-box hr{
	border: 0;
    height: 0;
	margin:0;
	padding:0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.widget-4-box ul{
	margin:0 15px;
	padding:0;
	font-weight:400;
	line-height:1.1em;
	text-indent:-10px;
}

.widget-4-box ul li{
	list-style:none;
	margin:0;
	padding:6px 0 0 20px;
	height:36px;
}

.widget-4-box ul li a{
	color:#000;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.5);
}

.widget-4-box ul li a:hover{
	color:#000;
}

.widget-4-box ul li a span{
	color:#000;
	font-size:14px;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 1);
}

.widget-4-box ul li a:hover span{
	color:#ff000a;
}

a.widget-btn {
	display:block;
	float:right;
	padding:0 10px 2px 10px;
	background-color:#FFF;
	border-radius:10px;
	font-weight:600;
	color:#ff000a;
	font-size:14px;
	text-decoration:none;
	margin-right:10px;
	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}

a.widget-btn:hover {
	background-color:#ff000a;
	color:#fff;
}

.widget-img {
	border-radius:10px;
	box-shadow:inset 1px 1px 4px rgba(0, 0, 0, 0.5);
	margin:5px 13px 18px 13px;
}

.widget-img img {
	opacity:0;
}

.mail-list-input-holder {
	margin:156px 40px 0 50px;
}

.mail-list-input-holder input[type="text"]{
	border:none;
	outline:none;
	width:200px;
}

.mail-list-input-holder button{
	border:none;
	outline:none;
	background-color:transparent;
	cursor:pointer;
	color:#999;
    margin-left: -10px;
}

.mail-list-input-holder button:hover{
	color:#333;
}

