/*
Theme Name: Droiders Theme
Theme URI: m
Author: Juanjo Guevara
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body{
font-size: 16px;
}
@font-face { font-family: "ProximaNovaBold"; src: local("Open Sans Bold"), local("Helvetica Neue Bold"), local("Arial Bold"); font-weight: bold; }
@font-face { font-family: "ProximaNova"; src: local("Open Sans"), local("Helvetica Neue"), local("Arial"); font-weight: normal; }
@font-face { font-family: "ProximaNovaLight"; src: local("Open Sans Light"), local("Helvetica Neue Light"), local("Arial"); font-weight: 300; }
@font-face {
    font-family:'Glyphicons';
    src: url('/wp-content/themes/DroidersTheme/fonts/glyphicons-halflings-regular.eot');
    src: url('/wp-content/themes/DroidersTheme/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/DroidersTheme/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/themes/DroidersTheme/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/themes/DroidersTheme/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    content: "\2b";
    color: #ffffff;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family:'Glyphicons';
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}


body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
header .contactEmails{
	float: right;
	text-align: right;
}
header .contactEmails p{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-size: 17px;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
	line-height: 2.181818182;
	font-weight: bold;
	color: #33b5e5;
    text-transform: uppercase;
}

.archive-title{
    font-size: 22px;
    color: #666;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
		-webkit-appearance:none;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
	background: #33b5e5;
	font-size: 16px;
	border-radius: 0px;
	-webkit-appearance:none;
	border:0px;
	height: 30px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;

	
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
img.header-image{

	margin-left: 10px;
    width: 260px;

}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
display: block;
    margin: 0 auto;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
.entry-content. PDS_Poll{
    margin: 0 auto;
    max-width: 270px;
}

.row{
	width: 100%;
	margin: 0 auto;
	float: left;
    text-align: justify;
}

.fullRow{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    background-size: 100% 300px !important;
    background-repeat: no-repeat !important;
}
.twitterFullRow{
	background-color:#33b5e5;
	color: white;
	font-size: 18px;
	line-height: 65px;
	height: 62px;
}
.twitterIconFull{
	width: 62px;
	height: 62px;
	float: left;
	background-image: url('/wp-content/themes/DroidersTheme/img/twitter.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50%;
	position: absolute;
	margin-left: 10px;
}
.twitterFullRow a{
	font-weight: bold;
	color: white;
	font-size: 18px;
	line-height: 65px;
}
.rowCentered{
    padding-top: 20px;
	max-width: 1100px;
	margin: 0 auto;
	height: inherit;
    padding-left: 20px;
    padding-right: 20px;
font-size: 18px;
line-height: 20px;
}


.row br{
	display: none;
}
.row p br{

	display: block;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2))*/;

}
.author-avatar img{
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    margin-right: 10px;
}
.entry-content img:hover{
    opacity: 1;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	line-height: 1.4;
	color: #757575;
    text-align: center;
    padding-top: 5px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 70%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
    font-size: 16px;
    line-height: 23px;
    font-family: Helvetica,sans-serif,Arial;
    font-weight: lighter;
}
.author-description{
    width: 80%;
    float: left;
}
.social-blog-link {
    float: left;


    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;

}
.social-blog-link a{
    display: inline-block;
    color:#666;
    font-weight: normal;


}
.social-blog-link div{
    float: left;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	margin: 0px !important;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'ProximaNova',Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
.sd-sharing-enabled{
margin: 0 auto;
max-width: 1060px;
}
.sd-content{

width: auto !important;
float: right !important;
}
body.custom-font-enabled {
	font-family: 'ProximaNova',Helvetica, Arial, sans-serif;
}
a, img,input {
	outline: none;
	color: #33b5e5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover {
	color: #494949;
	
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	
	padding-left:10px;
	padding-right: 10px;
	padding-top:0px;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
	height: 140px;
  	color:white;
  	padding-bottom: 0px;
}
.site-header,.main-navigation{

	max-width: 1100px;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;

}
.fullWidthHeader{

	background-color:#333333;

}
.fullWidthNav{
	max-height: inherit;
	background-color:#494949;


}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 7px;
}

/* Navigation Menu */
.main-navigation {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	text-align: center;
	width: 100%;
height: 50px;
}

.main-navigation li {
	margin-top: 0px;

    line-height:24px;
	font-family: 'ProximaNova';
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.nav-menu{
	height: 50px;
	max-width: 100%;
float: left;
}
.nav-menu ul{
    display: inline-block !important;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
    border-bottom:  2px solid #33b5e5;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #333;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #333;
}
.widget-area #s {
	width: 70%; /* define a width to avoid dropping a wider submit button */
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	padding-left: 10px;
    font-size: 16px;
    color: #333;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 1100px;
	/*max-width: 68.571428571rem;*/
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	/*padding: 24px 0;
	padding: 1.714285714rem 0;
	*/
}
footer[role="contentinfo"] a {
	color: #ffffff;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.contactEmails{

	color: white;
	float: left;
	font-size: 16px;
}
.navContactInfo{
    padding-right: 10px;
	float: right;
	text-align: right;
	font-size: 16px;
	margin-top: 7px;
}
.platform-list{
    margin-bottom: 10px;
}
.platform-list li{
    display: inline-block;
    padding: 6px 5px 3px 5px;

    background: #f5f5f5;
    margin: 2px;
    border: 1px solid #dddddd;
}

.langSelector{
    line-height: 19px;
    margin-top: 5px;
}

.langSelector a{
 text-transform: uppercase;
text-align: center;
width: 30px;
height: 20px;
font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
    font-weight: bold;
padding: 2px;
padding-left: 4px;
padding-right: 4px;
color: #fff;
font-size: 18px;
font-weight: bold;
    padding-top: 4px;
}
.active-lang{
	background-color: #fff;
	color: #333333 !important;

}
.navContactInfo p{
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
footer .contactEmails{

	text-align: left;
}
.copyright{

    width: 300px;
    float: right;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
    margin-top: 20px;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
    width: 100%;
	margin-bottom: 0px;

}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;

}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 12px;
    margin-bottom: 12px;
	font-size: 16px;
	line-height: 16px;
	color: #757575;
}
.replyicon{
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/DroidersTheme/img/reply.png');
    background-size: 100%;
}
.entry-meta a{
    color: #33b5e5;
}
.comments-link a
{
    color: #999;
    padding: 5px;
    font-size: 16px;

    padding-right: 8px;
    padding-left: 8px;
}
.reply{

    float: right;

}
.reply a{
    margin-right: 0px;
    padding-right: 0px;
}


.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
.entry-meta{
    font-size: 16px !important;
}
.PDS_Poll{
    max-width: 300px;
    margin:  0 auto;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	/*margin: 24px 0;
	margin: 1.714285714rem 0;
*/
    margin-bottom: 10px;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;

	line-height: 1.6;
    font-family: 'ProximaNovaBold';
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #33b5e5;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 10px 36px;

    font-size: 18px;
    line-height: 22px;
    font-weight: lighter;
    color: #666;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;

}
.entry-content blockquote:before{
    display: block;
    color: #aaa;
    content: "\201C";
    font-size: 8em;
    line-height: 0.7;
    margin-right: 0.15em;
    top: 10px;
    font-family: Helvetica,Arial,sans-serif;
    float: left;
}
/*
.entry-content blockquote:after{
    color: #aaa;
    content: close-quote;
    font-size: 5em;
    line-height: 0.1em;
    margin-right: -0.1em;
    vertical-align: -0.45em;
    font-family: Helvetica,Arial,sans-serif;
}
*/
.entry-content blockquote {


    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align: justify;
}
.entry-content blockquote p {
    display: inline;
    font-size:18px;

}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}


.ui-tabs-anchor #gplus-icon,.ui-tabs-anchor #facebook-icon,.ui-tabs-anchor #wordpress-icon{

    display: none;

}
#gplus-label{

    width: 40px;
    height: 40px;
    float: left;
    background: url('/wp-content/themes/DroidersTheme/img/googleplus-evolved.png');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: top center;
}
#wordpress-label{

    width: 40px;
    height: 40px;
    float: left;
    background: url('/wp-content/themes/DroidersTheme/img/wordpress-evolved.png');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: top center;
}
#facebook-label{

    width: 40px;
    height: 40px;
    float: left;
    background: url('/wp-content/themes/DroidersTheme/img/facebook-evolved.png');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: top center;
}
.ui-tabs-anchor{
    width: 40px;
    height: 40px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 20px 12px 0;

}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 20px;

}
.rowCentered img.alignright{

    padding: 15px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.wp-caption.aligncenter{
    background: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
.wp-caption-text{}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {

	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {

	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

h3{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    font-family: 'ProximaNova';
}
.featuredPost{
    margin-top: 50px;
    margin-bottom: 30px;
    width:100%;
    float: left;

}
.featuredPost .thumbailWide{

    margin-bottom: 0px;
    overflow: hidden;
    height: 150px;
    background: #eeeeee;
}
.featuredPost .thumbailWide img{
    margin-top: 0px;
}
.featuredPost .thumbailWide img:hover{
    opacity: 1;
}

.featuredPost .span3{
    padding-left: 3px;
    padding-right: 3px;
}
.search-field{
    width: 250px;
    float: left;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    webkit-appearance:none;
    font-size: 16px;
    border-right: 0px;
}
.shortlink-box{
margin-bottom: 10px;
}
.shortlink-box input{
    width: 200px;
    text-align: center;
    font-size: 15px;
    padding-top: 8px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #888;
}
.search-submit{
    width: 40px;
    height: 35px !important;
    background-image: url('/wp-content/themes/DroidersTheme/img/search-icon.png') !important;
    background-size: 50% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

}
.featuredPost .span3 h2{
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;

}
.featuredPost .span3 h2 a{
    color: #fff;
}
.featuredPost h1{

    text-align: left;
    margin-bottom: 20px;
    font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #33b5e5;
}
.featuredTitle{

    text-align: right;
    float: left;
    background-color: #494949;
    padding: 10px;
    overflow: hidden;
    height: 40px;

    width:100%;


}
.datePost{
    width: auto;
    float: left;
    margin: 15px;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-left: 0px;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 4px;

}
.datePost p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #999999 !important;
    text-align: center !important;
}
.datePost h2{
    font-family: 'ProximaNova' !important;
    margin: 0px !important;
    font-size: 40px !important;
    line-height: 37px !important;
    min-height: 0px !important;
    color:#e7683c !important ;
    padding-bottom: 0px !important;
    margin-bottom:  0px !important;
    text-align: center !important;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 0px solid #ededed;

}
#contact .widget-title,#contact .widget li a{
	color: #fff;
}
#contact h3,#contact h2{
		color:#ffffff;
		
}
#contact h2{
	font-size: 22px;
    min-height: 0px;
}
#contact-us-message strong{
    color: #fff !important;
    font-weight: 900 !important;
}
#contact h3{
		font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#contact h1,#contact h2, #contact h3{
	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
    clear: both;
    text-align: left;
}
.office{
	max-width: 100%;
}
.office h3{
	

}
#contact p{
	color:#ffffff;
}
#contact{
	font-family: 'ProximaNova',Helvetica,Arial,sans-serif;
}
.marquee{

	float: left;

	height: 62px;
	overflow: hidden;
	margin-left: 45px;
	margin-right: 220px;
	overflow-x: -webkit-marquee;
	-webkit-marquee-direction: left;
	-webkit-marquee-style: alternate;
	-webkit-marquee-speed: normal;
}
.marquee a{
	text-decoration: underline;
}
.div404 h1,.div404 h2{
font-size: 240px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'ProximaNovaBold';
    color:#33b5e5;
}
.div404 h2{
    font-size: 50px;
    color:#333333;
    font-family: 'ProximaNova';
}
.rotate-div{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.moreTweets{
	
	right: 0px;
	height: 62px;
	text-align: right;
	overflow: hidden;
	float: right;
	padding-left: 0px;
	margin-right: 10px;
	white-space: nowrap;
	margin-top: -62px;
    padding-left: 6px;
	background-color: #33b5e5;
	
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.socialIcons{
		float: right;
		color: #ffffff;
		height: 50px;
		padding-right: 10px;
	}
	.socialIcons li{
		display: inline-block;
		margin-left: 8px !important;
		margin-top: 10px !important;

		line-height: 34px;
		overflow: hidden;
	}
.socialIcons li h3{

margin:0px;
padding: 0px;
}
	.socialIcons li a{
				background-color: #333;
		border-radius: 15px;
		display: block;
		height: 30px;
		width: 30px;
		cursor: pointer;
		background-size: 60%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.socialIcons li a.twitter{
		background-image: url('/wp-content/themes/DroidersTheme/img/twitter.png');
		
	}
	.socialIcons li a.facebook{
		background-image: url('/wp-content/themes/DroidersTheme/img/facebook.png');
		
	}
	.socialIcons li a.googleplus{
		background-image: url('/wp-content/themes/DroidersTheme/img/googleplus.png');
		
	}
	.socialIcons li a.youtube{
		background-image: url('/wp-content/themes/DroidersTheme/img/youtube.png');
		
	}
	.socialIcons li a.twitter:hover{
		background-color: #33b5e5;
	}
	.socialIcons li a.facebook:hover{
		background-color: #2980b9;
	}
	.socialIcons li a.googleplus:hover{
		background-color: #e67e22;
	}
	.socialIcons li a.youtube:hover{
		background-color: #e74c3c;
	}
	.nav-menu .socialIcons{
		padding-right: 10px;
	}
.span2{
float: left;
margin-bottom: 20px;
background-size: 100% !important;
background-position-y: 100% !important;

background-repeat: no-repeat !important;
text-align: justify;
font-size: 18px;
font-family: Helvetica,arial,sans-serif;
font-weight: lighter;
width:50%;
}
.span2 img:hover{
    opacity: 1 !important;
}
.span2 img,.row img{
    vertical-align: bottom;
    display: table-cell;
    margin: 0 auto;

}
.span2 img{
    padding: 20px;

}
.thumbailWide img{
    padding: 0px;
}
.span3 img{
    padding-bottom: 0px;
}
.span2_3{

    width:60%;
    float: left;
    margin-bottom: 20px;
}
.span2_1{
    width:40%;
    float: left;
    margin-bottom: 20px;
}


#lastestPost .span2{

	overflow:hidden;
    padding-left: 10px;
    padding-right: 10px;

}
#lang_sel_footer{
    background: #333;
    border: 0;
    display: none;
}
div#cookie-compliance-bottom-overlay {
    height: auto !important;
    padding-bottom: 10px;

    background: rgba(0, 0, 0, 0.8)!important;
    padding-top: 10px!important;
}

div#cookie-compliance-bottom-overlay div {
    width: 		1000px;
    margin: 	2px auto;
    height:		auto;
    padding: 	0;
    color: 		#fff;
    max-width: 960px !important;
    width: 100% !important;
    padding:5px !important;
    padding-right: 60px !important;
}

div#cookie-compliance-bottom-overlay div p {
    margin:		0;
    padding:	0;
    font-size:	12.5px;
    letter-spacing:	0.9px;
    width: 		850px;
    float: 		left;
    white-space:	nowrap;
    line-height:	20px;

}

div#cookie-compliance-bottom-overlay div p a {
    color:		#fff;
    text-decoration: underline;
}
div#cookie-compliance-bottom-overlay a#cookie-compliance-cancel{
    background: #ff4444 !important;
    display: none !important;
}
div#cookie-compliance-bottom-overlay a#cookie-compliance-submit{
    background: #33b5e5 !important;
    right: 10px !important;
    text-transform: uppercase;


}
div#cookie-compliance-bottom-overlay a#cookie-compliance-submit, div#cookie-compliance-bottom-overlay a#cookie-compliance-cancel{
    border: 0px !important;
    padding: 10px !important;
    width: 38px !important;
    bottom: 14px !important;
}

#lastestPost h1, .fullRow h1{
	font-size: 50px;
	text-align: center;
	margin-bottom: 50px;

	font-family: 'ProximaNovaBold',Helvetica,Arial,sans-serif;
}

.span1{
    width:100%;
    float: left;

    margin-bottom: 20px;
}

.span1 .serviceImage{

    text-align:left;
    width:auto;
    margin-bottom:10px;
}
.span1 .serviceImage img{
    background:#f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 175px;
}
.left{
    float:left;
    margin-right:30px;
}
.right{
    float: right;
    margin-left:30px;
}
.span3 .serviceImage{
    text-align:center;
}
.span3 .serviceImage{
    text-align:center;
}
.span3{
	width:33.33333333%;
	float: left;
	padding-left: 22px;
	padding-right: 22px;
}
/* the overlayed element */

.overlayphoto{
    float: left;
    width: 40%;
    height: inherit;
    background-color: lightgray !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.overlaycontainer{
    float: left;
    width: 58%;
    max-height: 375px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 15px;
}
.socialmenu{
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: 50px;
    background: #e6e6e6;
    border-top: 1px solid #cccdcc;
    z-index: 0;
    position: absolute;
}
.hiddenContainer{
    height: inherit;
}
.hiddenContainer p{
    padding: 20px;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 5px;
    text-align: justify;
    padding-bottom:50px;
}
.hiddenContainer h2{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 30px;
    color: #33b5e5;
    padding-left: 20px;
}
.fancybox-skin{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-inner{
    overflow: hidden !important;
}
.dropdownMenu{
    position: absolute;
    width: 50px;
    height: 50px;
    background: red;
    right: 0px;
    background: url("/wp-content/themes/DroidersTheme/img/dropMenu.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;

}
.store-link{
    margin-right: 10px;
}
.author-card h1{

}
.span4{

    width:265px;
    float: left;
  /*  height: 320px;*/
    padding: 10px;
    border-bottom: 0px solid #EEEEEE;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

}
.droiders-apps .span4{

/*    height: 420px;*/
}
.span4 p{
    font-style: italic;
    color: #888;
    font-size: 16px;
}
.span4 .worker-info, .span4 .app-info{
    background: #ffffff;
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #bebebe;
    margin-bottom: 10px;
}
.app-info h3{
    text-align: center;
    font-style: italic;
}

.worker-links{
    width:100%;
    float: left;
    height: 50px;
    width: 60%;
    position: absolute;
    background-color: #e6e6e6;
    border-top: 1px solid #cccdcc;
    bottom: 0px;
}
.worker-image,.app-image{
    float: left;
    width: 100%;
    background-color: #eeeeee;
    height: 200px;
    overflow: hidden;

}

.price{
    margin-top: 10px;
    float: right;
    height: 33px;
    line-height: 40px;
    font-size: 18px;
    color:#999999;
    font-family: 'ProximaNovaBold';
}
.app-image{
    height: 254px;
    border-bottom: 1px solid #eeeeee;
}
strong a{
    color:#33b5e5 !important;
}
.worker-overlay, .app-overlay{
    width: 245px;
    position: absolute;
    height: inherit;
    background-color: transparent;
    color:#fff;
    font-family: 'ProximaNovaBold',Helvetica, Arial, sans-serif;
    font-weight: bold;
    opacity: 0;
    text-align: center;
    padding-top: 92px;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.app-overlay{

    padding-top: 120px;
}
.worker-overlay:hover,.app-overlay:hover{
    background-color: rgba(51, 181, 229, 1);
    opacity: 0.8;

    cursor: pointer;
}
.worker-links ul{
    margin:0 auto;
    max-width: 95%;

}

.worker-links li{

    display: inline-block;
    width: 51px;
    height: 50px;
    background-repeat: no-repeat;
    background-size:60%;
    background-position: center center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.8;
}
.worker-links li:hover{
    opacity: 1;
}
.worker-links li a{
    width: inherit;
    display: block;
    height: inherit;
}

.worker-links .twitter{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/twitter_gray.png');
}
.worker-links .facebook{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/facebook_gray.png');
}
.worker-links .google{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/google_gray.png');
}
.worker-links .linkedin{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/linkedin_gray.png');
}
.worker-links .dribbble{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/dribble_gray.png');
}
.worker-links .github{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/github_gray.png');
}
.worker-links .web{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/web_gray.png');
}
.worker-links .mail{
    background-image: url('/wp-content/themes/DroidersTheme/img/workers-icons/mail_gray.png');
}
.wide-slider{
    max-height: 330px;
    min-height: 200px;
    overflow: hidden;
}
.wide-slider .nav-arrows span{

    top:60%;
}
.wide-slider .container.demo-1{
    max-height: 330px;
    min-height: 200px;
}
.wide-slider .sl-slide h2, .wide-slider .sl-slide blockquote{
    bottom:96%;
    font-family: 'ProximaNovaBold';
    font-size: 60px;
    line-height: 50px;
}
.wide-slider .sl-slide h2{
    font-size: 80px;

}
.wide-slider .sl-slide blockquote p{
    max-width: 1100px;
    font-size: 50px;
font-style: italic;
}
#wide-container{

}

.wide-slider .demo-1 .bg-1 .sl-slide-inner, .demo-1 .bg-1 .sl-content-slice{
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.span4 h2{
    font-size: 20px;
    font-family: 'ProximaNovaBold',Helvetica;
    font-weight: bold;
    color:#33b5e5;

}
.span4 h3{
    font-size: 18px;
    font-family: 'ProximaNova',Helvetica;
    font-weight: normal;

}
.span4 h3,.span4 h2{
    margin-bottom: 5px;
}
.app-image img{
    background: #eeeeee;
    width: 100%;
    height: 100%;
}
.span4 .platform-icon{
    width: 30px;
    height: 30px;
    background: transparent;
    opacity: 1;
}

.span3 h2,h3,.span1 h2, .span2 h2,.entry-header .entry-title, .author-description h2{
	
	font-size: 26px;
	font-family: 'ProximaNovaBold',Helvetica,sans-serif,Arial;
	color: #666;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 18px;
	margin-top: 0px;

}
.author-social{
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 2px;
}
.span1 p{
    text-align:justify;
}
.span1 h2{
    color:#33b5e5;
}
.span3 h2{
	text-align: center;

}
.span3 h3{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}
.span2 h2{
	text-align: left;
    min-height: 56px;
}
#lastestPost .span2 h2{
    min-height: 90px;
}

.span2 strong, .row strong, .rowCentered strong{
    color:#666;
}

.span3 p, .span2 p,.entry-content p, .row{

	font-family: Helvetica,sans-serif,Arial;
	color: #666;
	font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 0px;
    font-weight: lighter;
}

.span3 p{
		text-align: center;
}
.span2 p, .rowCentered p{
	text-align: justify;
    font-size: 18px;
}

.thumbailWide{
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #33b5e5;
}
.thumbailWide img{

    width: 100%;
}
.thumbailWide img:hover{
    opacity: 0.8;
}
.noPadding{
	padding: 0px;
}
.serviceImage{

}

.span3 .serviceImage img:hover{
	opacity: 0.6;
}
.jquery-responsive-select-menu{
    width: 100%;
    -webkit-appearance:none;
    height: 40px;
    color:white;
    background-color: transparent;
    padding: 10px;
    font-size: 18px;
    display:none;
    border: 0px solid #222222;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -moz-appearance:window;
    border-radius: 0px;
    background: url("/wp-content/themes/DroidersTheme/img/dropMenu.png");
    background-position:99%;
    background-size: 30px;
    background-repeat: no-repeat;

}
.jquery-responsive-select-menu option{
    text-align: center;
    height: 40px;
}

#buttonBlog,.holoButton{

    background: none;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.holoButton{
    margin-top: 10px;
}



#buttonBlog a,.holoButton a{
    color: white;
    font-size: 22px;
    padding: 10px 15px 10px 15px;
    background: #33b5e5;
    font-family: 'ProximaNova',Helvetica,sans-serif,Arial;
}
.holoButton a{
    background: transparent;
    border: 1px solid #fff;
    font-family: Helvetica,sans-serif,Arial;
    font-weight: lighter;
    font-size:18px;

}

#buttonBlog a:hover{
    background: #494949;

}
.holoButton a:hover{
    background: #fff;
    color:#33b5e5;
}
.span2.bx-wrapper{
    max-width: 50% !important;
    float: right !important;
}
.span2 .bxslider2 li img{
    width: 100%;
    opacity: 1;
    padding: 30px;

}
 .span2 .customSlider .bxslider2 li img{
    padding:0px;
}
.span2 .bxslider2 li{
    margin-left: 0px;
    list-style: none;
}
.menu-item-language a{
    font-weight:bold !important;

    text-transform:uppercase;
    width: 30px !important;
}

.bx-wrapper .bx-viewport{
    background: transparent;
}
.span2 .bx-wrapper{

    background: url('/wp-content/themes/DroidersTheme/img/bg-checklist.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px !important;
    margin-top: -50px !important;
}
.customSlider .bx-wrapper{
    background: none;

    margin-top: 0px !important;
}
.customSlider{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-top: 10px;
}
.iphone{
    float: left;
    width: 355px;
    height: 760px;
    background-image: url('https:/wp-content/uploads/iphone.png');

    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 77px;

}

.span2 .customSlider .bx-wrapper{
    margin-left: 0px !important;
}

.contact-container{
	margin-top: 5px;
	font-family: 'ProximaNova',Helvetica,Arial,sans-serif;
	font-weight: normal;
	padding: 20px;

}
.contact-container br{
	display: block;
}

.contact-container a{
	color:#4dcbfa !important;
	font-size: 18px;

}
#recaptcha_widget_div{
    float: left;
}
.wistia_embed{
    margin: 0 auto;
	overflow:hidden;
width:98% !important;
}
.contact-container a:hover{
	color: #ffffff !important;
}
.address-container{
	margin-bottom: 10px;
}

.site-info{
	float: left;
	width: 100%;
}
.home header.entry-header{
	display: none;
}

.crono_card{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.crono_card p{
margin-bottom: 0px;

}
.crono_card h1{
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 4px solid #33b5e5;
    font-size: 28px;
    width: 100px;
    padding-top: 0px;
    padding-bottom: 45px;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
	
		text-align: left;
		width: auto;
        margin-top: 0px;
        height: 50px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		/*line-height: 3.692307692;*/
		padding: 6px 10px 4px 13px;
		/*text-transform: uppercase;*/
		font-size: 17px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #fff;
	}
	.main-navigation li {
		margin: 0px;
		margin-top: 8px;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}


	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}

	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: bold;
		background: #3b3b3b;
	}
	.menu-toggle {
		display: none;
	}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */

@media screen and (max-width: 1450px){
    .wide-slider .sl-slide h2{
        font-size: 80px;
    }
    .wide-slider .demo-1 .sl-slide blockquote p{
        max-width: 90%;

        font-size: 60px;
    }
}
@media screen and (min-width: 600px) {

	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}

	.site {
		margin: 0 auto;
		max-width: 1100px;
		/*max-width: 68.571428571rem*/;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 70%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width:27%;

	}
    .widget-area a{
       font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: lighter;
    }
    .widget-area .widget a:hover{
        color:#33b5e5;
    }

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
	.entry-header .entry-title {
		font-size:34px;
        line-height: 38px;

	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: left;
		margin-bottom: 0;
		width: 100%;
        max-height: 330px;
        overflow: hidden;

	}
    .entry-page-image img{
        width:100%;
    }
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}

	body .site {
		padding: 0 10px;

		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}

	body.custom-background-empty .site,
	body.custom-background-white .site {
		
		padding-top: 0px;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

@media screen and (max-width: 1100px){
.widget-area .search-field{
    width: 80%;
}
    .span4{
        margin-left: 3%;
        margin-right: 3%;
    }

}
@media screen and (max-width: 1010px){
    .span4{
        margin-left: 2%;
        margin-right: 2%;
    }
    .author-description{
        width: 65%;
    }

}
@media screen and (max-width: 945px){
    .span4{
        margin-left: 1%;
        margin-right:1%;
    }

}
@media screen and (max-width: 885px){

    .span4{
        margin-left: 8%;
        margin-right:8%;
    }

}
@media screen and (max-width: 820px){

    .span4{
        margin-left: 7%;
        margin-right:7%;
    }

}
@media screen and (max-width: 776px){

    .span4{
        margin-left: 6.5%;
        margin-right:6%;
    }

}
@media screen and (max-width: 738px){

    .span4{
        margin-left: 5%;
        margin-right:5%;
    }

}
@media screen and (max-width: 705px){

    .span4{
        margin-left: 3%;
        margin-right:3%;
    }
    .worker-links{
        width: 100%;
        left: 0px;
    }
    .hiddenContainer p{
        padding-left: 15px;
    }
    .hiddenContainer h2{
        padding-left: 15px;
    }

}

@media screen and (max-width: 644px){

    .span4{
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 594px){
    .author-avatar{
        margin: 0 auto;
        float: none;
        width: 69px;
    }
    .author-description{
        width: 100%;
        text-align: center;
    }

    .span4{
        margin: 0 auto;
        float: none;
        width: 295px;
        display: block;
      /*  height: 320px;*/

    }
    .app-image img,.app-image{

        height: 295px;
    }

    .worker-overlay,.app-overlay{
        width: 275px;
        padding-top: 100px;
    }
    .app-overlay{
        padding-top: 130px;
    }
    .worker-image{
        height: 220px;

    }
}
@media screen and (max-width: 888px){
    div#cookie-compliance-bottom-overlay a#cookie-compliance-submit{
        bottom: 20px !important;
    }
}
@media screen and (max-width: 636px){
    div#cookie-compliance-bottom-overlay a#cookie-compliance-submit{
        bottom: 30px !important;
    }
}
@media screen and (max-width: 470px){
    div#cookie-compliance-bottom-overlay a#cookie-compliance-submit{
        bottom: 45px !important;
    }
    #wpadminbar{
        z-index:1;
    }
    .dropdownMenu{
        display: block;
        z-index: 0;
    }

    .jquery-responsive-select-menu{
        display: inline-block;
        z-index: 99;
        height: 50px;
    }
    .span4{
        margin: 0 auto;
        float: none;
        width: 295px;
        display: block;

    }
    .worker-overlay{padding-left: 10px;
        width: 275px;
        padding-top: 100px;
    }

    .worker-image{
        height: 220px;

    }
    .rowCentered{
        padding-left: 10px;
        padding-right: 10px;
    }


    .nav-menu{
        padding: 5px;
    }

    .nav-menu{
        width:100%;
    }
}

@media screen and (max-width: 415px){
    .worker-links li{
        width: 38px;
        height: 40px;

    }
    .overlayphoto{
        width: 100%;
        height: 40%;
    }
    .overlaycontainer {
        float: left;
        width: 98%;
        height: 46%;
    }
    .worker-links{
        height:40px;
    }
}
@media screen and (max-height: 315px){
    .overlayphoto{
        display: none;
    }
    .overlaycontainer {
        float: left;
        width: 100%;
        height: 74%;
        margin-top: 5px
    }
    .hiddenContainer p{
        padding: 5px;
        font-size: 12px;
    }
    .hiddenContainer h2{
        padding-left: 5px;
    }
    .worker-links{
        height:25px;
    }
    .overlaycontainer h2{
        font-size: 16px;
    }
    .worker-links li{
        height:25px;
        background-size: 50%;
    }
    .worker-links{
        width: 100%;
        left: 0px;
    }
}

@media screen and (max-width: 920px){

	.widget-area #s {
		width: 100%;
	}
	.widget-area input[type='submit']{
		/*margin-top: 10px;
	    width: 100%; */
	}

}
@media screen and (max-width: 780px){

    .featuredPost{

        display: none;
    }
}
@media screen and (max-width:780px ) {
    .site{
        padding-top: 60px;
    }
    #click-menu .threeLines{

    }
    .fullWidthHeader{
        position: fixed;
        z-index: 9999;
        width: 100%;
        border-bottom: 1px solid #222;
    }
}
@media screen and (max-width: 767px){



    .sl-slide-inner{
        background-position-x:50% !important;
    }

    #wpadminbar{
        position: fixed !important;
    }

    .span2{
        min-height: 0px;
    }
    .span2 .bx-wrapper{


        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .widget-area .search-field{
        width: 70%;
    }
    p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .span2 img, .row img{
        width: 100%;

    }
    .serviceImage img{
        width:50% !important;
    }

    #lastestPost h1, .fullRow h1{
        font-size: 45px;
        margin-bottom: 20px;

    }
    .rowCentered{
        padding-top: 0px;
    }

    .navContactInfo p,.contactEmails, .langSelector,.navContactInfo{
        display: none;
    }
    .langSelector{
        margin-top: 10px;
    }

    .span1 .serviceImage {
        max-width: 100%;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .span1 h2{
        text-align: center;
    }

    .span3, .span2,.span2_3,.span2_1{
		width:100%;
		padding-left: 0px;
		padding-right: 0px;
        text-align: center;
	}
    .span3 img{
        width: 80%;
    }

	.main-navigation li a {
		font-size: 17px;
        padding-left: 10px;
        padding-right: 10px;
	}
	.twitterFullRow{
		height: 124px;
	}

	.marquee{
		margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.twitterIconFull{
		margin-top: 62px;
		margin-left: 10px;
	}
	.moreTweets{
		margin-top: 0px;
		margin-right: 10px;
	}
	#lastestPost .span2 {

		min-height: 0px;

	}
	.site-header{
		padding-top: 0px;
		margin-top: 0px;
		margin-top: 0px;
		height: 60px;
	}

	img.header-image{
        width: 150px;

        float: none !important;
        margin: 0 auto;
        display: block;
        padding-top: 8px;
	}
	.fullWidthNav .socialIcons{
		display: none;
	}
	 .socialIcons{
		float: left;
	}
	.main-navigation,.nav-menu{
		height: 50px;
	}
    .thumbailWide img{
        width: 100%;
    }
    #lastestPost .span2{
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-container,.noPadding{
        padding-left: 10px;
        padding-right: 10px;
    }
.nav-menu{
    margin: 0 auto;
    float: none;
}

.crono_card h1{
    font-size: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    max-width: 90px;
    text-align: left;
}
}
@media screen and (max-width: 700px){
    .wide-slider .demo-1 .sl-slide h2{
        font-size:50px;
    }
    .wide-slider .sl-slide h2, .wide-slider .sl-slide blockquote{
        bottom: 108%;
    }
    .wide-slider .sl-slide h2{
        bottom: 100%;
    }
    .wide-slider .demo-1 .sl-slide blockquote p{
        font-size:30px;
        max-width: 99%;
        line-height: 30px;
    }
    .wide-slider{
        height: 100px;
    }
}
@media screen and (max-width: 401px){
    .wide-slider .demo-1 .sl-slide h2, .wide-slider .sl-slide blockquote{
        bottom: 90%;
        font-size: 30px;
    }
    .wide-slider .sl-slide blockquote{
        bottom: 140%;

    }
    .wide-slider .demo-1 .sl-slide blockquote p{
        font-size: 20px;
    }
    .wide-slider{
        height: 50px;
        min-height: 150px !important;
    }
    .wide-slider .container.demo-1{
        height: 50px;
        min-height: 150px !important;
    }
    .serviceImage img{
        width:60% !important;
        padding-bottom: 0px;
    }
    .span2 img, .row img,.span3 img{
        width: 100%;

    }
    #lastestPost h1, .fullRow h1{
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 30px;
        margin-top: 20px;

    }
    .span3 h3{

    }
    iframe, video{
        max-height: 270px;
    }

}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#contact,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}

}

/*
