body {
	font-family: "Open Sans",Verdana,Arial,Tahoma;
	font-size: 13px;
	margin: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

button {
	outline: none;
}

h2 {
	color: #323A45;
	font-size: 25px;
	font-weight: 300;
}

.grey {
	color: #8E8E93;
}

.wrap {
	max-width: 1000px;
	min-width: 400px;
	padding: 0 10px;
	margin: 0 auto;
}

.main-nav-wrapper {
    background: none repeat scroll 0 0 #323A45;
    padding: 20px 0;
}

nav table {
    width: 100%;
}

nav table a {
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	padding: 3px 10px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
}
nav table a.nav_link:hover {
    color: #FF3366;
}

.logo {
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	background: none repeat scroll 0 0 #5CB85C;
	border: medium none;
	padding: 7px 8px;
	border: medium none;
	text-transform: uppercase;
	border-radius: 4px;
}
.logo:hover {
	color: #000;
}

.lang_item {
	border: 2px solid #FFF;
	display:inline-block;
	padding: 3px 10px;
}
.lang_item:hover:not(.lang_select) {
	color: #5CB85C;
}

.lang_first {
	border-radius: 4px 0 0 4px;
	border-right-width: 1px;
}

.lang_last {
	border-radius: 0 4px 4px 0;
	border-left-width: 1px;
}
.lang_select {
	background-color: #5CB85C;
}

.upload-area, .result-area {
	background-color: #F1F5F7;
}

.upload-area {
	padding-top: 15px;
	padding-bottom: 50px;
}

.button-upload {
	text-align: center;
	font-size: 20px;
	position: relative;
	background-color: transparent;
	color: #007AFF;
	border: 2px dashed #8E8E93;
	padding: 7px 0 10px;
	overflow: hidden;
}
.button-upload:hover {
	border-color: #007AFF;
}

.button-upload input {
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.upload-dsbl {
	color: #CCC;
	background-color: #EEE!important;
	border-color: #CCC!important;
}

.upload-dsbl input {
	cursor: default;
}

.upload_warning {
	color: #FF3366;
	text-align: center;
	margin-top: 5px;
	display: none;
}

.content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease-in-out 0s;
}

.content-show {
	max-height: 10000px;
} 

.progress {
	background-color: #F5F5F5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	height: 3px;
	overflow: hidden;
	position: relative;
	opacity: 0;
}

.progress-bar {
	background-color: #5CB85C;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	height: 100%;
	transition: width 0.3s ease 0s;
	width: 0;
	position: absolute;
	z-index: 1;
}

#noty_top_layout_container {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	width: 95%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none outside none;
	z-index: 9999;
}

#noty_top_layout_container li:last-child {
	border-radius: 0 0 5px 5px;
}

.someOtherTheme {
	overflow: hidden;
	border: 1px solid #FFC237;
	border-top: 0 none;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}

.someOtherTheme.noty_container_type_warning {
	background-color: #FFEAA8;
	color: #826200;
}
	
.someOtherTheme .noty_message {
	padding: 8px 10px 9px;
	text-align: center;
}
	
.noty_modal.someOtherTheme {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: 0.6;
	display: none;
	border: none;
	left: 0;
	top: 0
}

#uploads {
	overflow: auto;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
}

.upl-item {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.selected:after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	border: 0 none;
	padding: 0;
	margin: 0;
	background-image: url("../img/icons.png");
	background-position: 0px -31px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.selected .upl-thumb {
	opacity: 0.6;
}

.upl-remove {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	border: 0 none;
	padding: 0;
	margin: 0;
	background-image: url("../img/icons.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.upl-remove:hover {
	background-position: 0px -15px;
}

#get_resize {
	height: 35px;
	border: 0 none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 100%;
	background-color: transparent;
	border: 1px solid #007AFF;
	border-radius: 4px;
	color: #007AFF;
	font-size: 20px;
}
#get_resize:hover {
	background-color: #007AFF;
	color: #FFF;
}
#get_resize:disabled {
	border-color: #CCC;
	color: #CCC;
	background-color: transparent;
	cursor: default;
}

.result-area{
	padding-bottom: 50px;
}

#results tr td:first-child {
	width: 60px;
}

.result-thumbl {
	width: 40px;
}

#results tr:hover {
	background-color: #EEE;
}

.options-label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}

.slider-area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.slider-area ul {
	position: relative;
	top: 5px;
	width: 100%;
	color: #777;
}

.slider-area ul li {
	position: absolute;
	overflow: visible;
}

.scale-tic {
	height: 5px;
	left: 0;
	position: absolute;
	border-left: 1px solid #999999;
}

.scale-label {
	position: absolute;
	top: 5px;
	cursor: pointer;
	white-space: nowrap;
}
.scale-label:hover {
	color: #007AFF;
}

.scale-list.scale-disabled {
	color: #BDBEC2;
}
.scale-list.scale-disabled .scale-label:hover {
	color: #BDBEC2;
	cursor: default;
}

.download {
	color: #007AFF;
	border-bottom: 1px dashed #007AFF;
	text-transform: lowercase;
}
.download:hover {
	color: #5856D6;
	border-bottom-color: #5856D6;
}

.q_overlay {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url("../img/loader.gif") no-repeat scroll center center #FFFFFF;
	z-index: 3000;
}

.help {
	background-color: #323A45;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 15px;
	z-index: 1;
}

.help p {
	line-height: 155%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.help h2 {
	color: inherit;
	padding-bottom: 10px;
}

body .ui-tooltip {
	border: 1px solid #CCC;
}
.ui-tooltip {
	border-radius: 3px;
	box-shadow: 2px 2px 3px #DDD;
}
.ui-tooltip-content {
	font-family: "Open Sans",Verdana,Arial,Tahoma;
	font-size: 12px;
}

.custom-tooltip:before, .custom-tooltip:after {
    content: "";
    position: absolute;
}

.custom-tooltip.arrow-top:before {
    border-left: 8px solid rgba(113, 101, 58, 0);
    border-right: 8px solid rgba(113, 101, 58, 0);
    border-bottom: 8px solid #CCC;
    left: 45%;
    top: -8px;
}

.custom-tooltip.arrow-top:after {
    border-left: 8px solid rgba(255, 241, 190, 0);
    border-right: 8px solid rgba(255, 241, 190, 0);
    border-bottom: 8px solid #FFF;
    left: 45%;
    top: -7px;
}

.btn {
	background-color: transparent;
	border: 0 none;
	border-bottom: 1px dashed #007AFF;
	color: #007AFF;
	margin: 0;
	padding: 0;
	font-family: inherit;
	cursor: pointer;
}

.btn:disabled {
	cursor: default;
	color: #CCC;
	border-bottom-color: #CCC;
}

.btn-area {
	text-align: center;
	margin-bottom:10px;
}

.btn-area .btn {
	height: 20px;
}
.btn-area .btn:hover:not(:disabled) {
	color: #FF3366;
	border-bottom-color: #FE3A5F;
}

.btn-area .btn:first-child {
	margin-left: 10px;
	margin-right: 10px;
}

.b-share_theme_counter .b-share-btn__wrap:not(:first-child) {
	margin-left: 10px!important;
}