/*
Theme Name: dyson
Theme URI: http://underscores.me/
Author: stratosvetsos
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: dyson
Domain Path: /languages/
Tags:

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.

 dyson is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-ms-overflow-style: scrollbar;/*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}
body {
	background-color: #f0f0f0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	margin: 0;
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
select{
	-webkit-appearance: menulist-button;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin: 0 0 10px;
	font-size:14px
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

input,textarea,a {
	outline: none;
}

/* Links */
a {
	color:black;
}
a:visited {

}
a:hover,
a:focus,
a:active {
	color: black;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	padding: 7px 0;
	width: auto;
	clear: both
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 20px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* svetsos styling */

@font-face {
	font-family: 'futura_std_medium';
	src: url('fonts/futurastd-medium-webfont.eot');
	src: url('fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/futurastd-medium-webfont.woff') format('woff'),
	url('fonts/futurastd-medium-webfont.ttf') format('truetype'),
	url('fonts/futurastd-medium-webfont.svg#futura_std_medium') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

/*@font-face {
    font-family: 'futura_std_heavy';
    src: url('fonts/futurastd-heavy-webfont.eot');
    src: url('fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('fonts/futurastd-heavy-webfont.svg#futura_std_heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
	font-family: 'futura_ltbold';
	src: url('fonts/futurastd-bold-webfont.eot');
	src: url('fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/futurastd-bold-webfont.woff') format('woff'),
	url('fonts/futurastd-bold-webfont.ttf') format('truetype'),
	url('fonts/futurastd-bold-webfont.svg#futura_ltbold') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

@font-face {
	font-family: 'futura_std_mediumoblique';
	src: url('fonts/futurastd-mediumoblique-webfont.eot');
	src: url('fonts/futurastd-mediumoblique-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/futurastd-mediumoblique-webfont.woff') format('woff'),
	url('fonts/futurastd-mediumoblique-webfont.ttf') format('truetype'),
	url('fonts/futurastd-mediumoblique-webfont.svg#futura_std_mediumoblique') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

#secondary {
	display:none
}

body {
	background-color: #f0f0f0 !important
}

a:focus {
	outline:none !important
}

.site-header {
	background:black
}

.site-description {
	display:none
}

.inner-header {
	max-width:960px;
	margin:0 auto;
	padding:35px 20px
}

.site-footer {
	max-width: 960px;
	margin: 0 auto;
	padding:0 15px
}

.inner-subheader {
	max-width: 960px;
	margin: 0 auto;
	padding:25px 20px
}

.site-header h1.site-title {
	margin: 0
}

.site-branding {
	float:none
}

.social {
	margin-left:235px;
	display:none
}

.social .inner {
	text-align:right;
	overflow: hidden;
	padding-top: 6px
}

.social .inner a {
	vertical-align: middle;
	width: 40px;
	height: 30px;
	display: inline-block
}

.social .inner a.fb {
	background: url(images/facebook.png) no-repeat center -11px;
}

.social .inner a.fb:hover {
	background: url(images/facebook.png) no-repeat center -52px
}

.social .inner a.twitter {
	background: url(images/twitter.png) no-repeat center -11px;
}

.social .inner a.twitter:hover {
	background: url(images/twitter.png) no-repeat center -52px
}

.social .inner a.pininterest {
	background: url(images/pininterest.png) no-repeat center -11px;
}

.social .inner a.pininterest:hover {
	background: url(images/pininterest.png) no-repeat center -52px
}

.therest .inner a {
	vertical-align: middle;
	width: 31px;
	height: 30px;
	display: inline-block
}

.therest .inner a.fb {
	background: url(images/fb-post.png) no-repeat center -11px;
}

.therest .inner a.fb:hover {
	background: url(images/fb-post.png) no-repeat center -52px;
}

.therest .inner a.twitter {
	background: url(images/twitter-post.png) no-repeat center -11px;
}

.therest .inner a.twitter:hover {
	background: url(images/twitter-post.png) no-repeat center -52px
}

.therest .inner a.pininterest {
	background: url(images/pininterest-post.png) no-repeat center -11px;
}

.therest .inner a.pininterest:hover {
	background: url(images/pininterest-post.png) no-repeat center -52px
}

.social .inner span {
	font-family:'futura_ltbold', sans-serif;
	color:white
}

.social .right {
	width:106px;
	float:right;
	margin-left: 30px
}

.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
	padding: 20px
}

.menu-toggle {
	margin: 0;
	background: url(images/responsivemenu.png) no-repeat center;
	width: 30px;
	height: 40px
}

.main-navigation ul {
	display: none;
}

.site-branding {
	text-align:center
}

.site-branding h1 {
	display:inline
}

div.site-title {
	overflow:hidden;
	text-align:left
}

div.site-title img {
	vertical-align:top;
	padding-top:4px
}

.magnifier-responsive {
	display:block;
	float:right;
	margin-left:10px
}

.magnifier-responsive img{
	padding-top: 5px
}

.main-navigation.responsive .menu {
	position: fixed;
	top: 110px;
	left: 0px;
	background: black;
	width: 80%
}

.inner-header{
	position:fixed;
	width:100%;
	background:black
}

.subheader {
	background: #f0f0f0;
	margin-top: 110px
}

.subheader ul {
	margin:0;
	list-style:none
}

.subheader ul li {
	padding:7px;
	font-family:"futura_std_medium", sans-serif;
	font-size:16px;
	background-color: #f6db4c;
	margin:5px 0
}

.subheader ul li a, .subheader ul li a:hover, .subheader ul li a:focus, .subheader ul li a.active {
	color:black;
	display:inline-block
}

.subheader ul li.upload a {
	background: url(images/upload.png) no-repeat left 0px;
	padding:5px 0 5px 33px
}

.subheader ul li.filter {
	text-align:center
}

.subheader ul li.filter a {
	background: url(images/filter.png) no-repeat right 0px;
	padding:5px 33px 5px 0;
}

.subheader ul li.findpic {
	text-align:right
}

.subheader ul li.findpic a {
	background: url(images/magnifier.png) no-repeat right 0px;
	padding:5px 33px 5px 0;
}

.subheader ul li a {
	height:30px
}

.home #secondary {
	display:none
}

.site-main .col-xs-4 {
	width:49.99%
}

.post .img-container {
	background:url(images/playvideo.png) no-repeat center;
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 5
}

.post .img-container.blackbutton, .single .img-container:hover {
	background:url(images/playvideo-hover.png) no-repeat center
}

.totalwrap {
	position:relative
}

.totalwrap.video .opacity {
	background:black;
	opacity:0.3;
	filter:alpha(opacity=30);
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 4
}

.single .totalwrap img {
	width:auto;
	height:auto;
	max-height:600px
}

.single .category-photo-contest .totalwrap img {
	max-height: none
}

.blog .fancybox-title-float-wrap {
	right:auto;
	width:100%;
	display:inline-block;
	padding-top:15px;
	position:relative
}

.blog .fancybox-title-float-wrap .child {
	margin-right:auto;
	white-space:normal
}

#page h1, h2 {
	font-size:23px;
	color:black;
	font-family:"futura_std_medium", sans-serif;
	word-wrap: break-word;
	margin-bottom: 15px
}

#page h1.menu-toggle {
	margin:0
}

#page h1 a {
	color: inherit
}

.blog .totalwrap img, .search .totalwrap img {
	width:100%
}

.post .posted-on, .posted-on a, .posted-on a:hover {
	color:#999999;
	font-size:14px
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	color:#666666;
	word-wrap:break-word
}

.entry-content {
	margin: 1.2em 0 0
}

.post .therest {
	background:white;
	padding:20px
}

.container {
	max-width:960px !important;
	width:auto !important;
}

.post footer.entry-meta {
	display: none
}

.post .inner {
	padding:16px 0 15px;
	max-width:117px;
	white-space:nowrap
}

.therest.yellow {
	background: #f6db4c
}

.black {
	color: #000 !important
}
.gray {
	color: #a7a9ac;
}
.blue {
	color: #009bdf;
}

.post .inner img.img-responsive {
	display:inline
}

.post .inner span {
	display:block;
	float:left;
	margin-right:12px
}

.post .inner span:last-of-type {
	margin-right:0
}

.menu-mainmenu-container ul li.col-xs-4 {
	width:100%
}

.subheader ul li.upload {
	text-align:center
}

.subheader ul li.findpic {
	display:none
}

#posts .col-xs-4 {
	padding-left:10px;
	padding-right:10px
}

.container {
	padding-left:20px;
	padding-right:20px
}

.row {
	margin-left:-10px;
	margin-right:-10px
}

.row.white {
	margin: 0 0 30px;
	background: #fff;
}

.tabmenu {
	background:#ccc;
	width: 100%
}

.tabmenu .innertab {
	max-width:960px;
	margin:0 auto;
	display:none
}

.tabmenu .innertab div#upload, .tabmenu .innertab div#search {
	padding:30px 0px
}

/* Form Styles */

.tabmenu #upload input[type="text"], .tabmenu input[type="email"], .tabmenu textarea {
	width:100%;
	padding:15px 22px;
	border-radius:0;
	line-height: normal;
	border:none;
	margin:10px 0;
	font-size:14px;
	resize:none;
}

.tabmenu textarea {
	height: 150px;
}

.col-xs-4.video input[type="text"] {
	margin:10px 0 40px;
	padding:15px 22px 16px !important
}

@-moz-document url-prefix() {
	.col-xs-4.video input[type="text"] {
		padding:15px 22px !important;
	}
}

.tabmenu input[type="file"] {
	background:white;
	width:100%;
	height:100%;
	border-radius:0;
	line-height: 1;
	border:none;
	opacity:0;
	color:#ccc;
}


.tabmenu select {
	width:100%;
	padding:14px 20px;
	font-size:14px;
	line-height:3;
	color: #666;
	border:none;
	margin:10px 0
}

.tabmenu .filecontainer span {
	position: absolute;
	top: 24px;
	font-size: 14px;
	color: #666
}

.tabmenu .filecontainer span.title {
	left:31px
}

.tabmenu select { [;text-indent:16px;] }


.tabmenu input:-ms-input-placeholder {
	color: #666 !important
}

.tabmenu textarea:-ms-input-placeholder {
	color: #666 !important
}

input:-moz-input-placeholder {
	color: #666 !important
}

textarea:-moz-input-placeholder {
	color: #666 !important
}

.tabmenu input::-webkit-input-placeholder {
	color: #666 !important
}

.tabmenu textarea::-webkit-input-placeholder {
	color: #666 !important
}

.tabmenu div.wpcf7 .placeheld {
	color: #888 !important
}

.tabmenu .filecontainer {
	height: 47px;
	background: white;
}


.tabmenu .filecontainer.content {
	background: white
}

.tabmenu .button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30%;
	height: 154px;
	font-size: 14px;
	letter-spacing: -0.063em;
	text-align: right;
}

.tabmenu .button img.wpcf7-captchac {
	display: inline-block;
	width: auto;
	height: 46px;
	margin: 10px 0;
}

.tabmenu .button span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 31%;
	margin-left: 3%;
}

.tabmenu #upload .button input[type=text] {
	padding: 15px;
}

.tabmenu #upload input[type="submit"] {
	float: right;
	background:#f6db4c;
	padding: 15px 35px;
	margin-top: 15px;
	border-radius: 25px;
	box-shadow:none;
	font-family:'futura_std_medium', sans-serif;
	font-size:18px;
	border:none;
	text-shadow:none;
}

.tabmenu #upload input[type="submit"]:hover {
	background:#ebbd31
}

.tabmenu input[type="submit"]:focus {
	outline:none;
	box-shadow:none;
	border:none;
}

.wpcf7-form-control-wrap.review {
	float:left;
	width: 65.9%
}

.tabmenu .button img.ajax-loader {
	margin-top: 15px;
	margin-right: 15px;
	background: white;
	border-radius: 30px;
	padding: 10px 7px
}

.tabmenu .showfilename {
	position:absolute;
	top: 25px;
	font-size: 14px;
	width: 100%;
	padding: 0 40px 0 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	word-wrap:nowrap;
	white-space: nowrap;
}

.tabmenu #upload .wrapimage{
	position:relative
}

.tabmenu #upload .or {
	height: 100%;
	position: absolute;
	width: 66.66666666666666%;
	background:url(images/or-desktop.png) no-repeat center;
}


.tabmenu #upload .col-xs-4.image {
	padding-right:19px;
	padding-top: 10px;
	z-index:3
}

.tabmenu #upload .col-xs-4.video {
	padding-left:19px
}

.tabmenu #upload .col-xs-4, .tabmenu #upload .col-xs-8, .tabmenu #upload .col-xs-12 {
	padding-left:10px;
	padding-right:10px
}

.tabmenu input:focus, .tabmenu textarea:focus, .tabmenu select:focus {
	outline:none;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1);
	box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1)
}

.tabmenu div.wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: 50%;
	right: 4px;
	width:30px;
	height:30px;
	margin-top: -15px;
	background:url(images/validation-error.png);
}

.tabmenu .wpcf7-form-control-wrap.review span.wpcf7-not-valid-tip {
	top: 35px
}

span.wpcf7-form-control-wrap {
	width: 100%;
}

span.wpcf7-form-control-wrap.image {
	left:10px;
	top:10px;
	width:90%;
	height:83%;
}

span.wpcf7-list-item {
	margin-left: 0;
}

.tabmenu .wpcf7-response-output {
	display:none !important
}

/* Ipad Form Styles */

.page-template-content-page-ipad-php .entry-title, .page-template-content-page-ipad-php .subheader {
	display:none
}

.page-template-content-page-ipad-php div.wpcf7 {
	background: none;
	padding:0
}

.page-template-content-page-ipad-php input {
	border: 1px solid #ccc
}

.page-template-content-page-ipad-php input[type="text"], .page-template-content-page-ipad-php input[type="email"], .page-template-content-page-ipad-php textarea {
	width:100%;
	padding: 18px;
	border-radius:0;
	line-height: 1
}

.page-template-content-page-ipad-php input[type="file"] {
	background:white;
	width:100%;
	padding: 50px;
	border-radius:0;
	line-height: 1;
	opacity:0;
	color:#ccc
}

.page-template-content-page-ipad-php input:-ms-input-placeholder {
	color: #999
}

.page-template-content-page-ipad-php textarea:-ms-input-placeholder {
	color: #999
}

.page-template-content-page-ipad-php .filecontainer {
	background: #f5f5f7 url(images/take-a-photo.png) no-repeat center;
	border:1px dashed #ccc;
	margin: 0 0 45px
}

.page-template-content-page-ipad-php .filecontainer.selected {
	background: #f5f5f7
}

.page-template-content-page-ipad-php .filecontainer span.title {
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -55px;
	display:none
}

.page-template-content-page-ipad-php .button {
	width: 200px;
	margin:40px auto 0 auto;
	text-align: center
}

.page-template-content-page-ipad-php label {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.page-template-content-page-ipad-php label .txt {
	position: absolute;
	top: 1px;
	left: 25px;
}

.page-template-content-page-ipad-php label input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	outline: none;
}

.page-template-content-page-ipad-php input[type="submit"] {
	background:#f6db4c;
	padding: 15px 55px;
	border-radius: 25px;
	box-shadow:none;
	font-family:'futura_std_medium', sans-serif;
	font-size:18px;
	border:none;
	text-shadow:none
}

.page-template-content-page-ipad-php input[type="submit"]:hover {
	background:#ebbd31
}

.page-template-content-page-ipad-php input[type="submit"]:focus {
	outline:none;
	box-shadow:none;
}


.page-template-content-page-ipad-php .button img.ajax-loader {
	position:absolute;
	bottom: 0px;
	margin-left: 14px;
	background: #f6db4b;
	border-radius: 30px;
	padding: 10px 7px
}

.page-template-content-page-ipad-php .wrapimage{
	position:relative
}


.page-template-content-page-ipad-php input:focus, .page-template-content-page-ipad-php textarea:focus {
	outline:none;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1);
	box-shadow: inset 1px 1px 1px 1px rgba(153,153,153,1)
}

.page-template-content-page-ipad-php div.wpcf7 span.wpcf7-not-valid-tip {
	float:left;
	display:inline;
	width: 100%;
	position: relative;
	top: 0;
	left: 0
}

.page-template-content-page-ipad-php .col-xs-12.email {
	margin: 20px 0
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	border: none;
	text-align:center
}

#page .page article {
	padding: 40px 55px;
}
#page .page a {
	text-decoration: underline;
}

/* Promo form page styles */
#page .promo p,
#page .promo ul,
#page .promo ol {
	font-size: 12px;
}
#page .promo h1 {
	margin-bottom: 26px;
	/* font-family: 'futura_std_heavy'; */
	font-weight: bold;
	font-size: 58px;
	color: #231f20;
}
#page .promo h2 {
	margin-bottom: 28px;
	font-size: 42px;
	color: #009bdf;
	line-height: 1.2;
}
#page .promo h2 small {
	font-size: 66%;
	color: #009bdf;
}
#page .promo h2 small sup {
	font-size: 58%;
}
#page .promo h3 {
	margin-bottom: 13px;
	font-family: 'futura_std_medium';
	font-size: 20px;
	color: #231f20;
	line-height: 1.3;
}
#page .promo h3 strong {
	/* font-family: 'futura_std_heavy';
	font-weight: normal; */
	color: #a7a9ac;
}
#page .promo .banner {
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid #f0f0f0;
}

#page .promo article {
	padding: 40px 55px;
	margin-bottom: 0;
}
#page .promo article p {
	margin: 22px 0 0;
}
#page .promo article ul,
#page .promo article ol {
	margin: 15px 0 0 15px;
}
#page .promo article a {
	color: #666;
	text-decoration: underline;
}

#page .promo .entry-content {
	margin-top: 8px;
}
#page .promo .entry-content.futura p {
	font-family: 'futura_std_medium';
	font-size: 20px;
	color: #231f20;
}
#page .promo .entry-content.futura p a {
	color: #231f20;
}
#page .promo .entry-content.futura p.large,
#page .promo .entry-content.futura p.large a {
	font-size: 26px;
}
#page .promo .entry-content.futura p.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#page .promo .price-info {
	margin-top: 40px;
	font-family: 'futura_std_medium';
	font-size: 26px;
	color: #231f20;
	line-height: 1.4;
}
#page .promo .price-info > div {
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
}
#page .promo .price-info > div strong {
	/* font-family: 'futura_std_heavy'; */
}
#page .promo .price-info > div sup {
	font-size: 58%;
}
#page .promo .price-info > div .crossout {
	position: relative;
}
#page .promo .price-info > div .crossout:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #231f20;
}

#page .promo .entry-content.futura ol {
	max-width: 550px;
	margin: 0 0 0 60px;
	counter-reset: ol-counter;
	list-style: none;
}
#page .promo .entry-content.futura ol li {
	position: relative;
	min-height: 35px;
	margin-top: 25px;
	font-family: 'futura_std_medium';
	font-size: 16px;
}
#page .promo .entry-content.futura ol li:before {
	content: counter(ol-counter);
	counter-increment: ol-counter;
	display: block;
	position: absolute;
	left: -58px;
	top: -10px;
	width: 40px;
	height: 40px;
	border: 1px solid #009bdf;
	border-radius: 50%;
	color: #009bdf;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

#page .promo .form {
	position: relative;
	max-width: 710px;
	padding: 0 50px 30px 55px;
	font-size: 14px;
	color: #666;
}

#page .promo .form input[type=text],
#page .promo .form input[type=email],
#page .promo .form textarea,
#page .promo .form .field,#page .form .image-upload-label {
	display: block;
	float: left;
	width: 48.5%;
	margin-bottom: 20px;
}
#page .form .image-upload-label i{
	font-size: 1.6em;
}

#page .promo .form input[type=text],
#page .promo .form input[type=email],
#page .promo .form textarea,#page .promo form textarea,
#page .form .image-upload-label{
	height: 48px;
	border: 0;
	padding: 16px 24px;
	background: #f0f0f0;
	color: #666;
	font-size: 14px;
	border-radius: 0;
}
#page .promo .form textarea{
	height: 250px;
	width: 100%;
	float: left;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#page .promo .form input.ml,#page .form .image-upload-label.ml,#page .promo .form .select.ml {
	margin-left: 3%;
}

#page .promo .form .field.full,
#page .promo .form input.full {
	width: 100%;
}

#page .promo .form .field {
	position: relative;
}
#page .promo .form .select input[type=text],
#page .promo .form .file input[type=text] {
	width: 100%;
	margin-bottom: 0;
	padding-right: 50px;
}
#page .promo .form .select select,
#page .promo .form .file input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
	opacity: 0;
}

#page .promo .form .select .arrow {
	position: absolute;
	right: 20px;
	top: 19px;
	width: 14px;
	height: 9px;
	background: url(images/sel_arrow.png) no-repeat;
}

#page .promo .form .file .cloud {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	height: 18px;
	background: url(images/file_cloud.png) no-repeat 0 0;
}
#page .promo .form .fileinfo,
#page .promo .form .infotabs {
	position: absolute;
	top: 0;
	right: -135px;
	width: 135px;
	font-size: 12px;
}

#page .promo .form .infotabs {
	font-size: 11px;
}
#page .promo .form .infotabs > div {
	margin-bottom: 12px;
}
#page .promo .form .infotabs > div .title {
	display: table;
	cursor: pointer;
}
#page .promo .form .infotabs > div .title .icon {
	display: table-cell;
	width: 63px
}
#page .promo .form .infotabs > div .title .icon div {
	width: 48px;
	height: 48px;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-family: 'futura_std_medium';
	font-size: 23px;
	text-align: center;
	color: #fff;
	line-height: 48px;
}
#page .promo .form .infotabs > div .title .icon div.truck {
	background-image: url(images/icon-truck.png);
}
#page .promo .form .infotabs > div:hover .title .icon div {
	background-color: #f6db4b;
	background-position: right top;
	color: #000;
}
#page .promo .form .infotabs > div.on .title .icon div {
	background-color: #009bdf;
	background-position: left top;
	color: #fff;
}
#page .promo .form .infotabs > div .title .txt {
	display: table-cell;
	width: 72px;
	font-weight: bold;
	vertical-align: middle;
}
#page .promo .form .infotabs > div .tab-content {
	display: none;
	margin-top: 12px;
}
#page .promo .form .infotabs > div .tab-content p {
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 1.2;
}

#page .promo .form .serial input[type=text] {
	float: left;
	width: 7%;
	margin-right: 1%;
	margin-bottom: 0;
	padding: 2px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#page .promo .form .serial input[type=text].mob3 {
	width: 20%;
}
#page .promo .form .serial input[type=text].mob8 {
	width: 45%;
}
#page .promo .form .serial span {
	display: block;
	float: left;
	margin-right: 1%;
	line-height: 48px;
}
#page .promo .form .serial .help {
	position: relative;
	float: right;
	height: 48px;
}
#page .promo .form .serial .help .icon {
	width: 22px;
	height: 22px;
	margin-top: 13px;
	background: url(images/icon_question.png) no-repeat;
}
#page .promo .form .serial .help .popup {
	position: absolute;
	left: 22px;
	top: 22px;
	width: 0;
	height: 0;
	background: url(images/serial_help.png) no-repeat right bottom;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#page .promo .form .serial .help:hover .popup {
	top: 0;
	width: 290px;
	height: 318px;
}
#page .promo .form .serial .help.bottom .popup {
	top: auto;
	bottom: 22px;
}
#page .promo .form .serial .help.bottom:hover .popup {
	bottom: 0;
}
#page .promo .form .serial .help .popup > div {
	/*position: absolute;
	right: 268px;
	bottom: 269px;
	width: 12px;
	height: 12px;
	background: url(images/popup_arrow.png) no-repeat;*/
}

#page .promo .form .serial .help.bottom .popup > div {
	bottom: auto;
	top: 269px;
}

#page .promo .form .field .error,
#page .promo .form .error_msg {
	display: none;
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	color: #e43138;
}
#page .corporate .form .error_msg{
	float:left;
	margin-top:-10px;
	margin-bottom:20px;
}
#page .corporate .form .error.tc{
	min-height: 30px;
	padding: 7px 0 7px 50px;
	background: url(images/validation-error.png) no-repeat 0 0;
	margin-top:10px;
	float:left;
}
#page .promo .form .error_msg {
	min-height: 30px;
	padding: 7px 0 7px 50px;
	background: url(images/validation-error.png) no-repeat 0 0;
}

#page .promo .form .option label {
	position: relative;
	display: block;
	float: left;
	width: 33%;
	height: 23px;
	line-height: 23px;
	margin-top: 14px;
	padding-left: 34px;
	padding-right: 10px;
	overflow: hidden;
}
#page .promo .form .option label.full {
	width: 100% !important;
}
#page .promo .form .option label input {
	position: absolute;
	left: -100px;
}
#page .promo .form .option label span {
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	background: url(images/tick.png) no-repeat -23px 0 #f0f0f0;
}
#page .promo .form .option label.checked span {
	background-position: 50% 50%;
}
#page .promo .form .option label a {
	color: #666;
	text-decoration: underline;
}
#page .promo .form .option p.legend {
	float: left;
	margin: 7px 0 0;
	font-size: 10px;
}

#page .promo .form input.err {
	border-right: 10px solid #f0f0f0;
	background-image: url(images/validation-error.png) !important;
	background-repeat: no-repeat;
	background-position: right 50% !important;
}
#page .promo .form .field input.err {
	border-width: 50px;
}

#page .promo .form input[type=submit],
#page .promo a.button,.promo.agency.detail .detail-submit {
	display: block;
	float: left;
	background: #f6db4b;
	padding: 15px 35px;
	border: 0;
	border-radius: 25px;
	box-shadow: none;
	font-family: 'futura_std_medium', sans-serif;
	font-size: 16px;
	color: #000;
	text-shadow: none;
	text-decoration: none;
}
#page .promo .form input[type=submit] {
	position: absolute;
	bottom: 30px;
	right: -106px;
}
.agency.detail .alert-success{ display:none; }
#page .promo .form input[type=submit]:hover,
#page .promo a.button:hover {
	background: #ebbd31;
}

#page .promo .form .wait {
	display: none;
	position: absolute;
	bottom: 100px;
	right: -48px;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background: url(images/animated.gif) no-repeat 50% 50% #f0f0f0;
}

#page .promo a.footer {
	display: block;
	text-decoration: none;
}
#page .promo a.footer:hover {
	background: #f6db4b;
}

#page .promo a.footer .photo {
	display: block;
	float: left;
	max-width: 354px;
	width: 100%;
	height: 117px;
	margin-right: 45px;
	background: url(images/promo_footer_photo.jpg) no-repeat;
}
#page .promo a.footer .text {
	display: block;
	padding: 30px 30px 20px 45px;
	font-family: 'futura_std_medium';
	font-size: 23px;
	color: #000;
	line-height: 1.3;
}
#page .promo a.footer .text span {
	/* font-family: 'futura_std_heavy'; */
	color: #668fc7;
	font-weight: bold;
	/*font-style: italic;*/
}
#page .promo a.footer:hover .text span {
	color: #626463;
}

#page .promo .thanks {
	display: none;
	padding-bottom: 50px;
	font-family: 'futura_std_medium';
	font-size: 26px;
	text-align: center;
	color: #000;
}

#page .promo .promo-footer {
	padding: 0 50px 30px 55px;
	font-size: 11px;
}
#page .promo .promo-footer .links {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}

/* Corporate styles update */
#page .corporate .form .fileinfo, #page .promo .form .infotabs{
	width: 150px;
}
#page .corporate .form{
	height: 280px;
}
#page .corporate .form input[type=submit]{
	right: -100px;
}
#page .corporate .form .option label{
	height: inherit;
}
#page .corporate .form input[type=submit],#page .rdm.login .form input[type=submit]{
	margin-bottom: 20px;
}
#page .corporate .form .wait{
	bottom: 49px;
	right: 30px;
}
#page .corporate a.footer .photo{
	background: url(images/corporate-footer.jpg) no-repeat;
}

#page .rdm.login .form{ height: 180px; }
#page .rdm.login .or{
	position: absolute;
	width: 43px;
	height: 43px;
	background-color: #f0f0f0;
	border-radius: 50%;
	left: 46%;
	border: 2px solid white;
	box-sizing: border-box;
	line-height: 41px;
	text-align: center;
	top: 2px;
	font-weight: bold;
}
#page .rdm.request .form{  }
.general-btn{
	display: block;
	float: left;
	background: #f6db4b;
	padding: 15px 35px;
	border: 0;
	border-radius: 25px;
	box-shadow: none;
	font-family: 'futura_std_medium', sans-serif;
	font-size: 16px;
	color: #000;
	text-shadow: none;
	text-decoration: none;
	color:black !important;
	text-decoration: none !important;
}
.comment{
	margin-top: 10px !important;
}
.comment-container{
	padding-left:0px;
	padding-right:0px;
}
#comment-file-label{
	width: 66% !important;
}
@media all and (max-width: 767px) {
	#comment-file-label{
		width: 100% !important;
	}
	.comment{
		margin-top: 0px !important;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	
	.comment-author{
		float: left;
		font-weight: bold;
	}
	.small-light{
		float: right;
	}
}

#maintenance_comment_form{
	padding:0px !important;
	padding-bottom:50px !important;
	float: left;
	width: 100%;
	max-width: inherit !important;
}
#maintenance_request_form,#maintenance_request_edit_form{
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 50px !important;
}
#maintenance_request_form.form,#maintenance_request_edit_form.form{
	padding:0px !important;
	padding-bottom: 50px !important;
}
#page .divhr{
	width: 100%;
	margin-bottom: 40px;
}
#page h3.comments-heading{
	color: #009bdf;
	margin-bottom: 30px;
	font-size: 24px;
}
#page #comment{
	height: 150px;
	margin-bottom: 10px;
	float: left;
}
#page .lmf{
	margin-left: -16px;
	position: relative;
	margin-right: 5px;
}

@media all and (max-width: 767px) {
	#page .lmf{
		margin-right: 0px;
	}
	#page .lmf .col-xs-12{
		padding-right: 0px;
	}
	#page .lmf .comment-submit{
		margin-bottom:20px;
	}
	
}

#page .small-light{
	font-size: .9em;
	color: #ccc;
	display: block;
}
#page .promo .form .maintenance-submit{
	right: -150px !important;
	bottom:15px !important;
}
#page .form .comment-submit{
	right: -155px !important;
	top: 185px !important;
	padding: 15px 26px !important;
	height: 46px !important;
}
#page .agency .comment-submit{
	right: 5px !important;
	top: 185px !important;
}
#page .promo .form .fileinfo.maintenance-form{
	right: -170px;
}
#page .form .comment-file{
	margin-top:5px;
	float: left;
}
#page .form .comment-file a{
	color: #029de3;
}

#page .agency.list .request-list{
	margin-top:20px;
	float:left;
	width:100%;
}
#page .agency.list .request-list .request{
	background-color: #f0f0f0;
	padding:20px;
	margin-bottom:10px;
	font-size: .9em;
	cursor: pointer;
	display: block;
}
#page .agency.list .request-list .request:hover{
	background-color: #e2e2e2;
}
#page .agency.list .request-list .request:last-child{
	margin-bottom:50px;
}
.download-csv-btn{ font-size: .9em; padding-top:15px; }

#page .agency.list .request-list .request * { color:black !important; }
#page .agency.list .request-list .request span{ color: #898c92 !important; margin-top:5px; margin-bottom:5px; }
#page .agency.list .request-list .request span.dot{ width:15px; height: 15px; border-radius: 50%; background-color: #000000; display: block; position: relative; top: -3px; }
#page .agency.list .request-list .request span.dot.booked{ background-color: #f69c3c }
#page .agency.list .request-list .request span.dot.complete{ background-color: #3be73b }
#page .agency.list .request-list .request span.dot.received{ background-color: #ff2d2d }

#page .agency.detail{  }
a.back-to-dashboard{ margin-bottom: 20px; display: block; text-decoration: none !important; }
a.back-to-dashboard i{ font-size: .9em; }
.red-text{ color:#ff0000; }
.green-text{ color:#00ff00; }
.ohs-icon{
	font-size: 1.5em;
	position: relative;
	top: 3px;
	margin-left: 5px;
}
.input-group.date input{
	padding: 0px !important;
	background: none !important;
	border: 0px !important;
	box-shadow: none !important;
	height: inherit !important;
	color: #898c92 !important;
	position: relative !important;
	top: -1px !important;
}
.input-group.date .input-group-addon{
	border: 0px !important;
	padding: 0px !important;
	cursor: pointer;
}

#page .agency.detail{
	font-size: .9em;
}
#page .agency.detail .detail-block{
	padding:20px;
	background-color: #f0f0f0;
	color: #898c92;
}
#page .agency.detail .detail-small-block{
	padding:20px;
	background-color: #f0f0f0;
	color: #898c92;
	margin-bottom: 10px;
	margin-top:10px;
	float:left;
	width: 100%;
}
.down20{ margin-top:20px; }
.down10{ margin-top:10px; }
#page .agency.detail .detail-small-block > div{ padding-left: 0px; padding-right: 0px; }

#page .agency .detail-block .col-xs-4{ color: #898c92; }
#page .agency .detail-block strong{ color:black; }
#page .agency .detail-block .row{ margin-bottom: 30px; }
#page .agency.detail .status-notes{ height:223px; width:100%; }
#page .agency.detail .col{ padding-left:0px; padding-right: 20px; }
#page .agency.detail .detail-submit{ position: absolute; bottom:10px; right: 0px; }

#page .agency .dropdown-menu{
	margin: 0px;
	left: inherit;
	right: 3px;
	top: 35px;
	border-radius: 0px;
}
#page .agency .dropdown{ font-size: .9em; }
#page .agency .filter-items .col{ padding-left:0px; padding-right: 0px; }

@media all and (max-width: 930px) {
	#page .corporate a.footer br{
		display:none;
	}
	
	#page .promo .form .fileinfo,
	#page .promo .form .infotabs {
		position: static;
		width: 100%;
	}
	
	#page .promo .form .fileinfo br {
		display: none;
	}
	
	#page .promo .form .serial .help .popup {
		left: auto;
		right: 12px;
		top: 35px !important;
	}
	
	#page .promo .form .serial .help:hover .popup {
		right: -15px;
		height: 309px;
	}
	
	#page .promo .form .serial .help .popup > div {
		right: 20px;
		bottom: 292px;
	}
	
	#page .promo .form input[type=submit] {
		position: static;
		float: right;
	}
	
	#page .promo .form .wait {
		position: static;
		float: left;
	}
}

@media all and (max-width: 767px) {
	#page .promo {
		margin-top: 95px;
	}
	
	#page .promo a.footer .photo {
		width: 171px;
		margin-right: 30px;
	}
	
	#page .promo a.footer .text {
		padding: 24px 30px;
	}
	.mobile-down10{
		margin-top:20px;
		display: block;
	}
}

@media all and (max-width: 720px) {
	#page .promo .form .serial input[type=text] {
		width: 6.5%;
	}
	
	#page .promo .form .option label {
		width: 50%;
	}
}

@media all and (max-width: 600px) {
	#page .promo h1 {
		font-size: 35px;
	}
	#page .promo h2 {
		font-size: 24px;
	}
	#page .promo h3 {
		font-size: 16px;
	}
	#page .promo .entry-content.futura p,
	#page .promo .entry-content.futura p a {
		font-size: 16px;
	}
	#page .promo .entry-content.futura p.large,
	#page .promo .entry-content.futura p.large a {
		font-size: 20px;
	}
	
	#page .promo article {
		padding: 15px;
	}
	
	#page .promo .form {
		padding: 0 15px 25px;
	}
	
	#page .promo .form input[type=text],
	#page .promo .form input[type=email],
	#page .promo .form .field,#page .form .image-upload-label {
		width: 100%;
		margin-left: 0 !important;
	}
	
	#page .promo a.footer .text {
		font-size: 20px;
	}
	#page .agency.detail .col{ padding-left:0px; padding-right: 0px; }
}

@media all and (max-width: 480px) {
	#page .promo a.footer .text {
		font-size: 18px;
	}
	#page .rdm.login .or{
		top: 36px;
		left:43%;
	}
	.download-csv-btn .csv{ display: none; }
	#page .agency.detail .detail-submit{ position: static;float:right; margin:20px 0px; }
}

@media all and (max-width: 450px) {
	#page .promo .form .serial input[type=text] {
		font-size: 14px;
	}
	
	#page .promo .form .option label {
		width: 100%;
	}
	
	#page .promo a.footer .photo {
		display: none;
	}
}


/* isotope styling */
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

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

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.tabmenu .thankyou {
	display:none
}

.tabmenu .thankyou .details p, .tabmenu .thankyou p:last-child {
	margin:0
}

.tabmenu .thankyou p {
	color:black
}

.tabmenu .thankyou p a {
	color:black;
	text-decoration:underline;
	font-weight:bold
}

.tabmenu .thankyou .details p:last-child {
	margin:0 0 10px
}

.tabmenu #filter {
	text-align:center;
}

.tabmenu #filter .container, .tabmenu #filter .container .row, .tabmenu #filter .container .row .col-xs-4, .tabmenu #filter .container .row .col-sm-8{
	padding:0;
	margin:0
}

.tabmenu #filter a {
	font-family:'futura_std_medium', sans-serif;
	font-size:16px;
	color:black
}


.tabmenu #filter .filter {
	padding: 27px 15px;
	background: #ccc
}

.toparrow {
	background: #f0f0f0 url(images/activemenu.png) no-repeat center bottom;
	height: 11px;
	width: 100%;
}

footer {
	display:none
}

#infscr-loading {
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -26px
}

#infscr-loading img {
	margin:0 auto
}

.nav-links {
	display:none
}

#paging-nav {
	display:block !important;
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px
}

/* Search bar styles */

#showsearch {
	display:none
}

.searchbar input[type="search"] {
	height: 30px;
	border: none;
	background: white;
	line-height: normal;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-bottom:  1px solid #fff;
	box-sizing: border-box;
	font-size:16px
}

.searchbar input[type="submit"] {
	width: 46px;
	height: 30px;
	background: url(images/magnifier.png) no-repeat right 0px;
	border: none;
	padding:0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	margin-right:10px !important
}

.site-branding .searchbar {
	padding-top:7px
}

.searchbar input[type=submit]:hover {
	background: url(images/magnifier.png) no-repeat right -32px
}

.site-branding input[type="submit"], .site-branding input[type="submit"]:hover {
	background: url(images/magnifier-responsive.png) no-repeat left
}

.site-branding input[type="search"]  {
	background:transparent;
	color:white;
	border-bottom:  1px solid black
}

.tabmenu #search .col-xs-4 {
	padding-left:0
}

/* Search Page Styles */

.search .page-header, .search .page-content, .tag .page-header, .archive .page-header, .archive .page-content, .error404 .page-header, .error404 .page-content, .no-results .page-header, .not-found .page-header, .no-results .page-content, .not-found .page-content {
	margin:0;
	padding-left:15px
}


/* Single Post Styles */

.buttons {
	width:190px;
	float:left;
	position:relative;
	display:none;
	padding-left:10px
}

.buttons .colored {
	padding: 12px 0px;
	width: 173px;
	border-radius: 25px;
	box-shadow: none;
	font-family: 'futura_std_medium', sans-serif;
	font-size: 16px;
	text-align:center;
	display:inline-block
}


.buttons .colored{
	background: #f6db4c
}

.buttons .colored:hover {
	background:#ebbd31;
}

.buttons a:hover {
	text-decoration:none
}

.buttons .colored:focus{
	outline:none
}

.single .maincontent {
	margin-left : 200px;
	padding: 0 30px 0 93px
}

.single .maincontent h1 {
	clear:none
}

.single .tags {
	padding-top:10px
}

.single .post .therest {
	padding: 40px 20px
}

.single .buttons .back {
	position: absolute;
	bottom: 16px;
	font-family: 'futura_std_medium', sans-serif;
	width: 100%;
	padding-left:30px;
	background: url(images/back.png) no-repeat left -4px
}

.single .buttons .back:hover {
	background: url(images/back.png) no-repeat left -33px
}

.single .buttons .back a:hover {
	color:#ccc
}

.single .row {
	margin:0
}

.single .backresponsive {
	display:none
}

.single .subheader ul li.filter a {
	display:none
}

.single .entry-header {
	text-align:center;
}

.single .related-posts .totalwrap img, .single .related-posts .totalwrap {
	width:100%
}

.single .related-posts h2 {
	font-size:23px;
	margin:30px 0
}

.single .related-posts .container{
	padding-left:5px;
	padding-right:5px
}

.single .related-posts .col-xs-4,.single .related-posts .col-xs-12 {
	padding-left:5px;
	padding-right:5px
}

.single .related-posts .row {
	margin-left:-10px;
	margin-right:-10px
}

.single span.byline {
	display:none
}

.single .category-blog-post .blogname p {
	font-family: "futura_std_mediumoblique", sans-serif;
	font-size:18px
}

.single .category-blog-post .blogname p a {
	color: #6f93c7
}

.single .date {
	color: #999;
	font-size:14px
}

.single #page h1 {
	margin-bottom:10px;
	font-size:23pt
}

.single #page .related-posts h1 {
	font-size:23px
}

.triangle-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1px
}

.triangle-container.hover {
	background: url(images/triangle-white.png) no-repeat 10% bottom
}

.triangle-container.yellow.hover {
	background: url(images/triangle-yellow.png) no-repeat 10% bottom;
	z-index: 5
}

.fancybox-opened .fancybox-skin {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	padding:20px !important
}

.fancybox-title-inside-wrap {
	padding-top:0 !important;
	padding-bottom:20px;
	font-family: "futura_std_medium", sans-serif !important;
	font-size:23px !important;
	color:black !important
}

.fancybox-close, a.fancybox-close {
	background: url(images/xbutton.png) 0 -17px !important;
	width: 19px !important;
	height: 20px !important;
	top: 15px !important;
	right: 20px !important;
	z-index: 8050 !important;
	background-position: 0 -17px;
}

.fancybox-close:hover {
	background: url(images/xbutton.png) 0 37px !important;
}

.tabmenu .thankyou p {
	font-size:14px;
	word-wrap: break-word
}

.single .bg {
	background: #ccc
}

.home .inner-subheader a:hover, .home .inner-subheader a:focus, .home #posts a:hover, .related-posts a:hover {
	text-decoration:none
}

#posts h1, .single #page .related-posts .post h1 {
	margin-top: 1px;
	margin-bottom: 23px
}

#posts .post .therest {
	padding:30px
}

#posts .post .therest .entry-content {
	margin-top:24px
}

/* Email template */
.email #page {
	padding:0 20px
}

.email .site-content {
	background:white;
	margin-top:0;
	max-width:600px;
	margin:0 auto;
}

.email .site-header {
	max-width:600px;
	margin:0 auto;
	background:none;
}

.email .container {
	padding:0 40px;
	max-width:600px !important;
	margin-top:63px;
	margin-bottom:80px
}

.email .container.termscontainer {
	margin:0;
	background:#f0f0f0;
	text-align:center;
	padding:25px 0
}

.email .termscontainer span a, .email .top span a {
	color:#60584f;
	text-decoration:underline;
	font-size:12px
}

.email .termscontainer span a:hover, .email .top span a:hover {
	text-decoration:none !important
}

.email .inner-header {
	max-width:600px;
	padding:34px 40px;
	position:relative !important
}

.email .magnifier-responsive {
	display:none
}

.email .site-title {
	text-align:center
}

.email #page .container h1 {
	font-size:31px;
	margin-bottom:40px
}

.email #page .container h3 {
	font-size:14px;
	color:#999;
	margin-bottom:23px
}

.email #page .container p{
	line-height:normal;
	margin:0 0 5px
}

.email .buttons {
	display:block;
	padding:35px 0 0
}

.email .top {
	padding:25px 0;
	text-align:center;
	color:black;
	font-size:12px;
}

/* Overlay */

div.overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.overlay .button {
	display: inline-block;
	margin: auto;
	background: #f6db4b;
	width: auto;
	padding: 15px 60px;
	border-radius: 25px;
	font-family: 'futura_std_medium', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: 1;
}


/* Tablet Breakdown */

@media all and (min-width: 768px) {
	
	.subheader ul li.filter a:hover, .subheader ul li.filter.ui-state-active a {
		background: url(images/filter.png) no-repeat right -32px;
	}
	
	.subheader ul li.findpic a:hover, .subheader ul li.findpic.ui-state-active a {
		background: url(images/magnifier.png) no-repeat right -32px
	}
	
	.subheader ul li.upload a:hover, .subheader ul li.upload.ui-state-active a {
		background: url(images/upload.png) no-repeat left -32px;
	}
	
	.subheader ul li a:hover {
		color:#999
	}
	
	.site-main .col-xs-4, .menu-mainmenu-container ul li.ui-state-active a, .menu-mainmenu-container ul li a:hover {
		color:#ccc
	}
	
	.tabmenu #upload .col-xs-4.image.selected {
		padding-right:10px;
		margin-bottom:10px
	}
	
	.tabmenu #upload .col-xs-4.video.selected {
		padding-left:10px
	}
	
	.tabmenu #upload .wrapimage{
		margin-top:23px
	}
	
	.tabmenu {
		display:block !important
	}
	
	.site-content {
		margin-top: 35px;
	}
	
	.subheader {
		margin-top: 0;
		background: white
	}
	
	.subheader ul li {
		background-color:transparent;
		padding: 25px 0px;
		margin: 0
	}
	
	.subheader ul li.ui-state-active {
		background: url(images/activemenu.png) no-repeat center bottom
	}
	
	.subheader ul li.findpic {
		display:block
	}
	
	.subheader ul li.upload {
		text-align:left
	}
	
	.inner-subheader {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 20px
	}
	
	.site-main .col-xs-4, .menu-mainmenu-container ul li.col-xs-4 {
		width: 33.31%
	}
	
	.site-branding {
		float:left;
		width:225px
	}
	
	.main-navigation {
		display:none
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none
	}
	
	.social {
		display:block
	}
	
	.site-branding {
		margin-left:0
	}
	
	.magnifier-responsive {
		display:none
	}
	
	.inner-header{
		position:relative
	}
}

@media all and (max-width: 767px) {
	
	.single .bg {
		margin-top: 25px
	}
	
	.tabmenu .thankyou {
		padding:40px
	}
	
	.single .post .therest {
		padding: 40px;
	}
	
	.single .related-posts .post .therest {
		padding: 20px
	}
	
	.single .site-content {
		margin-top:25px
	}
	.tabmenu .innertab div#upload {
		padding:0
	}
	.tabmenu {
		display:none
	}
	
	.home .entry-content, .related-posts .entry-content {
		display:none
	}
	
	#page h1, h2 {
		font-size: 22px
	}
	
	.inner-header {
		padding: 17px 20px;
		min-height: 73px
	}
	
	.subheader {
		margin-top: 74px
	}
	
	.tabmenu #upload .col-xs-4.image {
		padding-right:15px
	}
	
	.tabmenu #upload .col-xs-4.video {
		padding-left:15px
	}
	
	.tabmenu #upload .or {
		height: 100%;
		position: absolute;
		width: 66.66666666666666%;
		background:url(images/or.png) no-repeat center
	}
	.page-template-content-page-ipad-php .site-content {
		margin-top: 130px
	}
	
	.single .related-posts .col-xs-4:nth-child(4) {
		display:none
	}
	
	.single .backresponsive {
		display:block;
		text-align:center;
		padding:15px;
		background:#f6db4c
	}
	
	.single .backresponsive a{
		padding: 7px;
		font-family: "futura_std_medium", sans-serif;
		padding-left:30px;
		background: url(images/back.png) no-repeat left 3px
	}
	
	.single .backresponsive a:hover{
		background: url(images/back.png) no-repeat left -26px;
		color:#999
	}
	
	.single .inner-subheader {
		display:none
	}
	
	.single .maincontent {
		margin-left:0;
		padding:0
	}
	
	.single .buttons {
		float: none;
		padding-top:15px;
		padding-left: 0
	}
	
	.single .buttons .back {
		position: relative;
		bottom: 0;
		display:none
	}
	
	.tabmenu #search .container {
		background :#ccc;
		padding:10px 15px
	}
	
	.tabmenu #search .col-xs-4 {
		width:100%;
		padding-left:15px
	}
	
	.inner-header{
		z-index:300
	}
	
	div.wpcf7 {
		background: #ccc;
		padding: 40px 5px
	}
	
	tabmenu #upload .row {
		margin-left: -15px;
		marign-right: -15px
	}
	
	tabmenu #upload .row {
		margin-left: -15px;
		marign-right: -15px
	}
	
	.tabmenu #upload .col-xs-4, .tabmenu #upload .col-xs-8, .tabmenu #upload .col-xs-12 {
		padding-left:15px;
		padding-right:15px
	}
	
	.tabmenu #upload .col-xs-4, .tabmenu #upload .col-xs-8,.tabmenu #upload .col-xs-12 {
		width:100%
	}
	
	.tabmenu #upload .wrapimage div:nth-child(2) {
		margin-bottom:30px;
	}
	
	.tabmenu #upload .wrapimage {
		margin:27px 0;
	}
	
	.tabmenu #upload .or {
		width:100%
	}
	
	.tabmenu #upload .wpcf7-form-control-wrap.review {
		float:none;
		width:auto
	}
	
	.tabmenu #upload .button {
		position:static;
		width:auto;
		height:auto;
		padding-top: 20px;
		text-align:left;
	}
	
	.tabmenu #upload .button input {
		position:relative;
		bottom:0
	}
	
	.tabmenu .button img.ajax-loader {
		position:relative;
		bottom:0;
		left:0;
		float: right
	}
	
	.tabmenu #upload input[type="text"], .tabmenu input[type="email"], .tabmenu textarea {
		margin:7px 0
	}
}

@media all and (max-width: 480px) {
	
	#page h1, h2 {
		font-size: 18px
	}
	
	.single .related-posts .inner {
		display:none
	}
	
	.home .inner {
		display:none
	}
	
	.category .inner {
		display:none
	}
	
	.subheader ul li a, .subheader ul li a:hover, .subheader ul li a:focus, .subheader ul li a.active {
		height:auto;
		display:inline
	}
	
	.img-container, .img-container.blackbutton  {
		background-size: 35%
	}
	
	.site-content {
		padding:0
	}
	
	.tabmenu #filter .container .row .col-xs-4 {
		width:100%;
		float:none
	}
	
	.tabmenu #filter .container .row .col-xs-4 {
		width:100%;
		float:none;
		border-bottom:1px solid white;
		padding: 25px 0;
		background: #ccc
	}
	
	.tabmenu #filter .container .row .col-xs-4:nth-child(3){
		border-bottom:none
	}
	
	.tabmenu #filter .filter {
		background: none;
		padding:0;
	}
	
	.tabmenu #filter .col-sm-2 {
		display:none
	}
	
}

.half-button{
	border-radius: 0px;
	text-align: center;
	width: 49%;
	line-height: 50px;
}
.half-button.logout{ background-color: #f0f0f0; }
#rdm-drop-button,#status-drop-button{
	border-radius: 0px;
	background-color: #f0f0f0;
	box-shadow: none;
	padding: 12px 25px;
	font-weight: bold;
}
#rdm-drop-button i,#status-drop-button i{
	margin-left: 10px;
	position: relative;
	font-size: 1.4em;
	top: 1px;
}

@media all and (max-width: 767px) {
	.half-button{
		margin-bottom: 10px;
		width: 100%;
	}
	#rdm-drop-button i,#status-drop-button i{
		margin-left: 5px;
	}
	#rdm-drop-button,#status-drop-button{
		padding: 12px 11px;
	}
}

.promo-date input{
	width: 100% !important;
}
.promo-date{
	position: relative;
	float: left;
	width: 100%;
}
.promo-date:after{
	content: " ";
	position: absolute;
	right: 15px;
	top:13px;
	width: 22px;
	height: 22px;
	background: url('images/icon_calendar.png') no-repeat center center;
}


.checkbox-style {
	
	
	margin: 15px 0;
	
}

.checkbox-style input {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
}
.checkbox-style input:checked + span:after {
	opacity: 1;
}
.checkbox-style label {
	padding-left: 30px;
	user-select: none;
	position: relative;
}
.checkbox-style span:before {
	position: absolute;
	content:"";
	width: 22px;
	height: 22px;
	background: #f0f0f0;
	top: 0px;
	left:0;
	
}.promo #owner_trial_form > p {
	 font-size: 14px;
	 padding-top: 20px;
	 clear: both;
 }
#page .promo .form .field.full.serial p{
	font-size: 14px;
	padding-top:0;
}
.checkbox-style span:after {
	display: block;
	opacity: 0;
	content:"";
	width:10px ;
	height: 5px;
	border-left: 1.5px solid #000;
	position: absolute;
	left: 7px;
	top: 8px;
	-webkit-transform:  rotate(-45deg);
	transform:  rotate(-45deg);
	border-bottom: 1.5px solid #000;
}


.add-more-product {
	display: block;
	position: absolute;
	right: -34px;
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 19px;
	font-size: 20px;
	top: 12px;
	cursor: pointer;
}
.add-more-product:hover,.add-more-product:active,.add-more-product:focus {
	text-decoration: none;
}
#page .promo .form .mutiple_select.full {
	width: calc(100% - 34px);
}

#products_choice > div {
	border-radius: 30px;
	padding: 6px 90px 6px 20px;
	border: 1px solid;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;margin-bottom:15px;
}

#products_choice .remove {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.textarea-container{
	position: relative;
	float: left;
	width: 100%;
}
.textarea-container .limit{
	padding-bottom: 25px!important;
	
}
.chars-div {
	position: absolute;
	right: 15px;
	bottom: 25px;
	font-size: 12px;
}
textarea.limit {
	resize: none;
}
#products_choice .remove i {
	font-size: 0;
}

@media (max-width: 767px) {
	#products_choice > div {
		padding-right: 20px;
	}
	#products_choice .remove {
		font-size:0;
		right: 10px;
	}
	#products_choice .remove i {
		font-size: 14px;
		font-style: normal;
	}
}


