* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 22px;
    font-family: verdana, arial, sans-serif;
    color: #727272;
    background: url(images/body-pattern.png) repeat 0 0;
    min-width: 100%;
}

/*font-family: 'Raleway', sans-serif;*/
.justify {text-align: justify}
.top-15 {margin-top: 15px}
.bottom-15 {margin-bottom: 15px}
.left-margin-5 {margin-left: 5px}
.right-margin-5 {margin-right: 5px}
.left-margin-10 {margin-left: 10px}
.right-margin-10 {margin-right: 10px}

.server {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
}

.server form {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	align-items: center;
}
.server label {
	display: inline-block;
	width: auto;
	margin: 4px;
}

.server input[type="radio"] {
	vertical-align: middle;
}

form.contact-form {
    /*width: 100%;*/
    /*position: relative;*/
    max-width: 600px;
    /*margin: 0 auto;*/
    /*display: block;*/
    padding: 10px;
}

form * {
    color: #727272;
}

form div {
    margin-top: 10px;
    vertical-align: top;
}

form div * {
    vertical-align: top;
}


form input, textarea, select, form button {
    min-height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button {
	padding: 5px;
}

form select {
    height:24px;
}

.contact-form input, .contact-form textarea {
    /*padding: 2px;*/
}

form *:focus {
    border-color: #66afe9;
}

form.article-form {
	max-width: 1000px;
	padding: 10px;
}

.article-form input, .article-form textarea, .article-form select {
	width: 100%;
}

.art-tag {
	min-height: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #d9edf7;
	color: #31708f;
	padding: 5px;
}

article h2 {
	margin-bottom: 0px;
}

article header {
	margin-bottom: 15px;
	border-bottom: solid #727272 1px;
}

article .article-info {
	margin-top: 5px !important;
}

article .article-info span {
	margin-right: 12px;
}

.posts {
	text-align: left;
}

.post {
	width: 45%;
	margin: 10px;
	display: inline-flex;
	min-height: 100px;
	padding: 8px;
	/*border: 1px solid #727272;*/
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(12,13,14,0.5);
}

.post .image {
	float: left;
	margin-right: 10px;
	display: inline;
}

.post .image img {
	width: 85px;
	height: 85px;
	border-radius: 8px;
}

.post .detail {
	float: left;
	text-align: left;
	display: inline;
}

.post .detail a {
	font-size: 14px;
	text-decoration: none;
	color: #727272;
}

.features-list {
	list-style-type: none;
}
.feature {
	margin: 10px;
	padding: 10px 20px;
	border: 2px solid #e0e0dd;
	background-color: white;
}
.feature-header {
	font-weight: bold;
	color: #727272 !important;
}

.feature-detail {
	text-align: justify;
}

.screenshots {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alert {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
}
.underline {
	text-decoration: underline;
}

.share-text {
	font-size: 1.4em;
	font-style: italic;
}
.share-count {
	position: absolute;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin-left: 6px;
	font-size: 1.4em;
	font-style: italic;
	padding: 0 10px;
	/*background-color: #00acef;*/
	background: url(images/blue-btn.png) repeat 0 0;
	border-radius: 5px;
	color: #ffffff;
}

.share-button { width: 32px; height: 32px; display: inline-block; background: url(images/socials_all.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.share-button:hover {opacity: 0.9}

.share-button.facebook-ico { background-position: 0 0; }
.share-button.twitter-ico { background-position:-40px 0; }
.share-button.googleplus-ico { background-position:-80px 0; }
.share-button.email-ico { background-position: -120px 0; }
.share-button.reddit-ico { background-position: -160px 0; }

.tutorial {text-align: justify}

.tutorial img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tutorial-section {
	width: 45%;
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.tutorial-section h4 {
	margin-top: 0 !important;
}

/*.contact-form .submit {*/
    /*cursor: hand;*/
/*}*/

.comment-container {
	margin-top: 20px;
	width: 100%;
}

.comment-container .comment-form-container {
	border: #e0dfdf 1px solid;
	padding: 20px;
	margin-top:10px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.comment-container .comment-count-row  {
	font-size: 1.4em;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.comment-container .input-row {
	margin-bottom: 10px;
}

.comment-container .input-field {
	width: 100%;
	border-radius: 2px;
	padding: 10px;
	border: #e0dfdf 1px solid;
	box-sizing: border-box;
}

.comment-container .btn-submit {
	padding: 5px 10px;
	background: #333;
	border: #1d1d1d 1px solid;
	color: #f0f0f0;
	font-size: 1.2em;
	border-radius: 2px;
	cursor:pointer;
}

.comment-container .btn-comment-shortcut {
	border: #ccc 1px solid;
	border-radius: 4px;
	color: #727272;
	background-color: #e0dfdf;
	padding: 2px 5px;
	cursor:pointer;
}

.comment-container ul {
	list-style-type: none;
}

.comment-container .comment-row {
	display: flex;
	border-bottom: #e0dfdf 1px solid;
	border-top: #e0dfdf 1px solid;
	/*margin-bottom: 15px;*/
	margin-top: -1px;
	padding: 10px;
}

.comment-container .comment-row .commenter-icon {
	font-size: 75px;
	margin-right: 10px;
}

.comment-container .outer-comment {
	padding: 0px 20px 20px 20px;
	border: #dedddd 1px solid;
}

.comment-container span.comment-row-label {
	font-style: italic;
	font-size: 1.2em;
}

.comment-container span.posted-by {
	/*color: #09F;*/
	font-size: 1.8em;
	font-weight: bold;
}

.comment-container span.posted-at {
	font-size: 1.2em;
	font-style: italic;
}

.comment-container .comment-info {
	font-size: 0.8em;
}
.comment-container .comment-text {
	margin: 2px 0;
}
.comment-container .btn-reply {
	font-size: 0.8em;
	text-decoration: underline;
	color: #888787;
	cursor:pointer;
}

.comment-container .btn-cancel-reply {
	font-size: 1em;
	text-decoration: underline;
	color: #888787;
	cursor:pointer;
	margin-left: 10px;
	display: none;
}

.comment-container #publish-container * {
	vertical-align: baseline !important;
}

#comment-message {
	margin-left: 20px;
	color: #189a18;
	display: none;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 5px;
	border-radius: 6px;
	/*position attrs*/
	position: absolute;
	z-index: 5;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	/*fade in tooltip*/
	opacity: 0;
	transition: opacity 1s;
}
/*tooltip arrow*/
.tooltip .tooltiptext::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
/*show on hover*/
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

label, input {
    display: inline-block;
}

label {
    width: 20%;
}

label + input, label + textarea, label + select {
    width: 60%;
    /*margin: 0 10% 0 4%;*/
}

input + input {
    float: right;
}

.errors * {
	color: red; font-weight: 600;
}

.errors p::before {
	content: " * ";
}

.awards img:hover {opacity: 0.8}

a { color: #00acef; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
ul.listing p, ul.listing br, ul.listing div {color: #00acef; text-decoration: underline; padding: 0px 12px; display:block; background: url(images/checkmark-10.png) no-repeat 0px 6px;}

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 981px; margin: 0 auto; }
.container { background: url(images/container.png) repeat-y center 0; box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);  }


#header { margin-bottom: 0px;  position: relative; padding-top: 25px;  height: 43px; background: url(images/border-title.png) repeat-x 0 bottom; }
#logo { width: 129px; font-size: 0; line-height: 0; position:absolute; top: 23px; left: 21px; }
#logo a { height: 26px; display: block; background: url(images/logo3.png) no-repeat 0 0; text-indent: -4000px; }
#logo2 {color:#029cdb; position:absolute; top: 23px; left:21px; font-size:24px; display:block; }
#logo3 { width: 300px; font-size: 0; line-height: 0; position:absolute; top: 23px; left: 21px; }
#logo3 a { height: 32px; display: block; background: url(images/logo3.png) no-repeat 0 0; text-indent: -4000px; }
.search { width: 210px; margin-left: auto; padding-right: 21px; }
.search input.field { float:left; width: 166px; padding:0 8px; height: 24px; line-height: 24px;  border: 1px solid #d3d3d3; font-size: 11px; color:#bebebe; background: #ededed; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
.search input.search-btn { float:left;  font-size: 0; line-height: 0; text-indent: -4000px; cursor: pointer; width: 20px; height: 26px; border: 0; background: url(images/search-ico.png) no-repeat 0 0; }

#navigation { padding:15px 21px;  margin-bottom: 15px; }

#navigation ul { list-style:none; list-style-position: outside; }
#navigation ul li { padding: 0 10px; float: left; font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 500; }
#navigation ul li:first-child { padding-left: 0; }
#navigation ul li a { color: #4a4a4a; padding: 0 7px; display:block; height: 21px; line-height: 21px; border: 2px solid transparent; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
#navigation ul li.active a,
#navigation ul li a:hover { border: 2px solid #029cdb;  background: url(images/nav-btn.png) repeat-x 0 0; color:#fff; text-decoration: none; }
#navigation a.nav-btn { display:none; }

.slider-holder { position: relative; margin-bottom:30px;   }

.slider { background: url(images/slider-bg.jpg) no-repeat 0 0; width: 938px; height: 417px; position:relative; overflow: hidden; padding:0 21px; }
.slider ul { list-style:none; list-style-position: outside; }
.slider ul li { float: left; width: 938px; height: 417px; }
.slider .slide-cnt { width: 450px; height: 220px; position:relative; overflow: hidden; float: right; padding-top: 30px;  }

.slider h4 { color:#fff; font-size: 16px; font-family: 'Raleway', sans-serif;  font-weight: 700; text-shadow: rgba(0,0,0,0.5) 0px 1px 0px; text-transform: uppercase; }
.slider h2 { color:#f8f8f8; font-family: 'Raleway', sans-serif; font-size: 56px; line-height:56px; padding-bottom: 12px; font-weight: 700; text-shadow: rgba(0,0,0,0.5) 0px 1px 0px; }
.slider .text { color:#f8f8f8; font-family: 'Raleway', sans-serif; font-size: 18px;  font-weight: 300; margin-top:12px; text-shadow: rgba(0,0,0,0.5) 0px 1px 0px; }
.slider p { color:#fff; }
.slider p a { color:#fff; text-decoration: underline; }
.slider p a:hover { text-decoration: none; }

.slider img { float:left; margin-right:50px; margin-left: 24px;  }
.slider .socials { width: 300px; margin-left: auto; padding-top:18px;  }
.slider .socials a { width: 32px; height: 32px; float:left; margin-left: 6px;  background: url(images/socials_all.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider .socials a:hover {opacity: 0.8}

.slider .socials a.facebook-ico { background-position: 0 0; }
.slider .socials a.facebook-ico:hover { background-position:0 -32px; }

.slider .socials a.twitter-ico { background-position:-40px 0; }
.slider .socials a.twitter-ico:hover { background-position:-40px -32px; }

.slider .socials a.googleplus-ico { background-position:-80px 0; }
.slider .socials a.googleplus-ico:hover { background-position:-80px -32px; }

.slider .socials a.email-ico { background-position: -120px 0; }
.slider .socials a.email-ico:hover { background-position: -120px -32px; }

.slider .socials a.reddit-ico { background-position: -160px 0; }
.slider .socials a.reddit-ico:hover { background-position: -160px -32px; }

.slider .socials a.youtube-ico { background-position: -200px 0; }
.slider .socials a.youtube-ico:hover { background-position: -200px -32px; }

.slider .socials a.tumblr-ico { background-position: -240px 0; }
.slider .socials a.tumblr-ico:hover { background-position: -240px -32px; }

.slider .socials a.instagram-ico { background-position: -280px 0; }
.slider .socials a.instagram-ico:hover { background-position: -280px -32px; }

.slider .socials a.pinterest-ico { background-position: -320px 0; }
.slider .socials a.pinterest-ico:hover { background-position: -320px -32px; }

.slider .socials a.pinboard-ico { background-position: -360px 0; }
.slider .socials a.pinboard-ico:hover { background-position: -360px -32px; }

.slider .socials a.flickr-ico { background-position: -400px 0; }
.slider .socials a.flickr-ico:hover { background-position: -400px -32px; }

.slider .socials a.linkedin-ico { background-position: -440px 0; }
.slider .socials a.linkedin-ico:hover { background-position: -440px -32px; }

.slider .socials .follow-us {
	float: left; margin-left: 6px;
	width: 136px; height: 32px; background: url(images/follow_us_white_ul.png) no-repeat;
}

#thumbs-wrapper { width: 434px; padding: 0 20px; position: absolute; bottom: 18px; right: 21px; overflow: hidden; }
#thumbs-wrapper a#prev { width: 12px; height: 17px; position:absolute; top: 50%; margin-top: -8px; left: 0; background: url(images/left-arr.png) no-repeat 0 0;}
#thumbs-wrapper a#next { width: 12px; height: 17px; position: absolute; top: 50%; margin-top: -8px; right: 0px; background: url(images/right-arr.png) no-repeat 0 0; }
#thumbs { height: 80px; width: 434px; position:relative; overflow: hidden; padding-top:7px; }
#thumbs a { margin-bottom:8px; width: 94px; height: 69px; margin-right: 8px; float:left; background: #fff; padding: 3px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border: 1px solid #d5d5d5; }
#thumbs a img { width: 94px; height: 69px; float:left; }

#thumbs a.selected { height: 76px; position:relative; margin-top: -7px; opacity: 1; } 
#thumbs a.selected img { height: 76px; }

.main { padding:0 20px; }

.featured { background: #f1f1f1; border: 1px solid #e5e5e5; padding: 10px 213px 10px 18px; margin-bottom: 42px;  position: relative; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
.featured h4 { font-family: 'Raleway', sans-serif;  line-height: 43px; font-size: 17px; color:#4a4a4a; font-weight:400; }
.featured h4 strong { color:#00acef; font-weight: 600; }
.featured a.blue-btn { background: url(images/blue-btn.png) repeat 0 0; width: 189px; height: 39px; text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;  position: absolute; top: 50%; margin-top: -20px;  right: 9px; display: block; font-size: 16px; font-weight: 500; color:#fff; text-align: center; line-height: 39px; border: 2px solid #0a7fb5; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; text-decoration: none; font-weight: 500; font-family: 'Raleway', sans-serif; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
}
.featured a.blue-btn:hover { background-position:0 bottom; }

.main h3 { font-size: 16px; font-family: 'Raleway', sans-serif; color:#4a4a4a; font-weight: 500; padding-bottom: 12px; margin-bottom: 8px; background: url(images/border-title.png) repeat-x 0 bottom;}
.main h5 { font-size: 12px; }
.main h5 { padding-bottom: 10px; }
.main a.more { background: url(images/blue-arr.png) no-repeat 0 6px; text-decoration: underline; padding-left: 8px; font-weight: 500; font-family: 'Raleway', sans-serif; }
/*.main a:hover { text-decoration: none; }*/

.main .cols { padding-bottom: 38px;  }
.main .cols .col { float:left; width: 286px; padding-right: 40px; }
.main .cols .col.last { padding-right: 0; }
.main .cols .col img.left { margin-right: 24px; margin-bottom:10px;  }
.main .cols .col a { text-decoration: underline; }
.main .cols .col ul { list-style:none; list-style-position: outside; }
.main .cols .col ul li { padding: 10px 10px 12px; background: url(images/border-title.png) repeat-x 0 bottom; font-family: 'Raleway', sans-serif; font-weight:600; }
.main .cols .col ul li.odd { background-color:#f6f6f6;  }
.main .cols .col ul li a { padding: 0px 10px; display:block; background: url(images/bullet.png) no-repeat 0px 9px; }
.main .cols .col ul li.first { padding-top:2px; }

.main .entries {  position:relative; margin: 0 -20px; padding: 20px; margin-bottom: 1px; border-bottom: 1px solid #e8e8e8;  }
.main .entries.brown-bg {background: url(images/entries.png) repeat-y 0 0;}
.main .entries h3 { margin-bottom: 15px;  background: url(images/entry-title.png) repeat-x 0 bottom; }
.main .entries .entry { width: 286px; float:left; padding-right: 40px; }
.main .entries .entry.last { padding-right:0; }
.main .entries .entry p.meta { color: #cbcbcb; }
.main .entries .entry p.meta a { color: #cbcbcb; }
.main .entries .entry-inner { padding-bottom: 18px; margin-bottom: 16px; background: url(images/entry-title.png) repeat-x 0 bottom; }
.main .entries .entry .date { margin-right: 15px;  position: relative; float:left; padding: 14px 12px; width: 40px; height: 34px; background: url(images/date-ico.png) no-repeat 0 0; }

.main2 h2, .main2 h3, .main2 h4 {margin-top: 15px}
.main2 ul, .main2 ol {padding: 0 30px;}
.main2 img {max-width: 100%; height: auto;}
.main2 h2 + *, .main2 h3 + */*, .main2 h4 + * */{margin-top: 15px}

.main2 a.blue-btn {
	background: url(images/blue-btn.png) repeat 0 0;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
	/*right: 9px;*/
	margin-top: 10px;
	padding: 8px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	/*line-height: 39px;*/
	border: 2px solid #0a7fb5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

.tutorial a {
    text-decoration: underline;
    font-weight: 600;
}

a.blog-btn {
	background: url(images/blue-btn.png) repeat 0 0;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
	width: auto;
	margin-top: 10px;
	padding: 8px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	/*line-height: 39px;*/
	border: 2px solid #0a7fb5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

.entry a.blue-btn:hover { background-position:0 bottom; }

.main .entries .entry .date strong { color:#00acef; font-size: 22px; line-height: 22px; font-family: arial, sans-serif; font-weight: bold; display:block; }
.main .entries .entry .date span { font-weight: bold; font-size: 9px; color:#c6c6c6; position:relative; margin-top: 0px; display:block; line-height:9px;  }
.main .entries .entry .date em { -webkit-transform: rotate(-90deg); line-height: 12px;
-moz-transform: rotate(-90deg);	 font-weight: bold; font-style: normal; width: 12px;  color:#bdbdbd; font-size: 12px; position:absolute; bottom: 20px; left: 41px; }

.testimonials { padding-bottom: 30px; }
.testimonials p { font-style: italic; font-family: georgia ,arial, serif; font-size: 14px; color:#898989; }
.testimonials p strong { font-size: 43px; position:relative; bottom: -19px; font-weight: normal; padding-right: 4px;  }
.testimonials p.author { font-size: 12px; text-align: right; }
.testimonials p.author strong { font-size: 12px; bottom: 0; font-weight:bold;  }

#footer { background: url(images/footer-border.png) repeat-x 0 0; padding: 18px 20px 18px 10px; }
.footer-nav { float: left; }
.footer-nav ul { list-style:none; list-style-position: outside; }
.footer-nav ul li { float: left; border-right: 1px solid #afaca9;  padding:0 10px; font-size: 10px; line-height: 10px; }
.footer-nav ul li a { color: #afaca9; }
.footer-nav ul li a:hover { color: #878684; text-decoration: none; }
.footer-nav ul li.last { border-right: 0; }

#footer p.copy { font-size: 10px; color:#afaca9; line-height: 10px; float: right;  margin-bottom: 8px;}
#footer p.copy a { font-size: 10px; color:#00acef;  line-height: 10px; text-decoration: underline; }
#footer p.copy a:hover { text-decoration: none; }
#footer p.copy span { padding:0 7px;}

.footer-center {text-align: center;}
.footer-follow {
	font-size: 10px; line-height: 10px; width: 150px; height: 55px;
	display: inline-block; text-align: center;
}
.footer-follow ul { list-style:none; list-style-position: outside; }
.footer-follow ul li {display: inline-block; font-size: 10px; line-height: 10px;}
.footer-nav ul li a { color: #afaca9; }
.footer-nav ul li a:hover { color: #878684; text-decoration: none; }
.footer-follow-bg {display: block; margin-bottom: 8px; margin-right: auto; margin-left: auto; font-size: 0; line-height: 0; width: 91px; height: 15px; background: url(images/follow_us_black_sm.png) no-repeat 0 0;}
.footer-follow a { width: 24px; height: 24px; display: inline-block; background: url(images/socials_all.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.footer-follow a:hover {opacity: 0.9}
a.facebook-fol { background-position: 0 -64px; }
a.twitter-fol { background-position:-30px -64px; }
a.googleplus-fol { background-position:-60px -64px; }
a.youtube-fol { background-position: -90px -64px; }
a.reddit-fol { background-position:-120px -64px; }
a.tumblr-fol { background-position:-150px -64px; }
a.instagram-fol { background-position:-180px -64px; }
a.pinterest-fol { background-position:-210px -64px; }
a.linkedin-fol { background-position:-240px -64px; }
a.whatsapp-fol { background-position:-270px -64px; }
a.telegram-fol { background-position:-300px -64px; }
a.medium-fol { background-position:-330px -64px; }

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 981px ) {
	body { width: auto; }
	.shell { width: auto; width: 768px; }

	.container { background-image:url(images/container-tablet.png); }
	.slider { width: 725px; height: 366px; background-image:url(images/slider-tablet.png); }
	.slider ul li { width: 724px; }
	.slider img { width: 316px; height: 286px; margin-left: 0; margin-right: 20px;  }
	.slider h3 { font-size:16px; }
	.slider h2 { font-size: 47px; line-height: 54px; } 
	.slider .slide-cnt { width: 380px; height: 190px; }

	#thumbs-wrapper { width: 356px; }
	#thumbs a { width: 75px; height: 56px; }
	#thumbs a.selected { width: 75px; height: 65px; }
	#thumbs a.selected img { width: 75px; height: 65px; }
	#thumbs a img { width: 75px; height: 56px; }

	.featured h4  { font-size: 16px; line-height: 28px; }

	.main .cols .col { width: 222px; padding-right: 30px; }
	.main .cols .col img.left { float: none; display: block; margin:0 auto 12px; }

	.main .entries { background-image:url(images/entries-tablet.png);  }
	.main .entries .entry { width: 225px; padding-right: 24px;  }
	.main .entries .entry img { width: 100%; }
	.main .entries .entry .cnt {  height:100%; overflow: hidden; }

	.footer-nav { float:none; display: block; padding-bottom: 12px; }
	#footer p.copy { float: none; display:block; padding-left: 10px;  }
	a.blog-btn {display: block;}
}

/* mobile*/
@media only screen and ( max-width: 640px) {
    label, input {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    label + input, label + textarea, label + select {
        width: 100%;
    }


	body { width: auto; }

	.search { display:none; }
	#logo { position:relative; margin:0 auto; top: 0px; left:0;  }
	
	#header { background: transparent; margin-bottom:0; }

	#navigation { position:relative; z-index: 100; padding:0 0px; margin:0 10px;  }
	#navigation a.nav-btn {  margin-bottom: 15px; text-decoration: none; padding:0 36px 0 10px; line-height:30px;  display:block; background: url(images/navigation.png) repeat-x 0 0; height: 30px; position: relative; }
	#navigation a.nav-btn span { background: url(images/dd-nav-arrs.png) no-repeat 0 bottom; width: 20px; height: 15px;  position:absolute; top: 8px; right: 12px; }
	#navigation a.nav-btn.active span { background-position:0 0; }

	#navigation ul { display:none;  position: absolute; top: 30px; left: 0; width: 100%; }	
	#navigation ul li { float:none; height: 30px; border-top: 1px solid #fff; display:block; padding:0 0 0 0; background: url(images/navigation.png) repeat-x 0 0; }
	#navigation ul li a { border: 0; line-height:30px;  float:none; height: 30px; display: block; font-size: 14px; padding-left: 20px; padding-right: 20px; width:100%; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }	
	#navigation ul li a:hover { background-image:url(images/blue-btn.png); border:0;  }
	#navigation ul li.active span { background: transparent; border:0; }
	#navigation ul li.first { display:none; }

	.shell { width: 320px; }
	.container { background-image: url(images/container-mobile.png); width: 320px; }
	.main { padding:0 10px; }
	.slider ul li { width: 724px; }
	.slider img { width: 316px; height: 286px; float:none; display:block;  margin: 0 auto; }
	.slider h3 { font-size:16px; }
	.slider h2 { font-size: 47px; line-height: 54px; } 
	.slider .slide-cnt { width: 380px; height: 190px; float:none; display:block; }

	#thumbs-wrapper { display: none; }

	.slider-holder { width: 320px; margin:0 auto; }
	.slider { background-image:url(images/slider-mobile.png); padding:0 10px; width:300px;  margin:0 auto;   height: 388px;}
	.slider .slide-cnt { width: 300px;  float:none; display:block; padding-top: 12px; }
	/*.slider h4 { display:none; }*/
	.slider h2 { font-size: 38px; text-align: center; }
	.slider p { color:#cee7f1; }
	.slider .text {font-size: 16px;  font-weight: 300;}
	.slider ul li { width: 300px; }
	.slider .socials { display:none; }
	.slider img { float:none; display:block; margin:0 auto; width: 194px; height: 178px; }

	.slider .arrs a { position:absolute; top: 250px; z-index: 30; background: url(images/slider-arr.png) no-repeat 0 0; width: 26px; height: 37px; }
	.slider .arrs a.prev-arr { left: 10px; background-position:0 0; }
	.slider .arrs a.next-arr { right: 10px; background-position: right 0; }

	.main .cols .col { padding-bottom: 20px; float:none; display:block;padding-right:0; width: auto;  } 
	.main .cols .col img.left { float:none; display:block; margin: 0 auto;  }
 	.main .entries { margin:0 -10px;  }
	.main .entries .entry { width: auto; padding-right:0; float:none; display:block; margin-bottom:14px;  }
	
	.featured h4 { line-height: 26px; padding-bottom: 6px; }
	.featured a.blue-btn { float: none; display:block; right:0; left:0;  position:relative; margin: 0 auto; top:0;  width: 260px; }
	.featured { padding: 10px; }
	
	#footer { padding-left: 0; padding-right:0;  }
	.footer-nav { float:none; display:block; height: 12px; margin:0 auto; width: 310px; vpadding-bottom: 8px; text-transform: uppercase; }
	.footer-nav ul li { font-size: 8px; border-right:0; padding:0 2px; }
	#footer p.copy { font-size: 8px; text-align:center; float:none; display:block; }
}


@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { 
	#navigation a.nav-btn { background-image:url(images/navigation@2x.png); -webkit-background-size: 2px 30px; -moz-background-size: 2px 30px; background-size: 2px 30px;   }
	#navigation a.nav-btn span { background-image:url(images/dd-nav-arrs@2x.png); -webkit-background-size: 20px 29px; -moz-background-size: 20px 29px; background-size: 20px 29px;  }
	.slider { background-image:url(images/slider-mobile@2x.png);  -webkit-background-size: 320px 388px; -moz-background-size: 320px 388px; background-size: 320px 388px;  }
	.slider .arrs a { background-image:url(images/slider-arr@2x.png); -webkit-background-size: 53px 37px; -moz-background-size: 53px 37px; background-size: 53px 37px; }
	#logo a { background-image:url(images/logo@2x.png); -webkit-background-size: 125px 26px; -moz-background-size: 125px 26px; background-size: 125px 26px;  }
}

@media only screen and ( max-width: 968px) {
	.post {  min-width: 90%; }
}

@media only screen and ( max-width: 767px) {
	.tutorial-section {
		width: 100%;
	}
}