﻿/* Copyrighted to DESIGN BY MAX CSS STYLESHEET*/
/*----------------DbM copyright---------------*/
/*---------------------------------------------------*/
/*--------------------CSS--------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	border: 10px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
fieldset {
	border-color: #666;
	border-radius: 10px;
	padding: 33px;
}
/* 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;
}
/*-----------------------------------------------------------*/
/*------------------- BODY & HEADINGS ------------*/
/*-----------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/body-bg-29.png);
	background-repeat: repeat;
	font: 14px/16px 'Open Sans', arial, serif;
	font-weight: normal;
	line-height: 19px;
	color: #666;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgb(255,255,0);
}
::selection {
	background-color: #010193;
	/* Safari */
	color: #fdfdfa;
}
::-moz-selection {
	background-color:#010193;
	/* Firefox */
	color:#fdfdfa;
}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}
/*--------------------------------------------------------------*/
/* ------------------HEADINGS----------------------------*/ 
/*--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family:'Open Sans',arial,serif;
	font-weight: lighter;
	font-variant:normal;
	white-space:normal;
	color:#E0E0F8;
	margin-bottom:10px;
}
h1 {
	font-size:34px;
	line-height:38px;
}
h2 {
	font-size:28px;
	line-height:33px;
}
h3 {
	font-size:24px;
	line-height:29px;
}
h4 {
	font-size:20px;
	line-height:25px;
}
h5 {
	font-size:16px;
	line-height:21px;
}
h6 {
	font-size:14px;
	line-height:17px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#FFF;
	font-family:'Open Sans',arial,serif;
	font-size:100%;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#88bbc8;
	font-family:'Open Sans',arial,serif;
	font-size:100%;
	text-decoration: none;
}
/*-------------------------------------------------------*/
/*------------------TABLE STYLES------------------*/
/*-------------------------------------------------------*/
table {
	border-collapse:separate;
	border-spacing:0;
	border-top-width:5px;
	margin-bottom:10px;
	border:10px solid #0e0e0e;
}
th {
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
	background:#282834;
	color:#FFF;
}
td {
	padding:10px 15px;
	border-top: 1px solid #0e0e0e;
}
/*------------------TABLE STYLES ENDS--------------------*/
/*--------------------------Design by Max-------------------*/
/*-----------------------------------------------------------------*/
/*------------------------FORM STYLE------------------------*/
/*-----------------------------------------------------------------*/
label {
	font-weight:lighter;
	display:block;
	color:#FFF;
}
input[type=text],input[type=password],input.text,input.title,textarea {
	background-color:#0e0e0e;
	border:2px solid #3d4753;
	font-size:12px;
	color:#FFF;
}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus {
	border-color:#3d4753;
	-moz-box-shadow: 0 0px 3px #88bbc8;
	-webkit-box-shadow: 0 0px 3px #88bbc8;
	box-shadow: 0 0px 3px #88bbc8;
}
select {
	background-color:#0e0e0e;
	border-width:1px;
	border-style:solid;
	color:#FFF;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	margin:5px 0;
	
}
input.text,input.title {
	width:200px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:450px;
	height:180px;
	padding:5px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.search-input {
	background:#EEE url("../images/search-bg.png")  right no-repeat;
	padding:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:150px;
	color:#666;
	margin-top: 19px;
	
}
.search-place{
	margin-left:25px;
}
.required {
	color:#ed1c24;
}
.error{color:#e64135;text-align:left;font-size:11px;}
.success{color:#acd373;text-align:right;font-size:11px;}
.simple-error,.simple-alert,.simple-notice,.simple-success,.simple-info {
	
	padding:0.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
}
.simple-error,.simple-alert {
	background:#fbe3e4;
	border-color:#fbc2c4;
	color:#e64135;
}
.simple-notice {
	background:#fff6bf;
	color:#514721;
	border-color:#ffd324;
}
.simple-success {
	background:#e6efc2;
	color:#264409;
	border-color:#c6d880;
}
.simple-info {
	background:#d5edf8;
	color:#205791;
	border-color:#92cae4;
}
.simple-error a,.simple-alert a {
	color:#8a1f11;
}
.simple-notice a {
	color:#514721;
}
.simple-success a {
	color:#264409;
}
.simple-info a {
	color:#205791;
}
#sign-up-form input,#sign-up-form select{padding:7px 10px;width:250px;border:1px solid #3d4753;}
#sign-up-form  #Mysubmitted{width:105px!important;padding:5px 10px;border:none;color:#FFF;}
#round-form input,#round-form select{padding:7px 10px;width:250px;border:1px solid #3d4753;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
#round-form input:focus,#round-form select:focus{border-color:#72c2e7;-moz-box-shadow: 0 0px 5px #72c2e7;-webkit-box-shadow: 0 0px 5px #72c2e7;box-shadow: 0 0px 5px #72c2e7;
}

/*-------------------------------------------------------------------------*/
/*------------------Copyrighty by Design by Max---------------*/
/*-------------------------------------------------------------------------*/
/*--------------------------MAIN STYLES-----------------------------*/
/*-------------------------------------------------------------------------*/
#wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}	
#container {
	float: left;
	width: 960px;
	background: #1c1c1c;
	height: auto;
	border-top: solid 6px #0101DF;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	padding: 0 30px;
	text-align: left;
	margin-top: 26px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom: 20px;
	font-family: inherit;
}
.center {
	height: auto;
	width: 1020px;
	margin: auto;
	padding: 0px;
}

.right {
	margin-top:60px;
}
#content {
	padding-bottom:0px;
	height:auto;
	float:left;

}
#header {
	height: 60px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
a#logo {
	background: url(../images/logo1.png) no-repeat;
	display: block;
	float: left;
	width: 249px;
	height: 70px;
	text-indent: -9999px;
}

.slideshow {	
	/*border-top:1px solid #efefef;*/
	padding: 0;
	
}
a {
	text-decoration:none;
	color:#88bbc8;
}
a:hover {
	text-decoration:none;
	
}
a img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
}
p,ul,ol,pre,code {
	margin-bottom: 3px;
}
.colored{
	color:#f26c4f;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
blockquote {
	padding:5px 20px 5px 45px;
	line-height:24px;
	background: url(../images/quote.png) no-repeat top left;
	color:#999999;
}
blockquote span {
	color:#666666;
}
pre,code {
	border:1px solid #efefef;
	border-left:5px solid #efefef;
	display:block;
	padding:10px;
	font-size:11px;
	font-family:monospace;
	background-color:#f5f5f5;
}
/*------------------GRID STYLE------------------*/
/*----------------------------------------------*/
.horizontal-line {
	width:100%; 
	margin:30px auto;
	float:left;
	height:2px;
	background:transparent url("../images/hr-dark.jpg") repeat-x;
	
}
.horizontal-line2 {
	width:100%; 
	margin:5px auto;
	float: left;
	height:2px;
	background:transparent url("../images/hr-dark.jpg") repeat-x;
	
}
.clear-line {
	width:100%;
	margin:10px auto auto auto;	
}
.left {
	float:left;
}
.right {
	float:right;
}
.just {
	text-align: left;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: lighter;
	margin-top: 65px;

}

.rightImage {
	float:left;
	padding: 0px 30px 30px 30px;
}
#alignTxt {
	text-align: left;
	text-indent: 30px;
}
#alignAbout {
	margin: 50px;
	padding-right: 90px;
	font-family: 'Open Sans';
	font-weight: lighter;
}

.one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth ,.inner-content, .one-third-big { 
	float:left; 
}
.one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth, .inner-content,.one-third-big  {
	margin-right: 30px;
}
.one {
	width:960px;
}
.one-half {
	width:465px;
}
.two-third {
	width:630px;
}
.one-third  {
	width:300px;
}
.inner-content  {
	width:712px;
}
.one-third-big{ width:340px;}
.one-fourth {
	width:217px;
}
.one-fifth {
	width:168px;
}
.one-sixth {
	width:135px;
}
.last { 
	margin-right: 0px!important;
}
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.img-align-right {
	margin:5px 0 0 10px;
	float: right;
}
.img-align-center {
	margin:5px 0;
	text-align:center;
}
.text-align-left {
	float:left;
	width:220px;
}	
/*-----------MAIN NAVIGATION-----------*/
#main_navigation {
	top:0px;
	font-size:11px;
	height:50px;
	float:right;
}
.main-menu {
	position:relative;
	z-index:22;
	font-family:'Open Sans', arial, serif;
}
.main-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.main-menu ul li {
	position:relative;
	display:inline;
	float:left;
	font-size:14px;
}
.main-menu ul li a,.main-menu ul li a:link,.main-menu ul li a:visited {
	line-height: 33px;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #000;
}
.main-menu ul li a span{
	display: block;
	color: #898989;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
}
.main-menu ul li a:hover,.main-menu ul li:hover {
	color: #0100DF;
	background: #111111;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.main-menu ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
}
* html .main-menu ul li a {
	display:inline-block;

}
.main-menu ul li ul {
	position:absolute;
	left:0px;
	display:block;
	visibility:hidden;
	width:180px;
}
.main-menu ul li ul li {
	display:list-item;
	float:none;
}
.main-menu ul li ul li a {
	width:160px;

	padding:5px 10px;
}
.main-menu ul ul {
	background:#111111;
	z-index:101;
	border-radius: 0px 4px 4px 4px;
	-moz-border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	border-bottom:1px solid #111111;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
}

.main-menu ul ul li:last-child{
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius:0 0px 4px 4px;
	-webkit-border-radius:0 0px 4px 4px;
}

.main-menu ul ul li.zebra-nav  {
		background:#1b1b1b;
}
.main-menu ul ul li a,.main-menu ul ul li a:link,.main-menu ul ul li a:visited {
	height:100%;
	text-transform: capitalize;
	line-height:20px;
	margin-right:0px!important;
	padding:8px 11px!important;
	font-size:11px;
	font-family: 'Open Sans';
	
	
}
.main-menuz ul li ul li a:hover,.main-menu ul ul li a:hover {
	text-decoration:none!important;
	background:#010193;
	color:#FFF;
	text-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;

}
.main-menuz ul li ul li:last:child:hover,.main-menu ul ul li:last:child:hover{
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius:0 0px 4px 4px;
	-webkit-border-radius:0 0px 4px 4px;
}
.main-menuz ul ul li ul li a:hover,.main-menu ul ul ul li a:hover {
	text-decoration:none!important;
	background:#010193;
	color:#FFFFFF;
	text-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

/*-------------------------------------------------------------------------------------------------*/
/*INTRO PAGES*/
/*-------------------------------------------------------------------------------------------------*/
.intro-pages  span {
	color:#0054a6;
}
.intro-pages {
	padding:30px 0px 50px 0;
	height:auto;
	margin-bottom:30px;
	background:transparent url("../images/hr-dark.jpg") bottom repeat-x;
}
.intro-pages  h1,.intro-pages  h2,.intro-pages  h3,.intro-pages  h4{
	text-align:center;
	margin-bottom:0;	
	font-style:italic;
}
.intro-pages  a {
	color:#0054a6;
}
/*------------------------07 - SLIDERS-------------------------------*/
/*-------------------------------------------------------------------------*/
#piecemaker{width:960px;height:430px;float:left;margin-bottom:30px;}
	
/*VIDEO BLOCK */
#video-block {
    width:1020px;
    height:570px;
	float:left;
	margin-left:-30px;
	border-top:5px solid #0e0e0e;
}
/*NIVO SLIDERS*/
.nivoSlider {
    width:1020px;
    height:550px;
	float:left;
	margin-left:-30px;
	border-top:0px solid #0e0e0e;  /* the bar above the slider that separates the header from slider*/
	border-bottom: 0px solid #0e0e0e; /* the bar bellow the slider that separates the slider from content*/
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
#slider3 .nivo-controlNav {position:absolute;right:10px;bottom:10px;z-index:99;}
#slider3 .nivo-controlNav a {display:block;
	float:left;
	margin:0 3px 0 0;
	background:url(../images/nivo-pag.png) top no-repeat;
	width:22px;
	height:22px;
	outline:none;
	text-indent:-9999px;}
#slider3 .nivo-controlNav a.active {background:url(../images/nivo-pag.png) bottom no-repeat;}

.nivo-directionNav a {display:block;width:50px;height:50px;background:url(../images/slideshow-nav.png) no-repeat;text-indent:-9999px;border:0;}
a.nivo-nextNav {background:url(../images/slide-next-prev.png) right no-repeat;right:5px;}
a.nivo-prevNav {background:url(../images/slide-next-prev.png) left no-repeat;left:5px;}
.nivo-caption {text-shadow:none;font-size:12px;}
.nivo-caption a {color:#efe9d1;text-decoration:underline;}
.nivo-caption {text-shadow:none;font-family: Helvetica, Arial, sans-serif;}
 .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
#slider3 {
	margin-bottom:30px;
}
/*-------------------------------------------------------*/
/*NIVO THUMB SLIDER*/
/*-------------------------------------------------------*/
#slider4 {
	margin-bottom:110px;
}
#slider4 .nivo-controlNav {
	position:absolute;
	left:30px;
	bottom:-85px;
}
#slider4 .nivo-controlNav a {
    display:inline;
}
#slider4 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #0e0e0e;
	-webkit-box-shadow:0px 0px 5px #0e0e0e;
	box-shadow:0px 0px 5px #0e0e0e;
}
#slider4 .nivo-controlNav a.active img {
    border:1px solid #0054a6;
}
/*-------------------------------------------------------------------------------------------------*/
/*----------------------SLLIDERS JS----------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*SLIDER FULL WIDTH STARTS*/
.caption {
	z-index:99;
	position:absolute;
	bottom:30px;
	left:30px;
	height:auto;
	padding:20px;
	background:transparent url("../images/slider-txt-bg.png") repeat;
	width:320px;
	font-size:11px;
	color:#fff;
	-moz-box-shadow:0px 0px 5px #111;
	-webkit-box-shadow:0px 0px 5px #111;
	box-shadow:0px 0px 5px #111;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-shadow:none;
}
.caption h4{color:#0054a6;}
.caption p{font-style:normal;}
.caption  .read-more, #grid .read-more {
	background:#0054a6;
	color:#000;
	font-size:11px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px 7px;
}
.caption  .read-more:hover,#grid  .read-more:hover{background:#363636;color:#FFF;text-decoration:none;}

.slides_container {
	
	background:#FFF;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slides_container a img {
	display:block;
	z-index:99;
}
.small-slider{
	padding:4px;
	background:#111111;
	height:350px;
	width:620px;
	border:1px solid #0a0a0a;

}
.big-slider{
	height:450px;
	width:1020px;
	margin-left:-30px;
	border-top:5px solid #121212;

}
.portfolio-details-slider{
		height:350px;
		width:711px;
	
}
#simple-slider{margin-top:0px;}
/*SLIDER TWO THIRD  WIDTH ENDS*/
.pagination {
	position:relative;
	float:right;
	z-index:10;	
	margin:-45px 10px 0 0px;
}

.pagination li {
	float:left;
	margin:0 5px 0 0;
}
.pagination li a {
	display:block;
	background:url(../images/slideshow-nav.png) right top no-repeat;
	width:24px;
	height:24px;
	outline:none;	
	text-indent:-9999px;
}
.pagination li.current a {background:url(../images/slideshow-nav.png) left top no-repeat;}
.slides-nav {
	position: relative;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/slide-next-prev.png);

}

.slides-nav a.prev {
	background-position: left;
	margin: -275px 0 0 -10px;
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	
}
.slides-nav a.prev:hover{
	background-position: left;
	margin: -275px 0 0 -15px;
	
}
.slides-nav a.next {
	background-position: right;
	margin: -275px 0 0 920px;
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
}
.slides-nav a.next:hover {
	background-position: right;
	margin: -275px 0 0 925px;
}

.kwicks-container {width: 1020px; height:550px; margin: 0 auto 30px auto; overflow:hidden; position:relative; 
background: #FFF;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#FFF;overflow:hidden; 
}
.kwicks li{
	width: 220px;
	height: 550px;
	display: block;
	overflow: hidden;
	padding: 0;  
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
	background: #FFF;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
.accordian-slider-image {float:left;padding:0;margin:0;}
.slide-minicaption {
	bottom:0;
	right:0;
	position:absolute;
	color:#fff;
	text-shadow: 2px 2px #111;
	padding:10px;
	font-size:12px;
	line-height:18px;
	width: 195px;
	background:#111;
	}
	
.slide-minicaptiontitle {
	font-size:13px;
	text-align:center;
	letter-spacing:0.5px; 
	color:#fff; 
	display:block;
	line-height:20px;
	}
.accordian-slider-caption {
	top:60px;
	left:550px;
	position:absolute;
	color:#D1D1D1;
	padding:10px 20px;
	font-size:12px;
	line-height:22px;
	background:#111;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border-radius: 5px;
	width: 300px;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	box-shadow:0px 3px 3px rgba(0,0,0,0.1);
}	
.accordian-slider-caption a {color:#D1D1D1; }
.accordian-slider-caption a:hover {text-decoration:none;}
.accordian-slider-captiontitle {
	font-size:20px; 
	color:#fff; 
	display:block;
	line-height:26px;
	margin: 0 0 5px 0;
}
.accordian-slider-captiontitle a {	color:#fff;}
.accordian-slider-captiontitle a:hover {color:#fff; text-decoration:none;	}
	.kiwcks-container { height: 550px;overflow:hidden;  }
	.kiwcks-container { width: 1020px;margin-left:-30px;border-top:5px solid #f7f7f7;margin-bottom:30px;overflow:hidden; }
	.kwicks li { width: 255px; }
	.kwicks li { height: 550px; }
	.kwickshadow { height: 550px; }
	.slideshowgallery { height: 550px; }
	.slide-minicaption { width: 255px; }	
/*-------------------------------------------------------------------------------------------------*/
					/*08 -FOOTER*/
/*-------------------------------------------------------------------------------------------------*/	
#footer-wrapper {
	width:1020px;
	float:left;
	background:#111111;
	line-height:20px;
	color:#666;
	margin-top:30px;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #070707;
	margin-left:-30px;
}


.socialM {
	text-align: center;
}

.socialM1 {
	text-align: center;
}

/*.socialM1 {
	text-align: center;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
}
.socialM1:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-opacity:10;
	-webkit-opacity:10;

}
*/

#footer-container {
	width:100%;
	float:left;
	font: 'Open Sans';
	font-size: 13px;
	padding-top: 40px;
}
#footer-container h4 {
	padding-bottom: 20px;

}
#footer {
	width:960px;
	margin:0 auto;		
}
#footer ul {
	margin:0px;
	list-style-type:none;
	padding:0px;
	float:left;
}
#footer ul li {
	display:block;
	margin-bottom:10px;
}

#footer ul li a:hover {
	text-decoration:underline;
	color:#88bbc8;
}
#footer ul li span,#footer ul li span a {
	display:block;
	text-transform:none;
}
#footer ul li span a {
	display: inline;
}
#footer h1,#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {color:#FFF;}


#footer .tweet {
	width:auto;
}
#footer .tweet ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;	
	
}
#footer .tweet li,.block .tweet li {
	margin-bottom:20px;
}
#footer .tweet li .tweet_text,.block .tweet li .tweet_text {
	list-style-type:none;
	font-style:normal;
	font-size:12px;
	
}
#footer .tweet a,.block .tweet a {
	text-transform:none;
	display:inline;
	margin:0px;
	padding:0px;
	font-style:italic;
	font-size:12px;

}
#footer .tweet .tweet_time a,.block .tweet .tweet_time a {
	text-transform:none;
	display:block;
	font-style:italic;
	font-size:12px;
	margin-top: 10px;
}
/**** COPYRIGHT Design by Max***********/

#copyright-wrapper {
	width:1020px;
	padding:0px 0 20px 0;
	float:right;
	background:#111111;
	line-height:20px;
	color:#636360;
	margin-left:-30px;
	font-family:'Open Sans', arial, serif;
	border-top:1px solid #181818;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
}

#copyright-logo {
	background:url(../images/logo-buttom1.png) no-repeat;
	display:block;
	float:left;
	margin-top:20px;
	width:185px;
	height:50px;
	opacity:0.7;
}
#copyright a {
	color:#636363;
	font-size:13px;
	text-shadow: 0px 1px 0px #000;
	
}
#copyright a:hover {
	color:#f26c4f;
}
#copyright {
	width:960px;
	padding-top: 0px;
	margin:0 auto;
}
#copyright p,#copyright span {
	margin-bottom:0px;
	
}
#copyright span {
	font-size:13px;
}
/*-------------------------------------------------------------------------------------------------*/
					/*FOOTER ENDS*/
/*-------------------------------------------------------------------------------------------------*/	
/*-------------------------------------------------------------------------------------------------*/
					/*09 - PORTFOLIO*/
/*-------------------------------------------------------------------------------------------------*/	
.portfolio-item-preview {
	display:block;
	height:20px;
	width:75px;
	padding:4px 5px;
	background:#000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	

}
#opac
{
opacity:0.5;
filter:alpha(opacity=50); 
}
#opac:hover 
{
opacity:1.0;
filter:alpha(opacity=100); 
}

.bordered-img {
	border:5px solid #232323;
}
.pretty-box{
	background-color:#232323;
	background:-moz-linear-gradient(center bottom , #232323 0px, #0c0c0c 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #232323),color-stop(1, #0c0c0c));
	border:1px solid #0c0c0c !important;
	padding:4px;
}
.pretty-box:hover {	
	border:1px solid #282834 !important;
	-moz-box-shadow:0 0px 3px #282834;
	box-shadow: 0 0px 3px #282834;
	-webkit-box-shadow: 0 0px 3px #282834;
	-o-box-shadow: 0 1px 3px #282834;
}
#portfolio {
	width: 960px;
	float: left;
}
.portfolio-container ul li a.hide {
	display: none;
}
.portfolio-container{
	padding: 0px;
	display: block;
	width: 990px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolio-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}



/***************************************************
		  FILTERABLE   PORTFOLIO 
***************************************************/
#filterable  {
	display: inline;
	float: right;
	margin-bottom: 20px;
	margin-right:20px;

}
#filterable li {
	float: left;
	margin-left: 25px;
	padding: 2px;
	
}
#filterable li a {
	display: block;
	color: #FFF;
	font-family: 'Open Sans';
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: auto;
	padding:2px 4px;
	margin:3px;
	/*background:#389dc1;	*/
	background-color: #666;

	-moz-border-radius: 4px;
	border-radius: 5px;
	border-top: 1px solid #3d4753;
	-webkit-box-shadow: 
		inset 0 0 25px #292c36,
		0 1px 0 #0e0e0e,
		0 2px 0 #0e0e0e,
		0 2px 3px #0e0e0e;
	-moz-box-shadow: 
		inset 0 0 25px #292c36,
		0 1px 0 #0e0e0e,
		0 2px 0 #0e0e0e,
		0 2px 3px #0e0e0e;
	box-shadow: 
		inset 0 0 25px #292c36,
		0 1px 0 #0e0e0e,
		0 2px 0 #0e0e0e,
		0 2px 3px #0e0e0e;
	text-shadow: 0px 1px 0px #111;
}

#filterable li.current a {
	color: #0054a6;
	background: #292c36;
	margin: 7px 5px 3px;
	-webkit-box-shadow:
		inset 0 0 25px #292c36,
		0 0 3px #0e0e0e;
	-moz-box-shadow: 
		inset 0 0 25px #292c36,
		0 0 3px #0e0e0e;
	box-shadow: 
		inset 0 0 25px #292c36,
		0 0 3px #0e0e0e;
	border-top: 1px solid #3d4753;
}
#filterable li h5{
	float: left;
	margin-top: 5px;
	
}
/*-------------------------------------------------------------------------------------------------*/
		/*PORTFOLIO DETAILS NAVIGATION*/
/*-------------------------------------------------------------------------------------------------*/
.portfolio-details-nav{float:right;width:100%;margin-bottom:15px;}
#prev,#next {
	display:block;
	float:right;
	padding:4px 9px;
	margin-right:5px;
	border:1px solid #0e0e0e;
	background-color:#111111;
	color:#FFF;	

}
#prev:hover,#next:hover {
	background-color:#0054a6;
	color:#000;
	text-decoration:underline!important;
}
/*-------------------------------------------------------------------------------------------------*/
					/*10 - BUTTONS*/
/*-------------------------------------------------------------------------------------------------*/	

.button{
	cursor:pointer;
	font-family: Josefin+Slab, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0);
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	
	}
.button.round{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button.small{
	padding: 4px 10px;
}	
.button.big{
	padding: 8px 63px;
	font-size: 14px;
}	
.button.huge{
	padding: 12px 24px;
}
/*-----------BUTTON COLORS ---------------*/
ul.buttons li {display:list;margin:25px 0;}
/*BLUE*/
.button.blue{
	background-color:#1e6fca;	
	background: -moz-linear-gradient(
		top,
		#65b1f0 0%,
		#246eab);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#65b1f0),
		to(#246eab));
	margin-left: 0px;
	border: 2px solid #275682;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	
	}
	.button.blue:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.blue:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#246eab),
		to(#65b1f0));
	}
/*PURPLE*/
.button.purple{
	background-color:#b576ad;	
	background: -moz-linear-gradient(
		top,
		#b576ad 0%,
		#9a4d90);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b576ad),
		to(#9a4d90));
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);		
	border: 1px solid #954eae;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;	
	}
	.button.purple:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.purple:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#9a4d90),
		to(#b576ad));	
}
/*DARK BLUE*/
.button.dark-blue{
	background-color:#b576ad;	
	background: -moz-linear-gradient(
		top,
		#748095 0%,
		#3d4753);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#748095),
		to(#3d4753));
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);		
	border: 1px solid #3d4753;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;	
	}
	.button.dark-blue:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1),;
	}
	.button.dark-blue:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3d4753),
		to(#748095));	
}
/*LIGHT BLUE*/
.button.light-blue{
	
	background-color:#7ccce5;	
	background: -moz-linear-gradient(
		top,
		#7ccce5 0%,
		#64bcd7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7ccce5),
		to(#64bcd7));
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);		
	border: 1px solid #52adc9;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;	
	}
	.button.light-blue:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.light-blue:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#64bcd7),
		to(#7ccce5));	
}

/*DEEP BLUE  BUTTON*/
.button.deep-blue{
	
	background-color:#3d4753;	
	background: -moz-linear-gradient(
		top,
		#3d4753 0%,
		#292c36);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3d4753),
		to(#292c36));
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);		
	border: 1px solid #292c36;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;	
	}
	.button.deep-blue:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.deep-blue:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#292c36),
		to(#3d4753));	
}

/*-----------------------BUTTON ENDS------------------------*/
/*----------------------------------------------------------*/
/*------------------PRICING BOXES ANDTABLES-----------------*/

/*BLUE*/
.text-price.blue{
	background-color: #65b1f0;
	background-image: linear-gradient(top, #65b1f0, #246eab); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab');
	background: -ms-linear-gradient(top, #65b1f0, #246eab);
	background: -moz-linear-gradient(top, #65b1f0, #246eab);
	background: -o-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #65b1f0), color-stop(1, #246eab));
}
.box-header.blue,.box-footer.blue{
	border-bottom: 1px solid #275682;
	background-color: #246eab;
	background-image: linear-gradient(top, #65b1f0, #246eab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	background: -ms-linear-gradient(top, #65b1f0, #246eab); 
	background: -moz-linear-gradient(top, #65b1f0, #246eab); 
	background: -o-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #65b1f0), color-stop(1, #246eab));
	}
	


	
/*DEEP BLUE */
.text-price.deep-blue{
	background-color: #3d4753;
	background-image: linear-gradient(top, #3d4753, #292c36); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36');
	background: -ms-linear-gradient(top, #3d4753, #292c36);
	background: -moz-linear-gradient(top, #3d4753, #292c36);
	background: -o-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d4753), color-stop(1, #292c36));
}
.box-header.deep-blue,.box-footer.deep-blue{
	border-bottom: 1px solid #292c36;
	background-color: #292c36;
	background-image: linear-gradient(top, #3d4753, #292c36);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	background: -ms-linear-gradient(top, #3d4753, #292c36); 
	background: -moz-linear-gradient(top, #3d4753, #292c36); 
	background: -o-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d4753), color-stop(1, #292c36));
}	

/*LIST STYLES*/
/*COLUMNS SIZE (DEFAULT IS FIVE COLUMNS)*/
.one-fourth .pricing-table-list-box-content ul li{margin:0 0 0 -25px;padding:7px 0 7px 55px; list-style-type:none;text-align:left;width:185px;}
.one-third .pricing-table-list-box-content ul li{margin:0 0 0 -25px; padding:7px 0 7px 55px; list-style-type:none;text-align:left;width:265px;}
.pricing-table-list-box-content ul li:hover{
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	webkit-box-shadow:none!important;
	left:0px!important;
	top: 0px!important;
	}
.pricing-table-list-box-content ul li.zebra-pricing{
	background-color:#111111;
}
.text-price{
	text-align:center;
	padding:10px 0 5px 0;}
.text-price h3{color:#FFF;text-shadow: 0px 1px 0px #005826;}


/*PRICING TABLES COLORS*/

/*BLUE*/
.text-price.blue{
	background-color: #65b1f0;
	background-image: linear-gradient(top, #65b1f0, #246eab); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab');
	background: -ms-linear-gradient(top, #65b1f0, #246eab);
	background: -moz-linear-gradient(top, #65b1f0, #246eab);
	background: -o-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #65b1f0), color-stop(1, #246eab));
}
.box-header.blue,.pricing-box-footer.blue{
	border-bottom: 1px solid #275682;
	background-color: #246eab;
	background-image: linear-gradient(top, #65b1f0, #246eab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1f0', endColorstr='#246eab'); 
	background: -ms-linear-gradient(top, #65b1f0, #246eab); 
	background: -moz-linear-gradient(top, #65b1f0, #246eab); 
	background: -o-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-linear-gradient(top, #65b1f0, #246eab); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #65b1f0), color-stop(1, #246eab));
	}

/*PURPLE*/
.text-price.purple{
	background-color: #b576ad;
	background-image: linear-gradient(top, #b576ad, #9a4d90); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b576ad', endColorstr='#9a4d90'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b576ad', endColorstr='#9a4d90');
	background: -ms-linear-gradient(top, #b576ad, #9a4d90);
	background: -moz-linear-gradient(top, #b576ad, #9a4d90);
	background: -o-linear-gradient(top, #b576ad, #9a4d90); 
	background: -webkit-linear-gradient(top, #b576ad, #9a4d90); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b576ad), color-stop(1, #9a4d90));
}
.box-header.purple,.pricing-box-footer.purple{
	border-bottom: 1px solid #82497a;
	background-color: #9a4d90;
	background-image: linear-gradient(top, #b576ad, #9a4d90);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b576ad', endColorstr='#9a4d90'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b576ad', endColorstr='#9a4d90'); 
	background: -ms-linear-gradient(top, #b576ad, #9a4d90); 
	background: -moz-linear-gradient(top, #b576ad, #9a4d90); 
	background: -o-linear-gradient(top, #b576ad, #9a4d90); 
	background: -webkit-linear-gradient(top, #b576ad, #9a4d90); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b576ad), color-stop(1, #9a4d90));
	}
	
/*DEEP BLUE */
.text-price.deep-blue{
	background-color: #3d4753;
	background-image: linear-gradient(top, #3d4753, #292c36); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36');
	background: -ms-linear-gradient(top, #3d4753, #292c36);
	background: -moz-linear-gradient(top, #3d4753, #292c36);
	background: -o-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d4753), color-stop(1, #292c36));
}
.box-header.deep-blue,.pricing-box-footer.deep-blue{
	border-bottom: 1px solid #292c36;
	background-color: #292c36;
	background-image: linear-gradient(top, #3d4753, #292c36);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4753', endColorstr='#292c36'); 
	background: -ms-linear-gradient(top, #3d4753, #292c36); 
	background: -moz-linear-gradient(top, #3d4753, #292c36); 
	background: -o-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-linear-gradient(top, #3d4753, #292c36); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d4753), color-stop(1, #292c36));
	}

/*------------------------------------------------------------*/
			/*12- GRID HOMEPAGE*/
/*------------------------------------------------------------*/
#grid {width:960px;padding-bottom:30px;height:auto;}

#grid .one-half,#grid .one-third,#grid .one-fourth,#grid .one-fifth {
	margin-right:2px;	
	margin-top:2px;	
	margin-bottom:0!important;	
	margin-left:0!important;
	}
#grid .one-half {
	width:478px;
	float:left;	
	position: relative;
}
#grid .one-third {
	width:318px;
	float:left;	
	position: relative;
}
#grid .one-fourth {
	width:238px;
	float:left;	
	position: relative;
}

#grid .one-fifth {
	width:118px;
	float:left;
	position: relative;
}
#grid .last-grid{margin-right:0px;}



/***************************************************
				     TAGS
***************************************************/

.tags a{
	color: #666666;
	background-image: url(../images/tag-bg.jpg);
	font-size: 10px;
}
.tags a:hover{	
	color: #f26c4f;
}
.tags a{
	color: #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: normal;
	border:1px solid #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 3px 5px 3px 5px;
	float: left;
	background-repeat: repeat;
}
.tags, .block div {
	float: left;
	width: 100%;
}
.tags a:hover{
	text-decoration: none;	
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);
}

/**************************************************
			BLOG  COMMENTS
***************************************************/
.inner-comment{padding-left:75px;}
/****************************************************/
.team-social-icons ul{list-style-type:none;}
.team-social-icons li{list-style-type:none;min-height:1%}
.team-social-icons li img{display:block;float:left;margin-right:5px;}
.team-social-icons li a{display:block;float:left;margin-right:7px;line-height:18px;}
.pdf{background:url(../images/icons/pdf-icon.png) no-repeat 5px 12px;padding:15px 10px 10px 65px;width:125px;min-height:48px}
.menu { padding: 0; clear: both; }
.menu li { display: inline; }
.menu li a { background: #3d4753; padding:5px 10px; float:left; border-right: 1px solid #0e0e0e; border-bottom: none; text-decoration: none; color: #FFF; font-weight: normal;}
.menu li.active a { background: #0e0e0e;color:#FFF; }
.content { float: left; clear: both; border-top: none; border-left: none; background: #0e0e0e; padding: 10px 20px 20px; width: 400px; }
.portfolio-item-preview {
	display:block;
	background:url(../images/bg-fade.png) no-repeat center center;
	

}

.item-links .align-center{
	text-align:center!important;	
}
.item-links {
	position: absolute;
	display: none;
	right:90px;
	bottom: 65px;
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	background-color: #000;
	padding-top: 0px;
	padding-bottom: 3px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}
.item-links a.preview, .item-links a.online, .item-links a.video {
	background: url(../images/icon-preview.png) no-repeat 9px 5px;
	padding-left: 33px;
	font-family: 'Crimson Text', arial, serif;
	font-style:italic;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.95);
	padding-top: 2px;
	padding-bottom: 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.item-links a.online {
	background: url(../images/icon-online.png) no-repeat 9px 9px;
}
.item-links a.video {
	background: url(../images/icon-video.png) no-repeat 9px 7px;
}
.item-links a.preview:hover, .item-links a.online:hover, .item-links a.video:hover {
	
	background-color:#0054a6;
	text-decoration: none;
}
.portfolio-item-thumb .label-new {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	width: 48px;
	background: url(../images/label-new.png) no-repeat;
	z-index:10;
}
.portfolio-item-thumb .label-popular {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	width: 48px;
	background: url(../images/label-popular.png) no-repeat;
	z-index:10;
}
.portfolio-item-thumb .label-free {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	width: 48px;
	background: url(../images/label-free.png) no-repeat;
	z-index:10;
}
.portfolio-item-thumb {
	position: relative;
	float: left;
	margin-bottom: 10px;
	
}

#links {
	text-align:center;
	font-size:11px;
	color:#CCC;	
}

#loginBorder {
	border: 1px;
	border-style: solid;
	border-color: #666;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 40px;
	margin: 40px 0 80px 0;

}

div.thumb-text {
	display:none;


}

#alignAbout {
	line-height: 1.4;
	font-size: 15px;
}

#services {
    font-size: 14px;
    color: rgba(150,150,150,0.63);
    background-color: #032e4a;
    padding:20px;
    border-radius:15px;
}

#icon-text {
    float: left;
    line-height: 12px;
}


