/*CSS RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/*END CSS RESET*/

html {
	width: 100%;
}
body, img {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65px;
	color: #fff;
	margin: 50px 0 10px 0;
	line-height:100%;
}
h2 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 20px 0 10px 0;
	line-height:130%;
}
a {
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: none;
}
body {
	width: 100%;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
}
div {
	display: block;
}
#shell {
	width: 100%;
	float: left;
	background: #f7f7f7 url(/images/template-images/main_back_body.jpg) left top repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
#shell_inner {
	background: none;
	width: 100%;
	float: left;
}
#preview_body {
	width: 100%;
	margin: 0px;
	/*border-top: 2px solid #ffffff;
	padding-bottom: 150px;*/
	position: relative;
	height:100%;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding-top: 0px;
}
#preview_wrapper {
	width: 940px;
	margin: 0 auto;
	color: #FFFFFF;
}
#header {
	width: 100%;
	float: left;
}
#header div {
	float: left;
}
#interactive_menu {
	width: 100%;
}
#branding {
	margin: 20px 0 0 0;
	height: 47px;
}
#buttons_wrapper {
	float: right!important;
}
.im_button {
	padding: 0px;
	margin: 0 1px 0 1px;
}
.im_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	display: block;
	color: #212121;
}
.im_button a:hover, .im_button:hover {
	background: #F7F7F7;
	text-decoration: none;
}
.im_button:hover {
	margin: 0;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
.selected_button {
	margin: 0;
	background: #F7F7F7;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
#interactive_options {
	width: 100%;
	min-height: 50px;
	background: none/*#fdffcf*/;
	padding: 20px 0;
}
.io_container {
	width: 100%;
}
.io_left, .io_right {
	width: 50%;
	float: left;
}
.forth_of {
	width: 25%;
	float: left;
}
.third_of {
	width: 33%;
	float: left;
}
.half_of {
	width: 50%;
	float: left;
}
#interactive_options p {
	padding-bottom: 7px;
}
#interactive_options a {
	/*border: 1px solid #333;
	background: #666;
	padding: 2px 10px;
	color: #fff;
	margin-right: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	margin: 5px 0;
	display: inline-block;
}
#interactive_options a i {
	color: #ccc;
	margin-right: 4px;
}
#interactive_options a:hover {
	text-decoration: none;
	color: #000;
}
#preview_area {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 2px;
}
.nicEdit-panelContain {
	border: none!important;
	margin-top: 1px!important;
}
#right_btn a {
	border: 1px solid #4d99da;
	background: #4d99da;
	padding: 2px 6px 3px 6px;
	color: #fff;
	margin-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	float: left;
	color: #fff;
}
#right_btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #0088CC;
}
a#save_btn {
	background: #50da4d;
	color: #fff;
	border: 1px solid #50da4d;
}
a#save_btn:hover {
	background: #006600;
	color: #fff;
	border: 1px solid #006600;
	text-decoration: none;
}
#right_btn input {
	border: 1px solid #4d99da;
	background: #4d99da;
	padding: 2px 6px 3px 6px;
	color: #fff;
	margin-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	float: left;
	color: #fff;
}
input#save_btn {
	background: #50da4d;
	color: #fff;
	border: 1px solid #50da4d;
}
input#save_btn:hover {
	background: #006600;
	color: #fff;
	border: 1px solid #006600;
	text-decoration: none;
}
#policy {
	position: relative;
	top: -4px;
}
#right_btn {
	margin-right: 10px;
}
#preview_body {
	float: left;
	/*background: #666;*/
}
#myNicPanel {
	margin: 3px 0 0 0;
}
#io_info .io_left {
	width: 42%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 4px 4px 4px 4px;
	color: #555555;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 6px;
	vertical-align: middle;
}
input, textarea, .uneditable-input {
	width: 180px;
}
textarea {
	height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
	line-height: normal;
	margin: 4px 0 0;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height: 30px;
	line-height: 30px;
}
select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 193px;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea, #interactive_options p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
#bg_select {
	width: 100px;
}
/*MAIN SITE*/
body.main_site {
	background-image: none;
}
#shell_site {
	width: 100%;
}
#wrapper_site {
	width: 990px;
	margin: 0 auto;
}
/*-------------HEADER-------------
-----------------------------------*/
#header_site {
	width: 990px;
	float: left;
}
#logo {
	width: 198px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
#site_menu {
	width: 792px;
	height: 50px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
#site_menu a {
	font-size: 12px;
	text-decoration: underline;
	color: #999;
}
#menu_editor {
	width: auto;
	margin: 17px 0 0 0px;
	height: 50px;
}
#header #menu_editor {float:right;}
#menu_editor a {
	font-size: 12px;
	margin-left: 6px;
}
#menu_editor a.btn-primary {
	padding: 6px 12px;
}
#menu_editor a.btn-danger {
	background-color: #E14D36;
	padding: 6px 12px;
}
#menu_editor a.btn-danger:hover {
	background-color: #630F0F;
}
#page_edit {
	float: left;
	margin-top: 5px;
	clear:right;
}
/*-------------CONTENT-------------
-----------------------------------*/
#content_site {
	width: 990px;
	float: left;
}
#sample_sales {
	width: 988px;
	height: 100px;
	border: 1px solid #666;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 28px;
	color: #666;
}
#video_section {
	width: 648px;
	height: 400px;
	border: 1px solid #666;
	margin: 20px 20px 20px 0;
	text-align: center;
	float: left;
}
#create_account {
	width: 298px;
	height: 320px;
	margin: 20px 0;
	float: left;
	border: 1px solid #666;
	background-color: #f5f5f5;
	padding: 40px 10px;
	font-size: 30px;
	color: #676767;
}
#create_account input[type="text"] {
	width: 285px;
	border: 1px solid #666;
	height: 30px;
	margin: 10px 0;
	padding-left: 10px;
	font-size: 18px;
	color: #676767;
}
#create_account input[type="password"] {
	width: 285px;
	border: 1px solid #666;
	height: 30px;
	margin: 10px 0;
	padding-left: 10px;
	font-size: 18px;
	color: #676767;
}
#create_account input[type="submit"] {
	border: 1px solid #666;
	background-color: #008601;
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	padding: 10px 9px;
	cursor: pointer;
}
#account_left {
	width: 445px;
	height: 350px;
	float: left;
	border: 1px solid #666;
	margin: 10px 20px 20px 0;
	padding: 20px 0 20px 40px;
	background-color: #eee;
}
#welcome_title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}
#short_description {
	font-size: 12px;
	width: 285px;
	float: left;
	padding-right: 10px;
}
#buttons_section {
	text-align: right;
	margin-top: 30px;
}
#video_tutorial {
	float: left;
	padding-left: 160px;
}
#video_tutorial a {
	padding: 10px 20px;
	background-color: #7b7b7b;
	width: 85px;
	border: 1px solid #505050;
	color: #fff;
	font-size: 14px;
}
#new_page {
	float: right;
}
#new_page a {
	padding: 10px 20px;
	background-color: #039800;
	width: 85px;
	border: 1px solid #505050;
	color: #fff;
	font-size: 14px;
}
#advertising_space {
	float: left;
	height: 100px;
	width: 730px;
	border: 1px solid #666;
	background-color: #fff;
	margin-top: 50px;
	text-align: center;
}
#account_right {
	width: 481px;
	float: left;
	border: 1px solid #666;
	margin: 10px 0 20px 0;
}
#my_pages {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 24px;
	background-color: #c5c5c5;
	border-bottom: 1px solid #666;
	color: #000;
}
#table_section {
	width: 482px;
	color: #000;
	float: left;
}
#table_section tr.yellow {
	background-color: #eee;
}
#table_section td {
	vertical-align: middle;
}
#table_section td.active {
	padding-left: 5px;
}
#table_section td.remove {
	width: 75px;
	text-align: center;
	height: 36px;
	background-color: #630f0f;
}
#table_section td.remove a {
	color: #fff;
	font-size: 12px;
}
#table_section td.edit {
	width: 45px;
	text-align: center;
	height: 36px;
	background-color: #008ce4;
}
#table_section td.edit a {
	color: #fff;
	font-size: 12px;
}
.orange {
	color: #c7814e;
}
.green {
	color: #4e975f;
}
#interactive_options span {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}
#custom_img_url {
	margin: 7px 0 0 160px;
}
.marg_top {
	margin-top: 7px;
}
img#privacy_icon {
	margin:-35px 70px 0 0;
}
img#disclaimer_icon {
	margin:-35px 70px 0 0;
}
/*-------------FOOTER-------------
-----------------------------------*/
#footer_site {
	width: 988px;
	height: 50px;
	float: left;
	text-align: center;
	border: 1px solid #666;
	margin-bottom: 30px;
}
/*******_________________SOCIAL BAR_________________*******/
#social_bar {
	width: 100%;
	float: left;
	height: 80px;
	background: red;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
/*******_________________LOGO BAR_________________*******/
#logo_bar {
	width: 100%;
	float: left;
	height: 99px;
	background: #2d2d2d;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #727272;
}
#logo_bar img{
	max-height:100%;
}
/*******_________________MEDIA TYPE_________________*******/
#image_in, #image_media {
	display: none;
}
#pop_ms, #redirect_url/*, #myInstance6*/ {
	display: none;
}
#video_in, #pop_ms, #image_in, #logo_in {
	margin: 7px 0 0 164px;
}
#interactive_options span.redirect_url_lab {
	display: none;
	margin: 7px 10px 0 0;
}
#custom_form form {
	width: 270px;
	margin: 0 auto;
}
/* -----------------------------------------------------
               Button Select
------------------------------------------------------*/

#interactive_options span.btn_wrap {
	position:absolute;
	top:28px;
	left:0px;
	z-index:100000;
	width: 100px;
	heihgt:auto;
	background:#ffffff;
	padding:10px;
}
#interactive_options span.btn_wrap .btn {
	float: left;
	margin: 0 5px 5px 0;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid transparent;
}
#interactive_options span.btn_wrap .btn.btn-default {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
}
#custom_form input[type="submit"] {
	height: 40px;
	margin: 10px 0;
	font-size: 14px;
}
#interactive_options span#my_btn{text-align:left;}
.theme { padding:20px 10px 0 10px; }

/* -----------------------------------------------------
               CARUSEL
------------------------------------------------------*/
#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}
.jcarousel-skin-tango .jcarousel-container {



}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 20px 34px;
	width:100%;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
	
}
.jcarousel-clip {
	height:105px!important;
}
#caruselThemes{
	height:105px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 100px;
	margin:0 5px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align:center;
	line-height:32px;
	font-size:30px;

}
.jcarousel-skin-tango .jcarousel-next-horizontal i, .jcarousel-skin-tango .jcarousel-prev-horizontal i{cursor:pointer;}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus { 
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	text-align:center;
	line-height:32px;
	font-size:30px;

}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-tango{width:100%;}

.usetheme{
	/*margin:0 0 10px 400px;*/
	margin:-10px 0 10px 0;
	padding: 10px 20px;
	font-size:14px;
	font-weight:700;
}

.btn1{
	background-color: #4D99DA;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
}
.btn4{
	background-color: #e7b500;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
}
/*  -----------------------------------
          Pop Box
--------------------------------------*/
.popBox { position: absolute; z-index: 99999; background: #fff; width: 200px; padding: 0.3em; border: 1px solid #ccc; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; margin:-35px 0 0 35px; font-size:12px; line-height:110%; }
/*Video Icons*/
#info_video { margin:-80px 0 0 190px; }
#media_video { margin:-42px 0 0 380px; }
#form_video { margin:-128px 0 0 380px; }
#style_video { margin:-42px 0 0 350px; }
#seo_video { margin:-65px 0 0 380px; }
#extras_video { margin:-155px 0 0 410px; }