/* 
Theme Name: Super Grid 
Theme URI: http://www.yinkle.com
Description: A grid based portfolio to showcase your work and mind. 
 
Author: Jaynesh
Author URI: http://themeforest.net/user/Jaynesh
Version: 1.2.2
Tags: Grid

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/  

/* @group Base */
/* =============================================================================
   BASE CSS
   ========================================================================== */

/* @group Browser Resets */
* { 
	margin: 0; 
	padding: 0px; 
}   
body { 
	background: #f1f1f1; 
	padding-top: 100px; 
	margin: 0; 
	height: 100%;  
}
html { 
	-webkit-font-smoothing: antialiased; 
}
img	{ 
	border: 0; 
	padding: 0 0 0 0; 
}
a { 
	outline: none; 
}
a:hover, a:visited, a:link, a:active { 
	text-decoration: none; color: #666; 
}
a:hover {
	color: #333;
}
ul, li { 
	padding: 0 0 0 0; margin: 0; list-style-type: none; 
}
p { 
	width: 100%; 
	padding: 0 0 0 0; 
	margin-bottom: 22px; 
	font-family: 'Arial', sans-serif; font-size: 12px; line-height: 20px;
	color: #888; 
 	margin-top: 0; 
}
p a { 
	color: #333; 
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Oswald', sans-serif; font-weight: normal; 
	padding: 0 0 0 0; 
	margin-top: 0; margin-bottom: 12px; margin-left: auto; margin-right: auto; 
	color: #666;
	text-transform:uppercase; letter-spacing: 0.3px;
}
h6 {
	font-size: 12px;
}
blockquote {
	border-left: 1px solid #555;
	padding: 0px 14px 0px 14px;
	margin: 0 0 0 20px;
}
blockquote p {
	font-style: italic;
	color: #555;
}
.menu-main-navigation-container {
	float:left;
}
.infinite {
	visibility: hidden;
}
/* @end Browser Resets */

/* @group Container */
.body-container {
	overflow: hidden;
	width: 995px;
	margin-left: auto; margin-right: auto;
}
#container {
	margin-left: auto; margin-right: auto;
	padding-top: 22px; padding-right: 22px;
	position: absolute;
	z-index: 100;
	pointer-events: visibleFill;
}
/* @end Container */

/* @group Positioning  */
.no-margin {
	margin: 0px !important;
}
.margin-bottom {
	margin-bottom: 22px;
}
.margin-top {
	margin-top: 22px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	margin-left: auto; margin-right: auto;
}
/* @end Positioning */

/* @group Preloader */
.widget .entry-container {
	opacity: 1;
}
#preloader-container {
	position: absolute;
	top: -9999px; left: -9999px;
}
#preloader {
    position: absolute; top:0; left:0; right:0; bottom:0;
    background-color: #f1f1f1; /* change if the mask should have another color then white */
    z-index: 400; /* makes sure it stays on top */
    margin-top: 100px;
}
#status {
    width:70px; height:70px;
    border-radius: 5px;
    position:absolute;
    left:50%; top:50%;
    font-family: 'Oswald', sans-serif; font-weight: 300; line-height: 100px; text-align: center;
    background: #333 no-repeat center center;
    margin:-50px 0 0 -50px;
    color: #fff;
}
/* @end Preloader */

/* @group Form */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.submit {
	width: 80px; height: 40px;
	background: #333;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	padding: 0 0 0 0;
	border: none;
	float: right;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.submit:hover {
	width: 80px; height: 40px;
	background: #666;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	padding: 0 0 0 0;
	border: none;
}
label {
	font-family: 'Arimo', sans-serif; font-size: 12px;
	color: #666;
}
textarea {
	width: 100%;
}
input {
	height: 40px; width: 100%;
}
input, textarea {
	background: #f9f9f9;
	color: #999;
	padding: 14px 14px 14px 14px;
	border: 0;
	margin-top: 6px;
	cursor: pointer;	
	font-family: 'Arimo', sans-serif; font-size: 12px;
	border: 1px solid #ddd;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;

}
input:hover {
	border: 1px solid #ccc;
}
textarea:hover {
	border: 1px solid #ccc;
}
input:focus {
	border: 1px solid #ddd;
	cursor: text;
	background: #fff;
	color: #666;
}
textarea:focus {
	border: 1px solid #ddd;
	cursor: text;
	background: #fff;
	color: #666;
}
/* @end form */

/* @group Typography */
.heading { 
	border-bottom: 1px dashed #ddd; 
	padding-bottom: 12px; 
}
.highlight {
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.italic {
	font-style: italic;
}
/* @end Other elements */
.stripes-divider {
	height: 8px; width: 100%;
	background: url("img/stripes.png");
	z-index: 2;
	margin-bottom: 22px;
}
/* @end */

/* @group Header */
/* =============================================================================
   HEADER
   ========================================================================== */
   
.navigation {	
	padding: 18px 18px 14px 18px;
	width: 100%;
	background: #333;
	position: fixed;
	top: 0;
	z-index:500;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.selected {
	background: #222 url("") no-repeat right center;
	color: #fff;
}

/*drop down */

.mobile-logo a {
	background: #2D2D2D;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 15px 15px 15px;
	color: #fff;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif; letter-spacing: 0.5px; font-weight: 300; font-size: 14px;
}
.logo {
	margin-right: 20px;
	background: #2D2D2D;
	border-radius: 5px;
	font-family: "Oswald";
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.logo + li a{
	
	background-image: none !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.logo-image {
	margin-right: 20px;
	border-radius: 5px;
	padding: 0 0 0 0 !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

}
.logo-image a {
	padding: 0 0 0 0 !important;
		height: 50px;
}
.logo-image img {
	height: 100% !important;
	width: auto;
}
nav .nav .logo:hover {
	background: none;		
	z-index: 100;
	cursor: pointer;
}
nav {
	text-align: center;
	font-family: 'Oswald', sans-serif; letter-spacing: 0.5px; font-weight: 300; font-size: 14px;
}
nav .nav ul {
	visibility: hidden;
	opacity: 0;
	margin-left: 50px;	
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
nav .nav li a span {
	display: none;
	width: 100%; height: 100%; 
	top: 0; left: 0;
	position: absolute;
}
nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-left: 0px;
}

nav .nav {
	margin-left: auto; margin-right: auto;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav .nav li a {
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav .nav li {
	float: left;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;	
}
nav .nav li + li {
	background: none;	
	position: relative;
}
nav .nav li:hover + li a {
	background: none;	
}
nav .nav li .selected > li a {
	background: none;	
}
nav .nav li:hover {
	background: #222;		
	z-index: 100;
	color: #fff !important;
}	
nav .nav li:hover a {

	background: none;
	cursor: pointer;
	color: #fff !important;
}	
nav .nav li a {
	display: block; padding: 15px 15px 15px 15px;
	color: #fff; text-decoration: none;
	*background: url("img/nav-divider.png") no-repeat left center;	
}	
nav .nav li:first-child a {
	display: block; 
	padding: 15px 15px 15px 15px;
	color: #fff; 
	text-decoration: none;
	background: none;	
}				
nav .nav ul {
	background: #222; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; top: 100%;	
}
nav .nav ul li {
	float: none; 
	position: relative;		
}
nav .nav ul li a {
	text-align: left;
	width: 150px;
	font-size: 12px;
	color: #ccc;
	border-bottom: 1px dashed #333;			
}	
nav .nav ul li a:hover {
	color: #fff;
	background: #111;
}
nav .nav ul li .selected {
	color: #fff;
}		
nav .nav ul ul {
	position: absolute; left: 100%; top:0;
}	
.nav-arrow {
	width: 0;  height: 0; 
	border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #333;
	left:0; right:0;
	margin-right: auto; margin-left: auto;
	position: absolute; top: 85px;
	z-index: -1;
}

.btn-info-nav {
	height: 51px;
	width: 51px;
	border: none;
	background-color: #222;
	background-image: url(img/icon_info.png);
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	cursor: pointer;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.btn-info-nav:hover {
	background-color: #000;
}

#info-nav {
	width: 250px;
	background: #222;
	z-index: 500;
	position: fixed;
	top: 68px;
	right: 18px;
}

.info-body {
	padding: 22px 22px 22px 22px;
	margin-bottom: 0;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.info-body img {
	width: 100%;
	height: auto;
}

.info-body p {
	margin-bottom: 0;
}

.info-body h1, .info-body h2, .info-body h3, .info-body h4, .info-body h5, .info-body h6, .info-body h7  {
	color: #ccc;
}

/* Mobile Nav */

.mobile-nav-container {
	overflow: auto;
	width: 100%;
	display: none;
	position: relative;
	top: 0;
	z-index: 500;
}

#mobile-nav {
	float: left;
	width: 100%;
	background: #3c3c3c;
}

#mobile-nav ul {
	padding: 12px 22px 12px 22px;
}

.mobile-nav-bar {
	background: #333;
	padding: 22px 22px 22px 22px;
}

#mobile-nav li {
	font-family: Arial;
	font-size: 12px;
	padding: 12px 12px 12px 12px;
	text-align: right;
}

#mobile-nav ul > li:first-child {
	padding: 12px 12px 6px 0px;
}

#mobile-nav li a, #mobile-nav li a:hover {
	color: #eee;
}

#mobile-nav li .sub-menu li {
	padding: 12px 0px 0px 0px;
}

#mobile-nav li .sub-menu {
	padding: 0px 0px 0px 0px;
}

#mobile-nav li .sub-menu li a {
	color: #666;
}

.btn-mobile-nav {
	height: 45px;
	width: 45px;
	border: none;
	background-color: #222;
	background-image: url(img/white-lines.png);
	background-size: 24px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}

/* @end */

/* @group Widget */
/* =============================================================================
   Widget
   ========================================================================== */

.widget {
	margin-bottom: 22px;
}
.featured-stamp {
	width: 0; height: 0; 
	position: absolute;	
	border-right: 80px solid transparent; border-top: 80px solid #333;
	z-index: 10;
}
.featured-stamp p {
	font-family: 'Arimo', sans-serif; font-size: 10px;
	color: #fff;
	position: relative;
	top: -40px; left: 12px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); -ms-transform:rotate(-45deg);
}
.entry {
	width: 100%;
	min-height: 50px;
	background: #fff;
	padding: 22px 22px 22px 22px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.widget:hover .entry {
	-webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	        box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.entry-video {
	height: 200px;
	overflow: hidden;
}
.entry-quote {
	background: #333;
	position: relative;
	padding: 22px 0 30px 0;
}
.entry-quote p {
	margin-bottom: 0;
	color: #eee;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.5px;
}
.entry-quote p:before {
	content: "";
	height: 22px;
	width: 28px;
	position: relative;
	background: url(img/icon_quote.png);
	display: inline-block;
	margin-right: 11px;
	opacity: 0.5;
}
.entry-quote p:after {
	content: "";
	height: 22px;
	width: 28px;
	position: relative;
	background: url(img/icon_quote2.png);
	display: inline-block;
	margin-left: 11px;
	top: 7px;
	opacity: 0.5;
}
.entry-quote .large {
	font-size:28px;
}
.entry-quote blockquote {

}
.entry ul, .entry ol {
	margin-left: 30px; margin-bottom: 8px;
}
.entry ul li {
	list-style-type: square;
	font-family: 'Arimo', sans-serif; font-size: 12px; line-height: 20px;
	color: #666;
}

.entry ol li {
	list-style-type: decimal;
	font-family: 'Arimo', sans-serif; font-size: 12px; line-height: 20px;
	color: #666;
}

.entry p {
	margin-bottom: 12px;
}
.entry-image-overlay {
	width: 100%; height: 100%;
	display: block;
	position: absolute; top: 0px;
	opacity: 0;
	background: url(img/icon_cross.png), url(img/overlay_bg.png); background-size:10px 10px, 100% 100%;
	background-position: center; background-repeat: no-repeat;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in;
}
.entry-image {
	width: 100%;
	position: relative;
	background-size: cover; background-position: center; background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}
.entry-image img {
	width: 100%;
	margin-bottom: -6px;
}
.widget:hover .entry-image-overlay {
	opacity: 1;
	background-size:40px 40px, 100% 100%;
}
.widget:hover .entry-image:before {
	content: "";
	background: none;
	width: 0; height: 0; 
	border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #f3f3f3;
	position: absolute; left: 50px; bottom: 0;
	margin-left: auto; margin-right: auto;
	z-index: 3;
}
.entry-image:before, .entry-quote:before {
	content: "";
	background: none;
	width: 0; height: 0; 
	border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #fff;
	position: absolute; left: 50px; bottom: 0;
	margin-left: auto; margin-right: auto;
	z-index: 3;	
}
.entry-footer {
	height: 25px; width: 100%;
	position: relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
.entry-footer li {
	color: #333;
	font-size: 12px;
	margin-right: 12px;
	line-height: 25px;
	opacity: 0.45;
	display: inline-block;
	cursor: pointer;
}
.entry-footer li a {
	color: #555 !important;
}
.entry-footer ul, entry-footer li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.entry-footer li:hover {
	opacity: 0.6;
}
.entry-footer li a {
	text-decoration: none;
	line-height: 25px;
	color: #000;
}
.icon {
	width: 15px; height: 15px;
	display: inline-block;
	position: relative; top: 4px;
	margin-right: 6px;
}
.like {
	background: url(img/icon_like.png) no-repeat center; background-size: contain;	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.like {
		background: url(img/icon_like@2x.png) no-repeat center; background-size: contain;	
	}
}
.liked {
	background: url(img/icon_like_active.png) no-repeat center; background-size: contain;	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.liked {
		background: url(img/icon_like_active@2x.png) no-repeat center; background-size: contain;	
	}
}
.comment {
	background: url(img/icon_comment.png) no-repeat center; background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.comment {
	background: url(img/icon_comment@2x.png) no-repeat center; background-size: contain;
	}	 
}
.stripes {
	height: 8px; width: 100%;
	background: url("img/stripes.png");
	position: absolute; bottom: 0; left: 0;
	z-index: 2;
}

/* ENTRY SHADOW */

.drop-shadow {
	position:relative;
}
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    box-shadow:20px 0 10px #d3d0cb;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}
.curved-dark:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    box-shadow:20px 0 10px #222;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}
.curved-brown:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    box-shadow:20px 0 10px #BA986A;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}
.curved-small:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    box-shadow:15px 0 10px #d3d0cb;
    -moz-border-radius:200px / 10px;
    border-radius:100px / 10px;
    top:50;
    bottom:50;
    left:12px;
    right:12px;
    -moz-border-radius:10px / 100px;
    border-radius:20px / 100px;
}

/* CATEGORIES */

.categories {
	padding: 0 0 0 0;
	margin: 22px 0 12px 0;
	display: none;
}
.categories li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 10px;
	padding: 5px 5px 3px 5px;
}

/* @end */

/* @group Comments */
/* =============================================================================
   COMMENTS
   ========================================================================== */

.avatar {
	width: 50px;
	float: left;
}
.comments {
	width: 400px;
}
.comment-meta {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
}
.comment-meta p {
	display: inline-block;
	width: 300px;
	padding: 0 0 0 0;
	margin-bottom: 12px;
	font-size: 11px;
	
}
.comment-body, .comment-meta {
	margin: 0 0 0 68px;
}
.comment-meta h6 {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
}
.reply {
	background: red;
	width: 100%;
	height: 50px;
}
/* @end comments */

/* @group Tabs */
/* =============================================================================
   TABS
   ========================================================================== */

.tab-pane {
	width: 100%;
}
.tab-content {
	padding: 22px 22px 22px 22px;
	background: #fff;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.tabs li {
	display: inline-block;
}
.tabs li a {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #666;
	display: inline-block;
	background: #F7F7F7;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #fff;	
	text-align: center;
}
.tabs li a:hover {
	background: #fff;
}
.tabs .active a {
	background: #fff;
	font-weight: bold;
	border-top: 1px solid #333;

}
/* @end Tabs */

/* @group Dark Tabs */
/* =============================================================================
   TABS
   ========================================================================== */

.dark-tabs .tab-content {
	padding: 22px 22px 22px 22px;
	background: #333 !important;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.dark-tabs .tab-content p {
	color: #ddd;
}

.dark-tabs li, .dark-tabs ul {
	margin: 0 0 0 0 !important;
}
.dark-tabs .tabs li {
	display: table-cell;
}
.dark-tabs .tabs li a {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #ddd;
	display: inline-block;
	background: #444;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #555;	
	text-align: center;
	margin: 0 0 0 0 !important;
}
.dark-tabs .tabs li a:hover {
	background: #333;
	color: #ddd !important;
}
.dark-tabs .tabs .active a {
	background: #333;
	font-weight: bold;
	border-top: 1px solid #000;

}

/* @end Tabs */

/* @group Portfolio */
/* =============================================================================
   PORTFOLIO
   ========================================================================== */

.portfolio-nav {
	height: 14px; width: 14px;
	background: #ccc;
	display: block;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}
.portfolio-nav:hover {
	height: 14px; width: 14px;
	background: #333;
	display: block;
	padding: 5px 5px 5px 5px;
}
/* @end portfolio */

/* @group Buttons */
/* =============================================================================
   BUTTONS
   ========================================================================== */

.button {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	font-family: 'Arimo', sans-serif; font-size: 12px;
	cursor: pointer;
	margin: 3px 3px 6px 3px;
	color: #fff !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.button-rounded {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	font-family: 'Arimo', sans-serif; font-size: 12px;
	cursor: pointer;
	margin: 3px 3px 6px 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-mini {
	padding: 5px 5px 5px 5px;
	display: inline-block;
	font-family: 'Arimo', sans-serif; font-size: 11px;
	cursor: pointer;
	margin: 3px 3px 6px 3px;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	
	 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dark {
	background: #444;
	color: #fff;
	border: solid 1px #000;
}
.dark:hover {
	background: #333;
	color: #fff;
}
.light {
	background: #eee;
	color: #666;
	border: solid 1px #ccc;
}
.light:hover {
	background: #ddd;
	color: #666;
}
.blue {
	background: #6DC9FF;
	color: #fff;
	border: solid 1px #409ED1;
}
.blue:hover {
	background: #4AB5EF;
	color: #fff;
}
.teal {
	background: #92E2E5;
	color: #fff;
	border: solid 1px #5AC5C9;
}
.teal:hover {
	background: #66D2D6;
	color: #fff;
}
.green {
	background: #A9DB6D;
	color: #fff;
	border: solid 1px #8BBC45;
}
.green:hover {
	background: #9CD354;
	color: #fff;
}
.red {
	background: #FC6B4E;
	color: #fff;
	border: solid 1px #C14330;
}
.red:hover {
	background: #EF5A43;
	color: #fff;
}
.orange {
	background: #F9A64D;
	color: #fff;
	border: solid 1px #DB8127;
}
.orange:hover {
	background: #F79833;
	color: #fff;
}
.purple {
	background: #A18EE5;
	color: #fff;
	border: solid 1px #7666B7;
}
.purple:hover {
	background: #947FE0;
	color: #fff;
}
/* @end buttons */

/* @group Social Buttons */
/* =============================================================================
   SOCIAL BUTTONS
   ========================================================================== */

.social {
	height: 24px;
	position: absolute;
	right: 0;
	margin-top: -48px;
	margin-right: 22px;
}

.social-button {
	opacity: 0.7;
	cursor: pointer;
	display: inline-block;
}
.social-button a {
	display: block;
}
.social-button:hover {
	opacity: 1;
}
.social-button-team {
	opacity: 0.7;
	cursor: pointer;
	display: inline-block;
	padding-left: 5px;
}
.social-button-team a {
	display: block;
}
.social-button-team a img {
	height: 20px !important;
	width: auto !important; 
}
.social-button-team:hover {
	opacity: 1;
}
/* @end Social Buttons */

/* @group Contact */
/* =============================================================================
   CONTACT PAGE
   ========================================================================== */

.contact, .contact li {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	list-style-type: none !important;
}
.contact {
	margin-bottom: 22px !important;
	position: static;
	float: left;
}

/* @end Contact */

/* @group About */
/* =============================================================================
   ABOUT PAGE
   ========================================================================== */

.about-header {
	background: #333;
	line-height: 80px;
	padding: 22px 22px 22px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.about-header blockquote p {
	color: #fff;
	padding: 0 0 0 0;
	margin-bottom: 0;
	font-size: 18px; letter-spacing: 0.1px;
	line-height: 26px;
	font-family: 'Georgia';
}

.about-header blockquote {
	margin: 0 0 0 0;
}

.about-header h3 {
	color: #fff;
	line-height: 0;
	margin-bottom: 42px;
}

.page-container {
	background: #fff;
	padding: 22px 22px 22px 22px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.page-container:before {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	margin-top: -32px;
	margin-left: 35px;
}

/* @end About */

/* @group Team */
/* =============================================================================
   TEAM PAGE
   ========================================================================== */

.team-header {
	background: #333;
	line-height: 80px;
	padding: 0px 22px 0px 22px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.team-header h2 {
	color: #eee;
	line-height: 75px;
}

.page-container {
	background: #fff;
	padding: 22px 22px 22px 22px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.skills-container {
	background: #333;
	padding: 22px 22px 22px 22px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.skills-container h5 {
	color: #eee;
}


/* @end Team */


/* @group Footer */
/* =============================================================================
   FOOTER
   ========================================================================== */

.footer {
	width: 100%; height: 50px;
	margin-top: 42px;
	position: relative; bottom: 0;
	font-family: 'Arimo', sans-serif;
	padding-bottom: 22px;
}
.footer ul, footer li {
	font-size: 11px; line-height: 20px;
	color: #999;
}
.footer ul {
	padding: 0px 70px 0px 70px;
}
.footer li {
	margin-right: 5px;
}
#page_nav {
	margin-top: 100px; margin-bottom: 50px;
	display: none;
}
#page_nav a {
	height: 100px; width: 100px;
	color: #fff;
	font-size: 18px; line-height: 100px;
	border-radius: 200px;
	display: inline-block;
	background-color: #333;
	background-image: url(img/icon_cross.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px, 100% 100%;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	text-indent:-9999px;
	overflow: hidden;
}
#page_nav a:hover {
	height: 100px; width: 100px;
	color: #fff;
	font-size: 18px; line-height: 100px;
	border-radius: 200px;
	display: inline-block;
		background-color: #333;
	background-image: url(img/icon_cross.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size:30px 30px, 100% 100%;
	transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); -o-transform:rotate(180deg);
}
/* @end Footer */

/* @group Dark Widget */
/* =============================================================================
   Dark Widget
   ========================================================================== */
   
 .widget-dark .entry {
 	background: #333;
 }
 .widget-dark .stripes {
	height: 8px; width: 100%;
	background: url("img/stripes_dark.png");
	position: absolute; bottom: 0; left: 0;
	z-index: 2;
}
 .widget-dark .entry p {
 	color: #ccc;
 }
  .widget-dark .entry a:hover {
 	color: #fff !important;
 }
 .widget-dark .entry p a {
	 color: #fff !important;
 }
 .widget-dark .entry-image:before {
  	content: "";
  	width: 0; height: 0; 
  	border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #333;
  	position: absolute; left: 50px; bottom: 0;
  	margin-left: auto; margin-right: auto;
  	z-index: 3;	
  }
  .widget-dark:hover .entry-image:before {
   	content: "";
   	width: 0; height: 0; 
   	border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #333;
   	position: absolute; left: 50px; bottom: 0;
   	margin-left: auto; margin-right: auto;
   	z-index: 3;	
  }
 .widget-dark:hover .entry {
 	-webkit-box-shadow:none;
 	   -moz-box-shadow:none;
 	        box-shadow:none;
 }  
 .widget-dark .entry ul li,  .widget-dark .entry ol li {
 	color: #aaa;
 }
 .widget-dark .entry .submit {
 	width: 0; height: 0px;
 	background: #A2C473;
 	color: #fff;
 	font-family: 'Arimo', sans-serif; font-size: 11px;
 	position: relative;
 	bottom: -22px;
 	right: -22px;
 	padding: 0 0 0 0 !important;
 	border-right: 60px solid transparent; border-top: 60px solid #333; border-bottom: none; border-left: none;
 	float: right;
 	cursor: pointer;
 	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
 }
.widget-dark .entry .submit:hover {
	width: 0; height: 0px;
	background: #A2C473;
	color: #fff;
	font-family: 'Arimo', sans-serif; font-size: 11px;
	position: relative;
	bottom: -22px;
	right: -22px;
	padding: 0 0 0 0 !important;
	border-right: 60px solid transparent; border-top: 60px solid #333; border-bottom: none; border-left: none;
	float: right;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.widget-dark .entry .submit img {
	position: relative;
	top: -35px;
	left: 25px;
}
.widget-dark .entry input, .widget-dark textarea {
	padding: 14px 14px 14px 14px !important;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
	background: #2B2B2B;
	border: 1px solid #2B2B2B;
	color: #777;
	font-family: 'Arimo', sans-serif; font-size: 12px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.widget-dark .entry input:hover, .widget-dark textarea:hover {

	border: 1px solid #444;

}
.widget-dark .entry input:focus, .widget-dark textarea:focus {
	background: #444;
	border: 1px solid #444;
	color: #999;
	cursor: text;
}
.widget-dark .entry .heading { 
	border-bottom: 1px dashed #555; 
	padding-bottom: 12px;
}
.widget-dark  h1, .widget-dark h2, .widget-dark h3, .widget-dark h4, .widget-dark h5, .widget-dark h6 { 
	color: #eee;
}
.widget-dark h1 a, .widget-dark h2 a, .widget-dark h3 a, .widget-dark h4 a, .widget-dark h5 a, .widget-darkh6 a { 
	color: #eee;
}
.widget-dark .entry-footer li {
	color: #888;
	font-size: 12px; line-height: 25px;
	margin-right: 12px;
	opacity: 0.35;
	display: inline-block;
	cursor: pointer;
}

.widget-dark .tab-content {
	background: #fff !important;
}
.widget-dark .tab-content p{
	color: #777 !important;
}
.widget-dark .tabs .active a {
	background: #fff !important;
	color: #777 !important;
}

/* @end Dark Widget */

/* @group Other elements */
/* =============================================================================
   Other Elements
   ========================================================================== */

#map_canvas {
	z-index: 100;
	position: absolute;
	top: -9999px;
	left: -9999px;
	margin-top: -10px;

}

.tinynav { 
	display: none;
	margin-left: auto;
	margin-right: auto;
}

/* @end Other elemenets */

/* @group Twitter */
/* =============================================================================
   Twitter Widget
   ========================================================================== */

.tweet-container {
	min-height: 50px;
	background: #fff;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}   
.tweet,
.query {
	font: 14px Georgia, serif;
	color: #777;
}
.tweet_time {
	font-size:12px;
}
.tweet_time a {
	color: #ccc !important;
}
.tweet_text {
	color: #888;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 18px 18px 18px 18px;
	overflow-y: hidden;
	background-color: #fff;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 22px;
	padding-top: 22px;
}

.tweet_list li:last-child {
	border-bottom: 0px dotted #ccc;
}
.tweet_list li:first-child {
	padding-top: 0px;
}
		
.tweet_list li a {
	color: #222;
}
		
.tweet_list .tweet_even {
	background-color: #fff;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

/* @end */

.entry-footer .voted .like, .entry-footer .post-like.alreadyvoted{  
    background: url(img/icon_like_active.png) no-repeat center; background-size: contain;	 
}  

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.entry-footer .voted .like, .entry-footer .post-like.alreadyvoted{  
    background: url(img/icon_like_active@2x.png) no-repeat center; background-size: contain;	 
} 
}

.blog-top-bar {
	background: #333;
	position: fixed;
	width: 100%;
	height: 20px;
	top: 0;
	z-index: 300;
}

.blog-exit {
	background: #333;
	color: #fff;
	height: 50px;
	width: 50px;
	font-family: "Oswald";
	background: #333 url(img/blog-exit.png) no-repeat center; background-size:30px 30px;
	position: fixed;
	right: 100px;
	top: 20px;
	z-index: 300;
	cursor: pointer;
}

.blog-exit a:hover {
	color: #fff !important;
}

/* @group Tag Cloud */

.tag-cloud, tagcloud {
	margin-bottom: 11px;
}
.tag-cloud a, .tagcloud a {
	background: #333;
	font-size: 12px;
	padding: 7px 7px 7px 7px;
	margin-bottom: 7px;
	display: inline-block;
	font-family: Arial;
	color: #ddd;
}

.tag-cloud a:hover, .tagcloud a:hover {
	color: #ddd !important;
	background: #222;
}

/* @end Tag Cloud */

/* Wordpress Core */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky { 
	color:red; 
}
.gallery-caption {
	
}
.bypostauthor {
	
}
.clearboth {
  height: 0;
  clear: both;
  margin: 0;
  padding: 0;
}
   
/* @group */

/* @group Calender Widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; font-family: Arial;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #333; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
/* @end Calender Widget */

/* @group Side Widget */
.side-widget ul, .side-widget ul li {
	list-style-type: none !important;
	margin: 0 0 0 0 !important;
}
.side-widget ul li {
	padding: 11px 0 11px 0;
	border-bottom: 1px dashed #ddd;
}
.side-widget ul li:last-child {
	padding: 11px 0 11px 0;
	border-bottom: 0px dashed #ddd;
}
/* @end Recent Posts */

/* @group Search form */
#searchform #searchsubmit {
	width: 50px;
	background-color: transparent;
	background-image: url(img/icons/glyphicons_027_search@2x.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	border: 0;
	position: absolute;
	right: 18px;
	opacity: 0.5;
}
#searchform {
	margin-bottom: 11px;
}
/* @end Search Form */

/* @group Recent Comments */

.recentcomments a {
	font-weight: bold;
}

/* @end Recent Comments */

