/*
Theme Name: Libyan Spider Blog
*/

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #1C75BC; color: #fff; text-shadow: none; }
::selection { background: #1C75BC; color: #fff; text-shadow: none; }

a { color: #1C75BC; }
a:visited { color: #1C75BC; }
a:hover { color: #222; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input:focus {outline: none;}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.blur {color:#ccc;}


/* ==|== primary styles =====================================================
   ========================================================================== */

/**
 * Custom Helper Classes
**/

.blue { color: #1C75BC; }
.nav-grey { color: #939598; }
.body-grey { color: #666666; }
.post-grey { color: #414042; }
.aside-grey { color: #58595B; }
.aside-li-grey { color: #A7A9AC;}

hr { border-top: 1px dotted #d1d1d1;}

/**
 * Header Styles
**/

#header {
	background: url(../images/template/top_nav_blue.jpg) 0 0 repeat-x;
}

#header-top {
	background: url(../images/template/top_nav_black.png) 0 0 repeat-x;
	height: 75px;
}

#header-bottom {
	background: url(../images/template/top_nav_illustration.png) 50% 50% no-repeat;
	border-bottom: 2px solid #A7A9AC;
	height: 250px;
	margin-top: -20px; /* Pull up to cancel out #header-top overhang */
}

#ls-logo {
	margin: 12px 0 0 0;
	padding: 0;
}

#nav-and-login {
	position: relative;
	z-index: 10;
}

#main-nav {float:right;}

#main-nav ul {
	margin: 0 
	padding: 0;
}

#main-nav > ul > li {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
	padding: 20px 0 0px 0;
	height: 34px;
}

#main-nav ul li a {
	color: #939598;
	font-family: sans-serif;
	padding: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-size:14px;
	font-family: proxima-nova-soft, sans-serif;
}

#main-nav ul li a:hover {
	color: #ffffff;
}

#main-nav ul li a.current {
	color: #ffffff;
}

#main-nav .client-login { padding-right: 20px !important; }

#main-nav ul ul {
	display: none;
	background: url(../images/template/menu-bg.png) 0 0 repeat;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: absolute;
    top: 53px;
    left: -15px;
    padding: 0 15px;
    width: 120px;
}

#main-nav li.parent:hover > ul {
    display: block;
}

#main-nav li ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #4f555b;
}

#main-nav li ul li.last {
	border: none;
}

#main-nav  li ul li a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color:#BCBEC0;
}

#main-nav  li ul li a:hover {
	color: #fff;
}

/**
 * Login Dropdown Box
**/
#login-dropdown {
	display: block;
	background: url(../images/template/menu-bg.png) 0 0 repeat;
	position: absolute;
	right: -10px;
	top: 53px;
	width: 230px;
	z-index: 11000!important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#login-dropdown form {
	padding: 10px;
}


#login-dropdown .left
{
	padding-top: 5px;
	float: left;
}

#login-dropdown .right {
	float: right;
}

#login-dropdown label {
	display: block;
	color: #BCBEC0;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
}

#login-dropdown label.inline {
	color: #D1D3D4;
	display: inline;
	vertical-align: top;
} 

#login-dropdown input.text {
	background: #898e93;
	border: 3px solid #24282d;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	width: 194px;
}

#login-dropdown input.text:focus {
background: #c8cacc;	
} 

#login-dropdown .dropdown-field {
	margin-bottom: 10px;
}

#login-dropdown .dropdown-field.action {
	text-align: right;
}

#login-dropdown .dropdown-field.action input {
	padding: 5px 10px;
}

#ld-submit {
	background: url(../images/template/client-login.png) 0 0 no-repeat;
	height: 37px;
	width: 68px;	
	text-indent: -9999em;
	overflow: hidden;
	border: none;
}

#login-dropdown .dropdown-links {
	text-align: center;
}

#login-dropdown .dropdown-links,
#login-dropdown .dropdown-links a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#login-dropdown .dropdown-links a:hover {
	color: #1C75BC;
}

.dd-sep {
	padding: 0 2px;
}

#ld-submit:hover {
	background-position: 0 -37px
}

#ld-reset {
	float: left;
	font-size: 11px;
	padding: 0;
	margin: 5px;
}

#ld-reset a:hover {
	color: #fff;
}

/**
 * Slideshow/Cycle
 **/
#cycle img {
	width:950px;
	height:250px;
	background: none !important;
	filter: none !important; 
}

#cycle-nav {
	display:none;
	position:relative;
	margin:0 -50px;
}

#cycle-nav a {
	display:block;
	width:25px;
	height:41px;
	text-indent:-9999em;
	overflow:hidden;
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
}

#cycle-nav a#cycle-prev {
	background-image:url(../images/template/cycle/cycle-nav-prev.png);
	left:0;
}

#cycle-nav a#cycle-next {
	background-image:url(../images/template/cycle/cycle-nav-next.png);
	right:0;
}

/**
 * Body Styles
 **/
#content-container {
	padding:20px 0;
}

.home #content-container {
	padding:5px 0 20px 0;
}

#content-container h1.heading {
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:15px 0;
	background-repeat:no-repeat;
	background-position: right 50%;
	font-size:13px;
	font-family: sans-serif;
	font-weight:500;
	font-family: proxima-nova-soft, sans-serif;
}

#content-container h1.heading.services {background-image:url(../images/template/heading-line-long.png);}
#content-container h1.heading.software {background-image:url(../images/template/software-header-bg.png);}
#content-container h1.heading.blog     {background-image:url(../images/template/heading-line-short.png);}
/**
 * Home Page Search
 **/
#search-panel {
	background:#e6e7e8;
	padding:20px 0;
	border-bottom:2px solid #A7A9AC;
	font-family: sans-serif;
	color:#78797a;
	font-weight: 400;
	font-family: proxima-nova-soft, sans-serif;
}

#search-panel .grid_5 {
	width:400px;
	margin-right:0;
}

#search-panel h2 {
	font-size:26px;
	font-weight:400;
	margin:0;
	padding:0;
}

#search-panel p {
	margin:5px 0 0 0;
	padding:0;
	font-size:15px;
}

#search-form {
	position:relative;
}

#search-form #s {
	color:#666;
	width:323px;
	float:left;
	
	font-family: proxima-nova-soft, sans-serif;

	font-size:20px;
	height:27px;
	padding: 8px 15px 7px 15px;
	
	border:2px solid #919191;
	border-width:2px 0 0 2px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#search-form #s.blur {
	color:#ccc;
}

#search-form #search-submit {
	height:43px;
	width:44px;
	border: none;
	float:left;
	background:url(../images/template/search-button.gif) 0 -43px no-repeat;
}

#search-form #search-submit.loading {
	background-position: 0 0;
}

/**
 * Home Page Featured Services
 **/
#featured-heading h1.heading {
	float:left;
	width:810px;
}


ul.social-icons {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	width:116px;
}

ul.social-icons li {
	display:block;
	float:left;
	margin-right:15px;
}

ul.social-icons li.last {
	margin-right:0;
}

ul.social-icons li a {
	display:block;
	width:17px;
	height:17px;
	background:url(../images/template/social-sprite.png) no-repeat 0 0;
}

ul.social-icons li a.mail {
	width:20px;
	height:14px;
	margin-top:2px;
}

ul.social-icons li a.twitter  {background-position: -40px 0;}
ul.social-icons li a.facebook {background-position: -74px 0;}
ul.social-icons li a.rss      {background-position: -108px 0;}

ul.social-icons li a.mail:hover     {background-position: -20px 0;}
ul.social-icons li a.twitter:hover  {background-position: -57px 0;}
ul.social-icons li a.facebook:hover {background-position: -91px 0;}
ul.social-icons li a.rss:hover      {background-position: -125px 0;}

.featured {
 	padding:0 0 40px 0;
}

.featured section .image-container img {
	width:210px;
	height:134px;
}

.featured .image-container a {
	background: #ffffff;
	display: block;
	padding: 5px;	
	border: 1px solid #bccfd7;
	width:210px;
	height:134px;
	text-align:center;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}

.featured .image-container a:hover {
	border-color: #0b8cb8;
	-webkit-box-shadow: 0px 0px 10px #72a8fb;
	-moz-box-shadow: 0px 0px 10px #72a8fb;
	box-shadow: 0px 0px 10px  #72a8fb;
}

.featured section h1 {
	font-size:14px;
	margin:0;
	padding:10px 0 5px 0;
	font-family: proxima-nova-soft, sans-serif;
	font-weight:500;
}


.featured section p {
	padding:0 0 5px 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	margin:0;
	color:#808285;
}

a.read-more {
	text-decoration:none;
	font-size:11px;
}

/**
 * Latest Blog Posts
 **/

.blog-posts article {
	padding:15px 0 15px 0;
	border-top:1px dotted #999;
}

.blog-posts article.first {
	border:none;
	padding-top:0;
}

.blog-posts article header h1 {
	font-size:15px;
	font-weight:500;
	margin:0;
	padding:0;
	font-family: proxima-nova-soft, sans-serif;
}

.blog-posts article header h1 a {
	color:#222;
	text-decoration:none;
}

.blog-posts .post-date {
	color:#A7A9AC;
	display:block;
	padding-top:5px;
	font-size:11px;
}

.blog-posts p {
	padding:5px 0 10px 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	margin:0;
	color:#808285
}

/**
 * Internal Page (also error page)
**/
.error #header-bottom,
.internal #header-bottom {
	height: 120px;
}

.error #header-bottom h2,
.internal #header-bottom h2 {
	margin: 40px 0 0 0;
	font-weight: 400;
	font-family: proxima-nova-soft, sans-serif;
}

.error #header-bottom h2,
.internal #header-bottom h2 a {
	color: #ffffff;
	font-size: 28px;
	text-decoration: none;
}

.internal #content-container {
	background: url(../images/template/sidebar.png) 44px bottom no-repeat;
}

.page-content {
	color:#666;
	font-size:14px;
	padding:0 0 50px 0;
}

.page-content p {
	line-height:1.6;
	font-family: helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 14.5px;
	
}

.page-content h1 {
	font-weight: 400;
	font-family: proxima-nova-soft, sans-serif;
	color: #333;
	font-size: 24px;
	padding:0;
	margin:0;
}

.page-content h2 {
	color:#999;
	font-family: proxima-nova-soft, sans-serif;
	font-weight: 400;
	font-size:19px;
	line-height: 25px;
	font-weight:normal;
}

.page-content h3 {
	color:#333;
	font-family: proxima-nova-soft, sans-serif;
	font-weight: 400;
	font-size:16px;
	font-weight:normal;
}

/**
 * Sidebar Styles
**/

#sidebar {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: proxima-nova-soft, sans-serif;
	font-size:14px;
}

#sidebar aside {
	padding-bottom: 23px;
	margin-bottom: 20px;
}

#sub-menu ul {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

#sub-menu ul li {
	border-bottom:1px dotted #c7c7c8;
	padding:15px 0 3px 0;
}

#sub-menu ul li a {
	color: #808285;
	display: block;
	height: 18px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 28px;
	text-align:right;
} 

#sub-menu ul li a.current,
#sub-menu ul li a:hover {
	color:#4C4C4C;
}

/**
 * IP.LY
 **/ 
#iplyresult {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
/**
 * Domain Hack Bits
**/

#domain-hack fieldset,
#domain-hack {
	width: 660px;
}


#hack_results {
	background: #f2f2f2;
    margin: 0px auto;
    padding: 20px;
    width: 660px;
    text-align: left;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#hack_text {
	margin: 10px auto;
    padding: 0;
    text-align: left;
}
.domLine {
    margin: 5px 0 5px 10px;
    padding: 10px 0;
    border-bottom: 1px dotted #d1d1d1;
}
.domLine:last-child {
	border: none;
}
.domResult {
    float: left;
    width: 200px;
    display: block;
    font-size:16px;
    color: #999;
}
.domLink {
    float: left;
    width: 234px;
    display: block;
}
.hack_www {
    font-weight: bold;
    color: #777;
    text-decoration: none;
    margin-left: 75px;
}
.hack_whois {
    font-weight: bold;
    color: #777;
    text-decoration: none;
}
.hack_reg {
    color:#1C75BC;
    width: 100px;
    margin-left: 75px;
}
.hack_domain {
    font-weight: bold;
    color: #1C75BC;
}

.hack_notaval {
    background: url(../images/lyhack/notaval.png) center 3px no-repeat;
    height: 20px;
    width: 20px;
    float: left;
}
.hack_aval {
    background: url(../images/lyhack/aval.png) center 3px no-repeat;
    float: left;
    height: 20px;
    width: 16px;
}


.hack_errmsg {
    margin: 0 0 0 0;
    padding: 10px 0 10px 25px;
    background: url(../images/lyhack/no.png) no-repeat 0px 10px;
    text-align: left;
    color: #666;
}

#sld {
	float: left;
	width: 500px;
	margin-right: 10px;
}

#btnSearch {
	margin-top: 5px;
	width: 101px;
	height: 35px;
	border: none;
	background: transparent url(../images/template/submit-button.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	float: left;
	text-transform: capitalize;
}

#btnSearch:hover, 
#btnSearch:hover {
	background-position: 0 -40px;	
}

/**
 * Newsletter Form
 **/
#newsletter-form {
	display: none;
	font-family: proxima-nova-soft, sans-serif;
	width: 440px;
	padding: 50px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	border: 4px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#newsletter-form .error {
	color: #e42322;
}

#newsletter-form .close {
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/template/newsletter-close.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 15px;
	height: 15px;
}

#newsletter-form .close:hover {
	opacity: 0.7;
}

#newsletter-form h1 {
	color: #e6e7e8;
	font-weight: 500;
	font-size: 18px;
	background: url(../images/template/newsletter-bg.png) 0 50% no-repeat;
	padding-left: 50px;
}

#newsletter-form p {
	color: #a7a9ac;
	font-size: 16px;
	margin: 25px 0;
}

#newsletter-form label {
	font-size: 16px;
	color: #D1D3D4;
	display: block;
	margin-bottom: 10px;
}

#newsletter-form label.inline {
	font-size: 13px;
	color: #D1D3D4;
	display: inline;
	vertical-align: top;
	padding-right: 10px;
} 
 
#newsletter-form input[type=text] {
	background: #fff;
	color: #929498;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	width: 430px;
}

#newsletter-subscribe {
	background: url(../images/template/submit-button.png) 0 0 no-repeat;
	float: right;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	width: 101px;
	height: 30px;
	cursor: pointer;
}

#newsletter-subscribe:active,
#newsletter-subscribe:hover {
	background-position: 0 -40px;
}

/**
 * FAQ's
 **/
.faq {
	margin:0 0 10px 0;
}

.faq-question {
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #dadada;
	padding:10px 10px 10px 35px;
	text-shadow:0 1px 0 #fff;
	font-weight:500;
	background-image: url(../images/template/arrow.png); 
	background-color: #f4f4f4; 
	background-repeat: no-repeat;
	background-position: 10px center;
}

.faq-answer {
	padding:10px;
	line-height:1.6;
	display:none;
}

/**
 * Footer
 **/
 

/* Push the footer to the bottom */
html, body { 
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -340px; /* the bottom margin is the negative value of the footer's height */
}
#push, #footer {
	height: 340px;
}

#footer {
	background: #000000 url(../images/template/footer_background.png) 0 0 repeat-x;
	border-top: 2px solid #bcbec0;
	padding-top: 20px;
	font-size:14px;
	font-family: proxima-nova-soft, sans-serif;
}

#footer section h1 {
	color: #D1D3D4;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -1px;
	text-shadow: 0 -1px 0 #000000;
    margin-bottom: 15px;
    line-height: 22px;
}

.footer-separator {
	height: 232px;
	background: url(../images/template/footer_separator.png) 50% 50% no-repeat;
}

#footer-site-map ul {
	margin-left: 30px;
	width: 270px;	
}

#footer-site-map ul li {
	width: 125px;
	padding: 5px 10px 5px 0;
	float: left;
}

#footer-site-map ul li a {
	color: #6D6E71;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
}

#footer-site-map ul li a:hover {
	color: #ffffff;
}

#footer-online-services ul,
#footer-contact-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-online-services ul li,
#footer-contact-us ul li {
	padding: 5px 10px 5px 0;
}

#footer-online-services ul li a {
	color: #6D6E71;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
}

#footer-online-services ul li a:hover {
	color: #ffffff;
}

#footer-contact-us .contact-us-content {
	color: #6D6E71;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	padding-left: 25px;
}

#footer-contact-us ul li {
  color: #6D6E71;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
}

#footer-contact-us .contact-us-content h2 {
	color: #A7A9AC;	
	font-size: 14px;
}

#footer-contact-us .contact-us-content h2,
#footer-contact-us .contact-us-content p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#footer-contact-us .contact-us-content p {
	margin-bottom: 10px;
}

#copyright-and-attrib {
	margin-top: 30px;
	color: #A7A9AC;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000000;
	padding-bottom: 5px;
}

#copyright-and-attrib a {
	color: #A7A9AC;
	text-decoration: none;
}

#copyright-and-attrib ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#copyright-and-attrib ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #a7a9ac;
}

#copyright-and-attrib ul li.last {
	border: none;
}

#copyright-and-attrib ul li a {
	font-size: 85%;
}

#copyright-and-attrib a:hover {
	color: #1C75BC;
}

#copyright-and-attrib .attrib {
	text-align: right;
}

/**
 * Form
 **/

.form fieldset {
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin: 0 0 20px 0;
	width:330px;
}

.form .form-row {
	margin-bottom: 10px;
}

.form .textbox {
	color:#808285;
	width:307px;
	font-family: proxima-nova-soft, sans-serif;
	padding:10px;
	border-top:2px solid #c8c8c8;
	border-left:2px solid #c8c8c8;
	border-bottom:2px solid #eeeeee;
	border-right:2px solid #eeeeee;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.form .form-error {
	color: #e42322;
	font-weight: 500;
	margin: 10px 0;
}

.form .error-text {
	color: #e42322;
	font-size: 11px;
}

.form .form-row.error label {
	color: #e42322;
}

.form .form-row.error input,
.form .form-row.error select,
.form .form-row.error textarea {
	background: #fef5f5;
}

.form .chzn-container a.chzn-single {
	color:#808285 !important;
	font-size:14px;
}

.rounded-container {
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin: 0 0 20px 0;
}

.submit-button {
	background: url(../images/template/submit-button.png) 0 0 no-repeat;
	float: right;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	width: 101px;
	height: 30px;
	cursor: pointer;
}

.submit-button:active,
.submit-button:hover {
	background-position: 0 -40px;
}

/* portfolio */
div.portfolio #images_list {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 700px;
	min-height: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-image: initial;
	border: 1px solid #BCCFD7;
}
div.portfolio #images_list img {
	position: absolute;
	clip: rect(0 700px 300px 0);
	/* clip: shape(top right bottom left); NB 'rect' is the only available option */
}
div.portfolio #images_list a {
	background: white;
	background-position: 5px 5px;
	/*background-image: url();*/
	display: block;
	margin: 5px;
	
	width: 690px;
	height: 290px;
	text-align: center;
	
}
div.portfolio div.nav {
	padding: 5px 10px;
}
div.portfolio div.nav a.prev.en, div.portfolio div.nav a.next.ar { 
	background: url('../images/portfolio/extra/prev.png') no-repeat center center; 
	display: inline-block;
	float: left; 
	height: 30px;
	width: 30px;
}
div.portfolio div.nav a.next.en, div.portfolio div.nav a.prev.ar { 
  	background: url('../images/portfolio/extra/next.png') no-repeat center center; 
	display: inline-block;
	float: right;
	height: 30px;
	width: 30px;
}
div.portfolio div.nav a span {
	display: none;
}
div.portfolio p.descrp {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
div.portfolio div.pservices { margin-bottom: 10px;}
div.portfolio div.pservices span {
	background-color: #0F67A1;
	border-radius: 3px;
	color: #FFF;
	padding: 5px;

}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

