/*
Theme Name: AccentBox
Theme URI: http://mythemeshop.com/themes/accentbox
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Clean and responsive free WordPress theme by MyThemeShop.
Version: 1.1

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
html {
overflow-x: hidden;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display:block;
}
ol, ul{
list-style:none;
}
blockquote, q{
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content:'';content:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
button, input, select, textarea{
margin:0;
}
:focus{
outline:0
}
a:link{
-webkit-tap-highlight-color:#FF5E99;
}
img,video,object,embed{
max-width:100%;
}
iframe {
max-width:100%;
}
blockquote{
font-style:italic;
font-weight:normal;
font-family:Georgia,Serif;
font-size:15px;
padding:0 10px 20px 27px;
position:relative;
margin-top: 25px;
}
blockquote:after{
position:absolute;
content:'"';
font-size:40px;
color:#D0D9E0;
width:50px;
top:-5px;
left:0;
font-family:arial;
}
blockquote p{
margin-bottom:10px;
}
strong ,b {
font-weight:bold;
}
em, i, cite {
font-style:italic;
font-family:georgia;
}
small{
font-size:100%;
}
figure{
margin:10px 0;
}
code,pre{
font-family:monospace,consolas,sans-serif;
font-weight:normal;
font-style:normal;
}
pre{
margin:5px 0 20px 0;
line-height:1.3em;
padding:8px 10px;
overflow:auto;
}
code{
padding:0 8px;
line-height:1.5;
}
mark{
padding:1px 6px;
margin:0 2px;
color:black;
background:#FFD700;
}
address{
margin:10px 0
}

@font-face {
    font-family: 'BebasNeue Regular';
    src: url('../fonts/BebasNeue Regular.eot');
    src: url('../fonts/BebasNeue Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue Regular.woff') format('woff'),
         url('../fonts/BebasNeue Regular.ttf') format('truetype'),
         url('../fonts/BebasNeue Regular.svg#BebasNeue Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-[ Framework ]--------------------*/
body{
line-height:1;
font: 14px/23px 'PT Sans', sans-serif;
color: #666;
background:white;
background-image: url(../images/cbg.png);
}
::-moz-selection{
background:#333;
color:white;
text-shadow:none;
}
::selection{
background:#333;
color:white;
text-shadow:none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
margin-bottom:12px;
font-family: 'BebasNeue Regular', sans-serif;
color: #777;
text-shadow: 0px 2px   #CCC;
}
h1{
font-size:28px;
line-height:44px;
}
h2{
font-size:24px;
line-height:40px;
}
h3{
font-size:22px;
line-height: 38px;
}
h4{
font-size:20px;
line-height:24px;
}
h5{
font-size:18px;
line-height:34px;
}
h6{
font-size:16px;
line-height:24px;
}
.sub-title{
font-size:12px;
}
p{
margin-bottom: 20px;
line-height: 20px;
}
a{
text-decoration:none;
color: #79ACCD;
-webkit-transition: background-color, color 0.2s linear;
-moz-transition: background-color, color 0.2s linear;
transition: background-color, color 0.2s linear;
text-shadow: 0px 1px white;
}
a:hover{
color:#000000;
}
a:link, a:visited, a:active{
text-decoration:none;
}
:target{
padding-top:20px;
}
/*-[ Main container ]---------------*/
#page,
.container{
max-width: 960px;
min-width:240px;
overflow:visible;
}
#page{
min-height:100px;
float: none;
clear: both;
overflow:hidden;
}
/*-[ Header ]-----------------------*/
body > header{
float: left;
width: 100%;
position: relative;
}
.main-header {
position: relative;
float: left;
width: 100%;
z-index: 99;
background-image: url(../images/hbg.gif);
border-bottom: 7px solid #5E5E5E;
}
#header{
float:left;
position: relative;
width: 100%;
margin: 20px 0;
}
#header h1, #header h2 {
font-size: 34px;
font-family: 'BebasNeue Regular', sans-serif;
display: block;
float: left;
display: inline-block;
margin: 0;
line-height: 48px;
text-transform: uppercase;
margin-top: 20px;
}
#logo a {
color: #777;
text-shadow: 0px 2px   #fff;
}
.widget-header {
float: right;
width: 75.9%;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation {
display: block;
float: left;
width: 100%;
}
.secondary-navigation ul li {
}
.secondary-navigation a {
font-family: 'BebasNeue Regular', sans-serif!important;
font-size: 22px;
line-height: 1.2em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 17px 35px 0 0;
-webkit-transition: all 0.25s linear;  -moz-transition: all 0.25s linear;  transition: all 0.25s linear;
text-shadow: 0px 2px   #CCC;
color: #777;
}
.secondary-navigation a:hover {
color: #79ACCD;
}
#navigation{
margin: 0 auto;
font-size:13px;
float: left;
width: 100%;
}
#navigation select{
display:none;
}
#navigation ul{
float:left;
}
#navigation ul li{
float:left;
position:relative;
}
#navigation > ul > li:last-child{
border-right:none;
}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited{
overflow:hidden;
display:block;
}
#navigation > ul > li > a{
font-weight:normal;
}
#navigation > ul > li > a:hover{
color: #79ACCD;
}
#navigation > ul > .current{
border-top-color:rgba(0,0,0,0.3);
}
#navigation > ul > .current a{
background:transparent;
color:#BFC5C9 !important;
}
#navigation ul li li{
margin-top:-2px;
}
#navigation ul ul{
position:absolute;
width:190px;
padding: 5px 0 5px 0;
z-index: 400;
font-size:12px;
background: #fff;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
color: #000;
border: 3px solid #ddd;
}
#navigation ul ul li{
padding:0;
border-right: 0;
}
#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited{
padding: 9px 20px;
width:148px;
-moz-border-radius:0;
border-radius:0;
text-align: left;
}
#navigation ul ul li:first-child a{
border-top:none;
text-align: left;
}
#navigation ul ul li:last-child a{
border-bottom:none;
text-align: left;
}
#navigation ul ul li a:hover{
color: #79ACCD;
}
#navigation ul li li:hover > a{
}
#navigation ul ul{
opacity:0;
left:-999em;
}
#navigation ul li:hover ul{
left: -22px;opacity:1;
}
#navigation ul ul ul{
top:-10px;
}
#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul{
left:-999em;
opacity:0;
}
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul{
opacity:1;
left: 195px;
}
#navigation ul ul:after{
}
#navigation ul ul ul:after{
border-color:transparent #282E33 transparent transparent;
border-color:transparent rgba(14,19,22,0.92) transparent transparent;
left:-12px;
top:3px;
}
/*-[ Content ]--------------------*/
.article{
width: 66.5%;
float: left;
margin-bottom: 20px;
}
.post-content {
overflow: hidden;
font-size: 14px;
line-height: 23px;
}
#content_box {
padding-right: 35px;
}
.post.excerpt {
clear: both;
margin-bottom: 30px;
overflow: hidden;
border-bottom: 1px solid #eee;
margin-top: 40px;
}
.wp-post-image {
float: left;
margin: 7px 15px 10px 0;
}
#featured-thumbnail {
float: left;
margin-right: 15px;
}
.featured-thumbnail img {
margin-bottom:0;
margin-top: 3px;
margin-right: 0;
}
.rating img {
background: #222;
margin: 0 auto;
width: 130px;
padding: 4% 16%;
border: 1px solid #333;
}
.title {
font-family: 'BebasNeue Regular', sans-serif;
font-size: 28px;
line-height: 34px;
margin-bottom: 0;
}
.title a, .title {
color: #777;
text-shadow: 0px 2px #CCC;
}
.title a:hover {
color: #79ACCD;
}
.page h1.title {
margin-bottom: 20px;
margin-top: 20px;
}
.post-info{
display:block;
color: #BBB;
font-size: 13px;
}
ul.recent-reviews li {
padding-left: 0;
background: none;
margin-bottom: 10px;
}
.theauthor:after, .post-info time:after ,.comment .fn:after{
content:"|";
padding:0 5px;
}
.thecomment:before {
content:"|";
padding:0 5px;
}
article header {
margin-bottom:15px;
}
.single #content_box header {
margin-top: 20px;
}
.post-info a {
color: #BBB;
}
.article img.left,
.article img.alignleft,
.wp-caption.alignleft {
margin: 0.571em 1.571em 0.571em 0;
display: block;
float: left;
}
.article img.right,
.article img.alignright,
.wp-caption.alignright {
margin: 0.571em 0 0.571em 1.571em;
display: block;
float: right;
}
.article img.center,
.article img.aligncenter,
.wp-caption.aligncenter {
margin: 1em auto 1em auto;
display: block;
}
.article img.aligncenter, .article img.alignnone {
margin-top:1em;
margin-bottom:1em;
display: block;
}
.article ul {
margin: 0.5em 0 1.571em 1.3em;
list-style-type: circle;
}
.article ol {
margin: 1.5em 0 1.571em 1.571em;
list-style-type: decimal;
}
/*-[ Form Input ]------------------*/
input,textarea,select{
padding:8px 12px;
border:none;
font-size:12px;
border: 1px solid #D7D7D9;
color: #5E656D;
}
textarea{
overflow:auto;
resize:vertical;
}
select{
padding:12px 20px;
}
input:focus,
textarea:focus{
}
::-webkit-input-placeholder{
color:#585F65;
text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder{
color:#585F65;
text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder{
color:#585F65;
text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder{
color:#585F65;
text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder{
color:#585F65;
text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
/*-[ Tables ]--------------------*/
table{
width:100%;
text-align:left;
margin-bottom:25px;
border:2px solid #F1F4F6;
}
thead{
background:#F7F8F9;
font-size:14px;
color:#585F65;
}
table th ,table td{
padding:7px 15px;
text-align:left;
}
thead th{
padding:14px;
}
tbody th{
font-weight:normal;
border-bottom:1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr{
border:none;
border-bottom:1px solid #E5E5E5;
border-bottom:1px solid rgba(0,0,0,0.1);
width:100%;
margin:35px 0;
clear:both;
position:relative;
}
/*-[ Search Form ]------------------*/
nav #searchform {
float: right;
}
nav #searchform fieldset {
padding: 7px 0 6px 15px;
border: 0;
border-left: 1px solid #eee;
}
#searchform fieldset {
border: 1px solid #D7D7D9;
background:#fff;
float: left;
}
#searchform input {
border: 0;
}
.sbutton {
padding: 6px 12px 6px 0;
}
.main-header #s {
width: 150px;
}
.sidebar #s {
width: 78%;
padding: 10px 12px;
}
.footer-widgets fieldset, #sidebars fieldset {
width: 99%;
}
.footer-widgets #s {
width: 78%;
}
.footer-widgets .sbutton, #sidebars .sbutton {
float: right;
}
.sidebar .sbutton {
padding-top: 10px;
}

.breadcrumb {
margin-top: 40px;
}
/*-[ Read More ]-------------------*/
.more {
float: right;
box-shadow: 0px 2px #CCC;
-webkit-box-shadow: 0px 2px #CCC;
-moz-box-shadow: 0px 2px #CCC;
margin-bottom: 5px;
font-size: 12px;
letter-spacing: 1px;
margin-top: -15px;
}
.more a{
float: left;
background-color: #79ACCD;
color: white;
padding: 4px 10px;
overflow: hidden;
text-shadow: none;
}
.more a:hover {
color:#fff;
}
/*-[ Sidebar ]---------------------*/
.sidebar.c-4-12 {
float: right;
width: 31.5%;
line-height: 23px;
margin-top:40px;
}
.widget {
margin-bottom: 27px;
overflow: hidden;
}
.widget .title{
font-weight:bold;
text-transform:uppercase;
color:#545E68;
font-size:12px;
}
.widget li {
display: block;
overflow: hidden;
list-style-type: none;
padding-left: 20px;
background: url(../images/arrow.png) 0 5px no-repeat;
}
.widget h3 {
font-size: 20px;
line-height: 26px;
font-family: 'BebasNeue Regular', sans-serif;
margin-bottom: 5px;
font-style:normal;
color: #777;
text-shadow: 0px 2px   #CCC;
}
.pcomments {
float: right;
padding: 0 7px;
font-family:arial;
font-weight:bold;
background: #2DB2EB;
}
/*-[ Footer ]-------------------*/
body > footer{
min-height:50px;
overflow:hidden;
margin-top: 0px;
width: 100%;
background: url(../images/hbg.gif);  border-bottom: 7px solid   #5E5E5E;  border-top: 7px solid   #5E5E5E;
padding-top: 25px;
}
body > footer .widget{
padding:10px 0 30px 0;
margin-left: 20px;  margin-right: 20px;
}
body > footer .sidebar .widget .title{
font-size:135%;
color:#D4D8DB;
}
footer .widget li a {
    color: #666;
}
footer {
position: relative;
overflow: hidden;
}
footer .container {
}
footer p {
color: #8D8D8D;
}
footer a:hover, footer .widget li a:hover {
color:#333;
}
.footer-widgets {
overflow: hidden;
padding-bottom: 10px;
}
.footer-widgets h3 {
padding-bottom: 5px;
color: #594F4F;
} 
footer a{
}
.f-widget {
width: 32%;
float: left;
position: relative;
margin-right: 2%;
color: #8D8D8D;
}
.copyrights {
float: left;
width: 100%;
}
#copyright-note {
float: left;
}
#sidebars .wp-post-image, footer .wp-post-image {
margin-bottom: 0;
margin-top: 2px;
}
.postsby {
margin-bottom: -20px;
margin-top: 30px;
}
/*-[ Comment count ]--------------------------*/
.bubble a{
font-size: 14px;
line-height: 35px;
text-align: center;
width: 34px;
height: 34px;
font-family: 'BebasNeue Regular', sans-serif;
float: right;
background-color: #666;
border-radius: 20px;
color: white;
}
.bubble a:hover {
background-color: #79ACCD;
}
/*-[ Social Buttons ]-------------------------*/
#social-icons { 
margin-top:1em; 
float:left; 
}
.shareit { 
font-size: 2em; 
font-family: 'BebasNeue Regular', sans-serif; 
float: left; 

 padding: 5px 5px 0 0; 
color: #C6C6C6; 
text-shadow: 0px 1px #AAA;
}
.tagtext {
margin-right: 10px;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
overflow: hidden;
}
.related-posts ul {
margin-left:0;
overflow: hidden;
margin-top:0;
}
.related-posts h3 {
font-size: 18px;
margin: 10px 0;
color: #666;
}
.relatedthumb img {
width: 75px;
height: 75px;
margin-top: 5px;
margin-bottom:0;
border: 1px solid #747474;
}
.related-posts li {
width:48%;
float: left;
list-style:none;
margin-right: 4%;
border-bottom: 1px solid #EEE;
margin-bottom: 12px;
min-height: 100px;
}
.rthumb {
float: left;
}
.related-posts .last {
margin-right:0;
}
.related-posts a {
color: #777;
font-weight: bold;
}
.related-posts a:hover {
    color: #333;
}
.postauthor {
    padding: 1.5em 1.6em 0.5em;  
    margin: 1.5em 0 1em 0; background-image: url(../images/hbg.gif); border: 1px solid #D4CFC1; min-height: 100px;
}
.postauthor h4 {
color: #666;
font-weight: normal;  
font-size: 22px;  
margin-bottom: 5px;  font-family: 'BebasNeue Regular', sans-serif;  
text-shadow: 0px 2px whitesmoke;
}
.postauthor img {
float: right;
margin: 5px 0 15px 25px;
}
.postauthor h4 a {
}
.clear{
clear:both;
}
.left {
float:left;
}
.right {
float:right;
}
.last {
margin-right:0!important;
padding-right:0!important;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
color: #888;
border: 1px solid #DFDFDF;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
float: left;
padding: 9px;
}
.mts-subscribe input[type="text"]:hover {
border: 1px solid #C1C1C1;
}
.mts-subscribe input[type="submit"] {
background: #474747;
cursor: pointer;
color: white!important;
padding: 10px 12px;
float: right;
border: 0;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
float:left;
height:35px;
}
.mts-subscribe input[type="submit"]:hover {
background: #333333;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
float: left;
width: 330px;
margin: 0;
list-style: none;
max-width: 100%;
}
.ad-125 li{
float: left;
border: none;
list-style: none!important;  
padding-left: 0;
background: none;
margin-bottom: 15px;
}
.ad-125 img {
padding: 0.4em;
background: #fff;
border: 1px solid #bbb;
}
li.oddad {
margin-right: 8%;
}
.ad-300 img {
padding: 0px;
background: #fff;
border: 1px solid #bbb;
}
footer .ad-300 img, footer .ad-125 img {
padding: 0;
background: #FAFAFA;
border: 0;
}
footer li.oddad {
margin-right: 5%;
}
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
width: 300px;
}
#wp-calendar td {
text-align: center;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
/*-[Comments]--------------*/
.total-comments {
font-size: 18px;
font-family: 'BebasNeue Regular', arial;
}
.cnumber {
color: #2DB2EB;
}
#comments {
margin-right: 20px;
}
#comments .avatar {
float:left;
margin-right: 20px;
}
input.text-input, #commentform input {
padding: 11px;
}
input#author, input#email, input#url {
width: 380px;
background: white;
font-size: 14px;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover{

}
input#author, input#email, input#url, #comment {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.contactform input[type="text"] {
width: 380px;
}
.contact-submit,
#cancel-comment-reply-link {
padding: 7px 20px;
color: white;
border: 1px solid #383838;
cursor: pointer;
background:#333;
}
#commentform input#submit {
font-size: 14px;
line-height: 25px;
font-weight: normal;
background-color: #79ACCD;
padding: 7px 22px;
color: #fff;
text-decoration: none;
cursor: pointer;
display: inline-block;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
border: 0;      
-webkit-border-radius: 4px;  
-moz-border-radius: 4px;  
border-radius: 4px;
}
ol.commentlist {
margin-left: 0;
}
.commentlist li {
list-style: none;
margin: 10px 0;
padding: 20px 0;
border-top: 1px dashed #BBB;
}
.commentlist p {
margin-bottom: 1em;
line-height: 21px;
margin-left: 95px;
}
.fn {
font-size: 14px;
line-height: 1.375em;
font-style: normal;
font-family: arial;
}
.fn a {
color: #777;
font-weight:bold;
}
.comment-meta {
font-size: 12px;
font-style: italic;
}
.comment-meta a{
color:#888;
}
.reply {
margin-top: 10px;
padding-bottom: 5px;
overflow: hidden;
width: 100%;
border-bottom: 1px solid #eee;
}
.reply a {
float: right;
padding: 0 14px;
font-family: "'BebasNeue Regular'", sans-serif;
}
.commentlist .children {
margin-left: 17%;
margin-top: 30px;
margin-bottom: 0;
}
.commentlist .children li {
margin-bottom: 0;
padding-bottom: 0;
}
.avatar {
float: left;
}
#respond h3{
margin-top: 18px;
font-size: 18px;
margin: 15px 0 0 0;
padding: 0 0 20px 0;
color: #666;
}
.cancel-comment-reply a{
float:right;
margin-top: -8px;
font-size: 14px;
}
.comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea { 
width: 96.4%;
border: 1px solid #D4CFC1;
background: white;
font-size: 14px;
padding: 5px 10px 10px 10px;
line-height: 25px;
font-family: georgia;
font-style: italic;
}
#commentform p {
margin-bottom: 15px;
}
/*-[ pagination ]------------------*/
.pagination {
clear: both;
overflow: hidden;
margin-bottom: 20px;
float: left;
width: 96.5%;
padding: 10px 7px 7px 15px;
border: 1px solid #eee;
-moz-box-shadow: 0px 3px #eee;  
-webkit-box-shadow: 0px 3px #eee;  
box-shadow: 0px 3px #eee;
-webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
font-family: arial;
}
.pagination ul {
list-style: none;
margin: 0;
}
.currenttext, .pagination a:hover {
background: #2DB2EB;
color: #fff!important;
margin: 0 6px;
display: inline-block;
float: left;
line-height: 1.2em;
text-decoration: none;
padding: 5px 10px;
-webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
}
.pagination a, .pagination2 {
margin: 0 6px;
display: inline-block;
float: left;
font-weight: 400;
line-height: 1.2em;
text-decoration: none;
color: #4D4D4D;
padding: 5px 10px;
border: solid 1px #ccc;
}
.pagination a:hover {
color:#000;
}
ul.pagination li {
    float: left;
    list-style: none;
}

ul.pagination li.active {
    line-height: 1.3em;
    padding: 5px 10px;
    background: #2DB2EB;
    color: #fff;
    display: inline-block;
}
.pagination2 {
clear: both;
}
.top {
float: right;
margin-right: 20px;
}
.top a {
color: #555;
}
.top a:hover {
color:#BBB;
}
.pnavigation2 {
display: block;
width: 100%;
overflow: hidden;
padding: 0 0 10px 0;
}

/*******-----------------------Start Submit Event Form Css-------------------- */

.form1 .wdform-page-and-images .other_input
{
max-width: none;
}.form1 
button, .form1
input, .form1
select, .form1
textarea
{
font-size:14px;
}.form1 
.warning, .form1
.error
{
background-color: #F0EFEF;
border: 1px solid #013D7C;
border-radius: 5px;
color: #013D7C;
padding: 5px;
}.form1 
.warning *, .form1
.error *
{
margin:0;
}.form1 
.recaptcha_input_area input
{
height:initial !important;
}.form1 
input[type="radio"]
{
border:none !important;
outline:none !important;
}.form1 
input[type="checkbox"]
{
border:none !important;
outline:none !important;
}.form1 
a.ui-spinner-button
{
border-radius:0px !important;
background: none!important;
}.form1 

a.ui-slider-handle {
width: 13px;
height: 13px;
top: -4px;
border: 0px;
border-radius: 13px;
background: #FAFAFA;
border: 3px solid #B1B1B1;
outline: none;
}.form1 

.ui-slider {
height: 6px;
background: #F5F5F5 !important;
margin: 7px 0px;
}.form1 
.wdform_grading input {
width: 100px;
}.form1 
.wdform-matrix-cell input[type="text"] {
width: 100px;
}.form1 
.wdform-matrix-cell select {
width: 60px;
}.form1 
.wdform_section .wdform_column:last-child {
padding-right: 0px !important;
}.form1 
.wdform_preload {
display: none;
}.form1 
.wdform_grading {
padding: 3px 0px;
}.form1 
.wdform-matrix-table {
display: table;
border-spacing: 0px;
}.form1 
.wdform-matrix-column {
text-align: left;
display: table-cell;
}.form1 
.wdform-matrix-cell {
text-align: center;
display: table-cell;
padding: 6px 10px;
}.form1 
.wdform-matrix-head>div {
display: table-cell;
text-align: center;
}.form1 
.wdform-matrix-head {
display: table-row;
}.form1 
.wdform-matrix-row0 {
background: #DFDFDF;
display: table-row;
}.form1 
.wdform-matrix-row1 {
background: #E9E9E9;
display: table-row;
}.form1 
.selected-text {
text-align: left;
color: #000;
}.form1 
.wdform-quantity {
width: 30px;
margin: 2px 0px;
}.form1 
.wdform_scale_rating label {
vertical-align: middle;
}.form1 
.ui-corner-all {
border-radius: 0px;
}.form1 
.ui-widget-content {
border: 0px;
background: transparent;
}.form1 


.ui-slider-range {
background: #8A8A8A !important;
}.form1 
.wdform_map {
border: 6px solid #fff;
}.form1 
.wdform-page-and-images {
width: 100%;
border: 0px solid #000 !important;
padding-left:10px;
}.form1 
.paypal-property {
display: inline-block;
margin-right: 15px;
vertical-align: middle;
}.form1 
.sel-wrap {
display: inline-block;
vertical-align: middle;
width:100%;
}.form1 

.sel-imul {
display: none;
}.form1 
.sel-imul .sel-selected {
cursor: pointer;
position: relative;
display: inline-block;
border-radius: 0px;
padding: 0px 0px 0px 2px;
font-size: 13px;
height: 22px;
line-height: 22px;
overflow: hidden;
background: #F8F8F8;
border: 0px solid #D3D3D3;
background-position: right 2px center;
width: 100%;
}.form1 
.sel-imul.act .sel-selected {
background: #fff;
}.form1 
.sel-selected .sel-arraw {
height: 23px;
width: 30px;
background: url(images/01.png) 50% 50% no-repeat;
position: absolute;
top: 0px;
right: 0px;
padding: 0px;
}.form1 
.sel-imul:hover .sel-selected .sel-arraw {
// background-color:#e0e0e0;
// border-left:1px solid #bbb;
}.form1 
.sel-imul.act .sel-selected .sel-arraw {
// background-color:#e0e0e0;
// border-left:1px solid #bbb;
}.form1 
.sel-imul .sel-options {
background: #fff;
border: 1px solid #dbdbdb;
border-top: none;
position: absolute;
width: inherit;
display: none;
z-index: 10;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}.form1 
.sel-options .sel-option {
padding: 3px 4px;
font-size: 13px;
border: 1px solid #fff;
border-right: none;
border-left: none;
text-align: left;
}.form1 
.sel-options .sel-option:hover {
border-color: #dbdbdb;
cursor: pointer;
}.form1 
.sel-options .sel-option.sel-ed {
background: #dbdbdb;
border-color: #dbdbdb;
}.form1 
input[type=text]{
margin: 0px;
}.form1 
input[type=password]{
margin: 0px;
}.form1 
input[type=url]{
margin: 0px;
}.form1 
input[type=email]{
margin: 0px;
}.form1 
input.text{
margin: 0px;
}.form1 
input.title{
margin: 0px;
}.form1 
textarea{
margin: 0px;
}.form1 
select {
margin: 0px;
}.form1 
.form-error {
border-color: red !important;
}.form1 
.form-error:focus {
border-color: red !important;
}.form1 
.wdform-field {
display: table-cell;
padding: 5px 0px;
}.form1 
.wdform-label-section{
text-align: left;
display: table-cell;
}.form1 
.wdform-element-section {
text-align: left;
display: table-cell;
min-width: 140px;
}.form1 
.file-upload input {
position: absolute;
visibility: hidden;
}.form1 
.file-upload-status {
margin-left: 10px;
max-width: 200px;
font-weight: bold;
font-size: 16px;
color: #888;
position: absolute;
border-radius: 0px;
height: 23px;
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
overflow: hidden;
}.form1 
.file-picker {
width: 41px;
height: 32px;
background: url(images/upload.png) no-repeat;
display: inline-block;
}.form1 
.next-page div.wdform-page-button {
color: #FFF;
cursor: pointer;
display: inline-block;
height: 38px;
line-height: 35px;
background:url(images/next.png) no-repeat right #013D7C;
padding: 0px 36px 0 20px;
vertical-align: middle;
font-size: 18px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}.form1 
.previous-page div.wdform-page-button {
color: #A2A2A2;
cursor: pointer;
display: inline-block;
height: 37px;
line-height: 35px;
background:url(images/previous.png) no-repeat left #F1F1F1;
padding: 0 20px 0 36px;
vertical-align: middle;
font-size: 18px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}.form1 
.button-submit {
color: #ffffff;
cursor: pointer;
display: inline-block;
line-height: 35px;
background: #013D7C;
padding: 0px 20px;
vertical-align: middle;
font-size: 18px;
min-width: 80px;
min-height: 35px;
font-family: Segoe UI;
border: 1px solid transparent;
margin: 5px;
}.form1 
.button-reset {
color: #787878;
cursor: pointer;
display: inline-block;
line-height: 35px;
background: #F0EFEF;
padding: 0px 20px;
vertical-align: middle;
font-size: 18px;
min-width: 80px;
min-height: 35px;
font-family: Segoe UI;
float: right;
border: 1px solid transparent;
margin: 5px;
}.form1 
.wdform_page {
background: #FFFFFF;
padding-top: 15px;padding-left:13px;
border-radius: 0px;
font-family: Segoe UI;
}.form1 
.wdform_column {
padding-right: 50px !important;
float: left;
border-spacing: 2px;
border-collapse: separate !important;
}.form1 
.wdform_section_break2 {
color: #013D7C;
display: inline-block;
text-align: left;
font-size: 23px;
margin: 16px 10px 40px 0px;
}.form1 

.wdform_section_break {
color: #013D7C;
font-size: 23px;
margin: 16px 0px;
}.form1 

.wdform_section {
display: inline-block;
}.form1 
select {
padding: 2px;
height: 26px;
border: 1px solid #B7B7B7;
background: #F8F8F8;
}.form1 
input[type="text"]{
border-radius: 0px;
height: 22px;
padding:0 3px !important;
background: #F8F8F8;
border:1px solid #B7B7B7;
}.form1 
input[type="password"]{
border-radius: 0px;
height: 22px;
padding:0 3px !important;
background: #F8F8F8;
border:1px solid #B7B7B7;
}.form1 
textarea {
border-radius: 0px;
height: 22px;
padding:0 3px !important;
background: #F8F8F8;
border:1px solid #B7B7B7;
}.form1 
input[type="text"]:focus{
outline: none;
}.form1 
input[type="password"]:focus{
outline: none;
}.form1 
textarea:focus{
outline: none;
}.form1 
select {
outline: none;
}.form1 
.input_deactive {
color: #999999;
font-style: italic;
}.form1 
.input_active {
color: #000000;
font-style: normal;
}.form1 
.am_pm_select {
width: 30px;
vertical-align: middle;
}.form1 


.wdform-calendar-button, .form1
.wdform-calendar-button:hover {
display:inline-block;
background: transparent url(images/date.png) no-repeat !important;
border: 0px;
color: transparent;
width: 22px;
height: 22px;
position: relative;
left: -22px;
vertical-align: top;
outline: none;
}.form1 



.forlabs {
float: right;
margin-right: 20px;
}.form1 

.if-ie-div-label {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
filter: alpha(opacity=100) !important;
opacity: 1 !important;
}.form1 
.wdform-ch-rad-label {
display: inline;
margin: -4px 5px 5px 5px;
float: left;
color: #000;
cursor: pointer
}.form1 
textarea {
padding-top: 5px;
}.form1 
.wdform-date {
display:inline-block;
width: 105px
}.form1 
.wdform_footer {
margin-top: 15px;
}.form1 
.page-numbers {
vertical-align: middle;
}.form1 
.time_box {
text-align: right;
width: 30px;
vertical-align: middle
}.form1 
.mini_label {
font-size: 10px;
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
color: #8A8A8A;
}.form1 
.wdform-label {
border: none;
color: #000;
vertical-align: top;
line-height: 17px;
}.form1 
.wdform_colon {
color: #000
}.form1 
.wdform_separator {
font-style: bold;
vertical-align: middle;
color: #000;
}.form1 
.wdform_line {
color: #000
}.form1 
.wdform-required {
border: none;
color: red;
vertical-align: top;
}.form1 
.captcha_img {
border-width: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
border-radius: 0px;
}.form1 
.captcha_refresh {
width: 30px;
height: 30px;
border-width: 0px;
margin: 0px;
padding: 0px;
vertical-align: middle;
cursor: pointer;
background-image: url(images/refresh_black.png);
}.form1 
.captcha_input {
height: 20px;
border-width: 1px;
margin: 0px;
padding: 0px;
vertical-align: middle;
}.form1 
.file_upload {
border: 0px solid white;
border-radius: 0px;
margin: 0px;
padding: 0px;
color: black;
background-color: white;
}.form1 
.page_deactive {
color: #013E7D;
background-color: #FFF;
cursor: pointer;
display: inline-block;
height: 29px;
text-align: center;
vertical-align: bottom;
padding: 5px 25px 0px 25px;
font-size: 16px;
font-weight:bold;
}.form1 
.page_active {
color: #FFF;
cursor: pointer;
background-color: #013E7D;
display: inline-block;
vertical-align: bottom;
height: 29px;
text-align: center;
font-size: 20px;
padding: 5px 25px 0px 25px;
line-height: 26px;
font-weight:bold;
}.form1 
.page_percentage_active {
padding: 0px;
margin: 0px;
border-spacing: 0px;
height: 16px;
line-height: 16px;
font-size: 15px;
float: left;
text-align: right !important;
z-index: 1;
position: relative;
vertical-align: middle;
background: #013E7F;
color: #fff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}.form1 
.page_percentage_deactive {
height: 16px;
line-height: 16px;
background-color: #F1F1F1;
text-align: left !important;
margin-bottom: 1px;
border-radius: 5px;
}.form1 
.page_numbers {
font-size: 14px;
color: #000;
}.form1 
.phone_area_code {
width: 50px;
}.form1 
.phone_number {
width: 100px;
}.form1 
button {
cursor: pointer;
}.form1 
.other_input {
border-radius: 0px;
border-width: 1px;
height: 16px;
font-size: 12px;
padding: 1px;
margin: 1px;
margin-left: 25px;
z-index: 100;
position: absolute;
}.form1 
.wdform_page_navigation {
text-align: right !important;
}.form1 

.wdform_percentage_text {
margin: 3px 5px 3px 9px;
color: #FFF;

font-size: 12px;
}.form1 
.wdform_percentage_title {
color: #6E6E6E;
font-style: italic;
margin: 0px 0px 0px 40px;
display: inline-block;
line-height: 27px;
height: 27px;
vertical-align: middle;
}.form1 
.wdform_button button {
background: #4D792C;
cursor: pointer;
font-size: 17px;
border-radius: 0px;
min-width: 80px;
min-height: 31px;
color: #fff;
border: 2px solid #68943B;
margin: 5px;
box-shadow: 0px 0px 2px #c9c9c9;
font-family: Segoe UI;
}
.success-msg{
	color: #12BF6F;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
	}
.error-msg{
	color: #ff0000;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
	}	
/*-----------------------------------End Submit Event Form 
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:960px){
#page, .container {
max-width: 96%;
}
.article {
width: 68%;
}
.sidebar.c-4-12 {
width: 30%;
}
.related-posts li {
margin-right: 10px;
}
img,embed{
max-width:100%;
height:auto!important;
}
.ad-125 li {
max-width: 40%;
}
.footer-widgets #s, #sidebars #s {
width: 68%;
}
.ad-125 img {
padding: 0;
background: #FAFAFA;
border: 0;
}
.ad-300 {
width: 90%;
}
.mts-subscribe input[type="text"] {
width:60%;
}
}
@media screen and (max-width:728px){
.widget-header { width:100%; }
}
@media screen and (max-width:700px){
.article {
width: 98%;
}
#content_box {
padding-right: 0;
}
.sidebar.c-4-12 {
width: 98%;
}
.f-widget {
width: 48%;
}
}
@media screen and (max-width:600px){
#navigation ul{float:none;display:inline-block;}
#navigation ul ul{display:none;}
.js #navigation > ul{display:none !important;}
.js #navigation select{display:inline-block !important;max-width:none;border:none;padding:7px 15px;margin-top:10px;width:100%;color: #fff;
background: #222;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4); font-size: 12px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
}
}
@media screen and (max-width:480px){
.f-widget {
width: 98%;
}
#featured-thumbnail {
max-width: 40%;
margin-right: 15px;
}
.postauthor img {
width: 22%;
}
}
@media screen and (max-width:450px){
.related-posts li {
width: 100%;
}
.commentlist .children {
margin-left: 5%;
}
#comments .avatar {
width: 18%;
}
.commentlist p {
margin-left: 22.5%;
}
}