


/*-----------------------------------------------------------------------------------*/
/* 1.  Browser 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,font,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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


article, section, aside, hgroup, nav, header, footer, figure, figcaption { display: block; }
input, textarea, keygen, select, button, isindex { font-family: inherit; font-size: inherit; }

/* generic elements */
img { border: 0; vertical-align: middle; }
ul { list-style: none; }
blockquote, q {quotes: none;}
:focus {outline:0;}
input, select {vertical-align: middle;}

/* switch cursor to pointer on clickable elements */
.button, label, input[type=button],
input[type=submit], button {cursor: pointer;}

/* ie image resize fix */
img { -ms-interpolation-mode: bicubic; }

/* tables */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

/* show vertical scrollbar to prevent jumpy page */
body {overflow-y: scroll; overflow-x: hidden;}



@font-face {
    font-family: 'futuralightregular';
    src: url('futuralight-webfont.eot');
    src: url('futuralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuralight-webfont.woff') format('woff'),
         url('futuralight-webfont.ttf') format('truetype'),

         url('futuralight-webfont.svg#futuralightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'federoregular';
    src: url('federo-regular-webfont.eot');
    src: url('federo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('federo-regular-webfont.woff') format('woff'),
         url('federo-regular-webfont.ttf') format('truetype'),
         url('federo-regular-webfont.svg#federoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------------------------------------------------------------*/
/* 2.  Typography
/*-----------------------------------------------------------------------------------*/

body {
    font: 13px/20px "Federoregular","Federo","PTSansRegular", "Arial", sans-serif;
    background: #000 url("../images/wall.jpg") fixed center top no-repeat;
    color: #737373;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{ margin: 0 0 20px; }

strong,b { font-weight: bold; }
em, i { font-style: italic; }
del { text-decoration: line-through; }
small { font-size: 0.923em; line-height: 1.667em; } /* 12px */
big { font-size: 1.077em; line-height: 1.428em; } /* 14px */
pre, code { font-family: monospace, sans-serif; font-size: 12px; }
pre { white-space: pre-wrap; white-space: pre-line; }
hr {display: block; height: 1px; border: 0;  border-top: 1px solid #e1e1e1; margin: 19px 0;}

blockquote {
    color: #999;
    font-style: italic;
    font-size: 14px;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 4px solid #58bce5;
}

/* links */
a:hover { color: #444; }
a.ondark:hover { color: #ddd; }
a {
	color: #58bce5; 
	text-decoration: none;
    /* css3 color transitions */
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

/* floats and clearings */
.left { float: left; }
.right { float: right; }
.clear, .clearfix { zoom:1; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden;  width: 0; height: 0; }
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}


/* headings */
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
	color:white;
/*    color: #444444;*/
    padding: 10px 0 0;
    margin: 0 0 10px;
}

h1{ font-size: 24px; padding: 0; margin: 0 0 20px; }
h2{ font-size: 20px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

/* selection */
::selection { background: #666; color: #fff; text-shadow: none; }
::-moz-selection { background: #666; color: #fff; text-shadow: none;}


/*-----------------------------------------------------------------------------------*/
/* 4.  Templete Classes                                                      
/*-----------------------------------------------------------------------------------*/

/* margins reset */
.nbm { margin-bottom: 0!important; }
.nm { margin: 0!important; }

/* meta information */
.meta { text-transform: uppercase; color: #999; }

/* handwrite text "Jenna Sue" */
.handwrite {  }

/* quote */
.quote {
    padding-left: 25px;
    background: url("../images/quotes.png") no-repeat left top;
    color: #999;
    font-size: 14px;
    margin: 20px 0;
    font-style: italic;
}

/* dropcap */
.dropcap:first-letter {
  font-size: 40px;
  line-height: 1em;
  display: block;
  float: left;
  margin-right: 5px;
}

/* section heading */
.section-heading {
	padding: 0 0 2px;
	margin: 40px 0 40px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.section-heading h1,
.section-heading h2, 
.section-heading h3 { float: left; text-align: center; margin: 0; padding: 0; width: 140px; }

.section-heading:after {
	content: "";
	display: block;
	position: relative;
	left: 140px;
	height: 10px;
	margin: 5px 0;
	width: 820px;
	background: url("../images/stripe.png") repeat;
}


/* scrool top button */
.scrolltop { position: relative; display: block; width: 20px; height: 20px; background: url("../images/controls.png") no-repeat 0 -80px; }
.scrolltop:hover { background-position: 0 -100px; }

/* frame */
.frame {
  vertical-align: bottom; 
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  padding: 5px;
  border: 1px solid #ddd;
  margin: 4px 0;
}

/* image preview background */
.hoverback { display: block; background-color: #222; }

/* left or right image in text */
.moveleft { float: left; margin-right: 10px!important; }
.moveright { float: right; margin-left: 10px!important; }

/* selections */
.select1 { color: #ee5858; }
.select2 { color: #eebc58; }
.highlight1 { color: #fff; background-color: #ee5858; padding: 0 0.25em; }
.highlight2 { color: #fff; background-color: #eebc58; padding: 0 0.25em; }


/* lists (circle, square, check and arrow ) */
.list-circle li { background: url("../images/list_bullets.png") no-repeat 0 -20px; }
.list-square li { background: url("../images/list_bullets.png") no-repeat 0 -60px; }
.list-check  li { background: url("../images/list_bullets.png") no-repeat 0 0; }
.list-arrow  li { background: url("../images/list_bullets.png") no-repeat 0 -40px; }
.list-circle li, .list-square li, .list-check li, .list-arrow li{
  padding-left: 20px;
  margin-left: 5px;
}

/* link with arrow */
a.link:hover { background-position: right -100px; }
a.link { display: inline-block; font-size: 12px; text-transform: uppercase; }
a.link { padding-right: 20px; background: url("../images/controls.png") no-repeat right -80px; }

/* buttons and submit elements */
.button {
	display: inline-block;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    min-width: 60px;
    /* css3 transitions */
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    /* border radius */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button { padding: 7px 20px;
margin: 0 0 14px; margin: 0 0 14px;  }
.button.gray { background: #404040;  color: #a6a6a6; }
.button.gray:hover { background: #555; }
.button.blue { background: #58bcee;  color: #fff; position: relative;
left: 192px;font-size: 16px;}
.button.blue:hover { background: #8fceee; color: #fff; }

/* input elements and forms */
input:focus, textarea:focus { background: #eee; }
input, textarea
{
    display: block;
color: black;
margin: 0 0 10px;
width: 240px;
padding: 5px;
border: 0;
background: #8F8F8F;
line-height: 20px;
height: 20px;
border-left: 2px solid transparent;
font-size: 16px;}

input#terms_conditions { width: 40px; display: inline-block; margin: 10px 0 17px 30px;}

/* mailform terms-conditions */

#toggle span{font-size:18px;}
#toggle h3{color:white;}
#toggle span span { color: #FF0000;}
#toggle span span:hover{color: #737373;}
#toggle span{cursor:pointer; }
#toggle div{ cursor: auto; display: none; text-align: justify; padding: 5px 10px 5px 10px; text-decoration: none;  background: url(../images/toggle-bg.png)  center 40px no-repeat; line-height: 18px; font-size: 15px; text-transform: none; margin-bottom: 10px;}
#toggle div:hover{text-decoration:none !important;}

#toggle p{font-size:15px; color:#777777;}

.red{color:red;}
/* reset with for submit button */
input[type="submit"] { width: auto; height: auto; }

/* mailform textarea */
.mailform textarea { height: 100px; width: 240px; margin-bottom: 20px;}

/* contact info fields */
.contact-info .address,
.contact-info .phone,
.contact-info .email,
.contact-info .facebook,
.contact-info .twitter {padding-left: 25px; margin: 0 0;  font-size:18px;}
.contact-info .facebook { background-position: 0 0; }
.contact-info .twitter { background-position: 0 -20px; }
.contact-info .email { background-position: 0 -40px; }
.contact-info .email a, .contact-info .facebook a, .contact-info .twitter a {color: #666;}
.contact-info .address { background-position: 0 -60px; }
.contact-info .phone { background-position: 0 -80px; }


/*-----------------------------------------------------------------------------------*/
/* 5. Blog and Post                                                      
/*-----------------------------------------------------------------------------------*/
.blog-list { float: left; clear: both; margin: 0; }
.blog-list .blog-list-entry { margin: 0 0 20px; float: left; clear: left; border-bottom: 1px dashed #ddd; padding-bottom: 19px; }
.blog-list .blog-list-entry:last-child { margin: 0; border-bottom-color: transparent; }
.blog-list .post-thumb { float: left; position: relative; left: 0px; height: 200px; width: 300px; margin: 0 20px 0 0; overflow: hidden; }
.blog-list .post-thumb img { height: 100%; width: 100%; }
.post-title { margin: 0 0 10px; }
.blog-list .post-title a { font-weight: normal; color: #444; }
.blog-list .post-title a:hover { color: #666; }
.post-meta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
    color: #999;
    background: #eee;
    padding: 4px 5px;
    border-bottom: 1px solid #ddd;
}

/* post comments and reply form */
.post-comments {  float: left; width: 100%; }
.post-comments ul { float: left; padding-right: 40px; }
.post-comments li { float: left; width: 100%; margin: 0 20px 20px; }
.post-comments h3 { margin: 0 0 10px; }
.post-comments p { color: #999; font-size: 12px; padding-left: 25px; margin: 10px 0; background: url("../images/user.png") no-repeat 0 0; }
.post-comments p .comment-author { margin-right: 10px; padding-right: 10px; border-right: 1px solid #ccc;  color: #444; font-weight: bold; }
.post-comments .comment-reply { float: left; clear: both; }
.post-comments .comment-reply input, .post-comments .comment-reply textarea { float: left; clear: left; }
.post-comments .comment-reply textarea {height: 126px; width: 400px;}


/*-----------------------------------------------------------------------------------*/
/* 6. Sliders and Carousel                                                     
/*-----------------------------------------------------------------------------------*/

/* image sliders */
.slider { position: relative; margin: 0 0 20px; }
.slider, .slider .slides_container, .slider .slides_container .slide { width: 620px; height: 300px; }
.slider .slides_container .caption { position: absolute; left: 10px; top: 10px; background: #fff; padding: 5px; font-size: 14px; }
.slider .slides_container .slide { overflow: hidden; }
.slider .pagination { 
	position: absolute; 
	bottom: -15px; 
	z-index: 12; 
	margin: 0; 
	right: 0;
}
.slider .pagination li { float: left; margin-right: 5px; }
.slider .pagination li:last-child { margin-right: 0; }
.slider .pagination li a { display: block; width: 10px; height: 10px; background: url("../images/slider_bullets.png") no-repeat 0 0; text-indent: -9999px; }
.slider .pagination li a:hover,
.slider .pagination .current a  { background-position: 0 -10px; }




/* nivo slider ("about" page) */
.slideshow { position: relative; margin: -20px 0 20px; }
.slideshow .nivoSlider { width: 980px; height: 375px; left: -10px; background: url("../images/loader.gif") no-repeat 50% 50%; }
.slideshow .nivo-directionNav { position: relative; top: 50%; z-index: 9; cursor: pointer; }
.slideshow .nivo-directionNav a { display: block; width: 40px; height: 40px; position: relative; top: -20px;  }
.slideshow .nivo-prevNav { float: left; margin-left: 20px; background-position: -120px 0; }
.slideshow .nivo-nextNav { float: right; margin-right: 20px; background-position: -160px 0; }
.slideshow .nivo-prevNav:hover { background-position: -120px -40px;  }
.slideshow .nivo-nextNav:hover { background-position: -160px -40px; }
.slideshow .nivo-directionNav a { text-indent: -9999px; background-image: url("../images/sprites.png"); }
 
.slideshow .nivo-caption {
    left: 20px; 
    padding: 10px;
    bottom: 10px;
    width: auto;
    font-size: 18px;
    line-height: 1.2em;
    color: #444;
    background: #fff url("../images/stripe.png");
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.slideshow .nivo-controlNav { position: absolute; bottom: 10px; right: 10px; margin: 0; z-index: 8; }
.slideshow .nivo-controlNav a:last-child{ margin:0; }
.slideshow .nivo-controlNav a.active { background-position: 0 -10px; }
.slideshow .nivo-controlNav a{
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/slider_bullets.png") no-repeat 0 0;
    margin-right: 5px;
}

.slideshow .nivoSlider img { display: none; }
.slideshow .nivoSlider a { border: 0; display: block; }


/* works carousel ("about" page) */

.carousel { margin: 0; }
.carousel .jcarousel-item { display: block; position: relative; float: left; width: 220px; margin: 0 10px; }
.carousel .jcarousel-item img { width: 100%; height: auto; }
.carousel .jcarousel-container { width: 960px; margin: 0 auto; }
.carousel .jcarousel-clip { overflow: hidden; z-index: 1; }
.carousel .jcarousel-prev,
.carousel .jcarousel-next{
    position: absolute;
    top: -30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background:  url("../images/controls.png") no-repeat 0 0;   
}
.carousel .jcarousel-prev{ background-position: 0 -40px; right: 25px; }
.carousel .jcarousel-next{ background-position: 0 0px; right: 5px;  }
.carousel .jcarousel-prev-disabled,
.carousel .jcarousel-prev:hover{ background-position: 0 -60px; }
.carousel .jcarousel-next-disabled,
.carousel .jcarousel-next:hover{ background-position: 0 -20px; }
.carousel .carousel-caption { display: none; position: absolute; opacity: 0; top: -60px; left: 0; width: 100%; color: #a6a6a6; font-style: italic; }
.carousel .carousel-caption h3 { margin: 0; padding:0; color: inherit; font-style: normal; }
.carousel .jcarousel-item:hover .carousel-caption { display: block; }
.carousel .pad-inner { padding: 10px; clear: both; }


/* details and preview links for image */
.carousel .options {float: left; position: relative; left: 50%; }
.carousel .options a {float: left; position: relative; left: -50px; width: 40px; height: 40px; margin: 0 5px; background: url("../images/sprites.png"); }
.carousel .options a.fancybox:hover {background-position: 0 -40px; }
.carousel .options a.page-loader:hover {background-position: -40px -40px; }
.carousel .options a.fancybox { background-position: 0 0;}
.carousel .options a.page-loader { background-position: -40px 0;}

/* image background */
.carousel .black-back { display: block; background: #222; }


/*-----------------------------------------------------------------------------------*/
/* 7. Styles for build-in JS plugins
/*-----------------------------------------------------------------------------------*/

/* ajax form plugin */
.form-wrapper { position: relative; overflow: hidden; }
.ajax-progress { position: absolute; width: 20px; height: 20px; top: 5px; right: 10px; background: url("../images/ajax.gif") no-repeat center center; }
.not-valid { border-left: 2px solid #ee5858; }

/* social share plugin */
.social-share { 
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin: 20px 0 20px;
}

.social-share a
{
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 10px 10px 26px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.social-share a:first-child { margin-left:0; }
.social-share a:last-child { margin-right: 0; }
.social-share .share-twitter { background-image: url("../images/share-icons/twitter.png"); }
.social-share .share-facebook { background-image: url("../images/share-icons/facebook.png"); }
.social-share .share-stumbleupon { background-image: url("../images/share-icons/stumbleupon.png"); }
.social-share .share-digg { background-image: url("../images/share-icons/digg.png"); }
.social-share .share-delicious { background-image: url("../images/share-icons/delicious.png"); }
.social-share .share-linkedin { background-image: url("../images/share-icons/linkedin.png"); }


/* image loader plugin */ 
.image-loader-wrap { display: inline-block; width:100%; height: 100%; background: url("../images/loader.gif") no-repeat center center; }

/*-----------------------------------------------------------------------------------*/
/* 8. Page Covers, Site Logo and Copyright
/*-----------------------------------------------------------------------------------*/

.covers { width: 100%; height: 100%; position: fixed; overflow: hidden; top: 0; z-index: 900; }
.cover-top, .cover-bottom { position: absolute; left: 0; height: 50%; width: 100%; z-index: 1; }
.cover-top { top: 0; background: #000 url("../images/wall.jpg")  no-repeat fixed center top; }
.cover-bottom { top: 50%; background: #000 url("../images/wall.jpg")  no-repeat fixed center top; }

/* dott pattern */
.cover-top:before,.cover-bottom:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/dot.png") repeat;
	z-index: -2;
}

/* site logo */
.cover-top:after {
    content: url("../images/site_logo.png");
    display: block;
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: -1;
}

/* copyright */
.cover-bottom:after {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #444;
    font-size: 11px;
    line-height: 1em;
    z-index: 2;
}



/*-----------------------------------------------------------------------------------*/
/* 9. Circles Front Menu
/*-----------------------------------------------------------------------------------*/

.circles-menu
{
    position: fixed;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 150px;
    bottom: 0; top: 0;
    margin: auto 0;
    z-index: 1000;
    background: transparent url("../images/menu_line.png") no-repeat center center;
}

.circles-menu ul
{
    float: left;
    position: relative;
    left: 50%;
}

.circles-menu li
{
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    padding: 0;
    float: left;
    right: 50%;
}

.circles-menu .bg
{
    display: block;
    position: absolute;
    margin: auto;
    left:0; right: 0;
    top:0; bottom:0;
    width: 100px;
    height: 100px;
}

.circles-menu .bg img { width: 100%; height: 100%; }

.circles-menu .nav,.circles-menu .nav2
{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 25px;
    top: 25px;
    line-height: 100px;
    text-align: center;
    font-size: 100%;
    color: #ddd;
    background: url("../images/menu_ring.png") no-repeat center center;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	font-size:11px;
	text-transform:uppercase;
}

.circles-menu .nav:hover,.circles-menu .nav2:hover  { color: #58bcee; }


/*pagination*/



.pages
	{
	float:right;
	margin:20px 0;
	}
	
.pages a
	{
	display:block;
	height:30px;
	width:30px;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	float:left;
	margin:10px 4px 0 4px;
	color:white;
	}
.pages a:hover, .pages a.selected
	{
	
	background-color:#575757;
	color:white;
	}
	
	
	
	


/*-----------------------------------------------------------------------------------*/
/* 10. Page Setup
/*-----------------------------------------------------------------------------------*/

/* page wrappers */
#center-wrapper { margin: 0 auto; width: 1140px; position: relative; }
#page-wrapper {
    margin: 20px 80px;
    position: relative;
    background: #000;
    padding: 0 10px;
    width: 960px;
}

/* page */
.page {
    display: none;
    position: relative;
    top: 0; left: 0;
    width: 960px;
    min-height: 593px;
}

/* clearfix for page */
.page:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    zoom: 1;
}

/* home sidenav */
.sidenav { position: absolute; left: 0px; top: 0px; width: 1140px; height: 400px; }
.sidenav .home-wrap {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100px;
	height: 100px;
	background: url("../images/home_ring_back.png");
}

.sidenav .home-wrap .nav {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    background: url("../images/home_ring.png");
    z-index: 1;
}

.sidenav .home-wrap .nav:hover { background-position: 0 -70px; }


/* social sidenav */
.social { position: absolute; right: 40px; top: 100px; margin: 0; }
.social li { margin-top: 5px; }
.social li a {display: block; line-height: 0; width: 32px; height: 32px; }
.social a.facebook {background: url('../images/social-icons/facebook.png'); }
.social a.twitter {background: url('../images/social-icons/twitter.png'); }
.social a.linkedin {background: url('../images/social-icons/linkedin.png'); }
.social a.flickr {background: url('../images/social-icons/flickr.png'); }
.social a.rss {background: url('../images/social-icons/rss.png'); }
.social a.home-ic {background: url('../images/social-icons/home.png'); }
.social a.dn-ic {background: url('../images/social-icons/dnadvertising.png'); }
.social a.contact-ic {background: url('../images/social-icons/contact.png'); }

/* page load ajax progress */
.page-progress {
    position: relative;
    top: 50px;
    margin: 0 20px;
    text-align: center;
    padding: 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #efefef; 
    box-shadow: -1px -1px 0px #e1e1e1;
    -moz-box-shadow:  -1px -1px 0px #e1e1e1;
    -webkit-box-shadow:  -1px -1px 0px #e1e1e1;
}

.page-progress span {
    display: block;
    font-size: 1em;
    line-height: 24px;
    padding-left: 32px;
    background: url("../images/loader.gif") no-repeat left center;
}

.page-progress span.alert { background: url("../images/warning.png") no-repeat left center; }


/*-----------------------------------------------------------------------------------*/
/* 11. Page Header, Footer and SideBar
/*-----------------------------------------------------------------------------------*/

/* page header and menu */
.page-header {
    position: relative;
    float: left;
    padding: 0 10px;
    left: -10px;
    margin: 0 0 40px;
    background-color: #333;
    border-bottom: 2px solid #262626;
    border-top: 4px solid #262626;
    width: 100%;
}

.page-logo { float: left; margin: 0 10px; }
.page-logo img { float: left; width: 180px; margin:10px 0;
}
.page-logo div { display: none;  position: relative; float: left; margin-left: 10px; color: #58bcee; top: 50px; }
.page-logo:hover div { display: block; }
.page-header .site-nav { float: right; margin: 0; padding: 30px 0; }
.page-header .site-nav li { float: left; padding: 0 20px; border-left: 1px solid #404040; border-right: 1px solid #262626; }
.page-header .site-nav li:last-child { border-right: 0; }
.page-header .site-nav li:first-child { border-left: 0; }
.page-header .site-nav a { color: #a6a6a6; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); }
.page-header .site-nav a:hover { color: #808080; }
.page-header .current a, .page-header .current a:hover , .folio-filter li.current a,.folio-filter li a:hover{ color: #58bcee; }


/* page footer */
.page-footer { 
	float: left; 
	position: relative; 
	left: -10px; 
	width: 100%; 
	padding: 0 10px;
	margin-top: 40px;
	border-bottom: 4px solid #262626; 
	background-color: #333; 
	font-size: 12px; 
	color: #808080;
}
.page-footer a:hover { color: #ddd; }
.page-footer .footer-content { float: left; padding: 0 0 10px; border-bottom: 1px solid #262626; width: 100%; overflow: hidden; }
.page-footer .footer-content h4 { font-weight: normal; margin: 10px 0; padding:0; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); color: #a6a6a6; }
.page-footer .footer-sub { clear: left; float: left; width: 100%; border-top: 1px solid #404040; padding: 10px 0; }
.page-footer .scrolltop { float: right; right: -10px; }
.page-footer .sub-menu { float: right; margin: 0; }
.page-footer .sub-menu li { float: left; margin: 0 5px; }
.page-footer .sub-menu a { color: #808080; }
.page-footer .sub-menu a:hover { text-decoration: underline; }
.page-footer input[type="text"] { background-color: #262626; }


/* sidebar */
.sidebar { float: left; margin-left: 40px; padding-left: 40px; border-left: 1px solid #ddd; }
.sidebar a { color: #666; }
.sidebar a:hover { color: #58bcee; }
.sidebar .sidebar-entry { margin: 0 0 20px; float: left; clear: left; width: 100%; }
.sidebar .sidebar-entry:last-child{ margin: 0; border: 0; }
.sidebar h4, .sidebar h5 { margin: 0 0 10px; }
.sidebar ul, .sidebar p { margin: 0; }


/*-----------------------------------------------------------------------------------*/
/* 12. Widgets 
/*-----------------------------------------------------------------------------------*/

/* twitter widget */
.twitter-widget { width: 100%; float: left; }
.twitter-widget .tweetList { margin: 0; }
.twitter-widget .tweetList li { margin: 0 0 10px; padding-left: 25px; background: url("../images/twitter.png") no-repeat left top; }
.twitter-widget .tweetList p { margin: 0; font-size: 12px; }
.twitter-widget .tweetList a {font-style: italic; }

/* works widget */
.works-widget { float: left; margin: 0; } 
.works-widget li { float: left; margin: 0 5px 5px 0;}
.works-widget img { height: auto; width: 65px; }

/* text widget */
.text-widget {
    background-color: #404040;
    color: #999;
    position: relative;
    z-index: 1;
    padding: 10px;
} 
.text-widget p { margin: 10px 0 ; }
.text-widget em { display: block; color: #999; font-size: 11px; }
.text-widget:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #404040;
    bottom: -10px;
    z-index: -1;
}

/* search widget */
.search { margin: 0; }
.search input[type="text"],
.search input[type="submit"] { display: block; }
.search input[type="text"] { width: 120px; }
.search input[type="submit"] { 
    height: 20px;
    width: 25px;
    margin: 5px 5px 5px 0;
    text-indent: -9999px; 
    background: url('../images/search.png') no-repeat left center; 
    padding: 0;
    float: left;
}
.search-results { margin: 0; }
.search-results a { margin-right: 5px; text-decoration: underline; }
.search + .ajax-progress  { top: 5px; }

/* recent posts widget */
.recent-posts {float: left; margin: 0; }
.recent-posts li { float: left; clear: left; margin: 0 0 20px; }
.recent-posts li:last-child {margin: 0; }
.recent-posts .recent-post-thumb { float: left; margin-right: 10px; }
.recent-posts .recent-post-thumb img { height: 40px; width: auto; }
.recent-posts .recent-post-meta {font-size: 11px; width: 200px; font-style: italic; color: #999; }
.recent-posts .recent-post-meta strong {display: block; font-style: normal; font-weight: normal; font-size: 13px; color: #666; }
.recent-posts li a:hover .recent-post-meta strong {color: #58bcee;}


/*-----------------------------------------------------------------------------------*/
/* 13. Port\ 
/*-----------------------------------------------------------------------------------*/

.portfolio { clear: both; float: left; width: 960px; min-height:500px;}
.portfolio .folio-filter { float: left; width: 100%; margin: 0 0 20px; }
.portfolio .folio-filter li { float: left; padding: 0 10px 0 10px; line-height: 20px; border-top: 1px solid transparent; font-size:14px;}
.portfolio .folio-filter li.active-filter { background: #ddd; border-top: 1px solid #ccc; }
.portfolio .folio-filter a { color: #666; }
.portfolio .folio-list { clear: both; float: left; width: 990px; margin: 0 0 -20px; }
.portfolio .folio-list li { float: left; width: 300px; margin: 0 30px 20px 0; }
.portfolio .folio-preview { position: relative; background-color: #222; cursor: pointer; height: 200px;
overflow: hidden;}
.portfolio .folio-preview img { width: 100%; overflow:hidden;}
.portfolio .folio-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; }
.portfolio .folio-preview:hover .folio-overlay { display: block; }
.portfolio .folio-footer { padding: 10px 0; color:#0E6591; font-size: 14px; text-align: right; }
.portfolio .folio-footer h3 { margin: 0; padding: 0; float: left; }


.portfolio .folio-list-2{ clear: both; float: left; width: 990px; margin: 0 0 -20px; }
.portfolio .folio-list-2 li { float: left; width: 300px; margin: 0 30px 20px 0; }

 /* preview options */
.portfolio .options {float: left; position: relative; left: 50%; }
.portfolio .options a {float: left; position: relative; left: -20px; width: 40px; height: 40px; margin: 0 5px; background: url("../images/sprites.png"); }
.portfolio .options a.fancybox:hover {background-position: 0 -40px; }
.portfolio .options a.page-loader:hover {background-position: -40px -40px; }
.portfolio .options a.fancybox { background-position: 0 0;}
.portfolio .options a.page-loader { background-position: -40px 0;}

.folio-footer h3{font-size:14px;}
.address{width:240px;}

 /* mailform table */

.mailform table {text-transform: uppercase;}

/* star-red */

.mailform .star-red {color: #FF0000;}

input[type=radio] {display:inline-block; width:30px; margin: 0 auto;}

.mailform .add-text {text-transform: lowercase; font-style: italic; width:240px; font-size: 12px;}

tr{margin:10px 0;}
.portfolio .folio-sub { position: relative; background-color: #222; cursor: pointer; }
.portfolio .folio-sub img { width: 100%; height: 200px; }


.portfolio ul.sub{margin: 0 0 40px;}
ul.port_list li a span{width: 400px;
line-height: 44px;
text-transform: uppercase;
color: white;
display: block;
background-color:#333;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
text-indent: 20px;
padding: 0;}

ul.port_list li a{width:400px;height:44px;padding:10px;display:block;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-moz-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
ul.port_list li a:hover{background-color:#aaaaaa;padding:10px;}


ul.port_list{ margin:60px 40px;float:left;width:420px;}  
.clients{float: right;
position: relative;
top: 70px;
right: 60px;
width: 340px;
font-size: 14px;
line-height: 22px;}
.clients ul li{display:block;float: left;margin:59px 18px; text-align:justify;}
.clients ul li img{width:84px; height:60px;}
.clients ul li img:hover{opacity:0.8;background-color:#333;-moz-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
span#client_head{text-align:center;text-transform:uppercase;font-size:16px;
display: block;}

ul.port_list li a:hover{
-moz-transform: scale(1.028, 1.072);
-o-transform: scale(1.028, 1.072);
-webkit-transform: scale(1.028, 1.072);

}


.mailform .star-red {color: #FF0000;font-size: 20px;}

input[type=radio] {display:inline-block; width:30px; margin: 0 auto;}

.mailform .add-text {text-transform: lowercase; font-style: italic; width:240px; font-size: 12px;}

tr{margin:10px 0;}

.circles-menu .ns:hover{width:150px;height:150px;}

.ValidationErrors
{
color: #FF0000;
position: relative;
bottom: 5px;
width: 240px;
overflow: hidden;
float: left;
}

#sp_ie{display:none;}

ul.client-list li{float:left;margin:20px 38px;}
ul.client-list li img{width:240px;height:120px;} 

span#client_head img{width:200px;margin:0 auto}
.contact-info{line-height:25px;}
#under_const h2{margin:200px auto;display:block;width:260px;}

#tm{position:relative;top:-16px;left:5px;font-size:20px;}

.mailform td span.rad{
display: inline-block;}

.mailform td{height:50px;width: 175px;line-height: 28px;}

.mailform td span.rad1 {display: inline-block; width: 90px;}

.grid_6 h3
{
    color: #737373;
}

.port_more{margin:20px 0;float: right;}
#td_art{position:relative;top:-2px;line-height:20px;}

input[type="radio"]{ background:none;}

.msiw { font-family:"Federoregular","Federo","PTSansRegular", "Arial", sans-serif;}
