/*-----------------------------------*/
/* Global Reset */
/*-----------------------------------*/ 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup ,main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased; 
}

/* Base */
html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}
#dle-content {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}
.main-content {
	text-align: center;
}
.main-content .speedbar {
    text-align: left;
    padding-bottom: 20px;
}
a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}
.noscript {
	margin: 0px auto 30px;
	width: 400px;
	text-align: center;
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.lock-screen-fvr {
    height: 100%;
    overflow: hidden;
}


/* Typography */
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none
}

mark {
    background: #ff9;
    color: #000;
}

del {
	text-decoration: line-throug
}

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Lists */
dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* Media */
img {
    border: 0;
    -ms-interpolation-mode: bicubic; 
	max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

/* Forms */
form {
    margin: 0;
}

form .row {
	padding:5px 0
}
		
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
	margin-right:10px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
	resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
#middle .post-item .relateside {
	float:right;
	width: 250px;
}
#middle .post-item .relateside a:link,
#middle .post-item .relateside a:hover,
#middle .post-item .relateside a:active,
#middle .post-item .relateside a:visited {
	color:#fff !important;
}

/* Buttons Tools - Version 09.2015 */
.button_pson {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 16px;
    border: 1px solid #A68D4B;
    border-radius: 5px;
	background: #FFDC7B;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDC7B), to(#A6974B));
    background: -moz-linear-gradient(top, #FFDC7B, #A6974B);
    background: linear-gradient(to bottom, #FFDC7B, #A6974B);
    text-shadow: #776836 1px 1px 1px;	
    font: italic normal normal 16px arial;
    color: #ffffff;
    text-decoration: none;
	cursor:pointer;
}
.button_pson:hover,
.button_pson:focus {
	background: #FFF794;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF794), to(#C7BA5A));
    background: -moz-linear-gradient(top, #FFF794, #C7BA5A);
    background: linear-gradient(to bottom, #FFF794, #C7BA5A);
    color: #ffffff !important;
    text-decoration: none;
}
.button_pson:active {
    background: #C7BA5A;
    background: -webkit-gradient(linear, left top, left bottom, from(#C7BA5A), to(#C7BA5A));
    background: -moz-linear-gradient(top, #C7BA5A, #C7BA5A);
    background: linear-gradient(to bottom, #C7BA5A, #C7BA5A);
}
.button_pson:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 8px;
    left: -3px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACrUlEQVRIibWVzUtUYRTGf5o6NQ7RLIOkokBwpddqYRCu3OSuD6gUw4+GqG1kjVaEmtkmCistDHJqYfoHtNSlacVEC2vZIsicRGemO2bntLgf3hmv40d04HDf+86Z53nPc855L/xnK/C+9PZ1XwAGtgK0nFmu6ui8+SFvUG9ftyYSCd2sTU9Pa29ft9bXH68ACr2YRbkk4XCYZDKZtaeqroOioijK+Pg4NTVHMQwDwzCAnk/B4I7ykZHRz85/C8ljiiIqiIpNIKgIgiIipFIpAoEAAKlUiqtXrmMcqprJm4Fj/Y8f5OOmtbmNX6bJk8H+vHG+BKrKxchlSxIVRNXdVxEU61lVWcnc7CyTU28pAKIdN7h7r2cDBA6Io7sqCpb2qu5vpaWlBEqKqA3VkkgkAKiLR6lrQIFGI0bMl0BUGXj6KG/quXak+jDvGwsob4fAl2PExyaGYQ0CVGhrjYBgFRb7aaWBWBsoQnFRMelUkrnOgy54ZnJiHYnsVrRXtvaWVDadXRcls5RZBT7zFYDONQlElGdDgxuSpi4e9QU3YnStnYEKzedbsgvs6SDUivl+bd8q8I9lp2i687rLwfIdNLdbHBdB5Y8rl4g/ePntKb6FK7Ow1pyD5y+GNiVLKDJGcH818GYjBEJTQ9Oq7rEygh/xaBb4rlszlnQ+5iVw5RI8A+YZNkGYix7AiMGl3yYtxRCKjFrxkkVQCEguwcpahOGXw74nao/BuwYIRdrZtrvCbWHV9TMocfFVaThzbuVa8BT99ImTgCWVe8Paa49tB0xAfAms+97R3hm2FSB1Cbwx4iUIAku5BMsA6XSaPWV7fdNdz0zTdJZuPb0ES4sLi68e9t8/uyV02+Z/zo9gnx5yPvpYMu20PWi/F+W494SOLiaQBBY8vvwvB92w/QVR7x17JAvJlQAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}

.button_textad {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 16px;
    border: 1px solid #358e77;
    border-radius: 5px;
    background: #56e9c4;
    background: -webkit-gradient(linear, left top, left bottom, from(#56e9c4), to(#358e77));
    background: -moz-linear-gradient(top, #56e9c4, #358e77);
    background: linear-gradient(to bottom, #56e9c4, #358e77);
    text-shadow: #266655 1px 1px 1px;
    font: normal normal normal 16px arial;
    color: #ffffff !important;
    text-decoration: none;
	cursor:pointer;
}
.button_textad:hover,
.button_textad:focus {
    border: 1px solid ##4bcbaa;
    background: #67ffeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#67ffeb), to(#40aa8f));
    background: -moz-linear-gradient(top, #67ffeb, #40aa8f);
    background: linear-gradient(to bottom, #67ffeb, #40aa8f);
    color: #ffffff;
    text-decoration: none;
}
.button_textad:active {
    background: #358e77;
    background: -webkit-gradient(linear, left top, left bottom, from(#358e77), to(#358e77));
    background: -moz-linear-gradient(top, #358e77, #358e77);
    background: linear-gradient(to bottom, #358e77, #358e77);
}
.button_textad:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 8px;
    left: -3px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACbElEQVRIia2WTUsbURSGnzszCQXdiCISBV3UhQsRN5pFcCUk4CY/ogS6KXTlDyhd9A9URFEKcVwFcULiRiR0adwHJAp+gBINdMbrTILmpqvYpH4kJnPgMh/3zHnPcw6HO4Imi0aj/UIIo/Fcr9cRQjy7f8uUUuri4sIpFAoAPAVLJBJfYrHYD8Mwgo2A7ewlH8/zlGmaPwuFwldAPQksLCx8jsfjH+r1Or0sIYR2cnLyKZ1OfwdKRpO41mvwBpGmaVqjOi319ktAKfUv66bmtP24UqlwdXXV1u9FgU6y29nZYX19vTuBdgQPDw/k83kcx6FYLPpPsL+/j+d5OI5DNpv1l0ApRSaTQUqJYRgcHh4ipfSPIJ/Pc3Z2xtzcHOFwmGq1SiaT8Y9ga2sL27ZZWlpicXGR29tbdnd3/SE4PT0ll8sxOTlJKBRiYGCAqakpjo+POTo6enEOGteOCNbW1pBSEo/Hn95Fo1Hu7u5IJpNtCd6c5HK5jGmauK5LKpXCsiwAKpUKtm1jWRbLy8sMDQ1114PNzU1s22Z2dhZd16nVatRqNQKBADMzM9zf37O9vd0Zwf8CnuexsbGBruusrq4yMjLS4nN+fk4kEsE0TRKJBIZhvK/JqVSK6+tr5ufnUUpRKpVwXRfXdbm5uUHXdaanp7m8vOTg4OD9PQiHw+zt7TE8PEwoFGrZ6+vrQynFysoK5XKZwcHB9wtMTEwwPj7+5gCOjY0xOjra+yR3s54JPD4+Kj+EhBBUq1UA1VKiZDL5KxAIfAsGg83HaIs1Z/banpRSWZb1G/gD0PwfogEfgf5Xo3RmCigCEuAvsNBUKI9wUu4AAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}

.button_dload {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 16px;
    border: 1px solid #046a14;
    border-radius: 5px;
    background: #08c825;
    background: -webkit-gradient(linear, left top, left bottom, from(#08c825), to(#046a14));
    background: -moz-linear-gradient(top, #08c825, #046a14);
    background: linear-gradient(to bottom, #08c825, #046a14);
    text-shadow: #033f0c 1px 1px 1px;
    font: italic normal normal 16px arial;
    color: #ffffff !important;
    text-decoration: none;
	cursor:pointer;
	margin-right: 10px;
}
.button_dload:hover,
.button_dload:focus {
    border: 1px solid ##057d17;
    background: #0af02c;
    background: -webkit-gradient(linear, left top, left bottom, from(#0af02c), to(#057f18));
    background: -moz-linear-gradient(top, #0af02c, #057f18);
    background: linear-gradient(to bottom, #0af02c, #057f18);
    color: #ffffff;
    text-decoration: none;
}
.button_dload:active {
    background: #046a14;
    background: -webkit-gradient(linear, left top, left bottom, from(#046a14), to(#046a14));
    background: -moz-linear-gradient(top, #046a14, #046a14);
    background: linear-gradient(to bottom, #046a14, #046a14);
}
.button_dload:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 8px;
    left: -3px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAED0lEQVRIiaWVS2hcVRjHf+dxZ/KyCXEam6YWtE1am0qlolgplFrR2i4sLhRUENwIIkVRdOVCcCMu1I0uXOlGcSM+cCciSqtBCdqH0baobdJkJo/OTGfua+45n4vJw9SZRPRb3MV3uP/f+f/v+c5VrFPDzw+/MFQY2ndtXxBO/nTylfTD9Oe13rfr6Ns92/c8ePz+4/sB1LI41NIaR08f/Rj4XwBSE1HJFlBqhSACkY/R3YJbb4frAZyOKGezKwBpOoizmM4uqP0nwGFyaCwzWGdCXfUllFIoJYsOFLFPyOfJ1Y7QBcAcMWP4a6XUtQ3APvDGwa+2bh68zVr01e5ix64tu7XWNF0IeIG00eDshV/iPj+YZQ04Mf7jS2de//Xtf+PAJr2l/qHtt/Z05gMqXhPqEtosAgDvFJkRdo2MdAS+h+nqNMmZUn+rMEyLni/Oz0b1mycO6g1ZXnIRPggRGyM2xemIVF8l4ipT0XnGF75h7Ovvxy68E79KyPy6gPeP7+1+8dixfT2X+4LZwvnhhe4i2jryOk+gAzJJKLtpLjVOU2lMc/vlbeUn3OHPXn74blueunTq9GRd1oxoYNPA46Ezb9yoO+j/YZRTey7it3XRa/rpNr00JMUog/WKwbFORha29nlfflZ1bvZH9g9PfHCyOLYWQG8c2vzIb5OTlGYuIwgDFwP0fQNsuuMWek2BRCI2uD56Pq+T/6PBtJ7Ce8/Gwg16eNfwY/DtKsCqiN587tBNo6M7Xxs78Z2pVGpEYUxSTymPz9CVu57dowcIohzjb31C/WyJLEmJwpiwHiNpxI7R0aFSce7dM7/PpS0d3LV35KG5hXJufnaBeuJQWi+vjb/3BZULNWbOnSOdncFqTbi4JiLMqCni1G156tED93z05cSnrQBaKX1ocHATTz7zNKIMQS4HSqFUcwi8CPreA+AzxDVojrVHvEMDuIRqLTwEtAQQl+eYnZ4gEwgCg9FLc7gyj0qt9JRSoCBKHTmjEBFCW8jafmQvEjeUIUyFSrG03BeRZXG1NM6o5q0HZM6zbecOyBKyzF1pC8icC3s78xAYXNYABar5WCItaa4q8Z6Ojjw4iOezajuAd86FpjOgJ7B0mp7lKET8CuCf+ohzmCBAcERRrdzWgctcaDu6aHiLc37l8lmnvHPYXJ60kRDWwrUAWc0EefBgJFgFUEo1j+1i/E1DAiL4LENZi9Kauflq24hI4riujEXZANHB6hjWcmAc2gQobZgslts7SMIojuKEDQMFTJBr/bdoUeI9WVQnSlI/M1dr76C8UK2ShFSn/8Ta5hwoGyzGYxHvEJHFqGTx+ApRlJCzhqRSrRWvhPHfNVftsXBdMFDosXeKrP+vblXOS/l8KT4BLN9FfwGdJvnQFiD8rwAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}

.button_dload_new {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px 6px 40px;
    border: 1px solid #046a14;
    border-radius: 5px;
    background: #08c825;
    background: -webkit-gradient(linear, left top, left bottom, from(#08c825), to(#046a14));
    background: -moz-linear-gradient(top, #08c825, #046a14);
    background: linear-gradient(to bottom, #08c825, #046a14);
    text-shadow: #033f0c 1px 1px 1px;
    font: italic normal normal 16px arial;
    color: #ffffff !important;
    text-decoration: none;
	cursor:pointer;
	margin-right: 10px;
	width: 238px;
}
.button_dload_new:hover,
.button_dload_new:focus {
    border: 1px solid ##057d17;
    background: #0af02c;
    background: -webkit-gradient(linear, left top, left bottom, from(#0af02c), to(#057f18));
    background: -moz-linear-gradient(top, #0af02c, #057f18);
    background: linear-gradient(to bottom, #0af02c, #057f18);
    color: #ffffff;
    text-decoration: none;
}
.button_dload_new:active {
    background: #046a14;
    background: -webkit-gradient(linear, left top, left bottom, from(#046a14), to(#046a14));
    background: -moz-linear-gradient(top, #046a14, #046a14);
    background: linear-gradient(to bottom, #046a14, #046a14);
}
.button_dload_new:before{
    content:  "\0000a0";
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: absolute;
    top: 8px;
    left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAED0lEQVRIiaWVS2hcVRjHf+dxZ/KyCXEam6YWtE1am0qlolgplFrR2i4sLhRUENwIIkVRdOVCcCMu1I0uXOlGcSM+cCciSqtBCdqH0baobdJkJo/OTGfua+45n4vJw9SZRPRb3MV3uP/f+f/v+c5VrFPDzw+/MFQY2ndtXxBO/nTylfTD9Oe13rfr6Ns92/c8ePz+4/sB1LI41NIaR08f/Rj4XwBSE1HJFlBqhSACkY/R3YJbb4frAZyOKGezKwBpOoizmM4uqP0nwGFyaCwzWGdCXfUllFIoJYsOFLFPyOfJ1Y7QBcAcMWP4a6XUtQ3APvDGwa+2bh68zVr01e5ix64tu7XWNF0IeIG00eDshV/iPj+YZQ04Mf7jS2de//Xtf+PAJr2l/qHtt/Z05gMqXhPqEtosAgDvFJkRdo2MdAS+h+nqNMmZUn+rMEyLni/Oz0b1mycO6g1ZXnIRPggRGyM2xemIVF8l4ipT0XnGF75h7Ovvxy68E79KyPy6gPeP7+1+8dixfT2X+4LZwvnhhe4i2jryOk+gAzJJKLtpLjVOU2lMc/vlbeUn3OHPXn74blueunTq9GRd1oxoYNPA46Ezb9yoO+j/YZRTey7it3XRa/rpNr00JMUog/WKwbFORha29nlfflZ1bvZH9g9PfHCyOLYWQG8c2vzIb5OTlGYuIwgDFwP0fQNsuuMWek2BRCI2uD56Pq+T/6PBtJ7Ce8/Gwg16eNfwY/DtKsCqiN587tBNo6M7Xxs78Z2pVGpEYUxSTymPz9CVu57dowcIohzjb31C/WyJLEmJwpiwHiNpxI7R0aFSce7dM7/PpS0d3LV35KG5hXJufnaBeuJQWi+vjb/3BZULNWbOnSOdncFqTbi4JiLMqCni1G156tED93z05cSnrQBaKX1ocHATTz7zNKIMQS4HSqFUcwi8CPreA+AzxDVojrVHvEMDuIRqLTwEtAQQl+eYnZ4gEwgCg9FLc7gyj0qt9JRSoCBKHTmjEBFCW8jafmQvEjeUIUyFSrG03BeRZXG1NM6o5q0HZM6zbecOyBKyzF1pC8icC3s78xAYXNYABar5WCItaa4q8Z6Ojjw4iOezajuAd86FpjOgJ7B0mp7lKET8CuCf+ohzmCBAcERRrdzWgctcaDu6aHiLc37l8lmnvHPYXJ60kRDWwrUAWc0EefBgJFgFUEo1j+1i/E1DAiL4LENZi9Kauflq24hI4riujEXZANHB6hjWcmAc2gQobZgslts7SMIojuKEDQMFTJBr/bdoUeI9WVQnSlI/M1dr76C8UK2ShFSn/8Ta5hwoGyzGYxHvEJHFqGTx+ApRlJCzhqRSrRWvhPHfNVftsXBdMFDosXeKrP+vblXOS/l8KT4BLN9FfwGdJvnQFiD8rwAAAABJRU5ErkJggg==") no-repeat left center transparent;
    padding: 4px 8px;
}

.button_dloads {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px 6px 40px;
    border: 1px solid #5F6D06;
    border-radius: 5px;
    background: #899E01;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fc73b), to(#60820B));
    background: -moz-linear-gradient(top, #7fc73b, #60820B);
    background: linear-gradient(to bottom, #7fc73b, #60820B);
    text-shadow: #033f0c 1px 1px 1px;
    font: italic normal normal 14px arial;
    color: #ffffff !important;
    text-decoration: none;
	cursor:pointer;
	width: 265px;
	position: relative;
}
.button_dloads:hover,
.button_dloads:focus {
    border: 1px solid ##057d17;
    background: #98D657;
    background: -webkit-gradient(linear, left top, left bottom, from(#98D657), to(#679010));
    background: -moz-linear-gradient(top, #98D657, #679010);
    background: linear-gradient(to bottom, #98D657, #679010);
    color: #ffffff;
    text-decoration: none;
}
.button_dloads:active {
    background: #679010;
    background: -webkit-gradient(linear, left top, left bottom, from(#679010), to(#679010));
    background: -moz-linear-gradient(top, #679010, #679010);
    background: linear-gradient(to bottom, #679010, #679010);
}
.button_dloads:before {
    content:  "\0000a0";
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAED0lEQVRIiaWVS2hcVRjHf+dxZ/KyCXEam6YWtE1am0qlolgplFrR2i4sLhRUENwIIkVRdOVCcCMu1I0uXOlGcSM+cCciSqtBCdqH0baobdJkJo/OTGfua+45n4vJw9SZRPRb3MV3uP/f+f/v+c5VrFPDzw+/MFQY2ndtXxBO/nTylfTD9Oe13rfr6Ns92/c8ePz+4/sB1LI41NIaR08f/Rj4XwBSE1HJFlBqhSACkY/R3YJbb4frAZyOKGezKwBpOoizmM4uqP0nwGFyaCwzWGdCXfUllFIoJYsOFLFPyOfJ1Y7QBcAcMWP4a6XUtQ3APvDGwa+2bh68zVr01e5ix64tu7XWNF0IeIG00eDshV/iPj+YZQ04Mf7jS2de//Xtf+PAJr2l/qHtt/Z05gMqXhPqEtosAgDvFJkRdo2MdAS+h+nqNMmZUn+rMEyLni/Oz0b1mycO6g1ZXnIRPggRGyM2xemIVF8l4ipT0XnGF75h7Ovvxy68E79KyPy6gPeP7+1+8dixfT2X+4LZwvnhhe4i2jryOk+gAzJJKLtpLjVOU2lMc/vlbeUn3OHPXn74blueunTq9GRd1oxoYNPA46Ezb9yoO+j/YZRTey7it3XRa/rpNr00JMUog/WKwbFORha29nlfflZ1bvZH9g9PfHCyOLYWQG8c2vzIb5OTlGYuIwgDFwP0fQNsuuMWek2BRCI2uD56Pq+T/6PBtJ7Ce8/Gwg16eNfwY/DtKsCqiN587tBNo6M7Xxs78Z2pVGpEYUxSTymPz9CVu57dowcIohzjb31C/WyJLEmJwpiwHiNpxI7R0aFSce7dM7/PpS0d3LV35KG5hXJufnaBeuJQWi+vjb/3BZULNWbOnSOdncFqTbi4JiLMqCni1G156tED93z05cSnrQBaKX1ocHATTz7zNKIMQS4HSqFUcwi8CPreA+AzxDVojrVHvEMDuIRqLTwEtAQQl+eYnZ4gEwgCg9FLc7gyj0qt9JRSoCBKHTmjEBFCW8jafmQvEjeUIUyFSrG03BeRZXG1NM6o5q0HZM6zbecOyBKyzF1pC8icC3s78xAYXNYABar5WCItaa4q8Z6Ojjw4iOezajuAd86FpjOgJ7B0mp7lKET8CuCf+ohzmCBAcERRrdzWgctcaDu6aHiLc37l8lmnvHPYXJ60kRDWwrUAWc0EefBgJFgFUEo1j+1i/E1DAiL4LENZi9Kauflq24hI4riujEXZANHB6hjWcmAc2gQobZgslts7SMIojuKEDQMFTJBr/bdoUeI9WVQnSlI/M1dr76C8UK2ShFSn/8Ta5hwoGyzGYxHvEJHFqGTx+ApRlJCzhqRSrRWvhPHfNVftsXBdMFDosXeKrP+vblXOS/l8KT4BLN9FfwGdJvnQFiD8rwAAAABJRU5ErkJggg==") no-repeat left center transparent;
    padding: 4px 8px;
}

/* Buttons Tools - Version 10.2015 */
.button_pson_new {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px 6px 40px;
    border: 1px solid #4b74a6;
    border-radius: 5px;
    background: #7bbeff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7bbeff), to(#4b74a6));
    background: -moz-linear-gradient(top, #7bbeff, #4b74a6);
    background: linear-gradient(to bottom, #7bbeff, #4b74a6);
    text-shadow: #365377 1px 1px 1px;
    font: italic normal normal 14px arial;
    color: #ffffff;
    text-decoration: none;
	cursor:pointer;
	width: 265px;
}
.button_pson_new:hover,
.button_pson_new:focus {
    border: 1px solid ##6ba5ed;
    background: #94e4ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#94e4ff), to(#5a8bc7));
    background: -moz-linear-gradient(top, #94e4ff, #5a8bc7);
    background: linear-gradient(to bottom, #94e4ff, #5a8bc7);
    color: #ffffff !important;
    text-decoration: none;
}
.button_pson_new:active {
    background: #4b74a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b74a6), to(#4b74a6));
    background: -moz-linear-gradient(top, #4b74a6, #4b74a6);
    background: linear-gradient(to bottom, #4b74a6, #4b74a6);
}
.button_pson_new:before{
    content:  "\0000a0";
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACrUlEQVRIibWVzUtUYRTGf5o6NQ7RLIOkokBwpddqYRCu3OSuD6gUw4+GqG1kjVaEmtkmCistDHJqYfoHtNSlacVEC2vZIsicRGemO2bntLgf3hmv40d04HDf+86Z53nPc855L/xnK/C+9PZ1XwAGtgK0nFmu6ui8+SFvUG9ftyYSCd2sTU9Pa29ft9bXH68ACr2YRbkk4XCYZDKZtaeqroOioijK+Pg4NTVHMQwDwzCAnk/B4I7ykZHRz85/C8ljiiIqiIpNIKgIgiIipFIpAoEAAKlUiqtXrmMcqprJm4Fj/Y8f5OOmtbmNX6bJk8H+vHG+BKrKxchlSxIVRNXdVxEU61lVWcnc7CyTU28pAKIdN7h7r2cDBA6Io7sqCpb2qu5vpaWlBEqKqA3VkkgkAKiLR6lrQIFGI0bMl0BUGXj6KG/quXak+jDvGwsob4fAl2PExyaGYQ0CVGhrjYBgFRb7aaWBWBsoQnFRMelUkrnOgy54ZnJiHYnsVrRXtvaWVDadXRcls5RZBT7zFYDONQlElGdDgxuSpi4e9QU3YnStnYEKzedbsgvs6SDUivl+bd8q8I9lp2i687rLwfIdNLdbHBdB5Y8rl4g/ePntKb6FK7Ow1pyD5y+GNiVLKDJGcH818GYjBEJTQ9Oq7rEygh/xaBb4rlszlnQ+5iVw5RI8A+YZNkGYix7AiMGl3yYtxRCKjFrxkkVQCEguwcpahOGXw74nao/BuwYIRdrZtrvCbWHV9TMocfFVaThzbuVa8BT99ImTgCWVe8Paa49tB0xAfAms+97R3hm2FSB1Cbwx4iUIAku5BMsA6XSaPWV7fdNdz0zTdJZuPb0ES4sLi68e9t8/uyV02+Z/zo9gnx5yPvpYMu20PWi/F+W494SOLiaQBBY8vvwvB92w/QVR7x17JAvJlQAAAABJRU5ErkJggg==") no-repeat left center transparent;
    padding: 4px 8px;
}


.button_another {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 16px;
    border: 1px solid #cb4616;
    border-radius: 5px;
    background: #ff7223;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7223), to(#cb4616));
    background: -moz-linear-gradient(top, #ff7223, #cb4616);
    background: linear-gradient(to bottom, #ff7223, #cb4616);
    text-shadow: #7f2c0e 1px 1px 1px;
    font: italic normal normal 16px arial;
    color: #ffffff !important;
    text-decoration: none;
}
.button_another:hover,
.button_another:focus {
    border: 1px solid ##fe581b;
    background: #ff892a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff892a), to(#f4541a));
    background: -moz-linear-gradient(top, #ff892a, #f4541a);
    background: linear-gradient(to bottom, #ff892a, #f4541a);
    color: #ffffff;
    text-decoration: none;
}
.button_another:active {
    background: #cb4616;
    background: -webkit-gradient(linear, left top, left bottom, from(#cb4616), to(#cb4616));
    background: -moz-linear-gradient(top, #cb4616, #cb4616);
    background: linear-gradient(to bottom, #cb4616, #cb4616);
}
.button_another:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEx0lEQVRIia2VfWhVdRjHP/ecc7frvXvVtbeYzusLy5fJjHxBSVkGUkynJf4ziJQCq1mJEYJJEtEfEQUGEUqiQVR/aC++FtV0c7pw0ticOt3ddvd2d7fde3ffz73nnF9/nDO9hEmDHng48OP5fV+e5+H8ZGYY9QspXlfG6ifymSNpxMdUkjPFeGQ0vVVyXIw2C6P3rAg2faR2fr61+fud2bvKHDj+F4JfGsu+E7EhISKDQkSGhIj7hBi5JHqPbbv1aS3r/1kvzZhBCFBDVgYh5gd7Ie5tH1a9cuj9306+6NyVWa7M3IMBqTDoBiBMQpMZ16JNWS806l+GIh/49l7kHIA8U/iGFWKHOz+y1KZOQnYe6BroCdCToMWxF8yVKnKiz7Zdu/PVYIyEXF1EztPlLOwOMGlKenRsmZ/e4fJ3Lo12XcbmuUD27DngKAQtDloS0jFyy+a5SoJX9G9uqL/LR7ay9+CBhh92b3hs90s1tlWbK6by1ZiI3Q4SfBjhunlsyHOwTFGwJ5MqmudPXGXlYHeCljDdCLCl/BXHzg9+Yft6O4cb3nz9EK55Jl4qSHrCYwx6vf1To4Otnr6Ri8fbROvZXjwWx2ygsqqIqlef5OXnFlFb4S6VnOv3gK5bkgTqWBeb955ersRT6AQ8ILnuC7YXzpPcs+e7qTHcNVqooW7HoDE0MnwvMuFrudkz/uvRZlqavNzYd5Fz3jDvvZvn2+dUvWBzmkPXIdthZ0ERc5WbfnpEaABbbgUI40FXJGEusSTIKiqT3MWPL0YyFq+ondq1fafPaG/vurD+cPj5z65yePNyNpYagZWgmgSGDSbbkGQU5coQt6OBcXKLgyaBTZi7lbF+5keAAUjgsAWkrMlwFeaah6W8WbeR1JXoqgke6AZ1AGRQun0M+QPhUK4aKADjAbicAc60GwMxchf/tTEiMTTAOPgMS1atLdmCMQV6GsL3QA2ABFoaQ0kYhCZDqndBsLuAnCJANl1IwsS/70RH7+3H1x5nRCV8ooOPjzZQW19XeDy/ODsHtRcS45gDgLgfhsNMKIAWiOMhOVqN4QOnCxxOsNlBsmUsqI4oBmeNgjEmAgfXyO+459sXy0oaUnfN9trNFpKCgT5CV4fwKABjUbpRqEcRQBT0KGiAJJkp28AGSh4UFsLqpVQi0iBSpstsU/h0Jm5Ch5/LkaTpgA4fHQKwKdbYFEw1imGldSZbabMSzMEbFrgBWieMDKOd7OAIYCgAl/roSajgzLMA7KZNBJCTcSZbRJn/YGERqJBuBb8HzvRz8vwtLmOV0zXKkD9CqLKUAuwgpiDQbra1sBLk5UBJBomU4UAF0QfRFggmodlP076fOWBJNAlSOqHxMN5KOwViFMa7YVgQlUGJ9uNweSCnHLKrQCoFHCA00Ccg3gNTXkgJjDP9nNr/E28bBv5pg9PvgTY1yT29i2r/OPRp+PZfYE8gRvyNdTSuLWdjSYAcpQ2UWSBbm4wG0TTGjQDdx65z5Ewn3wLhjAY+eHCGE3SNhdj+V5yu106ze2CS64DReIqWHAdL6paxafVcnipyUZyloERUQnfG6fmxkz/u+GgFJqxpPDzqqlnzST0nnFm4/7UIHNbY8wAnM3wRJSBrJhf+S/wNbS430494JFMAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}
.in-progress-b, .in-progress-b:hover {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -webkit-linear-gradient(top, #76B32D, #72AA27);
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -moz-linear-gradient(top, #76B32D, #72AA27);
	background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -ms-linear-gradient(top, #76B32D, #72AA27);
	background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), -o-linear-gradient(top, #76B32D, #72AA27);
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #76B32D, #72AA27);
	-pie-background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), linear-gradient(top, #76B32D, #72AA27);
	background-repeat: repeat;
	-webkit-background-size: 40px 40px, 100% 100%;
	-moz-background-size: 40px 40px, 100% 100%;
	-ms-background-size: 40px 40px, 100% 100%;
	-o-background-size: 40px 40px, 100% 100%;
	background-size: 40px 40px, 100% 100%;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@-moz-keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@keyframes progress-bar-stripes {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

.progress_fvr {
	min-height: 113px;
	top:180px;
	position:absolute;
	width: 96%;
}
.progress_fvr .inside_txt {
	font-size: 12px;
    color: #3F7840;
    background-color: white;
    margin: 0px 3px;
    border-radius: 0px 0px 2px 3px;
    -webkit-border-radius: 0px 0px 2px 3px; 
    border: 1px solid #3F7840;
}

  
/* Button PS ONLINE */
#psonline {
	float: right;
	position: relative;
}
#psonline2 {
	position: relative;
}
#psonline a:link, #psonline a:hover, #psonline a:active, #psonline a:visited {
	color: white;
	text-decoration: none;
}
#psonline2 a:link, #psonline2 a:hover, #psonline2 a:active, #psonline2 a:visited {
	color: #8E23B1;
	text-decoration: none;
}
#psonline i.newps {
	background: url(images/newps.gif) 0 0 no-repeat;
	position: absolute;
	left:-90px;
	top:-5px;
	width:84px;
	height:40px;
}

.indiv_block {
	font-size: 18px;
    line-height: 25px;
    text-align: justify;
}
.indiv_block h1 {
	font-size: 21px;
    color: #f66e08;	
	margin-bottom: 30px;
}
  
/* Helper 2015 */			
#helper_step1, #helper_step2 {
    position: fixed;
    width: 160px;
    right: 50px;
    background-color: white;
    top: 50%;
    z-index: 30000;
    padding: 6px;
    border-radius: 10px;
	-webkit-border-radius:10px;
    box-shadow: 1px 1px 6px -1px rgba(0,0,0,1);
    -webkit-box-shadow: 1px 1px 6px -1px rgba(0,0,0,1);
	border: 1px solid #174b66;
	text-align: center;
}		
	.htitlee {
		font-weight: bold;
		font-size: 13px;
		padding-bottom: 2px;
		color: #29516b;
		border-bottom: 1px dashed #cdccce;
		margin-bottom: 5px;
		line-height: 16px;
		text-align: center;
		background-color: #e4f4ff;
		padding-top: 5px;
		border-radius: 4px 4px 0px 0px;
	}
	.footlee {
		border: 1px solid rgb(202, 202, 202);
		background-color: rgb(244, 242, 242);
		color: rgb(165, 15, 15);
		border-radius: 3px;
		font-size: 11px;
		padding: 4px 5px;
		line-height: 15px;
	}
	#helper_step1 .face {
		background: url(images/helper-step1.gif) 0 0 no-repeat;
		width: 150px;
		height: 95px;
		display: block;
	}
	#helper_step2 .face2 {
		background: url(images/helper-step2.gif) 0 0 no-repeat;
		width: 150px;
		height: 95px;
		display: block;
	}
	#helper_step1 .info, #helper_step2 .info {
		display: block;
		color: #0d435f;
		margin-left: 5px;
		line-height: 17px;
		padding-bottom: 10px;
	}
#helperfin {
	position:absolute;
	width:420px;
	left:10px;
	background-color:white;
	z-index:30000;
	padding:6px;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 6px -1px rgba(0,0,0,0.51);
	-webkit-box-shadow:1px 1px 6px -1px rgba(0,0,0,0.51);
	line-height: 15px;
	text-align: left;
	bottom:10px;
	opacity:0.96;
	border: 1px solid #0d435f;
    overflow: hidden;
    font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #29516b;
	height: 215px;
}
	#helperfin .helper-fin-face {
		background:url(/templates/fvr2014/images/helper-finish.gif) 0 0 no-repeat;
		width:150px;
		height:95px;
		display:block;
		float:left;
	}
	#infofin {
		font-size:13px;
		font-family:arial, verdana, tahoma;
		color:blue;
		line-height:8px !important;
	}	

			
.bs-callout {
	border-left:3px solid #eee;
	margin:20px 0;
	padding:20px;
}
.bs-callout h4 {
	margin-top:0;
	margin-bottom:5px;
}
.bs-callout p:last-child {
	margin-bottom:0;
}
.bs-callout code {
	background-color:#fff;
	border-radius:3px;
}
.bs-callout-danger {
	background-color:#fdf7f7;
	border-color:#d9534f;
}
.bs-callout-danger h4 {
	color:#d9534f;
}
.bs-callout-warning {
	background-color:#FFF3E4;
	border-color:#f0ad4e;
}
.bs-callout-warning h4 {
	color:#f0ad4e;
}
.bs-callout-info {
	background-color:#f4f8fa;
	border-color:#5bc0de;
}
.bs-callout-info h4 {
	color:#53A5DB;/*#5bc0de;*/
}
.bs-callout-success {
	background-color:#E0FCD9;
	border-color:#51a351;
}
.bs-callout-success h4 {
	color:#51a351;/*#5bc0de;*/
}

.bs-callout-blue1-fvr {
	background-color: #edf6fb;
    border-color: #99BDD0;
}
.bs-callout-blue1-fvr h4 {
	color:#0E5A70;
}


/* Clear Floats */
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0}

.clearfix {
  *zoom: 1}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""}

.clearfix:after {
  clear: both}

/* Floating & Alignment */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignleft {
	float: left
}	
.alignright {
	float: right
}
.text-right {
	text-align:right
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center;
}

/*-----------------------------------*/
/* General Styles */
/*-----------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#4f5e62;
	font-size:14px;
	line-height:1.6em;
	background:url(images/bg_middle.jpg) center 735px repeat-y #bdeeeb}

.body_wrap {
	width:100%;
	position:relative;
	/*background:url(images/bg_header.jpg) center top no-repeat;*/
	/*overflow-x:hidden*/
}
	
/* preload images in modern browsers*/
body:before {
	content:url(images/dropdown_bg.png) url(images/dropdown_dot.png);
	display:none;
}
	
::-moz-selection { 
	background: #7fd0e5;
	color: #fff;
	text-shadow: none
}
	
::selection {
	background: #7fd0e5;
	color: #fff;
	text-shadow: none
}
a {
	text-decoration:none;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
}
	
h1 {
    font-size: 2.57em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.70em!important;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.42em;
    margin: 1em 0;
}

h4 {
    font-size: 1.3em;
    margin: 1.33em 0;
}

h5 {
    font-size: 1.2em;
    margin: 1.6em 0;
}

h6 {
    font-size: 1.1em;
    margin: 1.5em 0;
}

h1 span, h2 span, h3 span ,h4 span, h5 span, h6 span {
	color:#f1541e
}

/* Form styles */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="reset"],
select,
textarea {	
	resize:none;
	background-color:#fff;
	font-size:15px;
	border:1px solid #d9d9d9;
	padding:13px 10px;
	color:#606060;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height:35px;
	line-height:35px}
	
/*	
input[type="reset"],
input[type="submit"],
input[type="button"], 
button{
	-webkit-appearance: button; 
    cursor: pointer; 
    *overflow: visible;	
	height:42px;
	display:inline-block;
	line-height:42px;
	border-radius:21px;
	-webkit-border-radius:21px;
	padding:0 23px;
	margin:10px 0 0 0;
	background:url(images/button_sprite.png) 0 0 repeat-x;
	color:#fff;
	font-size:16px;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	-webkit-box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	text-align:center;
	border:none
}	
*/

input.gsc-input {
	box-shadow: none!important;
}
.gsc-input-box {
	width:210px!important;	
}
.gsc-search-button-v2 {
    width: 116px!important;
    height: 33px;	
	padding-top: 9px!important;
}
form.gsc-search-box {
	margin-bottom:0px!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	font-size:26px!important;
}
.gsc-tabHeader.gsc-tabhActive, .gsc-tabHeader.gsc-tabhInactive {
	/*font-size:20px!important;*/
}
.gsc-table-cell-snippet-close {
	padding-left: 135px!important;
    width: auto!important;
    font-size: 18px;
}
.gs-result img.gs-image {
	max-width: 120px!important;
}
::-webkit-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color:#999;}


/* Custom checkboxes, radios */
.custom-checkbox,.custom-radio { position:relative; font-size:13px; text-shadow:0 1px 1px #fff;}

.custom-checkbox input,.custom-radio input { position:absolute; left:2px; top:5px; margin:0; border:none; width:1px; height:1px}
.custom-checkbox label, .custom-radio label { display:block; position:relative; line-height:1; padding:.4em 0 .3em 30px; margin:0 0 .3em; cursor:pointer; color:#3f4b56}
.custom-checkbox label span, 
.custom-radio label span {
	position:absolute;
	right:0;
	top:.4em}
	
.ie7 .custom-checkbox input {left:2px; top:7px}

.custom-checkbox label { background:url(images/styled_checkbox.png) no-repeat; }
.custom-radio label { background:url(images/styled_radiobutton.png) no-repeat; }
.custom-checkbox label,.custom-radio label { background-position:-10px -10px; }
.custom-checkbox label.checked,.custom-radio label.checked { background-position:-10px -206px; color:#3f4b56 }
.custom-checkbox label.hover,.custom-checkbox label.focus,.custom-radio label.hover,.custom-radio label.focus {}
.custom-checkbox label.checked.hover,.custom-checkbox label.checkedFocus {}
.custom-checkbox label.focus,.custom-radio label.focus { outline:0; }

/* animated preloader*/
.preloader { 
	background:url(images/loading.gif) center center no-repeat; 
	display:inline-block}
	
/* Media */
img.alignleft {
	margin:5px 20px 5px 0}
	
img.alignright {
	margin:5px 0 5px 20px}

.video_frame, .wp-caption{ 
	padding:0;
	margin:0}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;}

.wp-caption.alignleft {
    margin: 0px 40px 20px 0;}

.wp-caption.alignright {
    margin: 0px 0 20px 40px;}

p.wp-caption-text, .frame_caption {
	text-align:center;
	display:block;
	padding:10px 0;
	font-size:15px;
	margin:0 !important;}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    margin: 0;
    padding:10px 20px;
	font-style:italic;
	color:#aeb1b4}

/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/	
/*
.btn {
	height:42px;
	display:inline-block;
	line-height:42px;
	border-radius:21px;
	-webkit-border-radius:21px;
	padding:0;
	background:url(images/button_sprite.png) 0 0 repeat-x;
	color:#fff;
	font-size:16px;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	-webkit-box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	text-align:center;
	text-decoration:none;}

.btn span {
	display:block;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	padding:0 23px}
*/
.entry .btn {
	margin:5px 0;
	min-width:50px}

.entry .button_styled {
	padding:0 30px;
	min-width:68px}

.btn_big {
	height:42px;
	line-height:42px;}

.btn_big input,
.btn_big span {
	height:42px;
	line-height:42px;}

.btn_rss {
	width:190px;
	background-color:#f25720;
	margin:0;
	border-color:#d16546 #ca4e2a #ca5d3d #ca4e2a;
	text-shadow:0 1px 1px #666;}

.btn_rss span {
	background:url(images/icons/icon_rss2.png) 150px 11px no-repeat;
	text-align:left;}

.btn_rss:active {
	background-color:#e35b2c;}

/* Color Styled Buttons */
.btn_green {
	background-position:0 -42px}

/*-----------------------------------*/
/* Columns Styles */
/*-----------------------------------*/ 
.container {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	position:relative}

/* = Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha {margin-left:0 !important}
.omega {margin-right:0 !important}

/* Shortcode Columns (Max: 4 Cols, 5px left/right margin) */
.col {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px}

/* Columns, Full width page, Content: 960px
-------------------------------------------------- */
.col_1 {width:950px}
.col_1_2 {width:470px}
.col_1_3 {width:310px}
.col_2_3 {width:630px}
.col_1_4 {width:230px}
.col_3_4 {width:710px}

/* Columns inside ROW */
.row .col_1 {width:960px}
.row .col_1_2 {width:475px}
.row .col_1_3 {width:313px}
.row .col_2_3 {width:637px}
.row .col_1_4 {width:232px}
.row .col_3_4 {width:718px}

/* Columns, Page with Sidebar, Content: 540px 
--------------------------------------------------*/
/* Columns inside ROW */
.cols2 .content .row .col_1 {width:540px}
.cols2 .content .row .col_1_2 {width:265px}
.cols2 .content .row .col_1_3 {width:173px}
.cols2 .content .row .col_2_3 {width:357px}
.cols2 .content .row .col_1_4 {width:127px}
.cols2 .content .row .col_3_4 {width:403px}

.row .alpha, .col.alpha {
	margin-left:0}
.row .omega, .col.omega {
	margin-right:0}

/*-----------------------------------*/
/* Box styles */
/*-----------------------------------*/ 
.boxrow {
	margin-bottom:25px}
	
.boxrow .box {
	width:313px;
	float:left;
	margin:0 0 0 10px;
	text-align:center;}

.boxrow .box:first-child {
	margin-left:0}

.boxrow .box_bot {
	height:60px;
	padding:28px 10px 10px 10px;
	border-radius: 0 0 9px 9px;
	-webkit-border-radius:0 0 9px 9px;}

.boxrow .box_content {
	min-height:436px;
	border-radius: 9px 9px 0 0;
	-webkit-border-radius:9px 9px 0 0;}

.boxrow .box_content p {
	padding:0 25px}

.box_1 .box_content {
	background:url(images/box_sprite.png) 0 -98px no-repeat #fff}
.box_2 .box_content {
	background:url(images/box_sprite.png) -313px -98px no-repeat #fff}
.box_3 .box_content {
	background:url(images/box_sprite.png) -626px -98px no-repeat #fff}
	
.box_1 .box_bot {
	background:url(images/box_sprite.png) 0 0 no-repeat}
.box_2 .box_bot {
	background:url(images/box_sprite.png) -313px 0 no-repeat}
.box_3 .box_bot {
	background:url(images/box_sprite.png) -626px 0 no-repeat}

.box_1 .box_content,
.box_3 .box_content {
	padding:7px;}

.box_2 .box_content {
	padding:7px 0}

.boxrow h3 {
	margin:0 0 20px 0;
	font-family: 'Signika Negative', sans-serif;
	line-height:1em;
	font-weight:600;
	font-size:32px;
	text-align:center;}

.boxrow .box_1 h3 {
	color:#ce2802}
.boxrow .box_2 h3 {
	color:#b4b11b;
	margin-bottom:23px}
.boxrow .box_3 h3 {
	color:#fff;
	margin:20px 0 10px;
	text-shadow:0 1px 1px #6bc6e2;}

/* list numbers */
.list_numbers {
	background:url(images/box2_list_bg.png) center 0 no-repeat;
	height:400px;
	padding:30px 0 0 0}
	
.list_numbers ol {
	padding:0;
	counter-reset: li;
	text-align:left;
	margin:0 24px 0 21px;}

.list_numbers ol li {
	position:relative;
	list-style:none;
	display:block;
	border-left:3px solid #6fc3dd;
	border-top:1px dashed #e6e6e6;
	padding:10px 0 6px 68px;
	line-height:1.3em;
	background:url(images/arrows_sprite.png) 236px 25px no-repeat #fff}

.ie7 .list_numbers ol li {
	padding:10px 0 6px 21px;}

.list_numbers ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: 11px;
	top: 10px;
	width:42px;
	height:50px;
	background:url(images/icons/circle_sprite.png) 0 0 no-repeat;
	text-align:center;
	font-family: 'Signika Negative', sans-serif;
	font-size:28px;
	font-weight:600;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.35);
	line-height:42px;}

.list_numbers ol li:hover {
	background-color:#f9f9f9}

.list_numbers a {
	text-decoration:none;
	display:block;
	padding:5px 0 0 0;
	height:43px;}

.list_numbers li a strong {
	color:#717171;
	font-family: 'Signika Negative', sans-serif;
	font-size:17px;
	display:block;}

.list_numbers li a:hover strong {
	color:#444}

.list_numbers li a span {
	color:#a39871;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;}	

.list_numbers li.menu_blue {
	border-left:3px solid #6fc3dd;
	background-position:236px 25px}
.list_numbers li.menu_green {
	border-left:3px solid #4dc083;
	background-position:236px -25px}
.list_numbers li.menu_orange {
	border-left:3px solid #fb9b52;
	background-position:236px -75px}
.list_numbers li.menu_red {
	border-left:3px solid #ed6f3d;
	background-position:236px -125px}
.list_numbers li.menu_purple {
	border-left:3px solid #dd70e4;
	background-position:236px -175px}

.list_numbers li.menu_blue:before {background-position:0 0}
.list_numbers li.menu_green:before {background-position:0 -50px}
.list_numbers li.menu_orange:before {background-position:0 -100px}
.list_numbers li.menu_red:before {background-position:0 -150px}
.list_numbers li.menu_purple:before {background-position:0 -200px}
		
/* box with image */
.box_thumb {
	background:url(images/box1_thumb_bg.png) no-repeat;
	width:248px;
	height:194px;
	padding:25px 26px 31px 25px}

.box_thumb_round {
	background:url(images/box3_thumb_bg.png) no-repeat;
	width:299px;
	height:201px;
	padding:10px 0 31px 0 }

.ie7 .box_thumb_round,
.ie8 .box_thumb_round {
	background:none}

.ie7 .box_thumb_round img,
.ie8 .box_thumb_round img {
	border:1px dashed #cecece;
	padding:5px;
	background:#fff}

.box_thumb_round img {
	-webkit-border-radius: 999px; 
	-o-border-radius: 999px; 
  	border-radius: 999px;
	overflow:hidden;}

.staff_title {
	font-family: 'Signika Negative', sans-serif;
	font-size:15px;
	border-bottom:1px solid #ededed;
	display:inline-block;
	padding-bottom:7px}

.staff_title strong {
	font-size:24px;
	font-weight:600;
	color:#000}

.staff_title .subtitle {
	color:#1e8ba7}

/* big button in mid */
.big_button_box {
	background:url(images/button_box_bg.png) no-repeat;
	width:520px;
	height:129px;
	position:relative;
	margin:0 auto;
	padding:33px 0 0 0}

.big_button_box a {
	display:block;
	background:url(images/button_big.png) 0 0 no-repeat;
	width:403px;
	height:78px;
	text-align:center;
	font-size:30px;
	font-family: 'Nunito', sans-serif;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	line-height:62px;
	margin:0 auto}

/* bottom news and testimonials */
.bottom_boxes .box {
	width:475px;
	height:167px;
	float:left;
	position:relative;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;}

.bottom_boxes .box .ribbon {
	width:141px;
	height:177px;
	position: absolute;
	top:-3px;
	left:24px;
	z-index:2;
	text-align:center;}

.box_circle_date {
	background:url(images/box_sprite_2.png) 0 bottom no-repeat;}
	
.box_circle_photo {
	background:url(images/box_sprite_2.png) -475px bottom no-repeat;
	margin-left:10px}

.box_circle_date .ribbon {
	background:url(images/ribbon_date.png) no-repeat;
	color:#fff998;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	font-size:16px;
	font-family: 'Signika Negative', sans-serif;}
	
.box_circle_date strong {
	color:#fff;
	display:block;
	font-size:58px;
	line-height:0.7em;
	margin:57px 0 0 0;}

.bottom_boxes .box_content {
	margin:22px 30px 10px 185px}
	
.box_circle_date h2 {
	font-family: 'Signika Negative', sans-serif;
	font-size:25px;
	margin:0;
	line-height:1.1em;
	font-weight:600;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden}

.box_circle_date p {
	line-height:1.4em;
	font-size:13px;
	color:#606060;
	display:block;
	height:55px;
	overflow:hidden;
	text-overflow:ellipsis;}

.box_circle_date h2 a {
	color:#000}

.box_circle_date h2 a:hover,
.box_circle_date .link_more:hover {
	color:#f86625}

.box_circle_date .link_more {
	color:#3db0d3;
	font-family: 'Signika Negative', sans-serif;
	font-size:19px;}
	
.box_circle_photo .ribbon span{
	background:url(images/ribbon_photo.png) no-repeat;
	z-index:3;
	display:block;
	width:141px;
	height:177px;
	position: absolute;
	top:0;
	left:0;}

.box_circle_photo .ribbon img {
	margin-top:33px}

.box_circle_photo .box_content {
	margin:22px 30px 10px 185px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;}
	
.box_circle_photo p {
	color:#754e25;
	font-size:14px;
	display:block;
	height:90px;
	overflow:hidden}	

.box_circle_photo .author {
	color:#97951e;
	font-size:18px;}

/*-----------------------------------*/
/* Borders & Dividers */
/*-----------------------------------*/ 
.border {
	border:1px solid #ebebeb}

.divider_space, .divider_space_thin, 
.divider, .divider_thin {
	clear:both;
	display:block;
	margin-bottom:40px;
	padding-top:40px;
	width:100%}

.divider_space_thin {
	margin-top:10px;
	margin-bottom:10px}
	
.divider_thin {
	margin-bottom:15px;
	padding-top:15px;
	background:url(images/dot_line_hor.png) bottom repeat-x}

.divider{
	background:url(images/dot_line_hor.png) bottom repeat-x}

/*===================================================*/
/* 2. SITE STRUCTURE */
/*===================================================*/
/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
.header-fix {	
	display:none;
	width: 100%;
	height: 106px;
	position: fixed;
	z-index: 170;
	background: url(images/header_image_fix-.png) center 0px no-repeat;
}
.header-fix .container {
	padding-top: 5px;
}
.sunbeam-fix {
	position:absolute;
	z-index:3;
	left:-160px;
	top:-35px;
	background:url(images/header_sunbeam.png) no-repeat;
	width:225px;
	height:185px
}
	
.header {
	width:100%;
	height:459px;
	/*position:relative;
	z-index:10;*/
	background:url(images/header_image.png) center 40px no-repeat;
}

.header .container {
	padding-top:350px}

.new-year-logo {
	position: absolute;
	z-index: 35;
	left: -2px;
	top: 32px;
	background: url(images/small-new-year.png) no-repeat;
	width: 252px;
	height: 224px;
}
.love-logo {
	position: absolute;
	z-index: 35;
	left: -37px;
	top: -41px;
	background: url(images/love-logo.png) no-repeat;
	width: 305px;
	height: 250px;
}
	
.sunbeam {
	position:absolute;
	z-index:3;
	left:-160px;
	top:310px;
	background:url(images/header_sunbeam.png) no-repeat;
	width:296px;
	height:185px}

.rocket {
	background:url(images/header_rocket.png) no-repeat;
	width:260px;
	height:248px;
	position:absolute;
	z-index:2;
	right: -86px;
	top: 347px;
}

.logo {
	overflow: hidden;
	height: 50px;
	width: 294px;
	float: left;
	margin: 5px 10px 0 40px;
	z-index: 6;
	position: relative;
}

.logo img {
	max-width:100%}

/* animated elements */
.top_stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 470px;
	overflow: hidden;
	z-index:1;
}
#top_clouds {
	background:url(images/header_clouds.png) 0 40px repeat-x transparent;
	z-index:1
}
#top_rain {
	background:url(images/fly_rain_cloud.png) 0 0 no-repeat;
	position: absolute;
	left:59%;
	top:125px;
	width: 190px;
	height: 192px;
	z-index: 2;
}
#top_kite {
	background:url(images/kite_top.png) 0 0 no-repeat;
	position: absolute;
	left:400px;
	top:40px;
	width: 240px;
	height: 60px;
	z-index: 3;}

#top_search {
	position: absolute;  
	right: 65px;    
	width: 365px;  
	height: 60px;
	z-index: 3;
	top: 235px;
}
#top_search .ins_div {
		background-color: white;
		border: 1px solid #eea236;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 10px;
		box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.48);
		-webkit-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.48);
}
	
#mid_bird {
	/*background:url(images/fly_bird_left.png) 0 0 no-repeat;*/
	width:174px;
	height:158px;
	position:absolute;
	top:545px;
	left:-95px; 
	z-index:100;}

#mid_baloon {
	background:url(images/fly_balloon.png) 0 0 no-repeat;
	width:235px;
	height:245px;
	position:absolute;
	top:580px;
	right: -151px; /*-179px for baloon2 */
	z-index:100;
}

/*-----------------------------------*/
/* Topmenu */
/*-----------------------------------*/
/* topmenu Dropdown */
#topmenu {
	min-height:30px;	
	padding:0px 30px 0 240px;	
	margin:0;
	position:relative;
	z-index:5;}

.ie7 #topmenu {
	padding:0px 40px 0 0;
	margin:0}

.ie7 .dropdown {
	float:left}

.topmenu_inner {
	float:right;
	background:url(images/topmenu_full.png) right -60px no-repeat;
	padding-right:20px}

.topmenu_inner_soc {
	float: right;
    line-height: 60px;
    padding: 0 20px 0 20px;}

.dropdown {
	background:url(images/topmenu_full.png) left 0 no-repeat;
	height:60px;
	line-height:55px;
	padding:0 0 0 20px !important;
	z-index:1300;
	margin:0;
	padding:0;
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	font-size:21px;
	font-weight:500;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);}

.dropdown li {
	display:block;
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:3px 7px 2px 25px;
	height:55px;
	background:url(images/topmenu_line.png) left center no-repeat}

.dropdown li.first,
.dropdown li:first-child {
	padding-left:7px;
	background:none}

.dropdown li a {
	display:block;
	color:#fff;
	height:55px;
	text-decoration:none}

.dropdown .menu-level-0.last {
	margin:0}

.dropdown li a span {
	display:block}

.dropdown li a:hover {
	color:#777201;
	text-shadow:0 1px 1px #fffed6;}

.dropdown .current-menu-item a,
.dropdown .current-menu-ancestor a {
	color:#777201;
	text-shadow:0 1px 1px #fffed6;}

.dropdown li ul li:hover a,
.dropdown li:hover li ul li:hover a,
.dropdown .current-menu-ancestor .current-menu-item a,
.dropdown .current-menu-ancestor .current-menu-ancestor a,
.dropdown .current-menu-ancestor .current-menu-ancestor .current-menu-item a {
	color:#fdeb8d;} 
	
.dropdown li:hover li a,
.dropdown li:hover li ul li a,
.dropdown .current-menu-item li a,
.dropdown .current-menu-ancestor li a,
.dropdown .current-menu-ancestor .current-menu-item li a,
.dropdown .current-menu-ancestor .current-menu-ancestor li a,
.dropdown li ul li ul li a{
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.40);}

.dropdown li ul {
	margin:0;
	padding:0;
	text-shadow:none;	
	line-height:1em;
	font-weight:400;
	font-size:15px;}

.dropdown li ul.submenu-1 {
	display:none;
	position: absolute;
	top: 58px;
	left: 11px;
	z-index: 1308;
	padding: 0;
	background: url(images/dropdown_bg.png) 0 0 repeat;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.30);
}

.dropdown li.parentHover {}
	
.dropdown li ul li {
	display: block;
	float: none;
	width: 275px;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px dashed #F79F46;
	background: url(images/dropdown_bg.png) 0 0 repeat;
}
.dropdown li ul li ul li {	
	display: block;
	float: none;
	width: 285px;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px dashed #F79F46;
	background: url(images/dropdown_bg.png) 0 0 repeat;
}

.dropdown li ul li#enter_s {	
	display: block;
	float: none;
	width: 250px;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px dashed #F79F46;
	background: url(images/dropdown_bg.png) 0 0 repeat;
	border-radius: 0px 0px 15px 15px;
}


.dropdown li ul.submenu-1 li {
	line-height:1em}

.dropdown li ul li ul {	
	z-index: 1309}

.dropdown li ul,
.dropdown li ul li ul,
.dropdown li ul li ul li ul {
	display:none}
	
.dropdown li ul li:hover>ul {
	display:block;
	position:absolute;
	top:0px;
	left: 245px;
	padding:0}

.dropdown li ul li.first:hover>ul {
	top:2px}

.dropdown li.last ul li:hover>ul {
	left:-160px;
	padding:0 2px 0 0}

.dropdown li ul li ul li {
	padding:0;
	float:left;
	clear:both;
	border-left:2px dotted #F79F46;
	/*width:160px*/
}
	
.dropdown li ul li.first {
	background:url(images/dropdown_bg.png) 0 0 no-repeat;
	padding:0
}
.dropdown li ul li ul li.first {
	background:url(images/dropdown_bg.png) 0 0 repeat;
	padding:0
}

	/*
.dropdown li ul li ul li.last {
	border-radius: 0 0 15px 15px;
}
*/
.dropdown li ul li.last {
/* 	background:url(images/dropdown_bg.png) 0px 0px no-repeat; */
	border-radius: 0 0 15px 15px;
}

.dropdown li ul li a {
	display:block;
	color:#fff;
	height: auto;
	line-height:1.2em;
	padding:3px 29px 3px 20px;
	background:url(images/dropdown_bg.png) -480px bottom no-repeat;
	text-shadow:0 1px 1px rgba(0,0,0, 0.40);}
	
.dropdown li ul li ul li a {
	display:block;
	color:#fff;
	height: auto;
	line-height:1.2em;
	padding:3px 29px 3px 20px;
	background:url(images/dropdown_bg.png) -480px bottom no-repeat;
	text-shadow:0 1px 1px rgba(0,0,0, 0.40);}

.dropdown li ul li.first a {
	padding-top:17px}
.dropdown li ul li.last a {
	background:none;
	padding-bottom:20px
}

.dropdown li ul li a span {
	background:url(images/dropdown_dot.png) 2px 4px no-repeat;
	padding-left:18px}

.dropdown li a:hover span {
	cursor:pointer}

.ie7 .dropdown ul li {
	float:left;}

/*-----------------------------------*/
/* Header Sliders */
/*-----------------------------------*/
.header_slider {
	position:relative;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto 15px auto;
	width:940px;
	height:356px;
	border:10px solid #fff}

.header_slider .banner ul {
	list-style:none;
	padding:0;
	margin:0}

.header_slider .banner img {
	border-radius:10px;
	-webkit-border-radius:10px;}

.slide_descr,
.slide_line {
	width:360px;
	text-shadow:0 1px 1px rgba(0,0,0, 0.35);
	font-size:15px;
	color:#fff;
	line-height:1.4em;}

.slide_descr {
	height:5.4em;
	overflow:hidden}
	
.slide_title1,
.slide_title2 {
	font-family: 'Signika Negative', sans-serif;
	font-weight:600;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	line-height:1.1em;}

.slide_title1 {
	font-size:29px;
	color:#fffbdf}
.tp-caption.slide_title2 {
	font-size:49px;
	color:#fff;}

.slide_descr {
	white-space: normal !important;}

.slide_line {
	height:2px;
	background:#fff08c;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);}

.btn_slider {
	height:42px;
	display:inline-block;
	line-height:42px;
	border:3px solid #c1e6eb;
	border-radius:21px;
	-webkit-border-radius:21px;
	padding:0 35px;
	background:url(images/button_sprite.png) 0 0 repeat-x;
	color:#fff;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	-webkit-box-shadow:  0px 10px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 10px 5px 0px rgba(0, 0, 0, 0.2);}

.btn_slider span {
	display:block;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);}

.btn_slider:hover {
	background-position:0 -42px}

.header_slider .tp-leftarrow.default,
.header_slider .tp-rightarrow.default {background:url(images/slider_arrows.png) no-repeat 0 0; width:56px; height:56px;}

.header_slider .tp-rightarrow.default {
	background-position:right top}

.header_slider .tp-leftarrow:hover {background-position:left -56px;}
.header_slider .tp-rightarrow:hover{background-position:right -56px;}
.header_slider .tp-leftarrow:active {background-position:left -112px;}
.header_slider .tp-rightarrow:active {background-position:right -112px;}
	
/*-----------------------------------*/
/* Middle content */
/*-----------------------------------*/
/* Layout: Full Width, Sidebar Left, Sidebar Right */
#middle {
	clear:both;
	position:relative;
	z-index:2;}

.content_wrapper {
	/*background:url(images/content_bg_top.png) 0 0 no-repeat #fff;*/
	background-color:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	min-height:600px;
	padding:21px 0 50px 0;}

/* sidebar right */	
#middle .content {
	width:568px;
	float:left;
	margin:0 0 0 62px}

#middle .sidebar {
	margin: 25px 0;
	clear: both;
	/*padding-top: 40px;*/
}

/* sidebar left */
#middle.sidebar_left .content {
	width:568px;
	float:right;
	margin:0 62px 0 0}

#middle.sidebar_left .sidebar {
	width:268px;
	float:left;
	margin:0 0 0 62px}

#middle.full_width .content{
	width:910px;
	float:none;
	margin:20px auto 0;}

.blogpage .content {
	background:url(images/dot_line_vertical.png) right 0 repeat-y}
.blogpage.sidebar_left .content {
	background:url(images/dot_line_vertical.png) left 0 repeat-y}

.title_top {
	background:url(images/content_title_line.png) 0 bottom no-repeat;
	padding: 0px 160px 30px 25px;
	margin-bottom:24px;
	position:relative;
}

.title_top h1,
.title_top strong {
	display:block;
	line-height:1.1em;
	margin:0;
	font-family: Helvetica, Arial;
	font-size: 30px;
	text-shadow: 1px 1px 0px #fff, 1px 1px 2px rgba(0,0,0,0.22);
	font-weight:normal;
	color:#8CA000}

.page .title_top {
	background:none;
	margin-bottom:5px}

.text_style1 {
	font-family: 'Nunito', sans-serif;
	font-size:18px;
	color:#66350a;
	font-weight:normal;}

/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
#bottom_bee {
	position:absolute;
	left:858px;
	bottom:-10px;
	z-index:10;
	background:url(images/fly_bee.png) no-repeat;
	width:40px;
	height:48px}
	
.footer {
	/*background:url(images/bg_footer.png) center top no-repeat transparent;*/
	margin-top:-680px;
	position:relative;
	z-index:1}

.footer .inner {
	background:url(images/footer_image.png) center top no-repeat;
	height:843px}

.footer .container {
	position:relative;
	height:843px}

.copyright {
	position:absolute;
	top:768px;
	left:243px;
	width:500px;
	font-size:15px;
	text-align:center;
	color:#0b242c}

.copyright .copy {
	color:#fff998;
	font-size:16px;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	display:block;
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	height:30px;
	margin-bottom:12px}

.copyright a {
	color:#0b242c;
	text-decoration:none;}

.copyright a:hover {
	color:#3db0d3}

.help-site-footer {
    position: absolute;
    top: 345px;
    left: 220px;
    width: 550px;
    font-size: 15px;
    text-align: center;
    color: #0b242c;
    z-index: 0;
}
.help-site-inside {
    width: 550px;
    font-size: 15px;
    text-align: center;
    color: #0b242c;
    z-index: 0;
	margin:20px auto 0;
}
.help-site-top-inside {
    font-size: 15px;
    color: #17558e;
    z-index: 0;
}
.help-site-top-inside div.thanks {
	width: 410px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #17558e;
}
.help-site-payform {
    width: 545px;
    padding: 15px 0;
    background-color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid rgba(23, 85, 142, 0.46);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
}
.footer-robo-form {
    width: 545px;
    padding: 15px 0px;
    background-color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #0971CE;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.42);
}
/*===================================================*/
/* 3. EXTENDED TYPOGRAPHY and SHORTCODES
/*===================================================*/
/*-----------------------------------*/
/* Typographic Elements */
/*-----------------------------------*/
/* Framed boxes */
.frame_left, .frame_right, .frame_center, .frame_box {
	margin:0;
	display:inline-block;
	position:relative}

.frame_box {
	display:inline-block;
	margin-bottom:15px;
	max-width:100%}

.frame_box img {
	width:auto;
	max-width:100%;
	height:auto}

.frame_left {
	float:left;
	display:block;
	margin:5px 20px 5px 0}

.col_1_2 .frame_left {
	margin:5px 10px 5px 0}
	
.frame_right {
	float:right;
	display:block;
	margin:5px 0 5px 20px}

.frame_center {
	border:none;
	display:block;
	margin:0 auto 20px auto;
	text-align:center}

.frame_left img, .frame_right img, .frame_center img {
	border-bottom:1px solid #bbbbbb;
	padding:6px;
	background:#fff}

/* quote left/right */		
.quote_right, .quote_left, .quote_center, blockquote {
	float:right;
	font-size:16px;
	font-style:italic;
	color:#f35d29;
	width:37%;
	padding:3px 0 3px 30px;
	line-height:1.5em;
	font-weight:500}

.quote_left {
	float:left;
	padding:3px 30px 3px 0}

.quote_center, blockquote {
	float:none;
	display:block;
	width:100%;
	margin:20px auto;
	padding:0}

.frame_quote {
	background:#f2f2f2;
	margin:5px 0 20px;
	border:1px solid #e6e6e6;
	padding:15px 20px;
	border-radius:3px;
	-webkit-border-radius:3px}

.frame_quote blockquote {
	margin:0;
	line-height:1.5em}

.frame_quote blockquote .inner {
	padding:2px 15px;
	font-size:15px;
	font-weight:500;}

.frame_quote blockquote {
	color:#f35d29;
	font-style:italic;
	font-weight:normal}

.code {
	background:#fff;
	width:100%}
	
/*-----------------------------------*/
/* Custom Lists Styles */
/*-----------------------------------*/
.entry ul {
	margin:10px 0 15px 30px;
	padding:0}

.entry ul li {
	/*margin-bottom:5px;*/
	list-style:disc}

.entry .list_dots ul,
.entry .list_square ul{
	margin:0 0 20px 0}

.entry .list_dots li {
	list-style:none;
	margin:0 0 10px 0;
	line-height:23px;
	padding:0 0 0 30px}

.entry .list_dots li,
.entry .list_square li {
	list-style: disc;
	padding:0;
	margin:0 0 10px 30px}
.entry .list_square li {
	list-style:square}

/*-----------------------------------*/
/* Testimonials */
/*-----------------------------------*/
/* testimonials list */	
.testimonials .author-description {
	height: auto;
	min-height:195px;
	margin:0 5px 30px 5px;
	padding:0 20px}

.testimonials .author-description .author-image {
	position:relative;
	float:left;
	top:0;
	left:0;
	margin:0 25px}

.testimonials .photo_right .author-image {
	float:right;}

.testimonials .author-description .author-text {
	background:url(images/testimonial_bg.png) -826px bottom no-repeat;
	padding:10px 40px 30px 0px;}

.testimonials .author-description .author-text p {
	height:auto}
	
.testimonials .photo_right .author-text {
	text-align:right;
	background-position:0 bottom}

/*-----------------------------------*/
/* Text Highlights */
/*-----------------------------------*/
.highlight_yellow {
	background:#f2d220;
	color:#fff}

.highlight_brown {
	background:#7b5635;
	color:#fff}

.highlight_blue {
	background:#3e6ace;
	color:#fff}

.highlight_black {
	background:#262626;
	color:#fff}

.highlight_purple {
	background:#8235ca;
	color:#fff}

.text_notice {
	font-style:italic;
	color:#5a636c;
	text-align:center;
	width:555px;
	margin:0 auto}
	
/*===================================================*/
/* 4. EXTENDED ELEMENTS */
/*===================================================*/
/*-----------------------------------*/
/* Newsletter box */
/*-----------------------------------*/
.newsletterBox h3 {
	margin-bottom:20px}

.newsletterBox .inputField {
	float:left;
	width:200px;
	padding:12px 10px;
	margin:0 0 5px 0;
	background:url(images/icons/field_icons.png) 0 7px no-repeat;
	text-indent:40px;}

.newsletter_text {
	display:inline;
	margin-left:20px}

.newsletter_text .link-news-rss {	
	color:#f66e08;
	font-size:14px;
	background:url(images/icons/icon_rss.png) 0 1px no-repeat;
	padding-left:21px;
	line-height:18px;
	text-decoration:underline;
	display:inline-block;}

/*-----------------------------------*/
/* Staff list */
/*-----------------------------------*/
.staff_item {
	float:left;
	width:240px;
	min-height:420px;
	background:url(images/dot_line_hor.png) bottom repeat-x;
	padding:0 58px 30px 0;
	margin:0 0 30px 0;
	text-align:center;}

.staff_item.every_3rd {
	padding-right:0}

.staff_item  .staff_thumb {
	width:240px;
	height:240px;
	background:url(images/staff_item_bg.png) 0 0 no-repeat;
	padding:0;
	margin-bottom:5px}

.staff_item .staff_thumb img {
	-webkit-border-radius: 999px; 
	-o-border-radius: 999px; 
  	border-radius: 999px;
	overflow:hidden;
	margin-top:10px}

.ie7 .staff_item .staff_thumb,
.ie8 .staff_item .staff_thumb {
	background:none}

.ie7 .staff_item .staff_thumb img,
.ie8 .staff_item .staff_thumb img {
	border:1px dashed #cecece;
	padding:4px;
	background:#fff}

/* Styled ordered list */
.list_ordered {
	padding:30px 0 10px 0}
	
.list_ordered ol {
	padding:0;
	counter-reset: li;
	margin:0 0 0 55px}

.list_ordered ol li {
	padding:10px 0 0 0;
	position:relative;
	list-style:none;
	*list-style: decimal;}

.list_ordered ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -55px;
	top: 0;
	width:42px;
	height:50px;
	background:url(images/icons/circle_sprite.png) 0 0 no-repeat;
	text-align:center;
	font-family: 'Signika Negative', sans-serif;
	font-size:28px;
	font-weight:600;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0, 0.35);
	line-height:42px;}

.list_ordered li.nr2:before {background-position:0 -50px}
.list_ordered li.nr3:before {background-position:0 -100px}
.list_ordered li.nr4:before {background-position:0 -150px}
.list_ordered li.nr5:before {background-position:0 -200px}
	
.list_ordered h2,
.content .list_ordered h2 {
	font-family: 'Nunito', sans-serif;
	font-size:22px;
	color:#000;
	font-weight:normal;
	margin:0 0 5px 0;
	text-shadow:none;}

.list_ordered p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#505050;
	text-shadow:none;}

.link_view {
	position:absolute;
	right:0;
	top:10px;
	color:#a29e02 !important;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:none;}

.link_view:hover {
	color:#f66e08 !important;}

/*===================================================*/
/* 5. WIDGETS STYLES */
/*===================================================*/
 /* Sidebar Widget Container  */
.sidebar .widget-container,
.content .widget-container {
	position:relative !important;
	line-height:1.4em;
	color:#8e8071;
	padding:0;
	*zoom: 1}
	
.widget-container:before,
.widget-container:after {
	display: table;
  	line-height: 0;
  	content: ""}
.widget-container:after {
	clear:both}

.sidebar .widget-container {
	padding:0px 0 20px 25px;
	background:url(images/dot_line_hor.png) bottom repeat-x}

.sidebar .widget-container.first {
/*	
	padding-top:0
*/
}

.content .widget-container .widget-title,
.content .widget-container h3,		
.sidebar .widget-container .widget-title,
.sidebar .widget-container h3{
	font-family: 'Nunito', sans-serif;
	font-size:21px;
	line-height:1.1em;
	color:#f66e08;
	font-weight:normal;
	padding:0;
	margin:5px 0px 10px 0px;
	text-shadow: 1px 1px 0px #fff, 1px 1px 2px rgba(0,0,0,0.22);
}

.content .widget-container .widget-title a.catn {
	color: #a29e02;
}

.sidebar .widget-container ul {
	margin:0;
	padding:0}

.sidebar .widget-container li{
	list-style:none;}

.sidebar .widget-container li ul {
	padding-left:15px;}

.sidebar .widget-container li a,
.content .widget-container li a {
	color:#a29e02}

.sidebar .widget-container li a:hover,
.content .widget-container li a:hover {
	color:#f66e08}

.sidebar .widget-container .current-menu-item a,
.sidebar .widget-container .current-menu-ancestor a,
.sidebar .widget-container .current-menu-item li a:hover,
.sidebar .widget-container .current-menu-ancestor li a:hover,
.sidebar .widget-container .current-menu-ancestor .current-menu-item a {
	color:#f66e08;}
	
.sidebar .widget-container .current-menu-item li a,
.sidebar .widget-container .current-menu-ancestor li a {
	color:#a29e02;}

.sidebar .widget-container ul li ul{
	margin:7px 0 0 0}

.sidebar .widget-container ul li ul li{
	margin-bottom:7px}

.sidebar .widget-container ul li ul li ul{}
.sidebar .widget-container ul li ul li ul li {}

/* subscribe_btn */
.subscribe_btn {
	text-align:center;}
.subscribe_btn .btn {
	margin:5px auto}

/* widget_nav_menu  */
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.widget_links ul,
.widget_meta ul,
.widget_pages ul {
	padding:0;
	font-family: 'Nunito', sans-serif;
	font-size:17px;}
	
.widget_nav_menu li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_pages li,
.widget_archive li  {
	margin:0 0 15px 0;
	position:relative;
	line-height:1.1em;}

.widget_nav_menu li ul,
.widget_categories li ul,
.widget_links li ul,
.widget_meta li ul,
.widget_pages li ul,
.widget_archive li ul {
	font-size:15px;}

.widget_nav_menu .current-menu-item,
.widget_categories .current-menu-item,
.widget_links .current-menu-item,
.widget_meta .current-menu-item,
.widget_pages .current-menu-item {}

.sidebar .widget-container.widget_nav_menu li a,
.sidebar .widget_categories li a,
.sidebar .widget_archive li a,
.sidebar .widget_links li a,
.sidebar .widget_meta li a,
.sidebar .widget_pages li a {
	display:block;
	color:#673509;}

.sidebar .widget-container.widget_nav_menu a:hover,
.sidebar .widget-container.widget_nav_menu .current-menu-item li a:hover,
.sidebar .widget-container.widget_categories a:hover,
.sidebar .widget-container.widget_categories .current-menu-item li a:hover,
.sidebar .widget-container.widget_archive a:hover,
.sidebar .widget-container.widget_links a:hover,
.sidebar .widget-container.widget_meta a:hover,
.sidebar .widget-container.widget_pages a:hover{
	color:#f25c24;}
	
.sidebar .widget-container.widget_nav_menu li ul li a,
.sidebar .widget-container.widget_nav_menu .current-menu-item li a,
.sidebar .widget-container.widget_categories li ul li a,
.sidebar .widget-container.widget_categories .current-menu-item li a {
	color:#827468;
	background:none}

.sidebar .widget_categories li a {
	background:url(images/arrows_sprite.png) right -247px no-repeat;}

.sidebar .widget_categories li a:hover {
	background-position:right -147px;}

/* widget featured posts / from category */	
.widget_featured_posts {
	font-family: 'Cabin', sans-serif;
	font-size:13px;
	line-height:1.5em;}

.widget_featured_posts ul {
	margin:0 !important}

.widget_featured_posts .post-title {
	font-size:20px;
	line-height:1.1em}

#middle .widget_featured_posts .post-title {
	min-height:70px !important}

.widget_featured_posts .post-image {
	padding:5px 0;
	max-width:100%}

.widget_featured_posts .post-title a {
	color:#26363d}

.widget_featured_posts .post-title a:hover {
	color:#f25821}

.widget_featured_posts .post-item .post-meta,
#middle .widget_featured_posts .post-item .post-meta {
	margin:5px 0}

.widget_featured_posts .post-descr {
	color:#808080}

#middle .widget_featured_posts .post-more a {
	-webkit-box-shadow: none;
	box-shadow:  none;
	background-color:#f0f0f0;
	border-color:#e6e6e6;
	font-size:11px}
#middle .widget_featured_posts .post-more a span {
	color:#26363d;
	text-shadow:0 1px 1px #fff;
	font-weight:bold}
#middle .widget_featured_posts .post-more a:hover {
	-webkit-box-shadow: 0 1px 1px 0 #c0c0c0;
	box-shadow: 0 1px 1px 0 #c0c0c0;
	background-color:#06af61;
	border-color:#008b6a}
#middle .widget_featured_posts .post-more a:hover span {
	color:#00341b;
	text-shadow:0 1px 1px #76d9ac;}

/* Widget baner */
.widget_baners p {
	margin:0 0 30px 0}

.widget_baners p img {
	border:5px solid #f1f4f4;
	-webkit-box-shadow: 0px 7px 10px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px 10px -7px rgba(0, 0, 0, 0.3);}

/* Widget Latest Twitter  */	
.widget_twitter .tweet_image {
	float:left;
	width:30px;
	height:30px;
	margin:5px 10px 0 0}

.widget_twitter .tweet_image img {
	width:30px;
	height:30px}
	
.widget_twitter .tweet_item {
	clear:both;
	padding:15px 0}

.widget_twitter .tweet_item:first-child {
	padding-top:0}

.widget_twitter .tweet_text {
	float:left;
	width:178px}

.sidebar .widget_twitter .tweet_text {
	width:190px}

.sidebar .widget_twitter .tweet_time {
	display:block;
	color:#f2551f;
	font-style:italic;
	padding-top:5px;
	font-size:12px;}

.widget_twitter .tweet_text .inner{
	line-height:1.2em}

.widget_twitter .tweet_item a {
	color:#39b4ed}

/* Widget Calendar  */
.widget-container.widget_calendar {
	border-radius:5px;
	-webkit-border-radius:5px;}

#calendar_wrap {
	border-radius:5px;
	-webkit-border-radius:5px;}
	
.widget_calendar table {
	border-collapse: collapse; 
	border-spacing:0; 
	width:100%; 
	padding:2px 0; 
	margin:0 0 10px 0; 
	border:1px solid #ebdcd0;
	background:#ffffff;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8e8071;
	position:relative;}
	
.widget_calendar table th{
	font-size:11px; 
	padding:2px 2px;
	border:none}
.widget_calendar table td{
	text-align:center;}
	
.widget_calendar table tbody td {
	font-size:12px;
	border:1px solid #ebdcd0;
	line-height:2em;	
	background-color:#f8f3f0;}

.widget_calendar table tbody .pad {
	color:#c0c0c0;
	background:#f8f3f0}
.widget_calendar table tbody a {
	color:#f66e08;
	display:block;
	text-decoration:underline;}

.widget_calendar table tbody a:hover {
	background-color:#f66e08;
	color:#fff;
	text-decoration:none;}

.widget_calendar table tfoot {
	width:100%;
	position:absolute;
	top:0}	
.widget_calendar table tfoot td {
	border:none}
.widget_calendar #today,
.widget_calendar table tbody #today a {
	color:#fff;
	background-color:#f66e08;}
.widget_calendar table caption {
	-webkit-box-shadow:inset 0 1px 1px 0 #fbd9af;
	box-shadow:inset 0 1px 1px 0 #fbd9af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc47b), color-stop(1, #ff6112) );
	background:-moz-linear-gradient( center top, #ffc47b 5%, #ff6112 100% );
	background: -o-linear-gradient(top, #ffc47b 5% ,#ff6112 100%);
	background:-ms-linear-gradient(top, #ffc47b 5%, #ff6112 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc47b', endColorstr='#ff6112');
	background-color:#f56744;
	border-top:1px solid #ffc26c;
	border-bottom:1px solid #ff570a;
	height:32px;
	line-height:32px;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:17px;
	text-shadow:0 -1px 1px #ff842c;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	margin:0}

.widget_calendar table #prev a, 
.widget_calendar table #next a{
	width:30px !important;
	height:32px;
	background:url(images/calendar_arrows.png) center 0 no-repeat;
	overflow:hidden;
	text-indent:-400px;
	padding:0;
	position:absolute;
	top:2px}

.widget_calendar table #prev a {
	left:1px}

.widget_calendar table #next a {
	background-position: center -32px;
	right:1px;}

/* widget_search */	
.widget_search label, .widget_search cite, .widget_search .screen-reader-text {
	display:none}
	
.widget_search .inputField {	
	width:300px;
	background:url(images/icons/field_icons.png) 0 -116px no-repeat;
	text-indent:40px;}

.widget_search input.btn-submit {
	width:auto}

/* widget text */
.sidebar .widget_text .textwidget {
	line-height:1.6em;
	padding:0;
	text-shadow:0 1px 1px #fff;}

.sidebar .widget_text .textwidget p {
	margin-bottom:15px}

.sidebar .widget_text .textwidget a {
	color:#ff7200}
	
/* widget tag cloud */	
.tagcloud {
	line-height:1.5em;
	text-align: justify;}
	
.tagcloud a {
	display:inline-block;
	height:26px;
	line-height:26px;
	color:#A5611D;
	background:url(images/tags_bg.png) right -26px no-repeat;
	padding:0 9px 0 0;
	margin:4px 3px 4px 0;}
	
.tagcloud a:hover {
	color:#A5611D;
}

.tagcloud a span {
	display:block;
	background:url(images/tags_bg.png) left 0 no-repeat;
	padding:0 0 0 20px}

/* Flickr  widget */
.flickr{
	padding:0}

/* DateAdd: 10.10.2014*/
.flickr_badge_image_relat2{
	float: left;
	padding: 5px;
	border: 1px solid #E0E0E0;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin: 7px;
}
.flickr_badge_image_relat2 img {
	width:90px;
	height:90px;
}
	
.flickr .flickr_badge_image {
	margin:3px 7px 7px 0px;
	list-style:none;
	display:block;
	float:left}

.flickr .flickr_badge_image img  {
	width:100px;
	height:100px;}

.sidebar .flickr .flickr_badge_image{
	float: left;
	padding: 5px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .flickr .flickr_badge_image img {
	width:100px;
	height:100px;
}

.separator {
	margin:0 5px;
	color:#9a9a9a}

/* widget_recent_entries */
.content .widget_recent_entries ul {
	margin:0}
	
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li  {
	clear:both;
	line-height:1.3em;
	padding:15px 0;
	margin:0;
	border-top:2px solid #eeecea;
	font-size:14px;}

.sidebar .widget_recent_entries li:first-child,
.sidebar .widget_recent_comments li:first-child {
	border:none}

.widget_recent_entries li {
	min-height:58px}

.sidebar .widget_recent_entries .post-title,
.widget_recent_entries .post-title {
	font-size:14px;
	display:block;
	color:#8e8071}

.widget_recent_entries li .thumbnail,
.widget_recent_comments li .thumbnail {
	width:58px;
	height:58px;
	float:left;
	margin-right:15px}

/* widget_recent_comments */
.sidebar .widget-container.widget_recent_comments a {
	color:#a29e02}

/* Login Form widget */
.widget_login form {
	position:relative;}
	
.widget_login input {
	width:200px;}

.sidebar .widget_login #user_login {
	background:url(images/icons/field_icons.png) 0 -33px no-repeat;
	text-indent:40px;}
.sidebar .widget_login #user_pass  {
	background:url(images/icons/field_icons.png) 0 -73px no-repeat;
	text-indent:40px;}
	
/* New */
.sidebar .widget_login_n #user_login {
	background:url(images/icons/field_icons.png) 0 -33px no-repeat;
	text-indent:40px;}
.sidebar .widget_login_n #user_pass {
	background:url(images/icons/field_icons.png) 0 -73px no-repeat;
	text-indent:40px;}

.widget_login p {
	position:relative;
	margin:0 0 12px 0;
	clear:both}

.ie7 .widget_login #user_login,
.ie7 .widget_login #user_pass {
	float:left;
	clear:both}

.widget_login .forgetmenot {
	line-height:1.2em;
	display:block;
	font-size:13px;
	clear:both}

.widget_login .forgetmenot input {
	margin:0 3px 0 0;
	float:left;
	border:none ;
	width:auto !important;
	padding:0 !important;}

.widget_login .submit input {
	width:auto}

.widget_login .forget_password {
	position:absolute;
	bottom:0;
	left:115px;
	font-size:13px;}

.ie7 .widget_login .forget_password,
.ie8 .widget_login .forget_password  {
	width:auto;
	padding-left:5px;
	padding-top:1px}

.widget_login .input_styled label {
	font-size:13px;
	margin-right:10px;
	color:#838a90}

.widget_login .forget_password a {
	color:#f66e08;
	text-decoration:underline;}

.widget_login .forget_password a:hover {
	color:#f66e08} 

/*===================================================*/
/* 6. POSTS */
/*===================================================*/
/*-----------------------------------*/
/* Blog post list and Details */
/*-----------------------------------*/
.entry {
	line-height:1.7em;}

.entry .video iframe {
	width:100%;}
	
.content .map img,
.map_window img  {
	max-width:none !important}

/* post list */
.postlist .post-item {	
	margin:0 0 30px 0;
/* 	padding:0 28px 0px 0; */
	background:url(images/dot_line_hor.png) bottom repeat-x}

.page .post-detail .post-item,
.page .sidebar .widget-container{
	background:none}

.page .post-detail .post-item {
	margin-bottom:0;
	padding-bottom:0}

.postlist .post-title h2,
.post-detail .post-title h1,
.post-detail .post-title h2,
.content .fav_title h2 {
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #f66e08;
	text-shadow: 1px 1px 0px #fff, 1px 1px 2px rgba(0,0,0,0.22);
	padding-right: 33px;
}
.content .fav_title h2 {
	margin-bottom: 20px;
}
	
.postlist .post-title h2 a {
	color:#673509}

.postlist .post-title h2 a:hover {
	color:#f66e08}

.postlist .post-item .post-meta {
	padding:5px 0 20px;}

.postlist .post-image {
	margin-bottom:20px}

.postlist .post-image img,
.image_frame img,
.article_image img,
.gallery_item img {
	max-width:100%;
	border:7px solid #f1f4f4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:  0px 7px 12px 0px rgba(100, 100, 100, 0.20);
	box-shadow:  0px 7px 12px 0px rgba(100, 100, 100, 0.20);}
	
.effectLenta {
    position: absolute;  
    top: 0px;  
    left: 0px;  z-index: 2;  
    width: 50px;  
    height: 50px;  
    background: url(images/lenta-eff.png) 0 0 no-repeat;          
    overflow: hidden;        
    z-index: 10000;  
}

.postlist .post-image.alignleft {
	margin:0 20px 5px 0}
.postlist .post-image.alignright {
	margin:0 0 5px 20px}

.postlist .entry {
	font-size:14px;
	margin-bottom:5px}
	
.post-meta {
	color:#a1a1a1;
	font-size:13px;}

.post-meta .link-comments {
	white-space:nowrap}

.post-meta-bot {
	padding:5px 0 0 0}

.post-meta-bot .btn {
	margin:0 3px}
	
.post-meta a {
	color:#a1a1a1;}
.post-meta a:hover {
	color:#505050;}

.post-item .entry .frame_center {
	margin-bottom:20px}
	
.entry p,
.middle_row p,
.text_box p {
	margin:0 0 17px 0}

.blk-btn-make a.none-a {
	text-decoration:none;
	color: #fff;
}

.blk-btn-make a.none-a:hover {
	text-decoration:none;
	color: #fff;
}
.butmake span {
	display: block;
    font-size: 12px;
}
#dle-promt-name, #dle-promt-email {
	height: 7px;
    margin: 8px;
    width: 205px;	
}
/*.entry a {
	color:#39b4ed}
*/
.entry a:hover,
.link-orange {
	color:#f1541e}

.entry .subtitle {
	color:#009551;
	font-size:15px;
	margin-bottom:25px}

/* article list */
.article_list {
	background:url(images/dot_line_vertical.png) center repeat-y}

.article_item {
	float:left;
	width:390px;
	min-height:440px;
	background:url(images/dot_line_hor.png) top repeat-x;
	margin:25px 0 0 0;
	padding:25px 28px 0 0;
	font-family: 'Nunito', sans-serif;}

.article_item.odd {
	padding:25px 0 0 28px}

.article_list .article_item:first-child,
.article_list .article_item.second {
	background:none;
	padding-top:0;
	margin-top:0}

.article_title {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e5e4b8}

.article_title h2 {
	margin:20px 0 5px 0;
	color:#000;
	font-size:27px;
	font-weight:normal;}

.article_title h2 a {
	color:#000}
	
.article_title .subtitle {
	display:block;
	font-size:15px;
	font-weight:300;
	color:#a29e02}

.article_descr {
	color:#606060;
	font-size:15px;
	line-height:1.6em;
	font-family:Arial, Helvetica, sans-serif}

.article_item .link_more,
.article_item .link_more:hover {
	display:inline-block;
	line-height:25px;
	background:url(images/arrow_right.png) 0 0 no-repeat;
	padding-left:35px;
	font-weight:400;
	font-size:18px;
	color:#3db0d3}

/*-----------------------------------*/
/* Pagination and Navigation */
/*-----------------------------------*/
/* posts navigation */
.tf_pagination {
	position:relative;
	clear:both;
	margin: 10px auto;
	padding-top: 20px;
	width: 600px;
	text-align:center;
}

.tf_pagination .inner {
	padding:1px 0;
	min-height:50px}
	
.tf_pagination .page-numbers,
.tf_pagination .page_prev, 
.tf_pagination .page_next {	
	margin:0 1px;
	color:#fff;
	display:inline-block;
	width:42px;
	height:42px;
	line-height:42px;
	background:url(images/tf_pagination_bg.png) 0 0 no-repeat;
	border-radius:50%;
	-webkit-border-radius:50%;
	font-family: 'Signika Negative', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0, 0.35);
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	text-align:center;
	overflow:hidden;
	letter-spacing:-1px}

.tf_pagination span {
	margin:0 1px;
	color:#fff;
	display:inline-block;
	width:42px;
	height:42px;
	line-height:42px;
	background:url(images/tf_pagination_bg_bw.png) 0 0 no-repeat;
	border-radius:50%;
	-webkit-border-radius:50%;
	font-family: 'Signika Negative', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0, 0.35);
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	text-align:center;
	overflow:hidden;
	letter-spacing:-1px}

.tf_pagination .page-numbers:hover,
.tf_pagination .page_current,
.tf_pagination .page_prev:hover,
.tf_pagination .page_next:hover {
	color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);}
	
.tf_pagination .page_prev,
.tf_pagination .page_next {
	background-position: 0 -42px;}

.tf_pagination .page_next {
	background-position:0 -84px}

.tf_pagination .page_prev span, 
.tf_pagination .page_next span{
	margin-left:-300px;
	display:block;}

/*-----------------------------------*/
/* Author description */
/*-----------------------------------*/
.author-description {
	position:relative;
	margin:20px 0 10px 0;
	height:194px;
	background: rgb(255,253,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,253,244,1) 0%, rgba(255,252,236,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,244,1)), color-stop(100%,rgba(255,252,236,1)));
	background: -webkit-linear-gradient(top, rgba(255,253,244,1) 0%,rgba(255,252,236,1) 100%);
	background: -o-linear-gradient(top, rgba(255,253,244,1) 0%,rgba(255,252,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,253,244,1) 0%,rgba(255,252,236,1) 100%);
	background: linear-gradient(to bottom, rgba(255,253,244,1) 0%,rgba(255,252,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf4', endColorstr='#fffcec',GradientType=0 );
	border-radius:10px;
	-webkit-border-radius:10px;}

.author-image,
.comment-avatar .avatar {
	width:141px;
	height:177px;
	position: absolute;
	top:-3px;
	left:24px;
	z-index:2;
	text-align:center;}

.author-image span,
.comment-avatar .avatar span{
	background:url(images/ribbon_photo.png) no-repeat;
	z-index:3;
	display:block;
	width:141px;
	height:177px;
	position: absolute;
	top:0;
	left:0;}

.author-image img {
	margin-top:33px}

.author-description .author-text {
	padding:10px 30px 10px 185px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	background:url(images/author_box_bg.png) center 80px no-repeat;}
	
.author-description p {
	color:#754e25;
	font-size:14px;
	display:block;
	height:90px;
	overflow:hidden}	

.author-description .author-name {
	color:#97951e;
	font-size:18px;}

/*-----------------------------------*/
/* Comment list */
/*-----------------------------------*/
.comment-list {
	position:relative;
	padding:0 28px 10px 0;}

.link-add-comment {
	position:absolute;
	top:2px;
	right:33px;
	color:#f66e08;
	font-size:17px;
	font-family: 'Nunito', sans-serif;}

.link-add-comment:hover {
	border-bottom:1px dashed #f66e08}

.comment-list h2,
.add-comment h3 {
	margin:0 0 25px 0;
	font-size:25px;	
	color:#505050;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;}

.comment-list ol, .comment-list ul {
	margin:0;
	padding:0}

.comment-list ol {
	margin-bottom:20px;
	padding-bottom:10px}

.comment-list ol li:first-child {
	border:none}
	
.comment-list ul li,
.comment-list ol li,
.comment-list ol li ul li:first-child {
	margin:25px 0 0 0;
	list-style:none}
		
.comment {
	clear:both;
	display:block;
	padding:0;
	color:#606060}
	
.comment-body {
	padding:20px 25px 20px 25px;
	background: #fffced;	
	border-radius:10px;
	-webkit-border-radius:10px;
	min-height:140px}
	
.comment-avatar {
	width:141px;
	float:left;
	margin:0 19px 0 0;}

.comment-avatar .avatar {
	position:relative;
	left:0;}

.comment-avatar .avatar span{
	background:url(images/ribbon_photo_blue.png) no-repeat;}

.comment-avatar .avatar img {
	margin-top:33px;
	width:103px;
	height: auto;}

.comment-text {
	float:left;
	width:330px;
	position:relative;
	font-size:13px;
	color:#606060}
	
.comment-author {
	padding:20px 0 10px 0;
	color:#b0b7bc;}

.link-author {
	font-family: 'Signika Negative', sans-serif;
	font-weight:600;
	font-size:25px;
	text-decoration:none;
	color:#000;}

a.link-author:hover,
.link-reply:hover {
	color:#f25821}

.link-reply {
	color:#3db0d3;
	font-size:19px;}

.link-reply:hover {
	color:#f66e08}

.comment-entry {	
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif}

.comment-meta {
	text-align:left;
	font-family: 'Signika Negative', sans-serif;
	padding-top:20px}

.comment-meta .comment-date {
	float:right;
	font-size:13px;
	text-transform:uppercase;
	font-style:normal;
	color:#000;
	font-weight:600;}

.children li {
	padding-left:60px;
	background:url(images/comments_sub.png) 30px 20px no-repeat}

.children .comment-text {
	width:270px}

.children .children .comment-text {
	width:210px}

/*-----------------------------------*/
/* Comment form */
/*-----------------------------------*/
.add-comment {
	margin:10px 0 0 0;
	position:relative;
	padding-right:28px}

.comment-form .row {
	padding:9px 0;
	position:relative;
	margin-right:10px}

.field_select {
	z-index:2}

.field_text {
	z-index:1}

.comment-form .row.omega {
	margin-right:0}
	
.comment-form .row .label_title {
	line-height:18px;
	display:block;
	font-size:12px;
	margin-bottom:3px;
	color:#3f4b56;}

.comment-form .row .label_title strong {
	font-weight:normal;}

.ie7 .comment-form .inputtext {
	float:left;}
	
.comment-form .inputtext, 
.comment-form .textarea,
.comment-form .select_styled,
#topm-select {
	font-size:13px;
	line-height:16px;
	height:16px;
	width:240px;
	margin:3px 0;}

#topm-select {
	width:240px;
	height:32px;
	font-size:14px;
	padding:5px;
	margin:0 0 0 30px;
	background:url(images/mobile/nav_icon.png) 0 3px no-repeat #fff;
	padding-left:45px}

#topm-select option {
	padding:3px 0;
	text-indent:5px;}

.comment-form .field_name input,
.contact_form .field_name input {
	background:url(images/icons/field_icons.png) 0 -33px no-repeat;
	text-indent:40px;}
	
.comment-form .field_subj input,
.contact_form .field_subj input {
	background:url(images/icons/field_icons.png) 0 -152px no-repeat;
	text-indent:40px;}

.comment-form .field_email input,
.contact_form .field_email input {
	background:url(images/icons/field_icons.png) 0 7px no-repeat;
	text-indent:40px;}
	
.comment-form .field_pass input,
.contact_form .field_pass input {
	background:url(images/icons/field_icons.png) 0 -73px no-repeat;
	text-indent:40px;}
	
a.color_block {
	display: block;
	float: left;
	padding: 0px 5px;
	border: 1px solid rgba(213, 213, 213, 0);
	margin: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
}
a.color_block:hover {
	text-decoration: none;
	color: black;
	border: 1px solid black;
}
.cred {
	background-color: red;
}
.cblue {
	background-color: blue;
}
.cgreen {
	background-color: green;
}
.cviolet {
	background-color: violet;
}
.cpink {
	background-color: pink;
}
.cwhite {
	background-color: white;
	color: black !important;
}
.clblue {
	background-color: #80B3FF;
}
.cbordo {
	background-color: #C00627;
}
.cyellow {
	background-color: #F1EA2C;
	color: black !important;
}
.cbrown {
	background-color: #914306;
}
.corange {
	background-color: #FF8F00;
}
.csalade {
	background-color: #88D83F;
}
.clightgreen {
	background-color: #93BD8B;
}
.clight {
	background-color: #EEE9EA;
}
.cgrey {
	background-color: #B3B3B3;
}
.csiren {
	background-color: #C710C7;
}
.cdarkgreen {
	background-color: pink;
}
.cdarkblue {
	background-color: #000861;
}
.cdark {
	background-color: #6B6062;
}
.cblack {
	background-color: black;
}

	
.img_profile {
	border: 1px solid rgb(219, 219, 219);
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*---userinfo_prof---*/
.userinfo_prof {
    padding-left: 125px;
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.userinfo_prof .lcol {
    margin-left: -125px;
    padding-right: 15px;
	float: left;
}

.userinfo_prof .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dfddd9;
}

.userinfo_prof .lcol .avatar img {
    width: 130px;
}

.userinfo_prof .rcol {
    width: 100%;
}

.userinfo_prof .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo_prof .rcol ul li {
    margin-bottom: 0.2em;
}

.userinfo_prof .rcol ul li span#codee:hover {
	text-decoration: underline;
}


	
.contact_form .block_cap {
	border: 1px solid #d9d9d9;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.comment-form .field_message textarea,
.contact_form .field_message textarea {
	background:url(images/icons/icon_comments.png) 500px 10px no-repeat}

.comment-form .field_message textarea:focus,
.contact_form .field_message textarea:focus {
	background:none}

.comment-form .rowRadio,
.comment-form .rowCheckbox {
	width:260px}

.comment-form .input_styled .label_title {
	margin-bottom:10px}

.comment-form .select_styled{
	height:34px;
	width:280px; /* +2px bc of borders */}

.comment-form .select_styled option {
	font-size:13px;
	padding:9px 0;
	text-indent:5px}

.comment-form .textarea {
	width:512px;
	height:100px;
	overflow:auto;
	resize:vertical}

.comment-form .rowSubmit {
	padding:15px 0;
	position:relative;
	text-align:left;
	margin-right:0}

	/*
.btn-submit,
input.btn-submit{
	cursor: pointer; 
    *overflow: visible;	
	height:42px;
	display:inline-block;
	line-height:42px;
	border-radius:21px;
	-webkit-border-radius:21px;
	padding:0 23px;
	margin:10px 0 0 0;
	background:url(images/button_sprite.png) 0 0 repeat-x;
	color:#fff;
	font-size:16px;
	font-family: 'Nunito', sans-serif;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(0,0,0, 0.25);
	-webkit-box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	box-shadow:  0px 5px 4px 0px rgba(227, 193, 91, 0.75);
	text-align:center;
	border:none}
	*/

.ie7 .btn-submit, .ie7 .btn-arrow,
.ie7 .btn_send {
	filter:chroma(color=#000000);
	border:none !important;
	text-align:center;}

.link-reset {
	color:#f66e08;
	font-size:13px;
	position:absolute;	
	top:35px;
	right:10px}

.link-reset:hover {
	text-decoration:underline;}

/* contact form */
.contact_form .row {
	position:relative;
	padding:6px 0;
	margin:0}
	
.contact_form .inputtext,
.contact_form .textarea {
	width:340px}

.contact_form .textarea {
	height:90px;
	overflow:auto;
	resize:vertical;
	padding-right:10px}

.contact_form .field_message textarea {
	background:url(images/icons/icon_comments.png) 330px 10px no-repeat}
	
.contact_form .rowSubmit {
	padding:6px 0;
	position:relative;}

.contact_form .rowSubmit input {
	margin:0}

.box_sprite_reg,
.box_sprite_profile,
.box_sprite_stats {
	position:relative;
	padding:5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:  0px 5px 5px 0px rgba(100, 100, 100, 0.20);
	box-shadow:  0px 5px 5px 0px rgba(100, 100, 100, 0.20);
	margin:0 0 40px 0}

.box_sprite_profile {
	background:url(images/bg_reg4.gif) 30px 4px;
}
.box_sprite_reg {
	background:url(images/bg_reg2.gif) -56px 45px;
}
.box_sprite_stats {
	background:url(images/bg_reg5.gif) -122px 95px;
}


	
.ps-on {
	background-color: #62c462;
}
.ps-off {
	background-color: #DDDDDD;
}
.prof-status {
	color: white;
	margin: 0px 8px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	font-weight: normal;
	padding: 2px 6px 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size: 11px;
}

.tmb_prof {
	width: 130px;
	height: 130px;
	padding: 5px;
	border: 1px solid #DBDBDB;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	float: left;
	margin: 0px 10px 20px 10px;
}
.tmb_prof div.tmb_main_b div.tmb_tools {
	width: 130px;
	height: 30px;
	background-color: #ECECEC;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0.1;
	/* display: none; */
}
.tmb_prof div.tmb_main_b:hover div.tmb_tools {
	/* display:block; */
	opacity: 0.9;
}
.tmb_prof div.tmb_main_b:hover div.tmb_tools span:hover {
	background-color: #fff;
}
.tmb_prof div.tmb_tools span.tmb_new_it,
.tmb_prof div.tmb_tools span.tmb_del_it,
.tmb_prof div.tmb_tools span.tmb_info_it,
.tmb_prof div.tmb_tools span.tmb_dl_it,
.tmb_prof div.tmb_tools span.tmb_code_it {
	width: 20px;
	height: 20px;
	padding: 0px 0px 8px 22px;
	cursor: pointer;
	border: 1px solid #C4C4C4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px 1px;
}
.tmb_prof div.tmb_tools span.tmb_new_it {
	background: #ECECEC url(images/new20.png) 1px 2px no-repeat;
}
.tmb_prof div.tmb_tools span.tmb_del_it {
	background: #ECECEC url(images/recycle20.png) 1px 2px no-repeat;
}
.tmb_prof div.tmb_tools span.tmb_code_it {
	background: #ECECEC url(images/code20.png) 1px 2px no-repeat;
}
.tmb_prof div.tmb_tools span.tmb_info_it {
	background: #ECECEC url(images/info20.png) 1px 2px no-repeat;
}
.tmb_prof div.tmb_tools span.tmb_dl_it {
	background: #ECECEC url(images/dl20.png) 1px 2px no-repeat;
}

#bg_dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}

	
/* box with sprite bg */
.box_sprite {
	position:relative;
	background:url(images/contact_form_bg.png) -20px 0;
	padding:5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:  0px 5px 5px 0px rgba(100, 100, 100, 0.20);
	box-shadow:  0px 5px 5px 0px rgba(100, 100, 100, 0.20);
	margin:0 0 40px 0}
	
.box_sprite_inner {
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	min-height:350px;}

.box_sprite_stats .col_left,
.box_sprite_stats .col_right,
.box_sprite_profile .col_left,
.box_sprite_profile .col_right,
.box_sprite_reg .col_left,
.box_sprite_reg .col_right,
.box_sprite .col_left,
.box_sprite .col_right {
	float:left;
	width:363px;
	margin:20px 0;
	padding:0 25px}
	
.box_sprite_profile .under_col {
	clear: both;
    margin: 20px 25px;  
    padding: 15px 0px 15px;
    background: url(images/dot_line_hor.png) top repeat-x;
}
.box_sprite_profile .under_col .descr_prof {
    margin: 0px 0px 15px 0px;
    text-align: justify;
    color: #7A7A7A;
}

.box_sprite_profile .more_load_r,
.box_sprite_profile .more_load_f {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}
.box_sprite_profile .more_load_r:hover,
.box_sprite_profile .more_load_f:hover {
	background-color: #E2F6E2;
}

.box_sprite_profile .col_left,
.box_sprite_reg .col_left,
.box_sprite .col_left {
	background:url(images/dot_line_vertical.png) right repeat-y}

.box_sprite_profile .col_right h2,
.box_sprite_reg .col_right h2,
.box_sprite .col_right h2 {
	margin:5px 0}

.box_sprite_profile .subtitle,
.box_sprite_reg .subtitle,
.box_sprite .subtitle {
	font-family: 'Nunito', sans-serif;
	color:#a29e02;
	font-size:15px;
	font-weight:300;}

/* contact info */
.contact_info {
	border-top:1px solid #e5e4b8;
	margin:20px 0 0 0;
	padding:15px 0 0 0;
	color:#606060;
	font-size:15px;}

.contact_info .row {
	position:relative;
	padding:6px 0 6px 28px;}

.contact_info .row em {
	font-style:normal;
	font-weight:bold;
	color:#363636;
	margin-right:3px}

.contact_info .row a {
	color:#39b4ed}

.contact_info .row a:hover {
	color:#f86625}

.contact_info .address {
	background:url(images/icons/icon_location.png) 0 10px no-repeat}
.contact_info .phone {
	background:url(images/icons/icon_phone.png) 0 6px no-repeat}
.contact_info .mail {
	background:url(images/icons/icon_mail.png) 0px 8px no-repeat}
.contact_info .fax {
	background:url(images/icons/icon_fax.png) 0px 7px no-repeat}

/* location_map */	
.location_map {
	padding-top:5px}
	
.gmap {
	background:#fff;
	border:1px solid #eeefef;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:  0px 5px 10px 0px rgba(100, 100, 100, 0.40);
	box-shadow:  0px 5px 10px 0px rgba(100, 100, 100, 0.40);}

#gmap {
	position:relative;
	width:100%;
	height:430px;}

.gmap img, 
.content .map img, 
.map img  {
	max-width:none !important}

/*===================================================*/
/* 7. GALLERY */
/*===================================================*/
.gallery_item {
	/*float:left;*/
	display:inline-block;
	margin:0 7px 7px 0;
	width: 210px;
	height: 210px;
	position:relative;
}

.gallery_item.every_2nd {}

.gallery_item.every_3rd {
	
	
}

.gallery_item a {
	display:block;
	position:relative;}

.gallery_item img {
	z-index:1;
	box-shadow: 0px 7px 10px -7px rgba(0, 0, 0, 0.3);
	width: 190px;
	height: 190px;
	border: 2px dashed #ccd8d5;
    padding: 5px;
}

.gallery_item span.favor {
	display: none;
	position: absolute;
	top: 9px;
	right: 15px;
	z-index: 2;
	width: 20px;
	height: 22px;
	background-color: #f1f4f4;
	opacity: 0.95;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #515C03;
	border-radius: 1px;
	webkit-border-radius: 1px;
	z-index: 10000;
	cursor: pointer;
}

.gallery_item span.favor img.fav_img {
	width:16px;
	height:16px;
}

.full_favor {
	position: absolute;
	width: 22px;
	height: 22px;
	right: 6px;
	top: 6px;
}
.full_favor span.favor {
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	webkit-border-radius: 3px; 
	width: 22px;
	height: 22px;
	padding: 1px 2px 3px 2px;
	line-height: 16px;
	cursor: pointer;
}

	
.gallery_item a span.title {
/*
	display: none;
	position: absolute;
	bottom: 13px;
	left: 7px;
	z-index: 2;
	width: 190px;
	height: 40px;
	background-color: white;
	opacity: 0.85;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #2E6E7E;
*/
	/*	background:url(images/zoom_bg.png) center center no-repeat */
	display: none;
	position: absolute;
	bottom: 13px;
	left: 7px;
	z-index: 2;
	width: 190px;
	height: 40px;
	background-color: #f1f4f4;
	opacity: 0.95;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #515C03;
	}
	
	/*
.gallery_item a span.title {
    position: absolute;
    z-index: 3;
    bottom: 13px;
    display: block;
    width: 250px;
    left: 7px;
    height: 45px;
    padding: 5px;
    background: white;
    opacity: 0.8;
    color: #0C5A6F;
    text-align: center;}	
	*/

.gallery_item a:hover span {
	display:block;}

.filter {
	position:absolute;
	right:155px;
	top:24px;}
	
.filter a {
	display:inline-block;
	background:url(images/filter_icon.png) 0 0 no-repeat;
	line-height:26px;
	padding-left:27px;
	color:#aeaeae;
	font-family: 'Nunito', sans-serif;
	font-size:19px;
	margin-left:15px}

.filter a.current {
	background-position:0 -26px;
	color:#f97f39}

.filter a:hover {
	color:#f97f39}
	
.login_menu {
/*
	position:absolute;
	right:155px;
	top:24px;
	*/
	}
	
.login_menu a {
	display: inline-block;
	background: url(images/arrow_login.png) 0px 0px no-repeat;
	line-height: 27px;
	padding-left: 26px;
	font-size: 16px;
	margin-left: 15px;
}

.login_menu a.current {
	background-position:0 5px;
	color:#f97f39}

.login_menu a:hover {
	color:#f97f39}
.login_menu a.cexit {
	margin-top: 15px;
	border-top: 1px dashed #EBEBEB;
}

#ajax_loader {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	margin: 4px 0px 4px 5px;
	display: none;
	position: absolute;
}
	
/*-----------------------------------*/
/* non-semantic helper classes */
/*-----------------------------------*/

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden}
.invisible { visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.ads-under-load {
	/*
	margin: 0 auto;
	text-align: center;
	font-size:18px;
	width: 840px;	
	*/
}

/*-----------------------------------*/
/* Print styles */
/*-----------------------------------*/
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* spacers */
.space20px { 
	height: 20px;
}
	
/* Vertical Share Block */
.sharevertical {
	position: absolute;
    border: 1px solid rgb(185, 185, 185);
    height: 300px;
    top: 180px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    opacity: 0.9;
    width: 82px;
    padding: 10px;
    right: 75px;
}
.sharevertical:hover,
.shareVert-item:hover {
	opacity: 1;
}
#shareVert {
	z-index: 110;
	margin: 15px;
}
.shareVert-item {
	opacity: 0.7;
	
}

.helper_but {
	width: 95%;
	margin: 17px auto 0px;
	text-align: justify;
}

/* Show Error Popup NoScript */

.cont_errjs {
	background: white;
	bottom: 0;
	height: 450px;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 600px;
	border: 3px solid red;
	z-index:10000;
}
.cont_errjs p.error_mess {
    margin: 1em 0;
    text-align: center
    }
.cont_errjs .popup_js {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 550px;
    padding: 20px;
    border: 5px solid #fff;
    /* border-radius: 15px;*/
    /* box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);*/
    background: #fff;
    vertical-align: middle
    }
.cont_errjs .popup_js h2 {
    color:red;
	text-align:center;
	font-family:verdana;
}
.cont_errjs #browsers {
    width:80%;
	height: 136px;
	margin: 15px auto 0px;
}
.cont_errjs #browsers .ffbr {
    background: url(/img/firefox.png) no-repeat 50% 17px;
}
.cont_errjs #browsers .opbr {
    background: url(/img/opera.png) no-repeat 50% 15px;
}
.cont_errjs #browsers .chbr {
    background: url(/img/chrome.png) no-repeat 50% 17px;
}
.cont_errjs #browsers a {
	float: left;
	width: 120px;
	height: 20px;
	padding: 106px 0px 13px 0;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
}

/* Label-Beautiful Block */

/* Prevent text and blocks selection */
input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty { display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label
{
	height: 23px;
	font-size: 11px;
	padding: 5px 10px 8px 10px;
	background-color: #efefef;
	color: #b3b3b3;
	cursor: pointer;
	margin-right: 10px;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;


	transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
	display: inline-block;
	width: 16px;
	height: 26px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left center;

	transition: background-image 0.5s linear;
	-moz-transition: background-image 0.5s linear;
	-webkit-transition: background-image 0.5s linear;
	-o-transition: background-image 0.5s linear;
}

/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
	display: inline-block;
	line-height: 16px;
	vertical-align: bottom;
}



/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
	margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #eaeaea;
	color: #a7a7a7;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
	display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked
{
	display: none;
}

/* When Checked */
input.labelauty:checked + label
{
	background-color: #5bb75b;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #4BD14B;
}
input.labelauty:checked + label > span.labelauty-unchecked-image
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-checked
{
	display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked
{
	display: block;
}

/* When Disabled */
input.labelauty[disabled] + label
{
	opacity: 0.5;
}

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image
{
	background-image: url( images/input-unchecked.png );
}

input.labelauty + label > span.labelauty-checked-image
{
	background-image: url( images/input-checked.png );
}

/* Add Multi Block - 12.10.2014 */
.multi-block {
	margin-top: 20px;
}

.multi-block .foto-container .foto-box {
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 5px;
	margin: 3px 7px 7px 0px;
	list-style: none;
	display: block;
	float: left;
	height:130px;
}

#alertmes {
    position: fixed;
    width: 200px;
    height: 50px;
    top: 20px;
    right: 20px;
    background-color: white;
    padding: 5px 10px;
    color: green;
    font-weight: bold;
    border: 2px solid green;
}
.alertErrors {
	font-size: 18px;
	margin: 0px 40px 20px;
	border: 3px solid red;
	padding: 10px 15px;
	color: red;
	border-radius: 10px;
	-webkit-border-radius:10px;
	background-color: rgb(255, 234, 232); 
}

/* Buttons Tools */
#izoomout, #tzoomout {
	background: url(images/zoom-out-20.png) 3px 2px no-repeat;
	padding:5px 6px 7px 24px;
	margin-right:5px;
	cursor:pointer;
	border: 1px solid rgb(182, 182, 182);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#izoomin, #tzoomin {
	background: url(images/zoom-in-20.png) 3px 2px no-repeat;
	padding:5px 24px 7px 6px;
	margin-left:8px;
	cursor:pointer;
	border: 1px solid rgb(182, 182, 182);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#irotatel, #trotatel {
	background: url(images/rotate-left-20.png) 3px 2px no-repeat;
	padding:5px 6px 7px 24px;
	margin-right: 12px;
	cursor:pointer;
	border: 1px solid rgb(182, 182, 182);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#irotater, #trotater {
	background: url(images/rotate-right-20.png) 3px 2px no-repeat;
	padding:5px 24px 7px 6px;
	margin-left: 8px;
	cursor:pointer;
	border: 1px solid rgb(182, 182, 182);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#fliphor {
	background: url(images/mirror-20.png) 3px 2px no-repeat;
	padding:5px 24px 7px 6px;
	margin-left: 8px;
	height: 35px;
	width: 36px;
	border: 1px solid rgb(182, 182, 182);
	cursor:pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#flipvert {
	background: url(images/mirror-20-vert.png) 3px 2px no-repeat;
	padding: 5px 24px 7px 6px;
	margin-left: 8px;
	border: 1px solid rgb(182, 182, 182);
	cursor:pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.76);
}
#flipvert:active, #fliphor:active, #trotater:active, #trotatel:active, #tzoomin:active, #tzoomout:active {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* AddTxt - Step 3 */
#addtxt textarea {
	padding: 0px 5px;
	width: 225px;
	height: 60px;	
}
#addtxt .ccolor, 
#addtxt .ceffect,
#addtxt .ctxt,
#addtxt .ccapt {
	padding: 5px;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 5px;	
	overflow: hidden;
}
#addtxt .ccolor {
	width: 70px;
	float: left;
	text-align: center;
}
#addtxt .ceffect {
	height: 61px;
	margin-left: 95px;
	text-align: center;
}
#addtxt .ccolor span,
#addtxt .ceffect span,
#addtxt .ccapt span,
#addtxt .ctxt span {
	display: block;
	border-bottom: 1px solid rgb(217, 217, 217);
	margin-bottom: 5px;
}

/* wishlist */
.wish-title-i {
	background: url(images/wish-1az.png) 1px 2px no-repeat;
	padding: 10px 18px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #BCE8F1;
}
.wish-status-big {
	position:absolute;
	width:64px;
	height:64px;
	right:14px;
	top:0px;
	border:1px solid #DDDDDD;
	border-radius:5px;
}
.wish-sb-ok {
	background: url(images/wish-ok48.png) 9px 7px no-repeat;
}
.wish-sb-new {
	background: url(images/wish-new48.png) 9px 7px no-repeat;
}
.wish-sb-work {
	background: url(images/wish-work48.png) 9px 7px no-repeat;
}
.wish-t {
	background: url(images/wish-txt24.png) 1px 1px no-repeat;
}
.wish-a {
	background: url(images/wish-adm24.png) 1px 1px no-repeat;
}
.wish-in-i {
	padding: 13px 13px;
	position:absolute;
	left:-20px;
	border:1px solid #EEEEEE;
	border-radius:3px;
	top:-2px;
	opacity: 0.5;
}
.wish-line-s {
	padding: 4px 13px;
	margin-right: 4px;
	margin-left: -7px;
}
.wish-n {
	background: url(images/wish-new24.png) 1px 1px no-repeat;
}
.wish-new {
	background: url(images/wish-new24.png) 1px 1px no-repeat;
}
.wish-c {
	background: url(images/wish-clock24.png) 1px 1px no-repeat;
}
.edit-wish {
	position: absolute;
    bottom: -7px;
    font-size: 11px;
    text-align: right;
    margin-right: 55px;
    right: 0px;
}
.edit-wish i {
	background: url(images/wish-correct24.png) 2px 3px no-repeat;
    padding: 15px;
    position: absolute;
    top: -8px;
    right: -39px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

.width174 {
	width: 100%;
}

/* Slide Left My Adw block 2016 */

#helper_info {
	width: 300px;
	height: 165px;
	position:fixed;
	bottom: 200px;
	left: -315px;
	background-color: #F6C554;
	z-index:1000000;
	border-radius:10px;
	line-height:15px;
	box-shadow: 0px 0px 6px 0px rgb(0, 0, 0);
	border:1px solid white;
}
#helper_info span.face_top {
	background: #fff url(images/helper-corner.gif) no-repeat 8px 7px;
	position: absolute;
	top: -70px;
	left: -16px;
	width: 105px;
	height: 78px;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,1);
}

#helper_info span.helper_info_cls {
	position:absolute;
	right:-9px;
	top:-8px;
	border:1px solid white;
	border-radius:9px;
	padding:0px 4px;
	background-color:white;
	cursor:pointer;
	box-shadow: rgb(0, 0, 0) 0px 0px 6px 0px;
}
#helper_info .mainwin {
	font-size:13px;
	margin:7px;
	color: #413009;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	text-align: center;
}
	.mainwin .top {
		font-size:16px;
		padding: 5px;
		text-align:center;
		margin-top: 16px;
		background-color: white;
		border-radius: 5px;
		color: #0044FF;
	}
	.mainwin .middle {
		margin-top:4px;
	}
	.mainwin .bottom {
		margin-top: 4px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		background-color: white;
		color: red;
		font-weight: bold;
		border-radius: 5px;
		border: 2px dotted red;
	}
#helper_info .button {
	width: 107px;
	margin: 0 auto;
}
#helper_info .button a.abutt {
	color: rgb(255, 255, 255);
	font-weight: bold;
	opacity: 1;
}

/* Slide Left My Adw block 2016 */

.yourDonat {
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:30;
}
.yourDonat a {
	display:block;
}

.ase-info {
    background: #cb1c00;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    color: #fff;
    font-family: "Open Sans",sans-serif,tahoma;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 15px
}
/*
.ase-info div:nth-child(3) {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 0 0 10px;
	line-height: 19px
}
*/

.ase-info div:nth-child(1) {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 0 0 10px;
	line-height: 19px
}
.ase-info div:nth-child(2) {
    font-size: 24px;
    margin: 15px 0;
	line-height: 25px
}
.ase-info div:nth-child(2) span {
	display: block;
    font-size: 20px;
    margin-top: 10px;
}

.my-ali {
	margin: 0 auto 20px;
    text-align: center;
    font-size: 18px;
    width: auto;
}
.my-ali .title-top {
	color:#ce0911;
	padding-bottom:7px;
	font-size:22px;
}
.my-ali .title-bottom {
	font-size:18px;
	color:#650707;
}

/* 2020 ADSBlock */

	.aadbl {
		background-color: white;
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 20px;
		min-height: 300px;
	}


/* showresult */
#more-link-blk {
	height: 103px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.more-link {
	position: absolute;
    bottom: 0px;
    font-size: 10px!important;
    padding: 0px 5px!important;
    height: 15px;
    line-height: 5px!important;
	left: 22px;
}

#butres {
	line-height: 19px;
    font-weight: normal;
	font-size:14px;
	color: #0E5A70;
}
	#butres b {
		font-size: 16px;
	}

/* effecs.work */
.ul-select-photo {
	margin: 20px 15px 15px 15px;
	text-align: center;
}
.share-select-photo > .sharegoriz {
	max-width: 305px;
    margin: 0 auto;
    width: 100%;
}

.tag-cats-blocks {
	margin: 10px 30px;
	font-size: 13px;
	text-align: left;
}
.frame-info-text {
	margin: 10px 30px;
	text-align: justify;
}
.panel-no-border {
	border:none!important;
}
#urlfile {
	height: 30px;
    width: 305px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
}
.make-new-fvr-btn {
	overflow:hidden;
	position:relative;
	text-align:center;
	border-radius:10px;
}

/* main.page */
.soc-block-top {
	position: absolute;
    top: 0px;
    right: 15px;
    width: 120px;
    text-align: center;
}
.soc-block-title-info {
	position:relative;
}
.soc-block-title-info > .inside {
	position:absolute;
	left: 4px;
	top: -20px;
	color: #3b3b42;
	font-weight:bold;
}
.soc-block-red-info {
	position:relative;
}

/* fullstory */
.post-title.full-story {
	position: relative;
	text-align:left;
}
#menu-tools {
	position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.zoom-tool, .rotate-tool {
	display: inline-block;	
}
.mirror-tool {
	display: inline-block;	
}
.upload-another {
	padding-top: 10px;
    border-top: 1px dotted #bbbbbb;
    width: 215px;
    margin: 10px auto 0;
}

/* shortstory */
.admin-edit-span {
	position:absolute;
	z-index:10050;
	top: 0px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-color: #bae3fd;
	border: 1px solid #428bca;
	border-radius: 2px;
	line-height: 19px;
}

/* FVR 2022 */

.show-new-stick {
	position: absolute;
    width: 104px;
    height: 50px;
	right: 0px;
}
.show-new-stick img {
	position: absolute;
    width: 104px;
    height: 50px;
    box-shadow: none;
    border: 0px;
    top: 0px;
	right: 0px
}

/* FVR 2022 */

.btn-fvr {
	vertical-align: top!important;
}

/* makeframe - result */
.control-width-100 {
	width:100%;
}

#res-pre.result-img-show img {
    max-width: 500px;
	width:auto;
}

/* GDPR Inform Window */
#gdpr-cookie-message {
	position: fixed;
	z-index: 1003;
	right: 0;
	bottom: 30px;
	max-width: 375px;
	background-color: rgba(255, 255, 255, .95);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 8px 20px 0 rgba(40, 37, 89, .6);
	margin-right: 30px;
	text-align: center;
	display: block
}

#gdpr-cookie-message h4,
#gdpr-cookie-message h5 {
	font-weight: 500;
	margin-bottom: 20px
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	color: #2e384d;
	line-height: 1.5em;
	text-align: left
}

#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: center
}

#gdpr-cookie-message li {
	width: 49%;
	display: -webkit-inline-box
}

#gdpr-cookie-message a {
	padding-bottom: 2px;
	transition: all .3s ease-in
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
	border: none;
	color: #fff;
	padding: 7px 18px;
	border-radius: 3px;
	margin-top: 4px;
	cursor: pointer;
	transition: all .3s ease-in
}

#gdpr-cookie-message h4 {
    font-size: 19px;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    background: #1d9bb4;
}
button#gdpr-cookie-advanced {
    color: #fff;
    background-color: #ecbf13!important;
}
button#gdpr-cookie-advanced {
    margin-left: 4px;
}
#gdpr-cookie-message p {
    margin-bottom: 15px;
}
#gdpr-cookie-types h5 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    border-top: 1px dotted #c6c6c6;
    padding-top: 8px;
}
#gdpr-cookie-types ul li label {
	margin-left:10px;
}
