/* RESET  ================================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
p {
	margin:0 0 10px 0;
}
strong {
	font-weight:700;
}
/* STRUCUTRE  ================================================================================= */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	line-height:18px;
}
#content {
	width:900px;
	background:#fff;
	padding:140px  40px 40px 40px;
	margin:auto;
	-webkit-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
-webkit-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
margin-bottom:20px;
}
#background_flash {
z-index:1;
position: fixed;
width: 100%;
height: 100%;
margin:0;
top:0;
left:0;
}
#container {
height:100%;
width:100%;
background:#333;
}
#video_info {
position:absolute; right:3%; bottom:10%; background:url(../img/black_bg_85.png) repeat; z-index:500;
width:300px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding:20px 30px;
}
#nolink {
display:none;
}

/* HEADER  ================================================================================= */
#header {
	position:fixed;
	top: 0;
	right:0;
	width:100%;
	height:113px;
	background:url(../img/bg_header.png) repeat-x center top;
	z-index:999;
}
#header_2 {
	width:980px;
	height:113px;
	background:url(../img/bg_header_2.png) no-repeat center top;
	margin:auto;
}
#header_wrapper {
	width:980px;
	position:relative;
	margin:auto;
}
#logo {
	position:absolute;
	right:38px;
	top:5px;
	width:114px;
	height:60px;
}
/* CONTENT  ================================================================================= */
.two_third_col {
	width:585px;
	float:left;
	margin-right:45px;
}
.one_third_col {
	width:270px;
	float:left;
	margin-right:45px;
}
.one_third_col_last {
	width:270px;
	float:left;
}

.mini_col {
	width:135px;
	float:left;
	margin-right:45px;
}




		
/* form styles ================================================================================= */
.col_f_1 {
	float:left; width:270px;
	display:block;
	margin-right:10px;
}
.col_f_2 {
	float:left; width:270px;
	display:block;
}

label {	
		margin-top:10px;
		display:block;
		font-weight:bold;
		font-size:16px;
		margin-bottom:3px;
	}
	
	fieldset { border: none; }
	
	#myform fieldset.col_f_1 input, #myform fieldset.col_f_2 input  { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
		background: #ccc;
		width:90%;
		font-family: Arial, Helvetica, sans-serif;
		color:#222; 
		font-size:12px;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	
	#myform input { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
		background: #ccc;
		width:50%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#222; 
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;				
	}
	#myform  textarea { 		
		padding: 8px; 
		margin: 2px 0 20px 0; 
		background: #ccc;
		width:89%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#222;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		height:100px;			
	}
	#myform  textarea:focus { 		
		padding: 8px; 
		margin: 2px 0 20px 0; 
		background: #999;
		color: #fff;
		width:89%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		height:100px;			
	}
	

	#myform fieldset.col_f_1 input:focus, #myform fieldset.col_f_2 input:focus, #myform input:focus  { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
			background: #999;
		color: #fff;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;		
	}
	/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	padding:4px 10px;
	color:#000;
	width:120px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 	
	

	margin:0 0 10px 0;
	
}
		
/* FOOTER ================================================================================= */
#social_copy {
	float:right;
	margin:25px 25px 0 0;
	color:#5b5b5b;
	font-size:11px;
	}
	#copy {
		text-align:right;
	color:#5b5b5b;
	font-size:11px;
	}
/* TIPOGRAPHY ================================================================================= */
h1, h2, h3, h4, h5  {
	margin-bottom:25px;
}
h1  {
	font-size:26px;
	color:#557e96;
}
h1 span {
	font-size:16px;
	color: #999;
	display:block;

}
h2, h3  {
	font-size:22px;
	color:#557e96;
}
.blog h2 , .blog h3  {
	font-size:20px;
	color: #666;
}
.blog h4 a  {
	font-size:22px;
	color:#557e96;
	text-decoration:none;
}
.blog h4 span  {
	font-size:16px;
	display:block;
}
h2 span, h3 span {
	font-size:16px;
	color: #999;
	display:block;
}
h5  {
	font-size:18px;
	color:#557e96;
}
h5.reply  {
	font-size:18px;
	color:#557e96;
	margin-bottom:10px;
}
.comments_list h6  {
	font-size:12px;

	text-transform:uppercase;
}
.white  {
	color: #666;
}
/* OTHER STYLES ================================================================================= */
.clr {
	clear:both; 
}
.line {
	background: url(../img/line.png) no-repeat top right; height:11px; border:0; margin:0; margin:20px 0 30px 0; 
	}
	.line_portfolio {
	background: url(../img/line.png) no-repeat top right; height:11px; border:0; margin:0; margin:0px 0 30px 0; 
	}
	.line_2 {
	background: url(../img/line_2.png) no-repeat top right; height:11px; border:0; margin:0; margin:30px 0 25px 0; 
	}
	.line_3 {
	background: url(../img/line.png) no-repeat top right; height:11px; border:0; margin:0; margin:40px 0 30px 0; 
	}
	ul.list{
	margin:0 0 20px 0;
	padding:0;
}
ul.list li {
	background: url(../img/arrow_gray.png) no-repeat left 6px;
	padding:0 0 0 10px; 
	line-height:18px;
	margin:0;
	}
	 a:link.details, a:visited.details  {
	background:url(../img/arrow_gray.png) no-repeat center right;
	padding-right:10px;
 }
 a:link, a:visited {
	text-decoration:none;
	color:#00aeef;
	}
	a:hover {
	text-decoration: underline;
	color:#00aeef;
	}
	 a:link.details, a:visited.details  {
	background:url(../img/arrow_2.png) no-repeat center right;
	padding-right:15px;
 }
  a:hover.details  {
	background:url(../img/arrow_2.png) no-repeat center right;
	padding-right:15px;
 }
 
/* button style  ================================================================================= */
	button { 	
		width: 130px; 
		color: #fff; 
		text-transform: uppercase; 
		margin-top: 10px;
		border: none;
		padding:5px;
		background: #017ea8 url(../img/button_sprite_1.png) no-repeat left top;
		font-family:"Lucida Grande", Arial, Verdana, sans-serif;
		font-weight:normal;
		font-size:12px;
		text-transform:uppercase;
	
		
	} 	
	button:hover { 		
		background: #3f3f3f url(../img/button_sprite_1.png) no-repeat -175px top;
	
		cursor:  pointer; 
	} 	
	

/* PORTFOLIO PAGE================================================================================= */
       /* --- viewport configuration ---------------------------------------------------------- */
        .project {
            float: left;
            height: 180px;
			margin: 0 45px 45px 0;
            overflow: hidden;
            position: relative;
            width: 270px;
        }

        /* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .project a {
            display: block;
            position: relative;
			text-decoration:none;
        }

        .project a img {
            height: 250px;
            left: 0px;
            position: relative;
            top: 0px;
            width: 360px;

        }

        .project a span {
            display: none;
            font-size: 16px;
            height: 100%;
            padding-top: 80px;
            position: absolute;
            text-align: center;
            text-decoration: none;
            width: 100%;
            z-index: 100;
        }
		        .project a span img {
					width: 134px; height:59px; margin:0;
        }

        /* --- Dark hover background ------------------------------------------------------------ */
        .bg {
            background: url(../img/portfolio_hover_bg.png) no-repeat top left;
            color: #fff;

        }

/* item details  ================================================================================= */
ul#item_details {
	list-style-type:none;
	margin:0px;
	line-height:24px;
	margin-bottom:40px;
}
ul#item_details li {
	display: inline-block; 
	overflow:hidden;
	border-bottom: 1px solid #c2c2c2;
	padding:10px 0 0 0;
	background:none;
}
ul#item_details li span {
	float:left; 
	width:130px;
	font-weight:bold;
}
ul#item_details li em {
float:left; font-style:normal; width:140px; 
}
.margin_pro {
	margin-bottom:30px;
}
/* BLOG PAGE================================================================================= */
/* Search form */
.search { width:270px;margin:0px 0 35px 0; padding:0; }
#search span { width:248px; display:block; background: #ededed; height:20px; margin:0 auto; padding:5px 10px; }
#search input#s {
	float:left;
	width:216px;
	padding:3px 5px;
	margin:0;
	border:0;
	background:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#search .btn { float:left; padding:0; margin:0; border:0; width:22px; }
ul#cat {
	margin: 0 0 40px 0;
	font-size:18px;
}
ul#cat li {
	border-bottom:1px solid #c2c2c2;
	background:url(../img/icon_folder.png) no-repeat right 9px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}

ul#post {
	margin: 0 0 40px 0;
}
ul#post li {
	border-bottom:1px solid #c2c2c2;
	background: url(../img/icon_post.png) no-repeat right 5px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}
ul#post em {
	display:block;
	font-style: italic;
}
.post_info {
	background-color: #c2c2c2;
	padding:5px 5px 5px 10px;
	font-size:11px;
	margin-bottom:10px;
}
.date {
	background:url(../img/icon_date.png) no-repeat left 2px; padding-left:20px;
}
.auth {
	background: url(../img/icon_user.png) no-repeat left 2px; padding-left:15px; margin-left:30px;
}
.comments {
	background: url(../img/icon_comments.png) no-repeat left 2px; padding-left:20px; margin-left:135px;
}
ul.comments_list { margin-bottom:40px;
}
ul.comments_list li { padding-left: 80px; display:block;block;position: relative; border-bottom:1px solid #c2c2c2; padding-bottom:5px; margin-bottom:20px;
}
ul.comments_list li p { display: block;
}
ul.comments_list li img {  display: block; position: absolute; left: 0; top: 0; width: 66px; height:66px; border:2px solid #333;
}

/*=== PageNavi. ===*/
.wp-pagenavi { clear:both;margin:0 auto; text-align:right; color:#797a78; padding:0 0 22px  0;}
.wp-pagenavi a,
.wp-pagenavi .current { color:#00aeef; border:1px solid #ccc; margin-left:3px; padding:5px 10px; text-decoration:none;}
.wp-pagenavi a:hover { background:#00aeef; color:#fff; border:1px solid #00aeef; }
.wp-pagenavi .current { border:1px solid #00aeef; }
.wp-pagenavi .pages { float:left;}

/* CONTACT PAGE ================================================================================= */
ul#contact_info {
	margin: 0 0 40px 0;
	font-size:16px;
}
ul#contact_info li {
	border-bottom:1px solid #c2c2c2;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}
#contact_info li#address {
	background: url(../img/icon_address.png) no-repeat right 5px;
}
#contact_info li#email {
	background: url(../img/icon_email.png) no-repeat right 5px;
}
#contact_info li#phone {
	background: url(../img/icon_phone.png) no-repeat right 5px;
}
#contact_info li#web {
	background: url(../img/icon_web.png) no-repeat right 5px;
}

/* NIVO SLIDER  ================================================================================= */
#slider {
	position:relative;
	width: 585px;
	height:320px;
} 
.home {
	width:900px;
} 
#slider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.shadow {
	background:url(../img/shadow_4.png) no-repeat center top; height:32px; margin-bottom:10px; 
}
.shadow_home {
	background:url(../img/shadow.png) no-repeat center top; height:32px; margin-bottom:20px; 
}

.cushycms img {
  border: 1px solid #FF0000;

} 

input.my-url{display:none;

}

.nolink a {
   pointer-events: none;
   cursor: default;
}