


/* ---------- Buttons ---------- */

.button,
.button_medium,
.button_large, 
.comment-reply-link {
	border:1px solid rgba(0, 0, 0, .15);
	background-color:#ededed;
	display:inline-block;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
}

.comment-reply-link {margin-bottom:2px;}

.button > span, 
.button_medium > span, 
.button_large > span, 
.comment-reply-link > span {
	color:#565656;
	line-height:30px;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(255, 255, 255, .9);
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 1px rgba(255, 255, 255, .7) inset;
	-moz-box-shadow:0 0 1px rgba(255, 255, 255, .7) inset;
	box-shadow:0 0 1px rgba(255, 255, 255, .7) inset;
    -webkit-transition:box-shadow .2s ease-out, background .2s ease-out;
    -moz-transition:box-shadow .2s ease-out, background .2s ease-out;
    -ms-transition:box-shadow .2s ease-out, background .2s ease-out;
    -o-transition:box-shadow .2s ease-out, background .2s ease-out;
    transition:box-shadow .2s ease-out, background .2s ease-out;
}

.related_posts li a.button.current > span,
.p_sort a.current[name="p_name"] > span, 
.p_sort a.current[name="p_date"] > span,
.p_filter_container:hover .p_cat_filter > span,
.button:hover > span, 
.button_medium:hover > span, 
.button_large:hover > span, 
.comment-reply-link:hover > span {
	background:rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
	box-shadow:0 0 5px rgba(0, 0, 0, .2) inset;
}

.button > span, 
.comment-reply-link > span {
	background-image:url(../images/button.png);
	background-repeat:repeat-x;
	background-position:0 0;
	font-size:14px;
	font-weight:600;
	padding:4px 22px;
}

.comment-reply-link > span {
	line-height:20px;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	padding:0 12px;
}

.button_medium > span {
	background:url(../images/button_medium.png) repeat-x 0 0;
	font-size:22px;
	padding:9px 23px;
}

.button_large > span {
	background:url(../images/button_large.png) repeat-x 0 0;
	font-size:28px;
	padding:14px 25px;
}

.box {margin:0 0 20px;}

.box table {width:100%;}

.box table td p {padding:0 20px 0 0;}

.box table td {
	text-align:left;
	padding:25px 0;
}

.box table td:first-child {width:80px;}

.error_box {
	background:#f8d9cf;
	background:rgba(255, 132, 89, .25);
	border:1px solid #fac0ad;
	border:1px solid rgba(255, 132, 89, .4);
}

.warning_box {
	background:#f5e5b8;
	background:rgba(244, 177, 0, .25);
	border:1px solid #ffd35a;
	border:1px solid rgba(244, 177, 0, .4);
}

.success_box {
	background:#d9eecb;
	background:rgba(129, 211, 72, .25);
	border:1px solid #b3e68b;
	border:1px solid rgba(129, 211, 72, .4);
}

.notice_box {
	background:#cde0f1;
	background:rgba(90, 166, 234, .25);
	border:1px solid #b3d6f7;
	border:1px solid rgba(90, 166, 234, .4);
}

.download_box {
	background:#c5f1d1;
	background:rgba(67, 242, 112, .25);
	border:1px solid #9bd5a9;
	border:1px solid rgba(67, 242, 112, .4);
}

.box.error_box table td:first-child {background:url(../images/error.png) center center no-repeat;}

.box.success_box table td:first-child {background:url(../images/success.png) center center no-repeat;}

.box.notice_box table td:first-child {background:url(../images/notice.png) center center no-repeat;}

.box.warning_box table td:first-child {background:url(../images/warning.png) center center no-repeat;}

.box.download_box table td:first-child {background:url(../images/download.png) center center no-repeat;}

.box.css_box {
	border:1px solid #ececec;
	border:1px solid rgba(0, 0, 0, .1);
	padding:20px;
}

.box.css_box p {padding:0;}

.error {
	text-align:center;
	margin-bottom:50px;
}

.error .search_line {
	width:30%;
	margin:105px auto 30px;
	overflow:hidden;
}

.error h1 {
	font-size:240px;
	line-height:1em;
	margin-bottom:10px;
}

.error h3 {
	font-size:24px;
	font-style:normal;
}



/* ---------- Form builder ---------- */

.cmsms-form-builder label {padding-bottom:8px;}

select {
	border:1px solid #e5e5e5;
	background-color:#f9f9f9;
	height:35px;
	line-height:20px;
	width:275px;
	padding:5px 10px;
	margin:0 0 3px;
}

select:focus {background-color:#ffffff;}

.widget select {width:100%;}

option {
	background-color:#ffffff;
	border:none;
	height:20px;
	padding:0;
	margin:0;
}

.cmsms-form-builder .form_info {padding-bottom:20px;}

.widget .cmsms-form-builder .form_info {padding-bottom:16px;}

.widget .cmsms-form-builder input[type="text"] {width:100%;}

.cmsms-form-builder span.db {
	color:#bfbfbf;
	font-size:12px;
	font-style:italic;
	display:block;
	padding-top:5px;
}

#commentform {padding-bottom:20px;}

.cmsms-form-builder input[type="text"]{width:50%;}

input[type="text"], 
textarea {
	background-color:#fdfdfd;
	border:1px solid #e5e5e5;
	line-height:20px;
	height:35px;
	width:100%;
	padding:5px 10px;
}

textarea {padding:7px 10px;}

input[type="text"]:focus, 
textarea:focus,
select:focus {background-color:#ffffff;}

#commentform input[type="text"] {
	width:50%;
	float:left;
}

#commentform textarea {
	width:90%;
	min-height:260px;
	resize:none;
}

#commentform p {
	overflow:hidden;
	clear:both;
}

#commentform input[type="text"]+label {
	line-height:42px;
	float:left;
	padding-left:20px;
}

.cmsms-form-builder .check_parent {
	padding:6px 0;
	position:relative;
	overflow:hidden;
}

.cmsms-form-builder .check_parent label {padding:0;}

.cmsms-form-builder .check_parent input[type="checkbox"], 
.cmsms-form-builder .check_parent input[type="radio"] {
	float:left;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.cmsms-form-builder .check_parent input[type="radio"]+label {background:url(../images/radio_check.png) no-repeat 0 -73px;}

.cmsms-form-builder .check_parent input[type="radio"]:checked+label {background:url(../images/radio_check.png) no-repeat 0 -111px;}

.cmsms-form-builder .check_parent input[type="checkbox"]+label {background:url(../images/radio_check.png) no-repeat 0 1px;}

.cmsms-form-builder .check_parent input[type="checkbox"]:checked+label {background:url(../images/radio_check.png) no-repeat 0 -36px;}

.cmsms-form-builder .check_parent input[type="checkbox"]+label, 
.cmsms-form-builder input[type="radio"]+label {
	line-height:20px;
	font-weight:normal;
	display:block;
	height:20px;
	float:left;
	padding:0 0 0 25px;
	margin:0;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	z-index:1;
}

.cmsms-form-builder .cmsms_checkbox .db, 
.cmsms-form-builder .cmsms_radio .db, 
.cmsms-form-builder .cmsms_checkboxes .db {
	display:block;
	padding-bottom:15px;
}

.loading {
	background:url(../images/loader.gif) no-repeat 0 0;
	height:5px;
	width:40px;
	float:right;
	opacity:0;
	position:relative;
	margin-top:11px;
}


/* ---------- Form Error ---------- */

.inputContainer {
	position:relative;
	float:left;
}

.formError {
	display:block;
	position:absolute;
	top:300px;
	left:300px;
	cursor:pointer;
	z-index:5000;
}

.ajaxSubmit {
	border:1px solid #999999;
	background:#55ea55;
	display:none;
	padding:20px;
}

.formError .formErrorContent {
	border:1px solid #333333;
	background:#000000;
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	width:150px;
	padding:4px 10px;
	position:relative;
	z-index:5001;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.greenPopup .formErrorContent {background:#33be40;}

.blackPopup .formErrorContent {
	background:#393939;
	color:#ffffff;
}

.formError .formErrorArrow {
	width:15px;
	margin:-2px 0 0 13px;
	position:relative;
	z-index:5006;
}

.formError .formErrorArrowBottom {
	margin:0 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background:#000000;
	font-size:0;
	line-height:0;
	display:block;
	height:1px;
	margin:0 auto;
}

.greenPopup .formErrorArrow div {background:#33be40;}

.blackPopup .formErrorArrow div {
	background:#393939;
	color:#ffffff;
}

.formError .formErrorArrow .line10 {
	border:0;
	width:15px;
}

.formError .formErrorArrow .line9 {
	border:0;
	width:13px;
}

.formError .formErrorArrow .line8 {width:11px;}

.formError .formErrorArrow .line7 {width:9px;}

.formError .formErrorArrow .line6 {width:7px;}

.formError .formErrorArrow .line5 {width:5px;}

.formError .formErrorArrow .line4 {width:3px;}

.formError .formErrorArrow .line3 {
	border-bottom:0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	width:1px;
}

.formError .formErrorArrow .line2 {
	border:0;
	background:#333333;
	width:1px;
}

.formError .formErrorArrow .line1 {
	border:0;
	background:#333333;
	width:0;
}


a.cmsms_prev_slide, 
a.cmsms_next_slide {
	background:#363636 url(../images/bg_sharp.png) repeat 0 0;
	position:absolute;
	bottom:22px;
	z-index:11;
}

a.cmsms_prev_slide span, 
a.cmsms_next_slide span {
	background:url(../images/arrow_slide.png) no-repeat 11px 12px;
	display:block;
	width:32px;
	height:36px;
}

a.cmsms_prev_slide {
	right:54px;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	box-shadow:-1px 0 0 rgba(0, 0, 0, .3) inset;
	-moz-box-shadow:-1px 0 0 rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow:-1px 0 0 rgba(0, 0, 0, .3) inset;
}

a.cmsms_next_slide {
	right:22px;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	box-shadow:1px 0 0 rgba(255, 255, 255, .1) inset;
	-moz-box-shadow:1px 0 0 rgba(255, 255, 255, .1) inset;
	-webkit-box-shadow:1px 0 0 rgba(255, 255, 255, .1) inset;
}

a.cmsms_next_slide span {background-position:12px -21px;}

a.cmsms_prev_slide:hover, 
a.cmsms_next_slide:hover {opacity:1;}

a.cmsms_close_video {
	background-color:#ffffff;
	background-image:url(../images/video_close.png);
	background-position:12px -49px;
	background-repeat:no-repeat;
	bottom:50px;
	right:15px;
	width:41px;
	height:41px;
	display:block;
	overflow:hidden;
	position:absolute;
	border-radius:20.5px;
	-moz-border-radius:20.5px;
	-webkit-border-radius:20.5px;
	-webkit-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	transition:background-color .3s ease-in-out, background-position .3s ease-in-out;
	z-index:160;
	opacity:0;
	filter:alpha(opacity=0);
}

a.cmsms_close_video:hover {background-position:12px 11px;}

#top ul.cmsms_slides_nav {
	background:#363636 url(../images/bg_sharp.png) repeat 0 0;
	right:87px;
	bottom:22px;
}

ul.cmsms_slides_nav {
	list-style:none;
	position:absolute;
	right:20px;
	bottom:20px;
	padding:12px;
	margin:0;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
 
ul.cmsms_slides_nav li {
	display:block;
	float:left;
	padding:0 0 0 8px;
}

ul.cmsms_slides_nav li:first-child {padding:0;}

ul.cmsms_slides_nav li a {
	background-color:#ffffff;
	display:block;
	text-indent:-9999px;
	width:12px;
	height:12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition:background-color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out;
	transition:background-color .3s ease-in-out;
}

.cmsms_slider_timer {
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}


/* ---------- Responsive Content Slider ---------- */

.cmsms_content_slider_parent {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
}

.responsiveContentSlider {
	background:url(../images/loader.gif) 50% 50% no-repeat;
	text-align:left;
	display:block;
	list-style:none;
	width:100%;
	height:0;
	padding:0 0 56.25%;
	margin:0;
	position:relative;
	overflow:hidden;
}

.cmsms_content_slider_parent>.responsiveContentSlider, 
.responsiveContentSlider>li {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:absolute;
}

.responsiveContentSlider {
	top:0;
	left:0;
}

.responsiveContentSlider>li {
	top:0;
	left:100%;
	z-index:1;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav {
	list-style:none;
	float:right;
	padding:0;
	margin:0;
	z-index:10;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}
 
.cmsms_content_slider_parent ul.cmsms_slides_nav li {
	display:block;
	float:left;
	padding:0 0 0 8px;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav li.active a, 
.cmsms_content_slider_parent ul.cmsms_slides_nav li:hover a {background-color:#000000;}

 .cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {padding:0;}

.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
	background-color:#ffffff;
	display:block;
	text-indent:-9999px;
	width:10px;
	height:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition:background-color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out;
	transition:background-color .3s ease-in-out;
}

.cmsms_nav_wrap_wrap {
	text-align:center;
	width:100%;
	height:36px;
	position:absolute;
	bottom:0;
	z-index:3;
}

