html, body {
	width:100%;
	height:100%;	
}
body {	
	font-family: Arial;
	margin:0;
	padding:0;
	color:#89868d;
	font-size:12px;
	width:100%;
	line-height:21px;
	background:#000;
	overflow:hidden;	
}
@font-face {
    font-family: 'Lobster1.4Regular';
    src: url('fonts/lobster_1.4-webfont.eot');
    src: url('fonts/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lobster_1.4-webfont.woff') format('woff'),
         url('fonts/lobster_1.4-webfont.ttf') format('truetype'),
         url('fonts/lobster_1.4-webfont.svg#Lobster1.4Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {border:0;
}
form {
	padding:0;
	margin:0;
}
a {
	outline:none;
	color:#000;
	font-size:12px;
	text-decoration:none;
}
a:hover { text-decoration:none;
}
p {
	padding:0 0 21px 0;
	margin:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.clear {
	font-size:0;
	height:0;
	clear:both;
}
.fleft { float:left;
}
.fright { float:right;
}
#wrapper {
	width:100%;
	position:relative;
	text-align:left;
	height:100%;
}

.left_panel {
	height:100%;
	position:absolute;
	left:-311px;
	top:0;	
	z-index:999;
	width:311px;
}
.left_panel_in {
	position:relative;
	height:100%;
}
#panel_wrap {
	width:311px;
	background:#969696;
	height:100%;
	text-align:center;
	min-height:800px;
	position:relative;
}

.btn-off {
	background-image:url(../images/btn_on_off.png);
	background-position:0 -48px;
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	display: block;
	text-indent:-9999px;
	position:absolute;
	right:-48px;
	top:0;
	z-index:500;	
}
#panel_wrap.active .btn-off { background-position:0 0;
}
.btn-off:hover {background-position:-48px -48px;
}
#panel_wrap.active .btn-off:hover {background-position:-48px 0;
}

#logo {
	height:161px;
	line-height:70px;
	color:#2b2b2b;
	font-size:70px;
	font-family: 'Lobster1.4Regular';
	width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:50;
	padding:34px 0 0 0;
}
#logo span {
	line-height:58px;
	font-size:62px;
	font-family: 'Lobster1.4Regular';
	text-transform:uppercase;
	display:block;
}
.copyright {
	width:100%;
	left:0;
	top:420px;
	position:absolute;
	color:#010101;
	z-index:10;
}
#menu {
	width:311px;
	left:0;
	top:195px;
	position:absolute;
	z-index:200;
	background:url(../images/menu_bg.png) repeat left top;
}
.menu_t { background: url(../images/menu_t.png) no-repeat left top;
}
.menu_b {
	background:url(../images/menu_b.png) no-repeat left bottom;
	padding:25px 10px 21px 10px;
}
#menu li {
	display:block;
	padding:0 0 4px 0;
	margin:0;
}
#menu li a {
	font-size:20px;
	line-height:21px;
	padding:7px 17px;
	color:#2b2b2b;	
	font-style:italic;
	font-family: Georgia;
	background:#969696;
	display:inline-block;
	box-shadow:0 2px 1px rgba(0, 0, 0, .4);
}
#menu li.current a, #menu li:hover a {background:#dadada;
}
#menu li ul {
	margin:10px 0 0 0;
	height:21px;
	padding:0 0 6px 0;
}
#menu li ul li {
	display:inline-block;
	margin:0 3px 0 0;
	background: none;
}
#menu li ul li a {
	font-size:12px;
	text-transform:none;
	padding:0 3px;
	background:#969696 !important;	
} 
#menu li ul li.current a, #menu li ul li:hover a {background:#dadada !important;
}

.socials {
	position:absolute;
	left:105px;
	bottom:14%;
	width:150px;
	z-index:100;
	text-align:left;
	line-height:21px;
}
.follow_us {
	 padding-bottom:39px;
	 font-size:16px;
	 color:#2b2b2b;
	 font-style:italic;
	 font-family:Georgia;
}
.socials li {padding:0 0 16px 3px;
}
.socials a {
	display:block;
	height:26px;
	padding-left:32px;
	font-size:14px;
	color:2b2b2b;
	font-style:italic;
	font-family:Georgia;
	background-repeat: no-repeat;
}
.socials a:hover { color:#fff;
}
.socials a.twitter {
	background-position:0 0;
	background-image:url(../images/twitter.png);
}
.socials a.twitter:hover {background-position:0 -26px;
}
.socials a.facebook {
	background-position:0 0;
	background-image:url(../images/fb.png);
}
.socials a.facebook:hover {background-position:0 -26px;
}
.socials a.youtube {
	background-position:0 0;
	background-image:url(../images/youtube.png);
}
.socials a.youtube:hover {background-position:0 -26px;
}
.socials a.vimeo {
	background-position:0 0;
	background-image:url(../images/vimeo.png);
}
.socials a.vimeo:hover {background-position:0 -26px;
}

/* supersized */
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	text-indent:-999em;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}	/*Quality*/
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li a { cursor:default;
}
#supersized li.prevslide { z-index:-20;
}
#supersized li.activeslide { z-index:-10;
}
#supersized li.image-loading {
	width:100%;
	height:100%;
}
#supersized li.image-loading img{ visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline;
}
/* // supersized */
.img_grid {
	width:100%;
	height:100%;
	display:block;
	background:url(../images/mask.png) repeat left top;
	position:absolute;
	left:0;
	top:0;
	z-index:300;
}
.container_wrap {
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	font-weight:normal;
}

.right_panel{
	position:absolute;
	right:0;
	width:977px;
	top:45px;
	bottom:0px;
	background:#fff;
	padding:52px 29px 50px 30px;
}
.page-content {	position:relative;
}

h1 {
	padding:0 0 15px 0;
	margin:0 0 18px 0;
	line-height:71px;
	font-size:88px;
	color:#ff1a00;
	font-family: Georgia;
	border-bottom:1px #eee solid;
	position:relative;
	font-style:italic;
}
.close_btn {
	display:block;
	position:absolute;
	width:41px;
	height:41px;
	background:url(../images/close.png) no-repeat left top;
	top:10px;
	right:0;
	text-indent:-9999px;
}
h4 {
	line-height:21px;
	color:#000;
	font-size:18px;
	font-family: Georgia;
	padding-bottom:21px;
	font-style:italic;
}

ul.services { padding-top:22px;
}
ul.services li {padding:0 0 23px 54px;
}
.list1 { background:url(../images/list1.png) no-repeat left top;
}
.list2 { background:url(../images/list2.png) no-repeat left top;
}
.list3 { background:url(../images/list3.png) no-repeat left top;
}
.list4 { background:url(../images/list4.png) no-repeat left top;
}

h5 {
	line-height:18px;
	font-style:italic;
	color:#ff1a00;
	font-size:16px;
	font-family: Georgia;
	padding-bottom:12px;
}

.home-link {
	position: absolute;
	bottom: 13px;
	right: 0;
	line-height: 15px;
	z-index: 10000;
	padding-top:5px;
}
.home-link a{
	color: #252525;
	padding: 0 13px;
	font-style:italic;
	font-size: 12px;
	font-family: Georgia;	
}

.author { color:#ff1a00;
}
.avatar {
	float:left;
	border:2px #cbc8c8 solid;
	margin:0 17px 15px 0;
}
.arrrow_t {
	width:21px;
	height:10px;
	background:url(../images/testimonial_arrow.png) no-repeat left top;
	position:absolute;
	left:25px;
	bottom:-10px;
}

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #ff1a00; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #ff1a00; }
.tipsy-arrow-s { border-top-color: #ff1a00; }
.tipsy-arrow-e { border-left-color: #ff1a00; }
.tipsy-arrow-w { border-right-color: #ff1a00; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.contact_form { padding-top:20px;
}

#blog_page {
}
.main { width:666px;
}

.post {
	padding:11px 0 29px 0;
	margin:0 0 19px 0;
	border-bottom:1px #eee solid;
	position:relative;
}
.post_title {
	color:#ff1a00;
	font-style:italic;
	font-size:22px;
	line-height:25px;
	padding:0 20px 13px 63px;
	border-bottom:1px #eee solid;
	font-family: Georgia;
}
.post_title a {
	color:#ff1a00;
	font-style:italic;
	font-size:22px;
	font-family: Georgia;
}
.post_title a:hover { text-decoration:underline;
}
.posted {
	color:#89868d;
	font-size:12px;
	line-height:14px;
	padding:6px 20px 6px 66px;
	border-bottom:1px #eee solid;
	font-family: Georgia;
	font-style:italic;
	margin-bottom:20px;
}
.posted a {
	color:#000;
	font-size:12px;
	font-family: Georgia;
	font-style:italic;
}
.posted a:hover {text-decoration:underline;
}

.post_date {
	width:46px;
	height:56px;
	background:#969696;
	position:absolute;
	left:0;
	top:11px;
	text-align:center;
	font-size:19px;
	font-style:italic;
	line-height:14px;
	font-family: Georgia;
	color:#FFF;
}
.post_date span {
	font-size:28px;
	line-height:31px;
	display:block;
	padding-top:2px;
}

.post img {
	width:368px;
	height:223px;
	float:left;
	margin-right:19px;
}
.read {color:#000;
}
.read:hover {color:#ff1a00;
}

.post .gsWrapper, ul.popular_posts li .gsWrapper {float:left;
}

.sidebar {
	width:262px;
	padding-top:7px;
}

.widget { padding-bottom:7px;
}

.sidebar h4 {
	line-height:20px;
	font-style:italic;
	color:#ff1a00;
	font-size:15px;
	font-family: Georgia;
	padding-bottom:4px;
	border-bottom:1px #eee solid;
	margin-bottom:11px;
}
ul.popular_posts li {
	padding-bottom:20px;
}
ul.popular_posts li img {
	float:left;
	margin-right:15px;
}
ul.popular_posts li p { padding:7px 0 7px 0;
}

.tags { padding-bottom:9px;
}
.tags a {
	display:block;
	float:left;
	margin:0 11px 9px 0;
	padding:0 8px 0 22px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#FFF;
	font-style:italic;
	font-family: Georgia;
	background-image:url(../images/tags.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#ff1a00;
}
.tags a:hover {
	background-position:0 -20px;
	background-color:#969696;
}

.flickrs { padding-right:50px;
}
.FlickrImages li {
	float: left;
	margin:0 11px 10px 0;
}
.FlickrImages li a {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	float:left;
}
.FlickrImages li a img {
	width:55px;
	height:55px;
	border:0;
}
.flickrs .gsCanvas {
	width:55px !important;
	height:55px !important;
}

/*------new-------*/

p.last { padding-bottom:0;
}
img {
	outline: 0;
    vertical-align: top;
}
.block_title {
	font-size:20px;
	color:#FF1A00;
	font-style:italic;
	padding:10px 0 9px 0;
	line-height:21px;
	font-family: Georgia;
}
#comments {
	padding:0 0 10px 0;
	border-bottom:1px #eee solid;
	margin-bottom:18px;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:10px 0;
	list-style:none;
	color:#9d9c9c;
}
#comments .avatar {
	float:left;
	border:0;
	margin:2px 11px 0 0;
}
.comment_right {display:table;	
}
.comment_info {
	padding-bottom:9px;
	line-height:14px;
	font-size:11px;
	color:#89868d;	
	font-family: Georgia;
}
.comment_info a {
	font-size:11px;
	color:#89868d;
	font-family: Georgia;
}
.comment_info a:hover {text-decoration:underline;
}
#comments ol li ul li {
	margin:20px 0 15px 67px;
	border-top:1px #eee solid;
	padding:20px 0 0 0;
}
.user {
	font-size:12px !important;
	color:#000 !important;
	text-transform:uppercase;
	margin-right:13px;
}
.leave_comment { padding-top:12px;
}

.leave_comment p {
	padding-bottom:11px;
	color:#3d3d3d;
	font-family: Georgia;
	font-size:12px;
}
.col220 {
	width:200px;
	float:left;
	padding-right:20px;
}
.inp {
	font-family:Arial;
	font-size:12px;
	color:#89868d;
	background:#fff;
	width:178px;
	height:14px;
	padding:8px 10px;
	border:1px #e8e8e8 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0 0 14px 0;
}
.mess {
	font-family:Arial;
	font-size:12px;
	color:#89868d;
	background:#fff;
	width:618px;
	height:117px;
	padding:10px;
	border:1px #e8e8e8 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	resize:none;
	margin:0 0 32px 0;
}
.send_comment {
	width:102px;
	height:29px;
	background-image: url(../images/send_comment.png);
	background-repeat: no-repeat;
	background-position:0 0;
	border:0;
	cursor:pointer;
	display:block;
}
.col430 {
	width:430px;
	padding-top:15px;
}
label {
	width:61px;
	padding:0 0 0 3px;
	margin:0;
	float:left;
	line-height:32px;
	color:#3d3d3d;
	font-family: Georgia;
	font-size:12px;
}
.textfield {
	font-family:Arial;
	font-size:12px;
	color:#89868d;
	background:#fff;
	width:334px;
	height:14px;
	padding:8px 10px;
	border:1px #e8e8e8 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0 0 16px 0;
}
.textarea {
	font-family:Arial;
	font-size:12px;
	color:#89868d;
	background:#fff;
	width:334px;
	height:235px;
	padding:10px;
	border:1px #e8e8e8 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	resize:none;
	margin:0 0 25px 0;
}
.send_mess {
	width:65px;
	height:29px;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
	background-position:0 0;
	border:0;
	cursor:pointer;
	display:block;
	margin-left:64px;
}
.col490 {
	width:490px;
	float:right;
	padding-top:15px;
	line-height:16px;	
}
.col490 span { color:#3f3f3f;
}
.col490 p {padding-bottom:8px;
}
.map {
	height:240px;
	margin:0 0 25px 0;
	overflow:hidden;
}
.company {
	padding-bottom:10px;
	text-transform:uppercase;
	font-family: Georgia;
}

.col490 a { color:#89868d;	
}

#menu li a.on {background:#dadada;
}
/* Paging */
.paging a, .paging span {
	display:block;
	float:left;
	margin:0 2px 2px 0;
	padding:4px 0;
	width:24px;
	text-align:center;
	color:#000;
	background:#b3b3b3;
	font-size:13px;
	line-height:16px;
}
.paging span {
	color:#fff;
	background:#FF1A00;
}  
.paging a.prev, .paging a.next {
	display:block;
	float:left;
	padding:0;
	width:24px;
	height:24px;
	text-indent:-9999px;
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
}
.paging a.next {background-image:url(../images/next.png);
}
.paging a.prev:hover, .paging a.next:hover {background-position:0 -24px;
}

.portfolio-list{
	overflow:hidden;
	margin:0 -125px 0 0;
	padding-top:45px;
}
.element {
	margin:0 120px 77px 0;
	display:inline-block;
	position: relative; 
	width:220px;
	height:260px;
}
.element a{
	font-family: Georgia;
	font-style:italic;
	color:#bebec0;
	text-decoration:none;
	font-size:14px;
	line-height:18px;	
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-align:center;
	display:block;
}
.element img, .element canvas{
	width:218px;
	height:218px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	overflow:hidden;
	margin-bottom:18px;	
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.element a:hover{color:#FF1A00;
}
.element a:hover img, .element a:hover canvas{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
}
.element span { display:block;
}
/* sort block */
.sort_block {	
	margin:0;
	padding-bottom:10px;
}
#filters {position: relative;
}
#filters li {
	margin-right:1px;
	float: left; 
	color: #a9a9a9;
	font-size: 20px;
	font-family: Georgia;
	font-style:italic;
	line-height:29px;
}
#filters li a{
	color: #a9a9a9;
	font-size: 20px;
	padding:0 7px;
	display:block;
	float:left;
	font-family: Georgia;
	font-style:italic;
}
#filters li a:hover, #filters li a.selected { color:#FF1A00;
}


/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.send_comment, .send_mess {	background-color:transparent;
}
.send_comment:hover, .send_mess:hover {	background-position:0 -29px;
}
.col490 a:hover { text-decoration:underline;
}

