@import url(http://fonts.googleapis.com/css?family=Molle:400italic);
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Portfolio gallery
#8 Sidebar styling
#9 Footer


/* #0 Reset */

html, body {
}

html {
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	/* background:url(../images/bg.jpg) top center fixed; */
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


/* #1 Layout Structure */

a {
	color: #0f86de;
	text-decoration: none;
	-moz-transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-o-transition: color 0.2s, background 0.2s;
}

a:hover {
	color:#1e5a75;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.wrapper {
	width:1000px;
	margin:0px auto;
	position:relative;
}


/* #2 Main header */

.header {
	background:url(../images/header-bg.png) repeat-x left top;
	height:130px;
}

.header {
	font-size:10px;
	font-family: Arial, sans-serif;
	line-height:13px;
	color:#5d5d5d;
	text-shadow:0px 1px 0px #fff;
}

.header .logo {
	display:block;
	position:absolute;
	font-family: 'Molle', cursive;
	color:#278eef;
	text-shadow:0px 1px 0px #fff;
	font-size:40px;
	top:24px;
	left:0px;
}

.header .logo h1 {
	margin-top:16px;
	font-size:44px;
	font-weight:400;
	font-style:italic;
}

.header p {
	display:block;
	position:absolute;
	top:80px;
	left:0px;
	width:210px;
}

.header div.banner {
	display:block;
	position:absolute;
	top:19px;
	right:0px;
	width:728px;
	height:90px;
}


/* #3 Main menu */

.menu-phone-button {
	display:none;
}

.menu {
	background:url(../images/menu-bg.png) repeat-x left top;
	height:45px;
}

.menu div > ul {
	display:block;
	height:45px;
	background:url(../images/menu-split.png) no-repeat left top;
	z-index:11;
}

.menu div > ul > li {
	display:block;
	float:left;
	background:url(../images/menu-split.png) no-repeat right top;
}

.menu div > ul > li > a {
	display:block;
	float:left;
	padding:14px 18px 15px 18px;
	font-size:16px;
	font-family: 'Ropa Sans', sans-serif;
	color:#fff;
	text-shadow:0px 1px 0px #282828;
	font-weight:normal;
	margin-left:-1px;
	margin-right:1px;
	background:url(../images/px.png) repeat-x center top;
}

.menu div > ul > li:hover > a {
	color:#fff;
	text-shadow:0px 1px 0px #0a5e9b;
	background:url(../images/menu-hover.png) repeat-x left top;
}


.menu div > ul > li > a span {
	padding-right:15px;
	background:url(../images/menu-arrow-down.png) no-repeat right center;
}

.menu div > ul > li > ul {
	position:absolute;
	background:#3a3a3a;
	top:42px;
	border-top:3px solid #303030;
	border-bottom:2px solid #282828;
	border-left:1px solid #282828;
	border-right:1px solid #282828;
	z-index:10;
	margin-left:-1px;
}

.menu div > ul > li > ul > li {
	border-right:1px solid #474747;
	border-left:1px solid #474747;
	border-bottom:1px solid #2e2e2e;
	border-top:1px solid #474747;
}

.menu div > ul > li > ul > li:first-child {
	border-top:0px;
}

.menu div > ul > li > ul > li:last-child {
	border-bottom:0px;
}

.menu div > ul > li > ul > li > a {
	display:block;
	width:230px;
	padding:10px 18px 10px 18px;
	font-size:16px;
	font-family: 'Ropa Sans', sans-serif;
	color:#fff;
	text-shadow:0px 1px 0px #282828;
	font-weight:normal;
}

.menu div > ul > li > ul > li:hover > a {
	background:#474747;
}

.menu div > ul > li > ul > li > a span {
	display:block;
	background:url(../images/menu-arrow-right.png) no-repeat right center;
}


.menu div > ul > li > ul {
	top:0px;
	z-index:-1;
	opacity:0;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.menu div > ul > li > ul > li {
	height:1px;
	overflow:hidden;
	opacity:0;
	-moz-transition: height 0.2s, opacity 0.2s;
	-webkit-transition: height 0.2s, opacity 0.2s;
	-o-transition: height 0.2s, opacity 0.2s;
}

.menu div > ul > li:hover > ul {
	opacity:1;
	z-index:10;
	top:42px;
}

.menu div > ul > li:hover > ul > li {
	height:36px;
	overflow:none;
	opacity:1;
}


.menu div > ul > li > ul > li > ul {
	position:absolute;
	background:black;
	display:block;
	margin-top:-38px;
	margin-left:268px;
	background:#3a3a3a;
	border-top:1px solid #303030;
	border-bottom:2px solid #282828;
	border-left:1px solid #282828;
	border-right:1px solid #282828;
}

.menu div > ul > li > ul > li > ul > li {
	display:block;
	border-right:1px solid #474747;
	border-bottom:1px solid #2e2e2e;
	border-top:1px solid #474747;
}

.menu div > ul > li > ul > li > ul > li > a {
	display:block;
	width:230px;
	padding:10px 18px 10px 18px;
	font-size:16px;
	font-family: 'Ropa Sans', sans-serif;
	color:#fff;
	text-shadow:0px 1px 0px #282828;
	font-weight:normal;
	background:transparent url(../images/menu-sub-sub.png) repeat-y left top;
}

.menu div > ul > li > ul > li > ul > li:hover > a {
	background:#474747 url(../images/menu-sub-sub.png) repeat-y left top;
}

.menu div > ul > li > ul > li > ul {
	z-index:-1;
	opacity:0;
	margin-left:100px;
	overflow:hidden;
	height:1px;
	width:1px;
	-moz-transition: opacity 0.2s, margin-left 0.2s;
	-webkit-transition: opacity 0.2s, margin-left 0.2s;
	-o-transition: opacity 0.2s, margin-left 0.2s;
}

.menu div > ul > li > ul > li:hover > ul {
	z-index:11;
	opacity:1;
	margin-left:268px;
	height:auto;
	width:auto;
}


li.navi-none {
	color: #ccc;
	padding: 14px 22px;
}

.menu div > ul > li.navi-none > a {
	color: white;
	padding: 0px;
	float:none;
	display:inline;
	background:transparent;
	font-family:Arial;
	font-size:13px;
	text-shadow:0px 0px 0px transparent;
	text-decoration:underline;
}



.menu div.search {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
}

.menu div.search input[type=text] {
	color:#d1d1d1;
	background:#555555;
	border:0px;
	border-bottom:1px solid #353535;
	border-top:2px solid #4d4d4d;
	padding:6px 9px;
	width:170px;
	font-size:11px;
	margin:5px 0px 0px 0px;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
}

.menu div.search input[type=text]:focus {
	width:240px;
}

.menu div.search input[type=submit] {
	position:absolute;
	top:0px;
	right:0px;
	width: 28px;
	height: 27px;
	border: 0px;
	background: #616161 url(../images/icon-search.svg) no-repeat center;
	margin: 5px 0px 0px 0px;
	border-top:1px solid #4b4b4b;
	cursor:pointer;
}

.menu div > ul > li > ul {
	display:none;
}

.menu div > ul > li > ul > li > ul {
	display:block;
}

.menu div > ul > li:hover > ul {
	display:block;
}

.menu div > ul > li > ul > li:hover > ul {
	display:block;
}



/* #4 Content styling */

.content {
	margin:20px 0px 40px 0px;
	position:relative;
	height:auto;
	overflow:hidden;
}

.bigtile span, .mediumtile span, .smalltile span, .widetile span {
	padding:20px;
	color:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	font-size:15px;
	line-height:16px;
	text-shadow:0px 1px 0px #555555;
}

.content .tilebox > div {
	width:1002px;
}

.content .tilebox .bigtile, .content .tilebox .mediumtile, .content .tilebox .widetile, .content .tilebox .smalltile {
	-moz-transition: opacity 0.2s, background 0.2s;
	-webkit-transition: opacity 0.2s, background 0.2s;
	-o-transition: opacity 0.2s, background 0.2s;
}

.content .tilebox .bigtile:hover, .content .tilebox .mediumtile:hover, .content .tilebox .widetile:hover, .content .tilebox .smalltile:hover {
	background-size: 120%;
	opacity:0.8;
}

.content .tilebox .bigtile {
	width:332px;
	height:332px;
	background-color:#016baf;
	background-image:url(../images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	position:relative;
	margin-bottom:2px;
}

.content .tilebox .mediumtile {
	width:165px;
	height:165px;
	background-color:#016baf;
	background-image:url(../images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.content .tilebox .widetile {
	width:332px;
	height:165px;
	background-color:#016baf;
	background-image:url(../images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.content .tilebox .mediumtileholder > div {
	width:334px;
}

.content .tilebox .mediumtileholder {
	float:left;
	width:334px;
	height:332px;
	overflow:hidden;
	margin-bottom:2px;
}

.content .tilebox .smalltileholder > div {
	width:170px;
}

.content .tilebox .smalltileholder {
	float:left;
	width:165px;
	height:165px;
	overflow:hidden;
	margin-bottom:2px;
}

.content .tilebox .smalltileholder .smalltile:first-child {
	width: 82px;
	height: 82px;
}

.content .tilebox .smalltileholder .smalltile:nth-child(2) {
	height: 82px;
}

.content .tilebox .smalltileholder .smalltile:nth-child(3) {
	width: 82px;
}

.content .tilebox .smalltile {
	width:81px;
	height:81px;
	background-color:#016baf;
	background-image:url(../images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.content .tilebox:after {
	content:'';
	display:block;
	clear:both;
}

.content .tilebox {
	padding-bottom:20px;
	overflow:hidden;
	width:100%;
}

.content .tilebox .tile {
	display:block;
	width:200px;
	float:left;
	height:300px;
	text-align: justify;
}

.content .tilebox img {
	width:200px;
	height:160px;
}

.content .tilebox .blank {
	display:block;
	width:200px;
	height:140px;
	overflow:hidden;
	text-align: justify;
}

.content .tilebox .blank p {
	display:block;
	padding:0px 15px;
	font-size:10px;
	font-family: Arial, sans-serif;
	line-height:14px;
	color:#f6f6f6;
	opacity:0.6;
	text-align: justify;
}



.content .tilebox .image-hover span {
	display:block;
	color:transparent;
	font-size:2px;
	overflow:hidden;
	cursor:pointer;
	width:35px;
	height:35px;
	background:url(../images/icon-img-loupe.svg) no-repeat center;
	position:absolute;
	z-index:3;
	left:80px;
	top:20px;
	opacity:0;
	-moz-transition: opacity 0.2s, top 0.2s;
	-webkit-transition: opacity 0.2s, top 0.2s;
	-o-transition: opacity 0.2s, top 0.2s;
}

.content .tilebox .image-hover:hover span {
	top:65px;
	opacity:1;
}

.content .tilebox .blank h2 a {
	display:block;
	margin:15px 15px 8px 15px;
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	opacity:0.8;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.content .tilebox .blank h2 a:hover {
	color:#fff;
	opacity:1;
}

.content .blank h2 a {
	display:block;
	color:#fff;
	font-size: 21px;
	line-height: 23px;
	font-weight:normal;
	font-family: 'Ropa Sans', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.content .blank h2 a:hover {
	color:#f0f0f0;
}

.blank-fill .article-icons {
	padding:12px 0px!important;
	opacity:0.6;
}

.blank-fill .article-icons a.icon-user {
	background: url(../images/icon-author-white.png) no-repeat left center!important;
}

.blank-fill .article-icons a.icon-comments {
	background: url(../images/icon-comments-white.png) no-repeat left center!important;
}

.blank-fill .article-icons a.icon-time {
	background: url(../images/icon-clock-white.png) no-repeat left center!important;
}

.blank-fill .article-icons a {
	color:#fff!important;
	font-size:10px!important;
	font-family: 'Source Sans Pro', sans-serif!important;
}

.content .article-icons {
	padding:8px 0px;
	font-family: Arial;
}

.content .article-icons a, .content .article-icons span {
	color:#2a2a2a;
	font-size:10px;
	padding-right:12px;
}

.content .article-icons .icon-user {
	padding-left:16px;
	background:url(../images/icon-author.svg) no-repeat left center;
}

.content .article-icons .icon-comments {
	padding-left:16px;
	background:url(../images/icon-comments.svg) no-repeat left center;
}

.content .article-icons .icon-time {
	padding-left:16px;
	background:url(../images/icon-clock.svg) no-repeat left center;
}

.content .article-block .blank {
	color:#fff!important;
}

.content .blank {
	color:#5E5E5E;
	font-size:13px;
	line-height:18px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.content .img-top .blank .blank-fill {
	padding:16px;
}

.content .img-right .blank .blank-fill {
	padding:16px 30px 16px 16px;
}

.content .img-left .blank .blank-fill {
	padding:16px 16px 16px 30px;
}

.content h2.thetitle {
	background:url(../images/px-blue.png) repeat-x center left;
	display:block;
	height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow:0px 0px 0px;
}

.content h2.thetitle span {
	display:block;
	background:#016baf;
	color:#fff;
	font-size:18px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	padding:8px 13px;
	float:left;
}

.main-content {
	float:left;
	width:660px;
}

.full-content {
	width:1000px;
}

.full-content .full-breakline {
	margin-top:16px;
	width:1000px;
	height:5px;
	background:url(../images/breaking-style-big.png) no-repeat center;
}

.right-split {
	background:url(../images/content-split.png) repeat-y left center;
	right: 320px;
	position: absolute;
	height: 100%;
	width:1px;
}

.left-split {
	background:url(../images/content-split.png) repeat-y left center;
	left: 320px;
	position: absolute;
	height: 100%;
	width:1px;
}

.right-content {
	width:300px;
	float:right;
	padding-left:20px;
}

.right-content.left {
	padding-left:0px;
	padding-right:9px;
}

.article-block {
	display:block;
	margin-top:20px;
	padding:13px;
}

.article-block img {
	display: block;
	float: left;
	width:274px;
	height:210px;
}

.article-block.img-left > a img {
	float: left;
}

.article-block.img-right > a img {
	float: right;
}

.article-block.img-top > a img {
	float: none;
	width: 634px;
	height: 192px;
	margin-bottom:10px;
}

.article-block .blank {
	width:358px;
	float:left;
	overflow: hidden;
}

.article-block:after {
	content:'';
	display:block;
	clear:both;
}

.article-block.img-top .blank {
	width:auto;
	height:auto;
	float:none;
	margin-bottom:0px;
}

.article-block.img-top {
	height:auto;
	display:block;
	padding-bottom:23px;
}

.portfolio-full-block.img-right .image-hover span, .portfolio-full-block.img-left .image-hover span {
	top:114px!important;
}

.portfolio-full-block.img-top .image-hover:hover span, .portfolio-full-block.img-top .image-hover span {
	left:480px!important;
}

.portfolio-full-block.img-right .image-hover:hover span {
	right:290px!important;
}

.portfolio-full-block.img-left .image-hover:hover span {
	left:290px!important;
}

.portfolio-full-block.img-top .image-hover:hover span {
	top:120px!important;
}

.portfolio-full-block {
	height:270px;
	display:block;
	margin-top:20px;
	padding:20px;
	width:960px;
}

.portfolio-full-block img {
	display: block;
	float: left;
	width:614px;
	height:270px;
}

.portfolio-full-block.img-left img {
	float: left;
}

.portfolio-full-block.img-right img {
	float: right;
}

.portfolio-full-block.img-top img {
	float: none;
	width: 960px;
	height: 260px;
	margin-bottom:20px;
}

.portfolio-full-block .blank .article-icons {
	height:10px;
	padding:0px!important;
	margin:0px!important;
}

.portfolio-full-block .blank {
	width:340px;
	height:222px;
	float:left;
}

.portfolio-full-block.img-top .blank {
	width:954px;
	height:auto;
	float:none;
	margin-bottom:0px;
}

.portfolio-full-block.img-top {
	height:auto;
	display:block;
	padding-bottom:23px;
}

.portfolio-full-block p {
	color:#fff!important;
}

.image-hover {
	position:relative;
	display:block;
}

.image-hover span {
	display:block;
	color:transparent;
	overflow:hidden;
	cursor:pointer;
	width:35px;
	height:35px;
	background:url(../images/icon-img-loupe.svg) no-repeat center;
	position:absolute;
	z-index:3;
	top:85px;
	opacity:0;
	-moz-transition: opacity 0.2s, left 0.2s, right 0.2s, top 0.2s;
	-webkit-transition: opacity 0.2s, left 0.2s, right 0.2s, top 0.2s;
	-o-transition: opacity 0.2s, left 0.2s, right 0.2s, top 0.2s;
}

.img-left .image-hover span {
	left:20px;
}

.img-left .image-hover:hover span {
	left:120px;
}

.img-right .image-hover span {
	right:20px;
}

.img-right .image-hover:hover span {
	right:120px;
}

.img-top .image-hover span {
	left:315px;
	top:20px;
}

.img-top .image-hover:hover span {
	top:85px;
}

.image-hover:hover span {
	opacity:1;
}

.image-hover img {
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.image-hover:hover img {
	opacity:0.4;
}

.paginator {
	display:block;
	text-align:center;
	cursor:default;
	padding-top:30px;
}

.paginator a {
	display:inline-block;
	background:#e5e5e5;
	color:#414141;
	font-size:18px;
	font-family: Arial, sans-serif;
	padding:5px 9px;
	margin:0px 1px;
}

.paginator a:hover {
	background:#d5d5d5;
}

.paginator a.thisactive {
	background:#016baf;
	color:#f6f6f6;
}

.paginator a.previous {
	margin-right:12px;
}

.paginator a.previous span {
	padding-left:16px;
	background:url(../images/icon-paginator-left.png) no-repeat left center;
}

.paginator a.next {
	margin-left:12px;
}

.paginator a.next span {
	padding-right:16px;
	background:url(../images/icon-paginator-right.png) no-repeat right center;
}

.main-content .banner {
	padding-top:20px;
}

.main-content .banner .left-banner {
	display:block;
	float:left;
	width:300px;
	height:250px;
	margin-left:20px;
}

.main-content .banner .right-banner {
	display:block;
	float:left;
	width:300px;
	height:250px;
	margin-left:20px;
}

.right-content .banner {
	display:block;
	width:300px;
	height:250px;
	margin:0px auto 20px auto;
}

.right-content h2 {
	display:block;
	background:#016baf;
	color:#fff;
	font-size:18px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	padding:8px 13px;
	float:left;
}

.right-content .panel {
	display:block;
	clear:both;
	background:#016baf;
	padding:13px 0px;
	margin-bottom:20px;
}

.right-content .panel .blank {
	display:block;
	margin:0px 13px;
	background:#fff;
	padding:16px;
}

.subscribe-info {
	padding-bottom:10px;
}

.alert-p {
	margin-top:10px;
	background:url(../images/icon-alert.svg) no-repeat left center;
	padding-left:22px;
}

.form-subscribe .success {
	background:url(../images/subscribe-success.png) no-repeat left center;
	padding:10px 0px 10px 60px;
	margin:10px 0px;
}

.form-subscribe .success h3 {
	color:#80ac20;
	margin-bottom:4px;
}

.form-subscribe .success span {
	font-size:12px;
}

.form-subscribe .fail {
	background:url(../images/subscribe-fail.png) no-repeat left center;
	padding:10px 0px 0px 60px;
	margin-top:10px;
}

.form-subscribe .fail h3 {
	color:#d6381e;
	margin-bottom:4px;
}

.form-subscribe .fail span {
	font-size:12px;
}

.isloading {
	position: absolute;
	background: rgba(240, 240, 240, 0.8 );
	padding: 18px 55px;
	color: #222;
	text-align: center;
	margin-left: 48px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	font-size:12px;
	z-index:3;
}

.foot-ad .isloading {
	margin-left: 0px;
	margin-top: 0px;
	top:11px;
	right:10px;
	padding: 6px 128px;
}

.isloading img {
	padding-top:5px;
	padding-bottom:10px;
}

.goterror {
	background:#d6381e;
	color:#fff;
	padding:4px 10px;
	display:block;
	margin-bottom:16px;
}

.goterror span {
	display:block;
	padding-left:20px;
	background:url(../images/icon-error.png) no-repeat left center;
}

.main-content > p, .full-content > p {
	padding-top:20px;
	font-size:13px;
	line-height:19px;
	font-family: Arial, sans-serif;
	color:#414141;
	text-align: justify;
}

.main-content > .article-mage {
	float:left;
	margin:20px 20px 10px 0px;
}

.main-content > img {
	margin-top:20px;
}

.main-content > .img-caption {
	margin-top:20px;
	display:block;
	box-shadow: 0px 1px 2px #a3a3a3;
	background:#fff url(../images/icon-camera-big.svg) no-repeat center;
	position:relative;
}

.main-content > .img-caption img {
	border:6px solid #fff;
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.main-content > .img-caption:hover img {
	opacity:0.4;
}

.main-content > .img-caption font {
	border:6px solid #fff;
	opacity:1;
	background:#fff;
	position:absolute;
	z-index:11;
	bottom:6px;
	right:20px;
	color:#000;
	font-size:11px;
	line-height:17px;
	display:block;
	padding:4px 9px;
	font-family: Arial, sans-serif;
	max-width:290px;
}

.main-content > .img-caption font img.caption-left {
	position: absolute;
	left: -9px;
	border: 0px;
	top: 0px;
}

.main-content > .img-caption font img.caption-right {
	position: absolute;
	right: -9px;
	border: 0px;
	top: 0px;
}

.main-content > .article-icons {
	padding-top: 20px;
	padding-bottom: 0px;
}

.padd-top {
	margin-top:30px;
}

.about-author {
	padding-top:20px;
}

.about-author .no-avatar {
	float:left;
	margin:0px 20px 0px 0px;
	padding-bottom:5px;
	background:url(../images/avatar-shadow.png) no-repeat center bottom;
}

.about-author .author-info {
	float:left;
	display:block;
	width: 540px;
	text-align: justify;
}

.about-author .author-info h2 a {
	color:#484848;
	font-size:18px;
	line-height:20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
}

.about-author .author-info p {
	padding:10px 0px;
	font-size:12px;
	line-height:19px;
	font-family: Arial, sans-serif;
}

.category-switcher {
	padding-top:20px;
}

.category-switcher a {
	opacity:0.7;
	margin-right:10px;
}


/* #5 Comments */


.comment-text {
	padding-top:10px;
	color:#5E5E5E;
	font-weight:bold;
	display:block;
	margin-left:70px;
	font-size:11px;
}

.comment-text:hover {
	color:#222;
}

#comments {
	margin-top:20px;
}

#comments .no-avatar-shadoow {
	padding-bottom:5px;
	background:url(../images/avatar-small-shadow.png) no-repeat bottom center;
	float:left;
	margin:0px 20px 0px 0px;
}

#comments li .color-block {
	padding:20px;
	background:#c6dcea;
	margin-bottom:8px;
}

#comments li .color-block-green {
	padding:20px;
	background:#d1ebc7;
	margin-bottom:8px;
}

#comments li > div > a {
	color:#484848;
	font-size:14px;
	line-height:14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

#comments .commment-text:after {
	content:'';
	display:block;
	clear:both;
}

#comments li p {
	padding:10px 0px;
	color:#484848;
	font-size:12px;
	line-height:19px;
	font-family: Arial, sans-serif;
	text-align: justify;
}

#comments li div > font {
	float:right;
	color:#8d8d8d;
	font-size:12px;
	line-height:19px;
	font-family: Arial, sans-serif;
	padding-left:20px;
	padding-top:2px;
	margin-top:-4px;
	background:url(../images/icon-comments-clock.png) no-repeat left center;
}

#comments li > div > a font {
	display:inline-block;
	color:#fcf1f1;
	background:#e1251b;
	font-size:7px;
	padding:2px 7px 0px 7px;
	margin-left:10px;
	text-shadow:0px 1px 0px #b31e17;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	margin-top:-2px;
	box-shadow: 0px 1px 2px #a3a3a3;
}

#comments ol > li ul li {
	margin:0px 40px;
}


#writecomment {
	display:block;
	padding:40px 0px 30px 0px;
	color:#616161;
	text-shadow: 0px 1px 0px #fff;
	font-size:13px;
	line-height:14px;
	font-family: Arial, sans-serif;
	text-align:center;
}

#writecomment .comment-notes {
	padding-bottom:20px;
}

#writecomment .required {
	color:#ae1414;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	display:inline-block;
	margin:7px 7px 0px 6px;
	position:relative;
}

#writecomment label .required {
	margin-right:0px;
}

#writecomment label {
	display:inline-block;
	width:150px;
	text-align:right;
	padding:9px 20px 0px 0px;
}

.content input[type=text]:focus {
	border:1px solid #c8c8c8;
}

.content textarea:focus {
	border:1px solid #c8c8c8;
}

.content input[type=text] {
	display:inline-block;
	background:#fff;
	padding:9px 16px;
	border:1px solid #e2e2e2;
	font-size:11px;
	line-height:14px;
	color:#8a8a8a;
	font-family: Arial, sans-serif;
	box-shadow: 0px 2px 0px #ececec;
	width:200px;
	margin-bottom:6px;
}

.content input[type=text].error {
	border:1px solid #e38e2a;
	box-shadow: 0px 0px 0px;
	background:#fff url(../images/icon-alert.svg) no-repeat 208px 10px;
}

.content textarea.error {
	border:1px solid #e38e2a;
	box-shadow: 0px 0px 0px;
	background:#fff url(../images/icon-alert.svg) no-repeat 378px 10px;
}

.comment-error {
	margin:0px auto;
	display:block;
	width:404px;
	text-align:right;
}

.comment-error, .comment-error-textarea {
	display:block;
}

.comment-error-textarea span {
	display:inline-block;
	background:#e38e2a;
	text-shadow:0px 0px 0px;
	color:#fff;
	font-size:11px;
	line-height:14px;
	font-family: Arial, sans-serif;
	padding:6px;
	margin-top:-9px;
	width:392px;
	text-align:center;
	margin-bottom:6px;
}

.comment-error span {
	display:inline-block;
	background:#e38e2a;
	text-shadow:0px 0px 0px;
	color:#fff;
	font-size:11px;
	line-height:14px;
	font-family: Arial, sans-serif;
	padding:6px;
	margin-top:-6px;
	width:222px;
	text-align:center;
	margin-bottom:6px;
}

textarea {
	display:inline-block;
	background:#fff;
	padding:9px 16px;
	border:1px solid #e2e2e2;
	font-size:11px;
	line-height:14px;
	color:#8a8a8a;
	font-family: Arial, sans-serif;
	box-shadow: 0px 2px 0px #ececec;
	width:370px;
	height:100px;
	margin-bottom:6px;
}

#writecomment .form-submit {
	padding-top:10px;
	margin:0px auto;
	display:block;
	width:404px;
	text-align:right;
}

.no-comments {
	margin:50px auto;
	background:url(../images/icon-no-comments.png) no-repeat left top;
	width:380px;
	padding-left:120px;
	text-shadow:0px 1px 0px #fff;
}

.no-comments > span {
	display:block;
	padding:10px 0px 28px 0px;
	font-family: Arial, sans-serif;
	color:#616161;
	font-size:13px;
	line-height:14px;
}

.no-comments > h2 {
	display:block;
	padding:10px 0px 7px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#727272;
	font-size:23px;
	line-height:27px;
}

.comment-reply-link {
	color: black;
	font-size: 11px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 4px 10px;
	text-shadow: 0px 1px 0px #ECECEC;
	opacity: 0.6;
	-moz-transition: opacity 0.2s, color 0.2s;
	-webkit-transition: opacity 0.2s, color 0.2s;
	-o-transition: opacity 0.2s, color 0.2s;
	background: url(../images/button-small-white.png) repeat-x center;
}

#comments #respond {
	background:#f3f3f3;
	margin-top:20px;
}

#comments li #respond p {
	padding:0px!important;
	text-align: center;
}

#comments li #respond p.form-submit {
	text-align: right;
}

h3#reply-title {
	padding: 20px 20px 0px 20px;
	font-size: 13px;
	width: auto;
	text-align: right;
}

h3#reply-title a {
	color: red;
}



/* #6 Photo gallery */

.galler-images {
	padding-bottom:0px;
	margin-right:-10px;
}

.galler-images a {
	display:block;
	float:left;
	margin-right:9px;
	margin-bottom:9px;
	background:url(../images/icon-camera.svg) no-repeat center;
	width:54px;
	height:54px;
}

.galler-images a img {
	width:54px;
	height:54px;
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.galler-images a:hover img {
	opacity:0.2;
}

.side-gallery h3 a {
	color:#414141;
	font-size:11px;
	line-height:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}

.side-gallery a span {
	margin-top: 10px;
	display: block;
	color:#414141;
	font-size:11px;
	line-height:16px;
	font-family: Arial;
	padding-left:20px;
	background:url(../images/icon-camera.svg) no-repeat left center;
}

.panel .blank .side-gallery {
	margin-bottom:20px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:20px;
}

.panel .blank .side-gallery:last-child {
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}

.gallery-block {
	margin:20px auto 0px auto;
	width:380px;
	background:rgba(0, 0, 0, .1);
	border:0px;
	box-shadow: 0px 1px 1px #fff, inset 0px 1px 1px #a3a3a3;
	padding:20px 45px;
	font-size:11px;
	line-height:15px;
	font-family: Arial, sans-serif;
	color:#414141;
	text-shadow:0px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gallery-block h3 a {
	color:#414141;
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	padding-left:20px;
	background:url(../images/icon-camera-w.svg) no-repeat left center;
}

.gallery-block .preview-images {
	margin:14px 0px;
}

.gallery-block .preview-images a {
	display:inline-block;
	background:#fff url(../images/icon-camera.svg) no-repeat center;
	margin-right:9px;
}

.gallery-block .preview-images a:last-child {
	margin-right:0px;
}

.gallery-block .preview-images a img {
	border:3px solid #fff;
	box-shadow: 0px 1px 2px #a3a3a3;
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.gallery-block .preview-images a img:hover {
	opacity:0.2;
}

.gallery-block p {
	padding-bottom:20px;
}

#gallery-full {
	display:block;
	width:100%;
	overflow:visible!important;
}

.gallery-row {
	display:table-row;
}

.this-gallery {
	padding-top:20px;
	width:200px;
	display:block;
	text-align:justify;
	padding-bottom:30px;
	padding-right:20px;
	float:left;
}

.this-gallery a.gallery-hover {
	display:inline-block;
	text-shadow: 0px 1px 0px white;
	padding:5px;
	box-shadow: 0px 1px 2px #A3A3A3;
	background:#fff url(../images/icon-camera.svg) no-repeat center;
}

.this-gallery h2 a {
	display:block;
	font-size:12px;
	line-height:16px;
	color:#414141;
	margin-top:15px;
	margin-bottom:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	height:44px;
}

.this-gallery h2 a:hover {
	color:#222;
}

.this-gallery a img {
	width:200px;
	height:150px;
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.this-gallery a:hover img {
	opacity:0.3;
}

.this-gallery p {
	color:#6f6f6f;
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	padding-bottom: 20px;
	height:100px;
	display:block;
}

.gallery-view-button {
	padding:20px 0px;
	text-align:right;
}

.image-big-gallery {
	float:none;
	display:block;
	margin:20px auto 0px auto;
	max-width:1000px;
}

.single-gallery-layout {
	display:block;
	width:880px;
	margin:30px auto 0px auto;
}

.single-gallery-layout:after {
	content:'';
	display:block;
	clear:both;
}

.single-gallery-layout .this-gallery {
	display:block!important;
	float:left;
	padding:0px 10px 20px 10px;
}

.gallery-text h2, .contact-text h2 {
	color:#414141;
	text-shadow:0px 1px 0px #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:16px;
	padding-top:10px;
}

.gallery-text p, .contact-text p {
	color:#6f6f6f;
	text-shadow:0px 1px 0px #fff;
	font-family: Arial, sans-serif;
	font-size:13px;
	line-height:19px;
	padding-top:16px;
}

.big-padding-top {
	padding-top:14px;
}


.gallery-slider {
	position:absolute;
	display:block;
	text-align:right;
	cursor:default;
	width:1000px;
	margin-top: -48px;
	margin-left:-12px;
	opacity:0.9;
}

.gallery-slider a {
	display:inline-block;
	background:#e5e5e5;
	color:#414141;
	font-size:18px;
	font-family: Arial, sans-serif;
	padding:8px 11px;
	margin:0px;
}

.gallery-slider a:hover {
	background:#d5d5d5;
}

.gallery-slider a.thisactive {
	background:#016baf;
	color:#f6f6f6;
}

.gallery-slider a.previous {
	margin-right:2px;
}

.gallery-slider a.previous span {
	padding-left:16px;
	background:url(../images/icon-paginator-left.png) no-repeat left center;
}

.gallery-slider a.next {
	margin-left:2px;
}

.gallery-slider a.next span {
	padding-right:16px;
	background:url(../images/icon-paginator-right.png) no-repeat right center;
}

#mapviewer {
	padding-top:20px;
	padding-bottom:20px;
}

.contact-text {
	width:600px;
	float:left;
	margin-bottom:20px;
}

.contact-text.contact-small {
	margin-left:50px;
	width:320px!important;
	margin-bottom:20px;
}

.contacts {
	padding:20px 0px 8px 0px
}

.contacts span {
	display:block;
	margin-bottom:16px;
	font-size:13px;
	color:#888888;
	font-family: Arial, sans-serif;
}

.contacts span.phone {
	padding-left:28px;
	background:url(../images/icon-contact-phone-dark.png) no-repeat left center;
}

.contacts span.map {
	padding-left:28px;
	background:url(../images/icon-contact-map-dark.png) no-repeat left center;
}

.contacts span.mail {
	padding-left:28px;
	background:url(../images/icon-contact-mail-dark.png) no-repeat left center;
}

.message-sent {
	display:block;
	background:url(../images/message-success.png) no-repeat left center;
	padding:50px 0px 50px 130px;
	margin:20px auto;
	width:500px;
}

.message-sent h2 {
	color:#5ea723;
	font-size:23px;
	line-height:14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	text-shadow:0px 1px 0px #fff;
	margin-bottom:12px;
}

.message-sent p {
	color:#616161;
	font-family: Arial, sans-serif;
	text-shadow:0px 1px 0px #fff;
	font-size:14px;
	line-height:14px;
}

#waiter {
	margin-top: 20px;
	width: 1000px;
}

#waiter > img.image-big-gallery {
	margin-top:0px!important;
}




/* #7 Portfolio gallery */


.image-zoom {
	display: inline-block;
	background: url(../images/icon-camera-big.svg) no-repeat center;
}

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.full-hover {
	width:100%;
}

.image-zoom img {
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.image-zoom:hover img {
	opacity:0.4;
}

.image-big-portfolio {
	margin-top:20px;
	width:648px;
	float:left;
}

.portfolio-full-content {
	margin-left:20px;
	margin-top:20px;
	display:block;
	float:left;
	width:332px;
	color:#6f6f6f;
	text-shadow:0px 1px 0px #fff;
	font-family: Arial, sans-serif;
	font-size:12px;
}

.portfolio-full-content p {
	margin-top:16px;
	font-size:13px;
	color:#6f6f6f;
	line-height:19px;
	font-family: Arial, sans-serif;
}

.portfolio-full-content h2:first-child {
	margin-top:0px;
}

.portfolio-full-content h2 {
	margin-top:40px;
	color:#414141;
	font-size:19px;
	line-height:22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
}

.portfolio-full-content ul {
	margin-top:16px;
	margin-left:20px;
	margin-bottom:40px;
}

.portfolio-full-content ul li {
	margin-bottom:16px;
	padding-left:10px;
	font-size:12px;
	color:#6f6f6f;
	line-height:16px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

.portfolio-full-content div.textlimk {
	margin-bottom:10px;
}

.portfolio-full-content div.textlimk > span {
	display:inline-block;
	width:90px;
}

.portfolio-slider {
	position:absolute;
	display:block;
	text-align:right;
	cursor:default;
	width:635px;
	padding-top:36px;
	opacity:0.9;
}

.portfolio-slider a {
	display:inline-block;
	background:#e5e5e5;
	color:#414141;
	font-size:18px;
	font-family: Arial, sans-serif;
	padding:8px 11px;
	margin:0px;
}

.portfolio-slider a:hover {
	background:#d5d5d5;
}

.portfolio-slider a.thisactive {
	background:#016baf;
	color:#f6f6f6;
}

.portfolio-slider a.previous {
	margin-right:2px;
}

.portfolio-slider a.previous span {
	padding-left:16px;
	background:url(../images/icon-paginator-left.png) no-repeat left center;
}

.portfolio-slider a.next {
	margin-left:2px;
}

.portfolio-slider a.next span {
	padding-right:16px;
	background:url(../images/icon-paginator-right.png) no-repeat right center;
}

#infscr-loading {
	text-align:center;
	position:absolute;
	bottom:0px;
	z-index:100;
	background: #fff;
	background: rgba(0, 0, 0, 0.5 );
	padding: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#infscr-loading img {
	margin-bottom:10px;
}

#waiter-portfolio {
	margin-top: 20px;
	width: 648px;
	float: left;
	margin-bottom: 40px;
}

#waiter-portfolio > img.image-big-portfolio {
	margin-top:0px!important;
}

.price-tag {
	background:url(../images/price-tag.png) no-repeat center;
	width:178px;
	height:72px;
	margin-bottom:30px;
	display:block;
	margin-left:-15px;
	text-align:center;
	overflow:hidden;
}

.price-tag span {
	display:block;
	text-align:center;
	padding-left:40px;
	font-size:22px;
	text-shadow:0px 1px 0px #8c1c1c;
	font-weight:bold;
	color:#fff;
	padding-top:31px;
	font-family: Arial, sans-serif;
}

.portfolio-full-block {
	position:relative;
}

.portfolio-full-block .price-tag {
	position:absolute;
	margin:0px;
	bottom:-15px;
	right:-15px;
	z-index:2;
}

.portfolio-full-block.img-top .price-tag {
	bottom:0px;
	top:55%;
}

.portfolio-full-block.img-left .price-tag {
	right:350px;
}


/* #8 Sidebar styling */


.panel h3 a {
	color:#414141;
	font-size:14px;
	line-height:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:bold;
}

.panel .articles-panel > div {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cdcdcd;
}

.panel .articles-panel > div:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.triple-box {
	width:300px;
	overflow:hidden;
	margin:0px!important;
}

.triple-box div {
	width:350px;
}

.triple-box h2 {
	font-size: 16px;
	padding: 9px;
}

.triple-box h2:first-child {
	font-size: 18px;
	padding: 8px 9px;
}

.triple-box h2 a {
	display:block;
	color:#fff;
}

.article-min-image {
	float:left;
	margin-right:16px;
	margin-bottom: 10px;
}

.hover-img {
	display:inline-block;
	background:url(../images/icon-camera.svg) no-repeat center;
}

.hover-img img {
	opacity:1;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.hover-img:hover img {
	opacity:0.2;
}

div.panel .triple-widget h3 a {
	font-size:13px;
	line-height:18px;
}

.right-content > div ul {
	display:block;
	clear:both;
	background: #016BAF;
	padding:13px;
}

.right-content > div {
	margin-bottom:20px;
}

.right-content > div ul li {
	display:block;
	background: #fff;
	padding:5px 13px 5px 13px;
}

.right-content > div ul li:first-child {
	padding-top:13px;
}

.right-content > div ul li:last-child {
	padding-bottom:13px;
}

.right-content .article-big-image {
	display:block!important;
}

.right-content .article-big-image img {
	width: 242px;
	height: 95px;
	margin-bottom:10px;
}



/* #9 Footer */

.footer {
	background:url(../images/footer-bg.png) repeat-x left top;
	height:254px;
	font-size:9px;
	line-height:14px;
	font-family: 'Source Sans Pro', sans-serif;
	overflow: hidden;
}

.footer .block {
	padding:40px 0px;
	text-align:center;
	float:left;
}

.footer .block.left-padding {
	margin-left:24px;
	background:url(../images/footer-split.png) no-repeat left center;
	padding-left:26px;
	text-align:left;
	height: 178px;
}

.footer .logo {
	display:block;
	font-family: 'Molle', cursive;
	color:#616161;
	font-size:40px;
}

.footer .logo h1 {
	margin-top:10px;
	margin-bottom:6px;
	font-size:44px;
	font-weight:400;
	font-style:italic;
}

.footer .logo:hover {
	color:#616161;
}

.footer .social {
	padding:16px 0px;
}

.footer .social a img {
	width:31px;
	height:31px;
	margin:0px 3px;
}

.footer .social .facebook {
	background:url(../images/social-icons-facebook.svg) no-repeat center;
}

.footer .social .facebook:hover {
	background:url(../images/social-icons-facebook-h.svg) no-repeat center;
}

.footer .social .twitter {
	background:url(../images/social-icons-twitter.svg) no-repeat center;
}

.footer .social .twitter:hover {
	background:url(../images/social-icons-twitter-h.svg) no-repeat center;
}

.footer .social .rss {
	background:url(../images/social-icons-rss.svg) no-repeat center;
}

.footer .social .rss:hover {
	background:url(../images/social-icons-rss-h.svg) no-repeat center;
}

.footer p {
	width:220px;
}

.footer span.copyright {
	display:block;
	padding-top:24px;
	bottom:0px;
	width:220px;
	font-size:11px;
	font-family: Arial, sans-serif;
}

.footer h3 {
	font-size:13px;
	color:#bdbdbd;
}

.footer h3.twitter-icon {
	padding-left:19px;
	background:url(../images/icon-twitter-h3.svg) no-repeat left center;
}

.footer h3 span {
	color:#636363;
}

.footer a {
	color:#bdbdbd;
}

.footer a:hover {
	color:#e6e6e6;
}

.footer .tweet p {
	color:#888888;
	font-size:13px;
	font-family: Arial, sans-serif;
	width:350px;
	line-height:16px;
	padding-top:16px;
	padding-bottom:10px;
}

.footer .tweet span {
	font-size:13px;
	font-family: Arial, sans-serif;
	color:#636363;
	font-size:11px;
}

.footer .tweet span a {
	font-size:13px;
	margin-right:12px;
}

.footer p.contact {
	width:280px;
	color:#888888;
	font-size:12px;
	line-height:16px;
	font-family: Arial, sans-serif;
}

.footer .contacts {
	padding:20px 0px 8px 0px
}

.footer .contacts span {
	display:block;
	margin-bottom:10px;
	font-size:13px;
	color:#888888;
	font-family: Arial, sans-serif;
}

.footer .contacts span.phone {
	padding-left:28px;
	background:url(../images/icon-contact-phone.png) no-repeat left center;
}

.footer .contacts span.map {
	padding-left:28px;
	background:url(../images/icon-contact-map.png) no-repeat left center;
}

.footer .contacts span.mail {
	padding-left:28px;
	background:url(../images/icon-contact-mail.png) no-repeat left center;
}

.footer .newsposts > div {
	display: block;
	padding-top: 18px;
}

.footer .newsposts > div p {
	display: block;
	font-size: 12px;
	width: 287px;
	padding-top: 6px;
}




