@font-face {
    font-family: adbalpha;
    src: url(ACaslonPro-Regular.otf);
}
@font-face {
    font-family: p22alpha;
    src: url(P22Regular.ttf);
}

/*/*/*-----------------------------------------------------------------------------------*/
/*	Predefined settings
/*-----------------------------------------------------------------------------------*
body
{
    /*position: relative;*
}

.wsc_generic_skin, .common_background
{
    z-index:1;
    position: relative;
    opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;

}
.common_background, .common_background:after
{
    position:fixed;
    width:100%;
    height:100%;
    display:block;
    z-index:-1;
    top:0;
}
.common_background
{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}
.common_background:after
{
    content:"";
    background-attachment:fixed;
}

.wsc_generic_skin[data-loading="hidden"], .wsc_generic_skin[data-loading="hidden"] + .common_background
{
  -webkit-animation: showContent 0.8s linear; /* Chrome, Safari, Opera *
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera *
    animation: showContent 0.8s linear;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes showContent {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes showContent {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* ==============================
   Page loader
   ============================== *
#loading-spinner
{
    background-color: #fefefe;
    position: fixed;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 10000;
}

/*Spinner Image*/
/*
.spinner 
{
    background: url("img/loading-img.gif") center center no-repeat;
    height: 229px;
    width: 229px;	
    margin: -115px 0 0 -115px;
}
*/
/*Spinner CSS3*

.spinner{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  z-index: 100001;
}
#loading-spinner.static, #loading-spinner.static > .spinner { z-index:-1;}
#loading-spinner[data-loading="hidden"] { display:none;}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img { max-width:100%;}

/*-----------------------------------------------------------------------------------*/
/*	SECTION: CLEAR DNN DEFAULT
/*-----------------------------------------------------------------------------------*/

/*comment if the switcher is not used*/
/* Page Fade with Switcher
.wsc_generic_skin {opacity:0;}*/

/* User Manager icons fix */
.rgMasterTable img {max-width: inherit;}

/* SkinObject
----------------------------------------------------------------------------- *
.SkinObject
{
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    font-family: inherit;
}


a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover, a.SkinObject:active
{
    color: inherit;
}


/* Normal
----------------------------------------------------------------------------- */
/*.Normal, .NormalDisabled, .NormalDeleted
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
	line-height: inherit;
}*/

/* Headers
----------------------------------------------------------------------------- */
/*h1,	h2, h3, h4, h5, h6  
{
    font-size: inherit; 
    line-height: inherit; 
    letter-spacing:inherit; 
    margin-top:inherit;
    margin-bottom: inherit; 
}*/

/* List Styles
----------------------------------------------------------------------------- *
ul, ol, ul ul, ul ol, ol ol, ol ul, ol ol { margin-bottom: inherit; margin-left: inherit;}
ul {list-style: disc;}
ul ul {list-style: circle;}
ul ul ul {list-style: square;}
ul, ol {list-style-position: inside;}
li p { line-height: inherit; }

/* Form styles
----------------------------------------------------------------------------- *
.use_form_styles .dnnFormItem input[type="text"],
.use_form_styles .dnnFormItem input[type="password"],
.use_form_styles .dnnFormItem input[type="email"],
.use_form_styles .dnnFormItem input[type="tel"],
.use_form_styles .dnnFormItem select,
.use_form_styles .dnnFormItem textarea{
    width: inherit;
    max-width: inherit;
    margin: inherit;
    float: inherit;
}

	.use_form_styles .dnnFormItem button, .dnnFormItem input[type="button"], 
	.use_form_styles .dnnFormItem input[type="reset"], 
	.use_form_styles .dnnFormItem input[type="submit"],
	.use_form_styles .dnnPrimaryAction, 
	.use_form_styles .dnnSecondaryAction, 
	.use_form_styles .dnnTertiaryAction,
	.use_form_styles ul.dnnAdminTabNav li a,
	.use_form_styles .dnnLogin .LoginTabGroup span { 
		/*padding: inherit;*
		margin-bottom: inherit;
		min-width: inherit;
		-webkit-border-radius: inherit;
		border-radius: inherit;
	}
	
	
/* Manage DNN6 z-index
----------------------------------------------------------------------------- *
.DnnModule
{
    z-index: inherit;
}
.dnnActionMenu
{
    z-index: 900;
}

/* Container's c_contentpane
----------------------------------------------------------------------------- *
.c_contentpane
{
    padding: 0px !important;
}

/* Default Links
----------------------------------------------------------------------------- *
a:link, a:visited, a:active
{
/*    color: inherit; */
}

/* Default Tables
----------------------------------------------------------------------------- */
th, tfoot, thead
{
    color: inherit;
}

/* DNN5 Panel
----------------------------------------------------------------------------- *
.ControlPanel table, .ControlPanel table td
{
    vertical-align: top;
}

.dnnRibbonGroup .content
{
    height: 110px !important;
}
.dnnRibbonGroup .content a:hover
{
    margin-bottom: -1px !important;
}

/* DNN5 Admin
----------------------------------------------------------------------------- *
table.FileManager td,
table.Settings td
{
    vertical-align:top;
}

td.FileManager_Header span
{
    display:inline!important;
}

/* DNN BackEnd *
.DataGrid_Header, 
.SubHead, 
.Head,
a.CommandButton,
a.CommandButton:link, 
a.CommandButton:hover, 
a.CommandButton:visited,
.SubSubHead,
.WizardText,
a.dnnFormHelp, 
.dnnForm .dnnFormItem a.dnnFormHelp, 
.dnnTooltip label a.dnnFormHelp,
.dnnForm h2.dnnFormSectionHead a, 
.dnnForm h2.dnnFormSectionHead a:visited  
{
    color: inherit;
}

.DataGrid_Container
{
    background-color:#fff;
}
    
/* DNN6 Admin
----------------------------------------------------------------------------- *

/* DNN BackEnd *
a.dnnFormHelp, 
.dnnForm .dnnFormItem a.dnnFormHelp, 
.dnnTooltip label a.dnnFormHelp,
.dnnForm h2.dnnFormSectionHead a, 
.dnnForm h2.dnnFormSectionHead a:visited
{
    color: inherit;
}

.dnnForm h2.dnnFormSectionHead a:hover
{
    background-color:transparent!important;
}

form #dnnCPWrap
{
    height:40px;
    padding:0;
}
.dnnadminmega li.root > a
{
    line-height:25px;
}

.dnnadminmega .cbctAddModule .dnnCPAddModule label
{
    display:inline;
    font-size:12px;
}
.dnnadminmega .cbctAddModule .dnnCPAddModule input 
{
    vertical-align:baseline;
}

.dnnadminmega .cbctAddModule a.btn.btn-primary
{
    position:relative;
    left:76px;
    }
 .dnnadminmega .cpcbCurrentPage a.btn.btn-primary
{
    position:relative;
    left:80px;
    }   
    
.dnnadminmega .cbhSwitchSite a.btn
{
    display:inline;
    color:#fff;
}
a.btn.btn-primary, a.btn.btn-inverse
{
    color:#fff;
}
ul.dnnActions li
{
    margin-right:5px;
}
/*-----------------------------------------------------------------------------------*/
/*	SECTION: DNN CONTROLS
/*-----------------------------------------------------------------------------------*/

/* DNN7 default admin panel
----------------------------------------------------------------------------- *
#dnnCPWrap .dnnadminmega 
{
    line-height: 18px;
}

#dnnCPWrap .RadComboBox_Default td.rcbArrowCellRight 
{
    vertical-align: middle;
}

#dnnCPWrap .dnnFormItem button, 
#dnnCPWrap .dnnFormItem input[type="button"], 
#dnnCPWrap .dnnFormItem input[type="reset"], 
#dnnCPWrap .dnnFormItem input[type="submit"], 
#dnnCPWrap .dnnPrimaryAction, 
#dnnCPWrap .dnnSecondaryAction, 
#dnnCPWrap .dnnTertiaryAction 
{
    padding: 6px;
}

#dnnCPWrap .dnnPrimaryAction, 
#dnnCPWrap .dnnFormItem input[type="submit"], 
#dnnCPWrap a.dnnPrimaryAction 
{
    color: #EFEFEF;
}

#dnnCPWrap .dnnFormItem input[type="text"], 
#dnnCPWrap .dnnFormItem input[type="password"], 
#dnnCPWrap .dnnFormItem input[type="email"], 
#dnnCPWrap .dnnFormItem input[type="tel"], 
#dnnCPWrap .dnnFormItem select, 
#dnnCPWrap .dnnFormItem textarea 
{
    width: 45%;
}

#dnnCPWrap div#RibbonBar_SwitchSite_SitesLst + a 
{
    float: right;
}

/* DNN7 admin controls
----------------------------------------------------------------------------- *
.dnnForm td
{
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*	SECTION: DNN SPECIFIC STYLES
/*-----------------------------------------------------------------------------------*/


/* Default DNN Overwrite
---------------------------------------------------------- *
.dnnFormMessage {max-width: 1170px;}

/* Banner Admin
---------------------------------------------------------- *
.wsc_admin_content .wsc_slide_body {position: relative;}

/* Generic Specific
---------------------------------------------------------- *
#ControlEditPageMenu input 
{
    margin-top: 0px;
}

#ControlEditPageMenu label 
{
    display: inline;
    padding-left: 5px;
} 

/* ======================================================= */
/*                     Containers                          */
/* ======================================================= */
/* All Containers
---------------------------------------------------------- *
.c_head {margin-top: 25px;}

/* Plain Container
---------------------------------------------------------- *
.plain_container .c_contentpane,
.c_head.plain_container,
.plain_container .c_head
{
    padding: 0px;
    margin: 0px;
}

/* Boxed Container
---------------------------------------------------------- *

.boxed_container .tile .c_contentpane,
.boxed_hot_container .tile .c_contentpane 
{
    text-align: center;
}

.boxed_container .c_title,
.boxed_hot_container .c_title 
{
    letter-spacing: 0.2em;
    font-weight: normal;
    line-height: 1;
    padding-top: 0;
    margin: 0;
}

.boxed_container .c_title small,
.boxed_hot_container .c_title small 
{
    font-size: 11px;
}

.boxed_container .c_title big,
.boxed_hot_container .c_title big 
{
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: -0.25px;
}    

/* Transparent Containers
---------------------------------------------------------- *  

.c_head.transparent_black_container, 
.c_head.transparent_white_container {
    border-radius: 9px;
    padding: 20px 14px;
}

.transparent_black_container 
{
    background-color: rgba(51, 51, 51, 0.6);
} 

.transparent_black_container h1, .transparent_black_container h2,
.transparent_black_container h3, .transparent_black_container h4,
.transparent_black_container h5, .transparent_black_container h6,
.transparent_black_container p, .transparent_black_container .c_content div 
{
    color: #eee;
} 

.transparent_white_container 
{
    background-color: rgba(255, 255, 255, 0.6);
}



/* ======================================================= */
/*                       MISC.                             */
/* ======================================================= *

.DNNEmptyPane {height: 0px !important; min-height: 0px !important; padding: 0px !important; margin: 0px !important;}
.ContentPane.DNNEmptyPane {height: auto !important;}
.ModuleTitle_MenuItem {border: none;}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height:1px;}

.paneOutline {
	/*margin-left:9px !important;
	margin-right:9px !important;*
	min-height:45px;
	border:1px dotted;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.paneOutline .SubHead {
	font-size:22px;
	font-weight: normal;
}

/* Back to home button
---------------------------------------------------------- * 
.wsc_back_home > a.btn  {
    border-radius: 0;
    font-size: 28px;
    padding: 7px 10px 3px 11px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 8888;
    margin-top: 53px;
}

/* Switcher*/
---------------------------------------------------------- * 
.DnnModule-WebSitesCreativeStyleSwitcher {z-index: 10000;}
.wsc_switcher_control {}
.wsc-style-switcher {opacity: 0;}
.wsc_switcher_control #SwitherModal {z-index: 9999;}

.wsc_switcher_control > a#SwitcherBtn, .wsc_back_home a.btn {border-radius: 8px 0 0 8px;}

.wsc_switcher_control > a.btn {
    border-radius: 0;
    font-size: 28px;
    padding: 0px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 8888;
}

.wsc_switcher_control .modal-body .form-group {margin-bottom: 0px;}
.wsc_switcher_control .modal-body .form-group > img {padding-top: 15px;}

.wsc_switcher_control > a.btn span {
    padding: 10px 10px 9px 11px;
}

.wsc-style-switcher .pick-a-color-markup .dropdown-menu {
    right: 0 !important;
}

.wsc-style-switcher input.pick-a-color,
.wsc-style-switcher .pick-a-color-markup button.color-dropdown
{
    border: 1px solid #d8d3cb;
}

.wsc-style-switcher .tab-content 
{
    overflow: visible;
}

.wsc-style-switcher .panel-body .form-inline .radio img {display: inline;}
.wsc-style-switcher .panel-body .radio img {display: block;}
.wsc-style-switcher .panel-body .radio {display: inline-block; max-width: 100%;}
.wsc-style-switcher #themes1 .panel-body .radio {max-width: 49%;}
.wsc-style-switcher #themes1 .panel-body .radio input {margin-left:0;margin-right:5px}
.wsc-style-switcher .panel {box-shadow: none;}
.wsc-style-switcher .wsc-clone-buttons.modal-footer {padding-right: 0px;}
.wsc-style-switcher .modal-footer a {margin: 0px; font-size: 13px; padding: 6px 12px;}
.wsc-style-switcher .tab-content {padding-top: 0px;}

.panel-default.panel-subitem > .panel-heading {
    background: url("StyleSwitcher/img/patterns/transparent/light/light9.png") repeat transparent;
}

.panel-subitem.panel-anchor + .panel-subitem > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem + .panel-subitem > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem + .panel-subitem + .panel-subitem > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem + .panel-subitem + .panel-subitem + .panel-subitem > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem + .panel-subitem + .panel-subitem + .panel-subitem + .panel-subitem > .panel-heading  {
    background: url("StyleSwitcher/img/patterns/transparent/light/light10.png") repeat transparent;
}

/* Switcher fix for NBS3 */  
.wsc_switcher_control .tab-content {display: block;}
.wsc_switcher_control .panel {padding: 0px;}


/* Background slider
---------------------------------------------------------- *
#supersized {padding-left: 0px;}
#supersized img {max-width: inherit;}

/* Snow
---------------------------------------------------------- *
#flake {z-index: 10000000;}

section {
     padding: 0 !important; 
}
#footer .footer-content {
    padding: 0 !important;
}
.widget {
    margin-bottom: 0px !important;
}*/






/*-----------------------------------------------------------------------------------*/
/*	Predefined settings
/*-----------------------------------------------------------------------------------*/
body
{
    /*position: relative;*/
}

body:not(.no-page-loader) #wrapper /*, body:not(.no-page-loader) #side-panel*/ {opacity: 0;}

.clear,.clear_float {clear: both;}
.wsc_generic_skin, .common_background
{
    z-index:1;
    position: relative;
    opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;

}
.common_background, .common_background:after
{
    position:fixed;
    width:100%;
    height:100%;
    display:block;
    z-index:-1;
    top:0;
}
.common_background
{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}
.common_background:after
{
    content:"";
    background-attachment:fixed;
}

.wsc_generic_skin[data-loading="hidden"], .wsc_generic_skin[data-loading="hidden"] + .common_background
{
  -webkit-animation: showContent 0.8s linear; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation: showContent 0.8s linear;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes showContent {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes showContent {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*Fix default DNN colors*/
/*.btn:visited {color: #fff;}*/
a:visited{color: inherit;}
/* ==============================
   Page loader
   ============================== */
/*#loading-spinner
{
    background-color: #fefefe;
    position: fixed;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 10000;
}*/

/*Spinner Image*/
/*
.spinner 
{
    background: url("img/loading-img.gif") center center no-repeat;
    height: 229px;
    width: 229px;	
    margin: -115px 0 0 -115px;
}
*/
/*Spinner CSS3*/

.wsc-style-switcher .spinner{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  z-index: 100001;
}
#loading-spinner.static, #loading-spinner.static > .spinner { z-index:-1;}
#loading-spinner[data-loading="hidden"] { display:none;}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img { max-width:100%;}

/*-----------------------------------------------------------------------------------*/
/*	SECTION: CLEAR DNN DEFAULT
/*-----------------------------------------------------------------------------------*/

/*comment if the switcher is not used*/
/* Page Fade with Switcher
.wsc_generic_skin {opacity:0;}*/

/* User Manager icons fix */
.rgMasterTable img {max-width: inherit;}

/* SkinObject
----------------------------------------------------------------------------- */
.SkinObject
{
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    font-family: inherit;
}


a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover, a.SkinObject:active
{
    color: inherit;
}


/* Normal
----------------------------------------------------------------------------- */
.Normal, .NormalDisabled, .NormalDeleted
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
	line-height: inherit;
}

/* Headers
----------------------------------------------------------------------------- */
/*h1,	h2, h3, h4, h5, h6  
{
    font-size: inherit; 
    line-height: inherit; 
    letter-spacing:inherit; 
    margin-top:inherit;
    margin-bottom: inherit; 
}*/

/* List Styles
----------------------------------------------------------------------------- */
ul, ol, ul ul, ul ol, ol ol, ol ul, ol ol { margin-bottom: inherit; margin-left: inherit;}
ul {list-style: disc;}
ul ul {list-style: circle;}
ul ul ul {list-style: square;}
ul, ol {list-style-position: inside;}
li p { line-height: inherit; }
ul.list-unstyled ul {margin-left: 30px;}

/* Form styles
----------------------------------------------------------------------------- */
.use_form_styles .dnnFormItem input[type="text"],
.use_form_styles .dnnFormItem input[type="password"],
.use_form_styles .dnnFormItem input[type="email"],
.use_form_styles .dnnFormItem input[type="tel"],
.use_form_styles .dnnFormItem select,
.use_form_styles .dnnFormItem textarea{
    width: inherit;
    max-width: inherit;
    margin: inherit;
    float: inherit;
}

	.use_form_styles .dnnFormItem button, .dnnFormItem input[type="button"], 
	.use_form_styles .dnnFormItem input[type="reset"], 
	.use_form_styles .dnnFormItem input[type="submit"],
	.use_form_styles .dnnPrimaryAction, 
	.use_form_styles .dnnSecondaryAction, 
	.use_form_styles .dnnTertiaryAction,
	.use_form_styles ul.dnnAdminTabNav li a,
	.use_form_styles .dnnLogin .LoginTabGroup span { 
		/*padding: inherit;*/
		margin-bottom: inherit;
		min-width: inherit;
		-webkit-border-radius: inherit;
		border-radius: inherit;
	}

 .userMessages strong:before, .userNotifications strong:before, .userDisplayName a:before {
    font-family: inspiro-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size:16px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:5px;
 }

 .userMessages strong:before {
     content:"\e992";
}
 .userNotifications strong:before {
     content:"\e939";
}
.userDisplayName a:before{
     content:"\ea02";
     margin-right:8px;
}	
/* Manage DNN6 z-index
----------------------------------------------------------------------------- */
/*.DnnModule
{
    z-index: inherit;
}
.dnnActionMenu
{
    z-index: 900;
}
*/
/* Container's c_contentpane
----------------------------------------------------------------------------- */
.c_contentpane
{
    padding: 0px !important;
}

/* Default Links
----------------------------------------------------------------------------- */
/*a:not(.btn):link, a:visited, a:active
{
color: #2250fc;
}*/

/* Default Tables
----------------------------------------------------------------------------- */
th, tfoot, thead
{
    color: inherit;
}

/* DNN5 Panel
----------------------------------------------------------------------------- */
/*.ControlPanel table, .ControlPanel table td
{
    vertical-align: top;
}

.dnnRibbonGroup .content
{
    height: 110px !important;
}
.dnnRibbonGroup .content a:hover
{
    margin-bottom: -1px !important;
}
*/
/* DNN5 Admin
----------------------------------------------------------------------------- */
/*table.FileManager td,
table.Settings td
{
    vertical-align:top;
}

td.FileManager_Header span
{
    display:inline!important;
}*/

/* DNN BackEnd */
/*.DataGrid_Header, 
.SubHead, 
.Head,
a.CommandButton,
a.CommandButton:link, 
a.CommandButton:hover, 
a.CommandButton:visited,
.SubSubHead,
.WizardText,
a.dnnFormHelp, 
.dnnForm .dnnFormItem a.dnnFormHelp, 
.dnnTooltip label a.dnnFormHelp,
.dnnForm h2.dnnFormSectionHead a, 
.dnnForm h2.dnnFormSectionHead a:visited  
{
    color: inherit;
}

.DataGrid_Container
{
    background-color:#fff;
}*/
    
/* DNN6 Admin
----------------------------------------------------------------------------- */

/* DNN BackEnd */
/*a.dnnFormHelp, 
.dnnForm .dnnFormItem a.dnnFormHelp, 
.dnnTooltip label a.dnnFormHelp,
.dnnForm h2.dnnFormSectionHead a, 
.dnnForm h2.dnnFormSectionHead a:visited
{
    color: inherit;
}

.dnnForm h2.dnnFormSectionHead a:hover
{
    background-color:transparent!important;
}

form #dnnCPWrap
{
    height:40px;
    padding:0;
}
.dnnadminmega li.root > a
{
    line-height:25px;
}

.dnnadminmega .cbctAddModule .dnnCPAddModule label
{
    display:inline;
    font-size:12px;
}
.dnnadminmega .cbctAddModule .dnnCPAddModule input 
{
    vertical-align:baseline;
}

.dnnadminmega .cbctAddModule a.btn.btn-primary
{
    position:relative;
    left:76px;
    }
 .dnnadminmega .cpcbCurrentPage a.btn.btn-primary
{
    position:relative;
    left:80px;
    }   
    
.dnnadminmega .cbhSwitchSite a.btn
{
    display:inline;
    color:#fff;
}
a.btn.btn-primary, a.btn.btn-inverse
{
    color:#fff;
}
ul.dnnActions li
{
    margin-right:5px;
}
*//*-----------------------------------------------------------------------------------*/
/*	SECTION: DNN CONTROLS
/*-----------------------------------------------------------------------------------*/

/* DNN7 default admin panel
----------------------------------------------------------------------------- */
/*#dnnCPWrap .dnnadminmega 
{
    line-height: 18px;
}

#dnnCPWrap .RadComboBox_Default td.rcbArrowCellRight 
{
    vertical-align: middle;
}

#dnnCPWrap .dnnFormItem button, 
#dnnCPWrap .dnnFormItem input[type="button"], 
#dnnCPWrap .dnnFormItem input[type="reset"], 
#dnnCPWrap .dnnFormItem input[type="submit"], 
#dnnCPWrap .dnnPrimaryAction, 
#dnnCPWrap .dnnSecondaryAction, 
#dnnCPWrap .dnnTertiaryAction 
{
    padding: 6px;
}

#dnnCPWrap .dnnPrimaryAction, 
#dnnCPWrap .dnnFormItem input[type="submit"], 
#dnnCPWrap a.dnnPrimaryAction 
{
    color: #EFEFEF;
}

#dnnCPWrap .dnnFormItem input[type="text"], 
#dnnCPWrap .dnnFormItem input[type="password"], 
#dnnCPWrap .dnnFormItem input[type="email"], 
#dnnCPWrap .dnnFormItem input[type="tel"], 
#dnnCPWrap .dnnFormItem select, 
#dnnCPWrap .dnnFormItem textarea 
{
    width: 45%;
}

#dnnCPWrap div#RibbonBar_SwitchSite_SitesLst + a 
{
    float: right;
}
*/
/* DNN7 admin controls
----------------------------------------------------------------------------- */
/*.dnnForm td
{
    vertical-align: middle;
}
*/
/*-----------------------------------------------------------------------------------*/
/*	SECTION: DNN SPECIFIC STYLES
/*-----------------------------------------------------------------------------------*/


/* Default DNN Overwrite
---------------------------------------------------------- */
/*.dnnFormMessage {max-width: 1170px;}
*/

/* My Content Manager Admin
---------------------------------------------------------- */
.wsc_admin_content .wsc_slide_body {position: relative;}
.wsc_admin_content .wsc_admin_fields > table > tbody > tr:nth-child(2) {vertical-align: top;}
.wsc_admin_content .wsc_admin_fields > table > tbody > tr:nth-child(2) > td:nth-child(1) {padding-top: 10px;}

/* Specific
---------------------------------------------------------- */
#ControlEditPageMenu input 
{
    margin-top: 0px;
}

#ControlEditPageMenu label 
{
    display: inline;
    padding-left: 5px;
} 


/* ======================================================= */
/*                     Containers                          */
/* ======================================================= */
/* All Containers
---------------------------------------------------------- */
.c_head {margin-top: 25px;}
h1.c_title, h2.c_title, h3.c_title, h4.c_title {margin-bottom: 20px;}
h5.c_title, h6.c_title {margin-bottom: 10px;}
/* Plain Container
---------------------------------------------------------- */
.plain_container .c_contentpane,
.c_head.plain_container,
.plain_container .c_head
{
    padding: 0px;
    margin: 0px;
}

/* Transparent Containers
---------------------------------------------------------- */   

.c_head.transparent_black_container, 
.c_head.transparent_white_container {
    border-radius: 9px;
    padding: 20px 14px;
}

.transparent_black_container 
{
    background-color: rgba(51, 51, 51, 0.6);
} 

.transparent_black_container h1, .transparent_black_container h2,
.transparent_black_container h3, .transparent_black_container h4,
.transparent_black_container h5, .transparent_black_container h6,
.transparent_black_container p, .transparent_black_container .c_content div 
{
    color: #eee;
} 

.transparent_white_container 
{
    background-color: rgba(255, 255, 255, 0.6);
}



/* ======================================================= */
/*                       MISC.                             */
/* ======================================================= */

.DNNEmptyPane {height: 0px !important; min-height: 0px !important; padding: 0px !important; margin: 0px !important;}
.ContentPane.DNNEmptyPane {height: auto !important;}
.ModuleTitle_MenuItem {border: none;}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height:1px;}

.paneOutline {
	/*margin-left:9px !important;
	margin-right:9px !important;*/
	min-height:45px;
	border:1px dotted;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.paneOutline .SubHead {
	font-size:22px;
	font-weight: normal;
}

/* Back to home button
---------------------------------------------------------- */  
/*.wsc_back_home > a.btn  {
    border-radius: 0;
    font-size: 28px;
    padding: 7px 10px 3px 11px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 8888;
    margin-top: 53px;
}
*/
/* Switcher
---------------------------------------------------------- */  
.DnnModule-WebSitesCreativeStyleSwitcher {z-index: 10000;}
.wsc_switcher_control {}
.wsc-style-switcher {opacity: 0;}
.wsc_switcher_control #SwitherModal {z-index: 9999; overflow-x: hidden; overflow-y: visible;}
.wsc_switcher_control > a#SwitcherBtn, .wsc_back_home a.btn {border-radius: 8px 0 0 8px;}
.wsc_switcher_control > a.btn {
    border-radius: 0;
    font-size: 28px;
    padding: 0px;
    position: fixed !important;
    right: 0;
    top: 30%;
    z-index: 8888;
    line-height: normal;
    height: auto;
}
.wsc_switcher_control .modal-content h4.modal-title {font-size: 19px; font-weight: normal;}
.wsc_switcher_control .modal-body .form-group {margin-bottom: 0px;}
.wsc_switcher_control .modal-body .form-group > img {padding-top: 15px;}
.wsc_switcher_control > a.btn span {
    padding: 10px 10px 9px 11px;
}
.wsc-style-switcher .pick-a-color-markup .dropdown-menu {
    right: 0 !important;
}
.wsc-style-switcher input.pick-a-color,
.wsc-style-switcher .pick-a-color-markup button.color-dropdown
{
    border: 1px solid #d8d3cb;
}
.wsc-style-switcher .pick-a-color-markup button.color-dropdown {background-color: #eee;}
.wsc-style-switcher .tab-content 
{
    overflow: visible;
}
.wsc_switcher_control a {
    color:#565656;
}
.wsc_switcher_control .nav-pills a {
    color:#565656;
}
.wsc_switcher_control .nav-pills>li.active>a, .wsc_switcher_control .nav-pills>li.active>a:hover, .wsc_switcher_control .nav-pills>li.active>a:focus {color: #fff;}

/* Compactify panels */
.wsc-style-switcher .panel-heading {padding:7px 10px;}
.wsc-style-switcher .panel-body {padding:10px;}
.wsc-style-switcher .panel-body .radio {margin-top: 2px; margin-bottom: 2px;}
.wsc-style-switcher .panel-body .form-group label {margin-top: 0px;}
.wsc-style-switcher .panel-body .form-control {padding: 5px 10px;}
.wsc-style-switcher .panel {margin-bottom: 14px;}

.wsc-style-switcher .panel-body .form-inline .radio img {display: inline;}
.wsc-style-switcher .panel-body .radio img {display: block;}
.wsc-style-switcher .panel-body .radio {display: inline-block; max-width: 100%;}
.wsc-style-switcher #themes1 .panel-body .radio {max-width: 32%;}
.wsc-style-switcher #themes1 .panel-body .radio input {/*margin-left:0;*/margin-right:5px}
.wsc-style-switcher .panel {box-shadow: none;}
.wsc-style-switcher .wsc-clone-buttons.modal-footer {padding-right: 0px;}
.wsc-style-switcher .modal-footer a {margin: 0px; font-size: 13px; padding: 6px 12px;}
.wsc-style-switcher .tab-content {padding-top: 0px;}

.panel-default.panel-subitem {
    margin-left: 10px;
}
.panel-default.panel-subitem > .panel-heading {
    background: url("StyleSwitcher/img/patterns/transparent/light/light9.png") repeat transparent;
}

.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor),
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor),
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor),
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor),
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor),
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor)  {
    margin-left: 20px;
}

.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) > .panel-heading,
.panel-subitem.panel-anchor + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) + .panel-subitem:not(.panel-anchor) > .panel-heading  {
    background: url("StyleSwitcher/img/patterns/transparent/light/light10.png") repeat transparent;
    /*background-image: none;*/
}

/* Preloaders fix */   
.wsc-style-switcher .panel-body .radio input[name=PreloaderStyle] + img {
    padding: 10px;
    height: 50px;
}

/* Switcher fixed footer */   
.wsc-style-switcher .wsc-switcher-wrapper > .modal-footer {
background-color: #efefef;
position: fixed;
bottom: 0px;
margin-left: 1px;
width: 898px;
border: none;
-webkit-transform: translateZ(0);
}

.wsc-style-switcher .modal-dialog {margin-bottom: 0px;}
.wsc-style-switcher .modal-content {padding-bottom: 50px;}

.wsc-style-switcher .wsc-switcher-wrapper {width: 900px; margin: 0 auto; position: relative;}

.wsc-style-switcher .sw-go-top {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px !important;
    padding: 0.1em 0.3em 0.1em;
    float: left;
}

/*.wsc-switcher-wrapper, .wsc-switcher-wrapper > .modal-dialog {height: 100%; position: relative;}
.wsc-switcher-wrapper > .modal-dialog > .modal-content {min-height: 100%;} */

@media (max-width: 991px) {
    .wsc-style-switcher .wsc-switcher-wrapper {
        width: 600px;
    }
        .wsc-style-switcher .wsc-switcher-wrapper > .modal-footer {
            width: 598px;
        }
}

@media (max-width: 767px) {
    .wsc-style-switcher .wsc-switcher-wrapper, .wsc-style-switcher .wsc-switcher-wrapper > .modal-footer {
        width: auto;
    }
    .wsc-style-switcher .modal-content {
        padding-bottom: 0px;
        min-height: initial !important;
    }
    .wsc-style-switcher .wsc-switcher-wrapper > .modal-footer {
        display: none;
    }
    .wsc-style-switcher .wsc-clone-buttons.modal-footer {padding: 0px;}
    .wsc-style-switcher .wsc-clone-buttons.modal-footer a {display: block; margin-bottom: 10px;}
}


/* Switcher fix for NBS3 */   
.wsc_switcher_control .tab-content {display: block;}
.wsc_switcher_control .panel {padding: 0px;}

.wsc_pane {
padding-top:20px;
}
.wsc_pane.DNNEmptyPane {
padding-top:0px !important;
}

/* Background slider
---------------------------------------------------------- */ 
#supersized {padding-left: 0px;}
#supersized img {max-width: inherit;}

/* Snow
---------------------------------------------------------- */ 
#flake {z-index: 10000000;}

/* DNN9 action menu fix */   
div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {height: auto;}
.actionMenu {opacity: 1 !important; display: block !important;}

/*.registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333
}*/

/*.registerGroup .userNotifications strong {
    height: 100%;
    background: url(images/notification_icon.png) center center no-repeat
}

.registerGroup .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat
}*/

#dnn_dnnSearch_cmdSearch{
    visibility:hidden;
}
#search .search-form .form-control {
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
    font-size: 38px;
    padding: 10px 0 30px 0;
    border-color: #cecece;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow:none;
}
.widget-instagram-search {
  opacity: 0;
  min-height: 225px;
  transition: opacity .3s ease;
  margin-bottom: 20px; }
  .flickr-widget.widget-instagram-loaded, 
  .widget-instagram-search.widget-instagram-loaded,
  .widget-instagram-search.flickr-widget-loaded {
    opacity: 1; }
  .flickr-widget a img, .widget-instagram a img {
    max-height: 447.25px !important;
 }
  .widget-instagram-search .col-lg-3 > a img {
    padding: 2px;
    width: 25%; }
 .widget-instagram-search .col-lg-4 > a > img {
    width: 25%; }
/*i:not(.dnni):not(.fa):not(.fab):not(.far):not(.fas) {
    font-family: inspiro-icons !important;
}

i.dnni {
    font-family: dnnicon !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/





@charset "UTF-8";

/*body:not(.no-page-loader) #Form {
    opacity: 0
}
*/
.clear, .clear_float {
    clear: both
}

.common_background, .wsc_generic_skin {
    z-index: 1;
    position: relative;
    opacity: 0;
    animation-fill-mode: both
}

    .common_background, .common_background:after {
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        top: 0
    }

.common_background {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

    .common_background:after {
        content: "";
        background-attachment: fixed
    }

.wsc_generic_skin[data-loading=hidden], .wsc_generic_skin[data-loading=hidden] + .common_background {
    -webkit-animation: showContent .8s linear;
    -webkit-animation-delay: .3s;
    animation: showContent .8s linear;
    animation-delay: .3s;
    animation-fill-mode: forwards
}

@keyframes showContent {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.btn:visited {
    color: #fff
}

a:visited {
    color: inherit
}

#loading-spinner {
    background-color: #fefefe;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 10000
}

.wsc_style_switcher_modal .spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0,.08);
    border-right: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-left: 1px solid rgba(0,0,0,.5);
    border-radius: 50%;
    animation: spinner .7s infinite linear;
    z-index: 100001
}

#loading-spinner.static, #loading-spinner.static > .spinner {
    z-index: -1
}

#loading-spinner[data-loading=hidden] {
    display: none
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

img {
    max-width: 100%
}

.rgMasterTable img {
    max-width: inherit
}

.SkinObject {
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    color: inherit;
    font-family: inherit
}

a.SkinObject:active, a.SkinObject:hover, a.SkinObject:link, a.SkinObject:visited {
    color: inherit
}

.Normal, .NormalDeleted, .NormalDisabled {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-top: inherit;
    margin-bottom: inherit
}

ol, ol ol, ol ul, ul, ul ol, ul ul {
    margin-bottom: inherit;
    margin-left: inherit
}

ul {
    list-style: disc
}

    ul ul {
        list-style: circle
    }

        ul ul ul {
            list-style: square
        }

ol, ul {
    list-style-position: inside
}

li p {
    line-height: inherit
}

ul.list-unstyled ul {
    margin-left: 30px
}

.use_form_styles .dnnFormItem input[type=email], .use_form_styles .dnnFormItem input[type=password], .use_form_styles .dnnFormItem input[type=tel], .use_form_styles .dnnFormItem input[type=text], .use_form_styles .dnnFormItem select, .use_form_styles .dnnFormItem textarea {
    width: inherit;
    max-width: inherit;
    margin: inherit;
    float: inherit
}

.dnnFormItem input[type=button], .use_form_styles .dnnFormItem button, .use_form_styles .dnnFormItem input[type=reset], .use_form_styles .dnnFormItem input[type=submit], .use_form_styles .dnnLogin .LoginTabGroup span, .use_form_styles .dnnPrimaryAction, .use_form_styles .dnnSecondaryAction, .use_form_styles .dnnTertiaryAction, .use_form_styles ul.dnnAdminTabNav li a {
    margin-bottom: inherit;
    min-width: inherit;
    border-radius: inherit
}

.DnnModule {
    z-index: inherit
}

.dnnActionMenu {
    z-index: 900
}

.c_contentpane {
    padding: 0 !important
}

tfoot, th, thead {
    color: inherit
}

.ControlPanel table, .ControlPanel table td {
    vertical-align: top
}

.dnnRibbonGroup .content {
    height: 110px !important
}

    .dnnRibbonGroup .content a:hover {
        margin-bottom: -1px !important
    }

table.FileManager td, table.Settings td {
    vertical-align: top
}

td.FileManager_Header span {
    display: inline !important
}

.DataGrid_Header, .Head, .SubHead, .SubSubHead, .WizardText, .dnnForm .dnnFormItem a.dnnFormHelp, .dnnForm h2.dnnFormSectionHead a, .dnnForm h2.dnnFormSectionHead a:visited, .dnnTooltip label a.dnnFormHelp, a.CommandButton, a.CommandButton:hover, a.CommandButton:link, a.CommandButton:visited, a.dnnFormHelp {
    color: inherit
}

.DataGrid_Container {
    background-color: #fff
}

.dnnForm .dnnFormItem a.dnnFormHelp, .dnnForm h2.dnnFormSectionHead a, .dnnForm h2.dnnFormSectionHead a:visited, .dnnTooltip label a.dnnFormHelp, a.dnnFormHelp {
    color: inherit
}

    .dnnForm h2.dnnFormSectionHead a:hover {
        background-color: transparent !important
    }

form #dnnCPWrap {
    height: 40px;
    padding: 0
}

.dnnadminmega li.root > a {
    line-height: 25px
}

.dnnadminmega .cbctAddModule .dnnCPAddModule label {
    display: inline;
    font-size: 12px
}

.dnnadminmega .cbctAddModule .dnnCPAddModule input {
    vertical-align: baseline
}

.dnnadminmega .cbctAddModule a.btn.btn-primary {
    position: relative;
    left: 76px
}

.dnnadminmega .cpcbCurrentPage a.btn.btn-primary {
    position: relative;
    left: 80px
}

.dnnadminmega .cbhSwitchSite a.btn {
    display: inline;
    color: #fff
}

a.btn.btn-inverse, a.btn.btn-primary {
    color: #fff
}

ul.dnnActions li {
    margin-right: 5px
}

#ControlBar, #ControlBar * {
    box-sizing: content-box
}

    #ControlBar .dnnCheckbox .mark {
        box-sizing: content-box;
        background-color: transparent
    }

    #ControlBar table {
        margin-bottom: auto
    }

ul.dnnAdminTabNav {
    line-height: 18px
}

#dnnCPWrap .dnnadminmega {
    line-height: 18px
}

#dnnCPWrap .RadComboBox_Default td.rcbArrowCellRight {
    vertical-align: middle
}

#dnnCPWrap .dnnFormItem button, #dnnCPWrap .dnnFormItem input[type=button], #dnnCPWrap .dnnFormItem input[type=reset], #dnnCPWrap .dnnFormItem input[type=submit], #dnnCPWrap .dnnPrimaryAction, #dnnCPWrap .dnnSecondaryAction, #dnnCPWrap .dnnTertiaryAction {
    padding: 6px
}

#dnnCPWrap .dnnFormItem input[type=submit], #dnnCPWrap .dnnPrimaryAction, #dnnCPWrap a.dnnPrimaryAction {
    color: #efefef
}

#dnnCPWrap .dnnFormItem input[type=email], #dnnCPWrap .dnnFormItem input[type=password], #dnnCPWrap .dnnFormItem input[type=tel], #dnnCPWrap .dnnFormItem input[type=text], #dnnCPWrap .dnnFormItem select, #dnnCPWrap .dnnFormItem textarea {
    width: 45%
}

#dnnCPWrap div#RibbonBar_SwitchSite_SitesLst + a {
    float: right
}

.dnnForm td {
    vertical-align: middle
}

.eipbackimg {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 10000;
    height: 34px;
    margin-top: -30px !important
}

.dnnFormMessage {
    max-width: 1170px
}

.wsc_admin_content .wsc_slide_body {
    position: relative
}

.wsc_admin_content .wsc_admin_fields > table > tbody > tr:nth-child(2) {
    vertical-align: top
}

    .wsc_admin_content .wsc_admin_fields > table > tbody > tr:nth-child(2) > td:nth-child(1) {
        padding-top: 10px
    }

#ControlEditPageMenu input {
    margin-top: 0
}

#ControlEditPageMenu label {
    display: inline;
    padding-left: 5px
}

.c_head {
    margin-top: 25px
}

h1.c_title, h2.c_title, h3.c_title, h4.c_title {
    margin-bottom: 20px
}

h5.c_title, h6.c_title {
    margin-bottom: 10px
}

#header .c_head.no_title_container, #slider .c_head.no_title_container, .c_head.plain_container, .plain_container .c_contentpane, .plain_container .c_head {
    padding: 0;
    margin: 0
}

.c_head.no_title_container {
    margin-top: 0;
    margin-bottom: 0
}

.c_head.transparent_black_container, .c_head.transparent_white_container {
    border-radius: 9px;
    padding: 20px 14px
}

.transparent_black_container {
    background-color: rgba(51,51,51,.6)
}

    .transparent_black_container .c_content div, .transparent_black_container h1, .transparent_black_container h2, .transparent_black_container h3, .transparent_black_container h4, .transparent_black_container h5, .transparent_black_container h6, .transparent_black_container p {
        color: #eee
    }

.transparent_white_container {
    background-color: rgba(255,255,255,.6)
}

.DNNEmptyPane.wsc_fullwidth_pane {
    width: auto
}

@media (min-width:992px) {
    .DNNEmptyPane.col-md-offset-3 {
        margin-left: 25% !important
    }
}

.ContentPane.DNNEmptyPane {
    height: auto !important
}

.ModuleTitle_MenuItem {
    border: none
}

.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
    height: 1px
}

.paneOutline {
    min-height: 45px;
    border: 1px dotted;
    padding-bottom: 0 !important;
    padding-top: 20px !important
}

    .paneOutline .SubHead {
        font-size: 22px;
        font-weight: 400
    }

.wsc_back_home > a.btn {
    border-radius: 0;
    font-size: 28px;
    padding: 7px 10px 3px 11px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 8888;
    margin-top: 53px
}

.DnnModule-WebSitesCreativeStyleSwitcher {
    z-index: 10000
}

.wsc_back_home a.btn {
    border-radius: 8px 0 0 8px
}

@media (max-width:991px) {
    .wsc_style_switcher_modal .wsc-switcher-wrapper {
        width: 600px
    }

        .wsc_style_switcher_modal .wsc-switcher-wrapper > .modal-footer {
            width: 598px
        }
}

@media (max-width:767px) {
    .wsc_style_switcher_modal .wsc-switcher-wrapper, .wsc_style_switcher_modal .wsc-switcher-wrapper > .modal-footer {
        width: auto
    }

    .wsc_style_switcher_modal .modal-content {
        padding-bottom: 0;
        min-height: initial !important
    }

    .wsc_style_switcher_modal .wsc-switcher-wrapper > .modal-footer {
        display: none
    }

    .wsc_style_switcher_modal .wsc-clone-buttons.modal-footer {
        padding: 0
    }

        .wsc_style_switcher_modal .wsc-clone-buttons.modal-footer a {
            display: block;
            margin-bottom: 10px
        }
}

#supersized {
    padding-left: 0
}

    #supersized img {
        max-width: inherit
    }

#flake {
    z-index: 10000000
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
    height: auto
}

div.actionMenu ul.dnn_mact > li {
    border: 0 !important
}

.dnnModuleManager .DnnModule.floating > div.dnnDragHint > div span {
    white-space: normal !important
}

.wsc_switcher_control > a.btn.side_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    border-radius: 25px 0 0 25px;
    border: none;
    background-color: #999
}

.wsc_switcher_control_panel {
    position: fixed;
    bottom: 20px;
    z-index: 1106;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

#Body.dnnEditState .wsc_switcher_control_panel {
    bottom: 42px
}

.wsc_switcher_control_panel > .wsc_switcher_control {
    position: static;
    display: inline-block;
    padding: 0 2px
}

    .wsc_switcher_control_panel > .wsc_switcher_control .wsc_switcher_action_btn.btn {
        height: auto;
        line-height: normal;
        padding: 0
    }

    .wsc_switcher_control_panel > .wsc_switcher_control .wsc_switcher_action_btn.btn-lg {
        border-radius: 30px;
        font-size: 28px;
        box-shadow: 0 5px 10px rgba(108,46,185,.15)
    }

        .wsc_switcher_control_panel > .wsc_switcher_control .wsc_switcher_action_btn.btn-lg > span {
            padding: 16px
        }

    .wsc_switcher_control_panel > .wsc_switcher_control .wsc_switcher_action_btn.btn-sm {
        border-radius: 20px;
        font-size: 14px;
        box-shadow: 0 2px 5px rgba(108,46,185,.15)
    }

        .wsc_switcher_control_panel > .wsc_switcher_control .wsc_switcher_action_btn.btn-sm > span {
            padding: 8px
        }

.wsc_switcher_side_btn {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 100
}

#page-title .wsc_switcher_side_btn {
    top: 20px
}

#header.header-colored-transparent + #page-title:not(.page-title-classic) .wsc_switcher_side_btn, #header.header-dark-transparent + #page-title:not(.page-title-classic) .wsc_switcher_side_btn, #header.header-light-transparent + #page-title:not(.page-title-classic) .wsc_switcher_side_btn, #header.header-transparent + #page-title:not(.page-title-classic) .wsc_switcher_side_btn {
    top: 100px
}

.wsc_switcher_side_btn.wsc_switcher_side_banner {
    top: 100px
}

#topbar ~ #header + #slider .wsc_switcher_side_btn.wsc_switcher_side_banner {
    top: 105px
}

.text-dark .wsc_switcher_side_btn.wsc_switcher_side_inner, .text-dark .wsc_switcher_side_btn.wsc_switcher_side_inner *, .text-dark .wsc_switcher_side_btn.wsc_switcher_side_inner + .tooltip, .text-dark .wsc_switcher_side_btn.wsc_switcher_side_inner + .tooltip * {
    color: #fff !important
}

.wsc_switcher_side_btn > .wsc_switcher_control a.btn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 28px;
    padding: 0 8px 0 9px;
    background-color: #999;
    border-color: #999;
    margin: 0;
    line-height: 35px
}

.page-title-mini .wsc_switcher_side_btn {
    top: 10px
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(125,125,125,.8);
    box-shadow: inset 0 0 1px rgba(0,0,0,.5)
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(125,125,125,.4)
    }

.wsc_loading {
    position: relative
}

    .wsc_loading:before {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        background: #fff;
        z-index: 100000;
        content: ''
    }

    .wsc_loading::after {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 50px/2);
        left: calc(50% - 50px/2);
        font-size: 10px;
        border-top: 1px solid rgba(0,0,0,.08);
        border-right: 1px solid rgba(0,0,0,.08);
        border-bottom: 1px solid rgba(0,0,0,.08);
        border-left: 1px solid rgba(0,0,0,.5);
        border-radius: 50%;
        animation: spinner .7s infinite linear;
        z-index: 100001
    }

.wsc_style_switcher_modal .wsc-switcher-wrapper .radio input[type=radio] ~ img {
    border: 2px solid transparent;
    pointer-events: none
}

.grid-layout[data-selectable=true] .grid-item .media, .grid-layout[data-selectable=true] .grid-item img, .grid-layout[data-selectable=true] .item .media, .grid-layout[data-selectable=true] .item img {
    cursor: pointer;
    border: 4px solid transparent
}

.grid-layout.empty {
    position: relative;
    height: 100% !important
}

    .grid-layout.empty::after {
        content: attr(data-empty-text);
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-align: center;
        transform: translateY(-50%);
        font-size: 2.5em;
        text-transform: uppercase
    }

.colorpicker, .tagit-autocomplete, .tooltip, .wsc_autocomplete > .ui-autocomplete, .wsc_dropdown {
    z-index: 1112 !important
}

.tooltip {
    max-width: 400px
}

.tooltip-inner {
    max-width: 100vw !important
}

.ui-helper-hidden-accessible {
    display: none
}

.grid-layout.lazy > .grid-item > .grid-image :before {
    content: '';
    display: inline-block;
    padding-top: 60%
}

.grid-layout.lazy > .grid-item > .grid-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

    .grid-layout.lazy > .grid-item > .grid-image img.lazyload {
        background: #f7f7f7
    }

    .grid-layout.lazy > .grid-item > .grid-image img.lazyloading {
        background: #f7f7f7 url(images/loading.gif) no-repeat center;
        transition: none !important;
        min-height: 100%
    }

.action-icon {
    border-radius: 50%
}

    .action-icon:hover {
        box-shadow: 0 5px 10px rgba(43,135,218,.15)
    }

.video-full-width {
    width: 100%;
    height: auto
}

.fluid-width-audio-wrapper iframe {
    width: 100%
}

.video-box .fluid-width-video-wrapper:not(.video-html) {
    padding-bottom: 56.25%;
    padding-top: 25px
}

.audio-border-box, .video-border-box {
    overflow: hidden
}

.audio-box .fluid-width-audio-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.full-height {
    height: 100%
}

.badge.success {
    background: green
}

.badge.warning {
    background: orange
}

.wrapping-box.box-shadow-on {
    box-shadow: 0 0 12px 0 #888
}

.grid-template {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .grid-template > div:first-child {
        -ms-grid-column: 1;
        grid-column-start: 1
    }

    .grid-template > div {
        box-sizing: border-box
    }

        .grid-template > div img {
            height: auto
        }

.modal-dialog .accordion .ac-title {
    text-transform: uppercase
}

.btn.wsc_loading::before {
    z-index: 0
}

.btn.wsc_loading::after {
    width: 40%;
    height: 40%;
    z-index: 1;
    top: calc(50% - 40%/2);
    left: calc(50% - 40%/2)
}

.wsc_modal#wscSwitcherChooseTheme > .modal-dialog {
    margin: 0
}

    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content {
        max-height: 100vh
    }

        .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body {
            height: 100%
        }

            .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-line-pack: justify;
                align-content: space-between;
                min-height: 100%
            }

                .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part {
                    width: 50%;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column
                }

                    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part > .title {
                        margin: 10px 0
                    }

                    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part > .categories-container {
                        list-style: none;
                        margin-bottom: 0
                    }

                        .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part > .categories-container > .category {
                            margin-right: 5px;
                            display: inline-block;
                            cursor: default !important
                        }

                    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part > .layouts-container {
                        -ms-flex-positive: 1;
                        flex-grow: 1
                    }

                        .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .left-part > .layouts-container > .layouts img {
                            width: 180px
                        }

                .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part {
                    width: 50%;
                    margin-left: 20px;
                    -ms-flex: 1;
                    flex: 1;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column
                }

                    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container {
                        -ms-flex: 1;
                        flex: 1;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        height: 0;
                        -ms-flex-negative: auto;
                        flex-shrink: auto
                    }

                        .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container .overflow-image-wrap {
                            overflow-y: hidden
                        }

                            .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container .overflow-image-wrap:hover {
                                overflow-y: auto
                            }

                            .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container .overflow-image-wrap > img {
                                width: 100%;
                                height: auto
                            }

                        .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container > .actions-container {
                            display: -ms-flexbox;
                            display: flex;
                            min-height: 40px;
                            line-height: 40px
                        }

                            .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .theme-image-container > .actions-container > .btn {
                                width: 100%;
                                margin-bottom: 0
                            }

                    .wsc_modal#wscSwitcherChooseTheme > .modal-dialog > .modal-content > .modal-body .theme-details-container > .right-part .replace-content-label {
                        margin-top: 20px;
                        cursor: pointer
                    }

#Body.wsc_editable .DNNEmptyPane {
    border: 1px dashed;
    min-height: 50px
}

.wsc_modal.wsc_replace_content_confirm_modal .modal-dialog > .modal-content {
    position: relative
}

    .wsc_modal.wsc_replace_content_confirm_modal .modal-dialog > .modal-content > .modal-body {
        position: static
    }

        .wsc_modal.wsc_replace_content_confirm_modal .modal-dialog > .modal-content > .modal-body #template {
            position: absolute;
            bottom: 30px
        }

[data-content-mode=accordion] .panel {
    border: none;
    margin-bottom: 0
}

    [data-content-mode=accordion] .panel.accordion-hidden {
        display: none !important
    }

    [data-content-mode=accordion] .panel:not(.panel-subitem) > .panel-heading {
        color: #565656;
        position: relative;
        padding: 12px 30px 12px 15px;
        font-size: 13px;
        line-height: 22px;
        font-weight: 600;
        cursor: pointer;
        background-color: rgba(0,0,0,.06);
        margin-bottom: 2px;
        border-bottom: none;
        text-transform: uppercase;
        margin-bottom: 1px
    }

        [data-content-mode=accordion] .panel:not(.panel-subitem) > .panel-heading:before {
            cursor: pointer;
            position: absolute;
            top: 14px;
            right: 10px;
            display: block;
            padding: 3px 6px 2px;
            color: #ddd;
            content: "\f054";
            font-size: 12px;
            line-height: 12px;
            transition: all .25s ease-in-out 0s;
            font-family: fontawesome
        }

    [data-content-mode=accordion] .panel:not(.panel-subitem) > .panel-body > .subheading {
        background: 0 0;
        border-bottom: none;
        color: #565656;
        font-size: 12px;
        font-weight: 700;
        padding: 0;
        text-indent: 10px;
        margin-bottom: 5px;
        text-indent: 0
    }

    [data-content-mode=accordion] .panel:not(.panel-subitem).active > .panel-heading:before {
        transform: rotate(90deg)
    }

    [data-content-mode=accordion] .panel.panel-subitem > .panel-heading {
        background: 0 0;
        border-bottom: none;
        color: #565656;
        font-size: 12px;
        font-weight: 700;
        padding: 0;
        text-indent: 10px
    }

    [data-content-mode=accordion] .panel.panel-subitem > .panel-body {
        padding: 5px 10px
    }

.wsc_switcher_mcm_theme_tooltip.wsc_popup .pin.top {
    border-top-color: #fff;
    margin-top: -2px
}

.wsc_switcher_mcm_theme_tooltip.wsc_popup > .wsc_popup_content {
    overflow-y: hidden
}

.wsc_modal, .wsc_popup {
    font-family: Open Sans,Helvetica,Arial;
    font-weight: 400
}

    .wsc_modal h1, .wsc_modal h2, .wsc_modal h3, .wsc_modal h4, .wsc_modal h5, .wsc_popup h1, .wsc_popup h2, .wsc_popup h3, .wsc_popup h4, .wsc_popup h5 {
        font-family: Open Sans,Helvetica,Arial,sans-serif
    }

    .wsc_modal .grid-filter li a, .wsc_popup .grid-filter li a {
        font-family: Open Sans,Helvetica,Arial
    }

    .wsc_modal#wscSwitcherPageSettings .modal-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex: 1;
            flex: 1
        }

            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs > .tabs-navigation > li > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-align: center;
                align-items: center
            }

                .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs > .tabs-navigation > li > a > .error-icon {
                    color: red
                }

            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content {
                padding: 0;
                margin-bottom: 0;
                overflow-y: auto
            }

                .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-general {
                    padding: 15px
                }

                    .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-general .wsc_controls {
                        margin-bottom: 5px
                    }

                        .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-general .wsc_controls label {
                            font-weight: 600
                        }

                    .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-general .accordion {
                        margin: 10px 0 0 0
                    }

                        .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-general .accordion .ac-content {
                            padding: 6px 0 0
                        }

                .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance {
                    padding: 15px;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column
                }

                    .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        -ms-flex: 1;
                        flex: 1
                    }

                        .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item {
                            padding: 5px;
                            text-align: center;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            cursor: pointer;
                            width: 20%;
                            border: 3px solid transparent
                        }

                            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .item-label {
                                margin: 5px;
                                word-break: break-all;
                                border: 1px solid transparent
                            }

                            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .item-image.no-image::after {
                                font-family: Fontawesome;
                                content: '\f03e';
                                font-size: 4.5em;
                                display: inline-block;
                                line-height: 1.5em;
                                color: #eee;
                                margin-left: -3px
                            }

                            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .item-input {
                                margin: 5px;
                                border: 1px solid #eee
                            }

                            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item:hover > .action-panel {
                                opacity: 1
                            }

                            .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .action-panel {
                                margin-top: auto;
                                opacity: 0;
                                transition: opacity .3s ease-in-out
                            }

                                .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .action-panel > .action-panel-item {
                                    cursor: pointer;
                                    min-width: 16px;
                                    min-height: 16px;
                                    padding: 4px;
                                    border-radius: 50%;
                                    margin: 0
                                }

                                    .wsc_modal#wscSwitcherPageSettings .modal-body > .tabs .tabs-content .page-settings-appearance > .layout-grid-container > .item > .action-panel > .action-panel-item:hover {
                                        box-shadow: 0 5px 10px rgba(43,135,218,.15)
                                    }

.wsc_style_switcher_modal.modal {
    opacity: 0;
    z-index: 1111;
    overflow-x: hidden;
    overflow-y: visible
}

.wsc_style_switcher_modal .wsc-switcher-wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative
}

.wsc_style_switcher_modal .modal-dialog {
    margin-bottom: 0
}

    .wsc_style_switcher_modal .modal-dialog .modal-content {
        padding-bottom: 50px;
        min-height: 100vh;
        display: block
    }

        .wsc_style_switcher_modal .modal-dialog .modal-content h4.modal-title {
            font-size: 19px;
            font-weight: 400
        }

.wsc_style_switcher_modal .modal-body .form-group {
    margin-bottom: 0
}

    .wsc_style_switcher_modal .modal-body .form-group > img {
        padding-top: 15px
    }

.wsc_style_switcher_modal .modal-footer {
    background-color: #efefef;
    position: fixed;
    bottom: 0;
    margin-left: 1px;
    width: 898px;
    border: none;
    transform: translateZ(0)
}

.wsc_style_switcher_modal > a.btn span {
    padding: 10px 10px 9px 11px
}

.wsc_style_switcher_modal a {
    color: #565656
}

.wsc_style_switcher_modal .nav-pills a {
    color: #565656
}

.wsc_style_switcher_modal .nav-pills > li.active > a {
    color: #fff
}

    .wsc_style_switcher_modal .nav-pills > li.active > a:focus, .wsc_style_switcher_modal .nav-pills > li.active > a:hover {
        color: #fff
    }

.wsc_style_switcher_modal .sw-go-top {
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: 30px !important;
    padding: .1em .3em .1em;
    float: left
}

.wsc_style_switcher_modal .wsc-clone-buttons.modal-footer {
    padding-right: 0;
    display: none
}

.wsc_style_switcher_modal .modal-footer a {
    margin: 0;
    font-size: 13px;
    padding: 6px 12px
}

.wsc_style_switcher_modal #themes1 .panel-body .radio {
    max-width: 24%;
    margin-bottom: 10px
}

    .wsc_style_switcher_modal #themes1 .panel-body .radio input #themes1 .panel-body .radio {
        max-width: 24%;
        margin-bottom: 10px
    }

.wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content {
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none
}

    .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content {
        -ms-flex: 1;
        flex: 1;
        float: none;
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex: 1;
            flex: 1
        }

            .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex: 1;
                flex: 1
            }

                .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs > .tabs-navigation li.active a {
                    background-color: #fff;
                    border-bottom-color: #e5e8e8
                }

                .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs > .tabs-navigation li a {
                    border-top: 0
                }

                .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs > .tabs-navigation li.disabled {
                    opacity: 0;
                    display: none
                }

                    .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs > .tabs-navigation li.disabled > a {
                        pointer-events: none
                    }

                .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > .popup-content > form > .tabs > .tabs-content {
                    margin: 0;
                    padding: 0;
                    -ms-flex: 1;
                    flex: 1;
                    overflow-y: auto
                }

    .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .wsc_style_switcher_settings_popup.wsc_popup > .wsc_popup_content > footer .btn {
            margin: 0;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

.wsc_style_switcher_modal .wsc_popup_content, .wsc_style_switcher_settings_popup .wsc_popup_content {
    overflow-x: hidden
}

.wsc_style_switcher_modal .tab-content, .wsc_style_switcher_settings_popup .tab-content {
    overflow: visible;
    padding-top: 0
}

.wsc_style_switcher_modal .panel, .wsc_style_switcher_settings_popup .panel {
    margin: 0;
    box-shadow: none;
    padding: 0
}

.wsc_style_switcher_modal .panel-heading, .wsc_style_switcher_settings_popup .panel-heading {
    padding: 7px 10px
}

.wsc_style_switcher_modal .panel-body, .wsc_style_switcher_settings_popup .panel-body {
    padding: 10px
}

    .wsc_style_switcher_modal .panel-body img, .wsc_style_switcher_settings_popup .panel-body img {
        border: 1px solid #eee;
        padding: 1px
    }

    .wsc_style_switcher_modal .panel-body .checkbox, .wsc_style_switcher_modal .panel-body .radio, .wsc_style_switcher_settings_popup .panel-body .checkbox, .wsc_style_switcher_settings_popup .panel-body .radio {
        margin-top: 2px;
        margin-bottom: 2px;
        display: inline-block
    }

        .wsc_style_switcher_modal .panel-body .radio img, .wsc_style_switcher_settings_popup .panel-body .radio img {
            display: block
        }

        .wsc_style_switcher_modal .panel-body .radio label, .wsc_style_switcher_settings_popup .panel-body .radio label {
            padding-left: 0;
            display: inline-block
        }

    .wsc_style_switcher_modal .panel-body .form-inline .radio img, .wsc_style_switcher_settings_popup .panel-body .form-inline .radio img {
        display: inline
    }

    .wsc_style_switcher_modal .panel-body .form-group label, .wsc_style_switcher_settings_popup .panel-body .form-group label {
        margin-top: 0
    }

    .wsc_style_switcher_modal .panel-body .form-control:not(.wsc_highlight_editor), .wsc_style_switcher_settings_popup .panel-body .form-control:not(.wsc_highlight_editor) {
        padding: 5px 10px;
        height: 30px
    }

    .wsc_style_switcher_modal .panel-body .form-control + .input-group-addon, .wsc_style_switcher_settings_popup .panel-body .form-control + .input-group-addon {
        padding: 0 10px
    }

    .wsc_style_switcher_modal .panel-body .input-group > .input-group-btn > .btn, .wsc_style_switcher_settings_popup .panel-body .input-group > .input-group-btn > .btn {
        height: 30px;
        padding: 0 10px;
        text-transform: none;
        margin: 0
    }

    .wsc_style_switcher_modal .panel-body .input-group > .input-group-btn .dropdown-menu, .wsc_style_switcher_settings_popup .panel-body .input-group > .input-group-btn .dropdown-menu {
        border-radius: 0
    }

.wsc_style_switcher_modal .panel-heading[data-setting-panel=PreloaderStyle] + .panel-body img, .wsc_style_switcher_settings_popup .panel-heading[data-setting-panel=PreloaderStyle] + .panel-body img {
    padding: 10px;
    height: 55px
}

.wsc_style_switcher_modal .panel-heading[data-setting-panel=AddBannerPanesBackgroundStyle1] + .panel-body .radio, .wsc_style_switcher_settings_popup .panel-heading[data-setting-panel=AddBannerPanesBackgroundStyle1] + .panel-body .radio {
    width: 18%
}

html {
    height: 100%
}

#Form, body {
    min-height: 100vh
}

.wsc-content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .wsc-content-center #wrapper {
        width: 100%
    }

.wsc-content-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

    .wsc-content-bottom #wrapper {
        width: 100%
    }

#Body.has-persona-bar .wsc-content-bottom {
    left: calc(50% + 80px/2)
}

.wsc-content-full-height {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wsc-content-full-height > #wsc_main_content {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

.dnnEditState #Form.wsc-content-bottom .actionMenu, .dnnEditState #Form.wsc-content-center .actionMenu {
    z-index: 400
}

.wsc_search_box {
    position: relative;
    display: block
}

    .wsc_search_box.inline {
        display: inline-block
    }

    .wsc_search_box > input {
        display: block;
        line-height: 1em;
        text-indent: 1.5em;
        margin: 0
    }

    .wsc_search_box > .fa-search {
        position: absolute;
        left: 1em;
        top: 50%;
        font-size: 1em;
        transform: translateY(-50%)
    }

.wsc_btn_bar_container {
    position: relative;
    height: 60px
}

    .wsc_btn_bar_container > .btn-container {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        transition: left .2s ease-out .2s
    }

        .wsc_btn_bar_container > .btn-container:nth-child(2) {
            position: relative
        }

            .wsc_btn_bar_container > .btn-container:nth-child(2) > .btn.main-btn {
                z-index: 10
            }

        .wsc_btn_bar_container > .btn-container .btn {
            padding: 0;
            margin-bottom: 0;
            border-radius: 50%;
            outline: 0;
            box-shadow: 1px 1px 3px rgba(0,0,0,.3)
        }

            .wsc_btn_bar_container > .btn-container .btn > i {
                display: block
            }

            .wsc_btn_bar_container > .btn-container .btn:hover {
                opacity: .9
            }

        .wsc_btn_bar_container > .btn-container > .left-container .btn, .wsc_btn_bar_container > .btn-container > .right-container .btn {
            transition: all .2s ease-in-out,height .1s ease .2s;
            opacity: 0;
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 16px;
            height: 0;
            width: 40px
        }

            .wsc_btn_bar_container > .btn-container > .left-container .btn > i, .wsc_btn_bar_container > .btn-container > .right-container .btn > i {
                line-height: 38px
            }

            .wsc_btn_bar_container > .btn-container > .left-container .btn:hover, .wsc_btn_bar_container > .btn-container > .right-container .btn:hover {
                opacity: .9
            }

        .wsc_btn_bar_container > .btn-container > .btn {
            font-size: 16px;
            height: 40px;
            width: 40px;
            top: 10px;
            transition: all .1s ease
        }

            .wsc_btn_bar_container > .btn-container > .btn > i {
                line-height: 38px
            }

        .wsc_btn_bar_container > .btn-container:nth-child(1) {
            left: -64px
        }

        .wsc_btn_bar_container > .btn-container:nth-child(3) {
            left: 64px
        }

        .wsc_btn_bar_container > .btn-container:nth-child(4) {
            left: 128px
        }

    .wsc_btn_bar_container.sub-mode .btn-container:not(.active) {
        transition: none;
        opacity: 0;
        height: 0;
        left: 0;
        overflow: hidden
    }

    .wsc_btn_bar_container.sub-mode .btn-container.active .btn.main-btn {
        height: 60px;
        width: 60px;
        font-size: 24px;
        top: 0;
        transition: none
    }

        .wsc_btn_bar_container.sub-mode .btn-container.active .btn.main-btn > i {
            line-height: 58px
        }

    .wsc_btn_bar_container.sub-mode .btn-container.active > .left-container > .btn, .wsc_btn_bar_container.sub-mode .btn-container.active > .right-container > .btn {
        opacity: 1;
        height: 40px;
        transition: left .3s ease-out
    }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .left-container > .btn:hover, .wsc_btn_bar_container.sub-mode .btn-container.active > .right-container > .btn:hover {
            opacity: .9
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .left-container > .btn:nth-child(1) {
            left: -64px
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .left-container > .btn:nth-child(2) {
            left: -128px
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .left-container > .btn:nth-child(3) {
            left: -192px
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .right-container > .btn:nth-child(1) {
            left: 84px
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .right-container > .btn:nth-child(2) {
            left: 148px
        }

        .wsc_btn_bar_container.sub-mode .btn-container.active > .right-container > .btn:nth-child(3) {
            left: 212px
        }

.btn.wsc_switcher_bottom_save_btn {
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    font-size: 20px;
    right: 80px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    outline: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    transform: scale(0);
    transition: all .3s ease-out;
    z-index: 1106
}

    .btn.wsc_switcher_bottom_save_btn.reveal {
        transform: scale(1);
        animation: pulse 1s ease-in-out infinite;
        animation-delay: .3s
    }

    .btn.wsc_switcher_bottom_save_btn > i {
        display: block
    }

    .btn.wsc_switcher_bottom_save_btn:hover {
        opacity: .9
    }

@keyframes pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.4,1.4,1.4)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.wsc_dropdown {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.5);
    overflow-y: scroll
}

body.wsc_modal_open {
    padding-right: 0 !important
}

body.modal-open {
    overflow: visible
}

.modal.wsc_modal {
    z-index: 1111
}

    .modal.wsc_modal .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .modal.wsc_modal.center > .modal-dialog {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        min-height: 100vh
    }

    .modal.wsc_modal.narrow > .modal-dialog > .modal-content > .modal-body {
        padding: 0
    }

    .modal.wsc_modal.no-backdrop {
        pointer-events: none
    }

        .modal.wsc_modal.no-backdrop > .modal-dialog {
            pointer-events: all
        }

    .modal.wsc_modal > .modal-dialog {
        margin: 0
    }

        .modal.wsc_modal > .modal-dialog > .modal-content {
            padding: 0;
            max-height: 100vh;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            border: none
        }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header > .modal-title > .back {
                cursor: pointer;
                font-size: 1.3em
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header > .modal-title > .addon {
                margin-right: 10px
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header > .modal-title > .title {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                min-width: 0;
                display: block;
                font-weight: 600;
                margin: 0 0 0 5px
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header > .modal-title > .close {
                margin: 0
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header > .modal-title [data-maximize=modal] {
                margin-right: 10px;
                font-size: 16px
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-body {
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                overflow-y: auto
            }

                .modal.wsc_modal > .modal-dialog > .modal-content > .modal-body.wsc_loading {
                    min-height: 200px
                }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-footer > .btn {
                margin-bottom: 0
            }

            .modal.wsc_modal > .modal-dialog > .modal-content > .modal-header.ui-draggable-handle {
                cursor: move
            }

.wsc_modal-backdrop.modal-backdrop {
    display: block !important;
    z-index: 1111
}

    .wsc_modal-backdrop.modal-backdrop.fade.in {
        opacity: .85;
        display: block !important;
        z-index: 1111
    }

.wsc_popup {
    z-index: 1110;
    position: fixed;
    transition: opacity .1s ease,width .3s ease,height .3s ease,left .3s ease,top .3s ease;
    transform-origin: center bottom
}

    .wsc_popup > .wsc_popup_content {
        box-shadow: 0 3px 15px rgba(0,0,0,.5);
        border: 1px solid rgba(0,0,0,.2);
        background-color: #fff;
        overflow-y: auto;
        height: 100%
    }

        .wsc_popup > .wsc_popup_content > .popup-header {
            padding: 15px 20px;
            margin-bottom: 0;
            font-size: 16px;
            border-bottom: 1px solid #eee
        }

    .wsc_popup > .pin {
        border-style: solid;
        position: fixed
    }

        .wsc_popup > .pin.left {
            border-color: transparent transparent transparent #fff
        }

        .wsc_popup > .pin.top {
            border-color: #fff transparent transparent transparent
        }

.wsc_autocomplete.wsc_loading:before {
    background: 0 0
}

.wsc_autocomplete.wsc_loading:after {
    width: 15px;
    height: 15px;
    left: unset;
    right: 5px;
    top: calc(50% - 15px/2)
}

.wsc_autocomplete > .ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute
}

    .wsc_autocomplete > .ui-autocomplete > .ui-menu-item {
        padding: 5px 10px;
        border: 1px solid;
        cursor: pointer;
        border-color: #ebebeb;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }

        .wsc_autocomplete > .ui-autocomplete > .ui-menu-item:not(:last-child) {
            border-bottom: none
        }

.wsc_checkbox {
    max-width: 100%;
    margin: 0;
    position: relative;
    height: auto
}

    .wsc_checkbox.checkbox {
        margin: 0
    }

    .wsc_checkbox:last-child {
        margin-right: 0
    }

    .wsc_checkbox label {
        padding-left: 25px
    }

    .wsc_checkbox.small input[type=checkbox] + .custom-checkbox {
        top: calc(50% - 5px);
        width: 10px;
        height: 10px
    }

    .wsc_checkbox.small input[type=checkbox]:checked + .custom-checkbox::after {
        left: 1.8px;
        top: -.8px;
        width: 3.67px;
        height: 7.96px
    }

    .wsc_checkbox input[type=checkbox] {
        opacity: 0
    }

        .wsc_checkbox input[type=checkbox] + .custom-checkbox {
            box-sizing: border-box;
            transition: 240ms;
            position: absolute;
            top: calc(50% - 8px);
            left: 0;
            width: 16px;
            height: 16px;
            border: 2px solid rgba(0,0,0,.54);
            border-radius: 2px
        }

        .wsc_checkbox input[type=checkbox]:checked + .custom-checkbox {
            border-color: transparent;
            background-color: rgba(255,82,82,.87)
        }

            .wsc_checkbox input[type=checkbox]:checked + .custom-checkbox::after {
                content: '';
                display: table;
                box-sizing: border-box;
                position: absolute;
                left: 3.8px;
                top: -.8px;
                width: 5.67px;
                height: 12.33px;
                border-width: 2px;
                border-style: solid;
                border-top: 0;
                border-left: 0;
                border-color: #fff;
                transform: rotate(45deg)
            }

.wsc_checkbox_group > .wsc_checkbox {
    display: inline;
    margin-right: 15px
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-top {
    transform: translateY(50px)
}

.wsc_file_upload > input[type=file] {
    position: fixed;
    left: -100px;
    top: -100px
}

.wsc_highlight_editor {
    position: relative
}

    .wsc_highlight_editor.form-control {
        padding: 0
    }

    .wsc_highlight_editor > .editor {
        min-height: 200px;
        min-width: 100%
    }

.wsc_icon_chooser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .wsc_icon_chooser > .icon-wrap {
        margin-left: 5px;
        padding: 5px;
        border: 1px dashed #ebebeb;
        cursor: pointer;
        font-size: 24px;
        width: 35px;
        text-align: center
    }

.wsc_icon_chooser_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-height: 200px;
    margin-right: 5px;
    overflow-y: auto
}

    .wsc_icon_chooser_items > .icon {
        -ms-flex: 1 1 30px;
        flex: 1 1 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        cursor: pointer
    }

        .wsc_icon_chooser_items > .icon:hover {
            background: #eeea
        }

.wsc_media_gallery_chooser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .wsc_media_gallery_chooser > .preview > .media, .wsc_media_gallery_chooser > .preview > .no-preview {
        min-width: 100px;
        display: inline-block;
        padding: 2px;
        border: 1px dashed #bbdbe0;
        border-radius: 3px 3px 3px 3px;
        cursor: pointer
    }

        .wsc_media_gallery_chooser > .preview > .media.image, .wsc_media_gallery_chooser > .preview > .no-preview.image {
            max-width: 150px;
            max-height: 150px;
            width: auto;
            height: auto
        }

        .wsc_media_gallery_chooser > .preview > .media.audio, .wsc_media_gallery_chooser > .preview > .no-preview.audio {
            max-width: 500px;
            height: 60px
        }

        .wsc_media_gallery_chooser > .preview > .media.video, .wsc_media_gallery_chooser > .preview > .no-preview.video {
            max-width: 450px;
            width: auto;
            height: auto;
            max-height: 250px
        }

    .wsc_media_gallery_chooser > .preview.audio > .no-preview:after {
        content: '\f028'
    }

    .wsc_media_gallery_chooser > .preview.image > .no-preview:after {
        content: '\f03e'
    }

    .wsc_media_gallery_chooser > .preview.video > .no-preview:after {
        content: '\f03d'
    }

    .wsc_media_gallery_chooser > .preview > .no-preview {
        display: -ms-flexbox;
        display: flex;
        min-height: 100px
    }

        .wsc_media_gallery_chooser > .preview > .no-preview:after {
            margin: auto;
            font-family: FontAwesome;
            font-size: 40px;
            color: #eee
        }

    .wsc_media_gallery_chooser > .preview[data-has=false] > .media {
        display: none
    }

    .wsc_media_gallery_chooser > .preview[data-has=true] > .no-preview {
        display: none
    }

    .wsc_media_gallery_chooser .action-icon {
        cursor: pointer;
        font-size: 1.2em;
        padding: 3px;
        vertical-align: middle
    }

.wsc_measure_input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .wsc_measure_input > .wsc_checkbox {
        margin-right: 10px
    }

    .wsc_measure_input > .input-group {
        -ms-flex: 1;
        flex: 1
    }

        .wsc_measure_input > .input-group > .input-group-btn > .btn {
            width: 50px
        }

.wsc_radio_button_group > .radio {
    display: inline-block;
    margin: 0
}

    .wsc_radio_button_group > .radio > label {
        padding: 0;
        display: inline-block;
        cursor: pointer
    }

        .wsc_radio_button_group > .radio > label > input {
            position: static;
            margin: 0
        }

            .wsc_radio_button_group > .radio > label > input:checked ~ img {
                border-color: grey;
                box-shadow: 1px 2px 6px grey
            }

        .wsc_radio_button_group > .radio > label > img {
            cursor: pointer;
            width: auto;
            height: auto;
            padding: 1px;
            background-color: transparent;
            display: block;
            border: 2px solid transparent
        }

.wsc_radio_button_group.compact > .radio > label > input {
    display: none
}

.wsc_range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .wsc_range > input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        background: 0 0
    }

        .wsc_range > input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none
        }

        .wsc_range > input[type=range]:focus {
            outline: 0
        }

        .wsc_range > input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 16px;
            background: #fff;
            cursor: pointer;
            margin-top: -6px;
            border-radius: 50%
        }

        .wsc_range > input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 4px;
            cursor: pointer;
            background: #e6edf5;
            border-radius: 0
        }

        .wsc_range > input[type=range]:focus::-webkit-slider-runnable-track {
            background: #e7ecf1
        }

        .wsc_range > input[type=range]::-moz-range-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 16px;
            background: #fff;
            cursor: pointer;
            border-radius: 50%
        }

        .wsc_range > input[type=range]::-moz-range-track {
            width: 100%;
            height: 4px;
            cursor: pointer;
            background: #e6edf5;
            border-radius: 0
        }

        .wsc_range > input[type=range]:focus::-moz-range-track {
            background: #e7ecf1
        }

        .wsc_range > input[type=range]:-moz-focusring {
            outline: 1px solid #fff;
            outline-offset: -1px
        }

        .wsc_range > input[type=range]::-ms-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 16px;
            background: #fff;
            cursor: pointer;
            border-radius: 50%;
            margin-top: 0
        }

        .wsc_range > input[type=range]::-ms-track {
            width: 100%;
            cursor: pointer;
            height: 4px;
            background: 0 0;
            border-color: transparent;
            color: transparent
        }

        .wsc_range > input[type=range]::-ms-fill-lower {
            background: #e6edf5
        }

        .wsc_range > input[type=range]:focus::-ms-fill-lower {
            background: #e7ecf1
        }

        .wsc_range > input[type=range]::-ms-fill-upper {
            background: #e6edf5
        }

        .wsc_range > input[type=range]:focus::-ms-fill-upper {
            background: #e7ecf1
        }

    .wsc_range > .unit {
        padding: 5px 10px;
        background: #e6edf5;
        border-radius: 3px;
        margin-left: 5px;
        font-weight: 700;
        min-width: 80px;
        text-align: center
    }

.wsc_select {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.33333;
    padding: 8px 24px 8px 18px;
    height: 36px;
    min-height: 36px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .wsc_select > span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        max-width: 100%
    }

    .wsc_select:after {
        content: '\f107';
        position: absolute;
        right: 2px;
        top: 0;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        height: 100%;
        line-height: 2em;
        font-size: 18px;
        padding: 0 5px;
        transition: transform .3s
    }

    .wsc_select.open:after {
        transform: rotateX(180deg)
    }

ul.wsc_select_options {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 192px
}

    ul.wsc_select_options > li {
        padding: 4px 18px;
        cursor: pointer;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        border: none
    }

        ul.wsc_select_options > li:hover {
            background: rgba(125,125,125,.05)
        }

        ul.wsc_select_options > li > span {
            -ms-flex: 1;
            flex: 1
        }

            ul.wsc_select_options > li > span > input[type=checkbox] {
                margin-right: 5px
            }

        ul.wsc_select_options > li > .toggle {
            text-indent: 0;
            border-radius: 50%;
            text-align: center;
            padding: 5px 7px
        }

            ul.wsc_select_options > li > .toggle:hover {
                box-shadow: 0 0 2px 1px #eee
            }

        ul.wsc_select_options > li.selected {
            font-weight: 700
        }

        ul.wsc_select_options > li + ul.wsc_select_options_container {
            border: none;
            display: none;
            box-shadow: none
        }

    ul.wsc_select_options.level-1 > li:last-child {
        border-bottom: none;
        padding-bottom: 6px
    }

    ul.wsc_select_options.level-2 {
        text-indent: .4em
    }

    ul.wsc_select_options.level-3 {
        text-indent: .8em
    }

    ul.wsc_select_options.level-4 {
        text-indent: 1.2em
    }

.wsc_size {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wsc_size > .wsc_checkbox {
        margin-bottom: 10px
    }

    .wsc_size .with-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .wsc_size .with-label > span {
            margin-right: 5px;
            white-space: nowrap
        }

            .wsc_size .with-label > span:not(:first-child) {
                margin-left: 5px
            }

        .wsc_size .with-label > .wsc_select, .wsc_size .with-label > input {
            -ms-flex-positive: 1;
            flex-grow: 1
        }

    .wsc_size > .width-height {
        display: -ms-flexbox;
        display: flex
    }

        .wsc_size > .width-height > .fa {
            cursor: pointer;
            margin: auto;
            font-size: 1.5em;
            min-width: 50px;
            text-align: center
        }

.wsc_slides_grid .wsc_slides_grid_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .wsc_slides_grid .wsc_slides_grid_row .wsc_slides_grid_column {
        -ms-flex: 1;
        flex: 1
    }
}

.wsc_slides_grid .row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .wsc_slides_grid .row-no-gutters > .col, .wsc_slides_grid .row-no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.wsc_social_icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wsc_social_icons > .item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .wsc_social_icons > .item:not(:last-child) {
            margin-bottom: 5px
        }

        .wsc_social_icons > .item > .icon {
            margin: 0 5px 0 0;
            width: 30px;
            vertical-align: middle;
            font-size: 25px;
            text-align: center
        }

        .wsc_social_icons > .item > .link {
            margin-left: 5px;
            -ms-flex: 1;
            flex: 1
        }

#Body.wsc_dnd .ContentPane, #Body.wsc_dnd .DNNEmptyPane, #Body.wsc_dnd .wsc_pane {
    min-height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    border: 1px dashed #d7d7d7
}

    #Body.wsc_dnd .ContentPane > .wsc_mcm_module_placeholder, #Body.wsc_dnd .DNNEmptyPane > .wsc_mcm_module_placeholder, #Body.wsc_dnd .wsc_pane > .wsc_mcm_module_placeholder {
        min-height: 50px;
        border: 1px dashed orange;
        overflow: auto;
        width: 100%
    }

    #Body.wsc_dnd .ContentPane > .wsc_mcm_module_placeholder, #Body.wsc_dnd .DNNEmptyPane > .wsc_mcm_module_placeholder, #Body.wsc_dnd .wsc_pane > .wsc_mcm_module_placeholder {
        margin: -1px;
        width: calc(100% + 2px)
    }

#Body.wsc_dnd .TopBarPane.DNNEmptyPane {
    padding: 10px 70px
}

#Body.wsc_dnd #wrapper.wsc-content-center {
    transform: none;
    top: initial
}

#Body.wsc_dnd #wrapper.wsc-content-bottom {
    bottom: initial
}

body.modal-open .wsc-section {
    position: static
}

.wsc_content_manager_module_container.edit {
    position: relative;
    border: 3px solid transparent;
    min-height: 29px
}

    .wsc_content_manager_module_container.edit > .wsc_module_actions_panel {
        box-shadow: 0 5px 10px rgba(43,135,218,.15);
        position: absolute;
        list-style: none;
        top: -2px;
        right: -2px;
        padding: 0;
        margin: 0;
        z-index: 100;
        display: none;
        opacity: 0;
        line-height: 27px
    }

        .wsc_content_manager_module_container.edit > .wsc_module_actions_panel.enabled {
            display: block
        }

            .wsc_content_manager_module_container.edit > .wsc_module_actions_panel.enabled > .wsc_module_actions_panel_item {
                color: #fff;
                height: 24px;
                width: 24px;
                text-align: center;
                cursor: pointer;
                padding: 0;
                margin: 0;
                display: inline-block;
                margin-right: 5px
            }

                .wsc_content_manager_module_container.edit > .wsc_module_actions_panel.enabled > .wsc_module_actions_panel_item > a {
                    color: #fff;
                    display: block
                }

    .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide {
        position: relative;
        min-height: 30px
    }

        .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide.auto-min-height {
            min-height: inherit
        }

        .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide > .wsc_slide_actions_panel {
            box-shadow: 0 5px 10px rgba(43,135,218,.15);
            position: absolute;
            list-style: none;
            background: #4b5766;
            z-index: 100;
            display: table;
            top: 50%;
            left: 50%;
            transform: translate(-50%);
            opacity: 0;
            padding: 2px 5px;
            line-height: 27px
        }

            .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide > .wsc_slide_actions_panel.not-visible {
                opacity: .6
            }

            .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide > .wsc_slide_actions_panel > .wsc_slide_actions_panel_item {
                color: #fff;
                text-align: center;
                display: table-cell;
                cursor: pointer;
                min-width: 16px;
                min-height: 16px
            }

                .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide > .wsc_slide_actions_panel > .wsc_slide_actions_panel_item + .wsc_slide_actions_panel_item {
                    padding-left: 8px
                }

                .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide > .wsc_slide_actions_panel > .wsc_slide_actions_panel_item i {
                    color: #fff !important
                }

.wsc_content_manager_module_container.busy {
    background: rgba(156,156,156,.1);
    min-height: 150px
}

    .wsc_content_manager_module_container.busy .wsc_cm_module_container {
        min-height: 150px
    }

        .wsc_content_manager_module_container.busy .wsc_cm_module_container .wsc_content_manager_module_slide {
            min-height: 150px
        }

    .wsc_content_manager_module_container.busy::after {
        content: '';
        width: 32px;
        height: 32px;
        position: absolute;
        top: calc(50% - 16px);
        left: calc(50% - 16px);
        font-size: 10px;
        border-top: 1px solid rgba(0,0,0,.08);
        border-right: 1px solid rgba(0,0,0,.08);
        border-bottom: 1px solid rgba(0,0,0,.08);
        border-left: 1px solid rgba(0,0,0,.5);
        border-radius: 50%;
        animation: spinner .7s infinite linear;
        z-index: 999
    }

    .wsc_content_manager_module_container.busy > .wsc_module_actions_panel.enabled {
        display: none !important
    }

    .wsc_content_manager_module_container.busy .wsc_content_manager_module_slide > .wsc_slide_actions_panel {
        display: none !important
    }

.wsc_content_manager_module_container .social-icons {
    display: inline-block
}

#Body.wsc_modal_open .wsc_content_manager_module_container {
    border-color: transparent !important
}

#Body:not(.wsc_modal_open) .wsc_content_manager_module_container.busy:hover {
    border: 3px solid grey
}

#Body:not(.wsc_modal_open) .wsc_content_manager_module_container.edit:hover {
    position: relative;
    border-width: 3px;
    border-style: solid;
    transition: border .4s
}

    #Body:not(.wsc_modal_open) .wsc_content_manager_module_container.edit:hover > .wsc_module_actions_panel.enabled {
        opacity: 1;
        transition: opacity .4s
    }

#Body:not(.wsc_modal_open) .wsc_content_manager_module_container.edit .wsc_content_manager_module_slide:hover > .wsc_slide_actions_panel {
    opacity: 1;
    transition: opacity .5s
}

#Body.wsc_dnd .wsc_content_manager_module_container.edit {
    border: none !important
}

#Body.wsc_dnd .wsc_content_manager_module_container .wsc_module_actions_panel, #Body.wsc_dnd .wsc_content_manager_module_container .wsc_slide_actions_panel {
    display: none !important
}

#Body.dnnEditState .wsc_content_manager_module_container.edit {
    border: none !important
}

.actionMenu > .dnn_mact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .actionMenu > .dnn_mact > li {
        line-height: 20px
    }

.actionMenu .wsc_module_actions_panel_item > a {
    background-image: none;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.actionMenu li.wsc_module_actions_panel_item > a:hover {
    background-color: #fff !important;
    color: #41bb99 !important
}

.actionMenu .wsc_module_actions_panel_item.delete > a {
    background: red !important
}

.actionMenu .wsc_module_actions_panel_item.add > a, .actionMenu .wsc_module_actions_panel_item.edit > a, .actionMenu .wsc_module_actions_panel_item.settings > a {
    background-color: #41bb99 !important
}

.DNNEmptyPane.wsc_droppable {
    min-height: 50px;
    border: 2px solid red
}

.wsc_content_manager_module_settings_slides_list {
    list-style: none;
    padding: 10px
}

    .wsc_content_manager_module_settings_slides_list > li {
        list-style: none;
        margin-bottom: 7px;
        padding: 3px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
        border-radius: 5px;
        cursor: pointer
    }

        .wsc_content_manager_module_settings_slides_list > li > a {
            padding: 3px 5px;
            cursor: pointer;
            width: 1.5em;
            height: 1.5em;
            text-align: center
        }

            .wsc_content_manager_module_settings_slides_list > li > a.fa-copy {
                padding: 3px 6px 3px 3px
            }

            .wsc_content_manager_module_settings_slides_list > li > a:hover {
                box-shadow: 0 1px 2px rgba(0,0,0,.5);
                transition: box-shadow .3s;
                border-radius: 50%
            }

        .wsc_content_manager_module_settings_slides_list > li > .title {
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: center;
            margin: 0 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            min-width: 0;
            display: block
        }

.wsc_controls label {
    display: inline;
    font-weight: 400
}

.wsc_controls textarea {
    margin-top: 0;
    width: 100% !important
}

.wsc_controls > .wsc_text_field {
    margin-bottom: 0
}

.wsc_controls .mce-btn-group:not(:first-child) {
    border-left: none !important
}

.wsc_controls .mce-toolbar .mce-btn-group {
    padding: 0 !important
}

.mce-tinymce {
    box-shadow: none !important
}

.mce-btn-group:not(:first-child) {
    margin-left: 1px !important
}

.mce-btn-group .mce-btn {
    margin-left: 1px !important
}

.wsc_mcm_edit_container .accordion {
    margin: 0
}

    .wsc_mcm_edit_container .accordion > .ac-title {
        text-transform: uppercase
    }

    .wsc_mcm_edit_container .accordion > .ac-item > .ac-content {
        padding: 10px;
        overflow: visible
    }

    .wsc_mcm_edit_container .accordion > .ac-item.ac-active > .ac-content .tabs-content {
        overflow: visible
    }

.wsc_mcm_edit_container.wysiwyg-fullscreen > .tabs > .tabs-navigation > li.active {
    z-index: 0
}

.wsc_mcm_edit_container > .tabs {
    overflow: hidden;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wsc_mcm_edit_container > .tabs > .tabs-navigation {
        overflow-x: auto
    }

        .wsc_mcm_edit_container > .tabs > .tabs-navigation > li {
            white-space: nowrap
        }

    .wsc_mcm_edit_container > .tabs > .tabs-content {
        padding: 0;
        margin: 0;
        overflow-y: auto;
        -ms-flex: 1;
        flex: 1;
        border-width: 0
    }

        .wsc_mcm_edit_container > .tabs > .tabs-content > .tab-pane > .wsc_controls {
            padding: 10px
        }

        .wsc_mcm_edit_container > .tabs > .tabs-content .single-group {
            padding: 10px
        }

        .wsc_mcm_edit_container > .tabs > .tabs-content .tabs > .tabs-navigation {
            display: -ms-flexbox;
            display: flex
        }

        .wsc_mcm_edit_container > .tabs > .tabs-content .tabs > .tabs-content {
            margin: 0;
            padding: 10px 0 0
        }

.wsc_mcm_edit_container label {
    display: inline;
    font-weight: 400
}

.wsc_mcm_edit_container .wsc_label {
    font-weight: 700
}

.wsc_mcm_edit_container .wsc_controls:not(:first-of-type) {
    margin-top: 5px
}

.wsc_mcm_edit_container .wsc_controls > .wsc_label {
    margin-bottom: 5px
}

.wsc_mcm_edit_container .wsc_controls select.form-control {
    height: 36px
}

.wsc_mcm_edit_container .wsc_controls > .trumbowyg {
    margin: 0
}

.wsc_mcm_edit_container .wsc_controls .input-group > .input-group-btn > .btn {
    height: 36px;
    padding: 0 10px;
    text-transform: none;
    margin: 0
}

.wsc_mcm_edit_container .wsc_controls .input-group > .input-group-btn .dropdown-menu {
    border-radius: 0
}

.wsc_mcm_edit_container ul.tagit {
    margin-bottom: 0
}

.wsc_mcm_edit_container input[type=text] {
    border-width: 1px
}

.wsc_mcm_edit_container .wsc_info_body hr {
    margin-top: 15px
}

.ModWebSitesCreativeMyContentManagerC .wsc_admin_content.wsc_admin_edit_single {
    overflow-x: visible
}

.wsc_admin_edit_single .pick-a-color-markup .input-group-btn .color-dropdown {
    padding: 7px 5px
}

.wsc_switcher_mcm_theme_tooltip > .wsc_popup_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px;
        overflow-y: auto
    }

        .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .wsc_search_box {
            margin-bottom: 5px;
            display: block
        }

        .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap {
            overflow-y: auto;
            overflow-x: hidden
        }

            .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap > .empty-result-container {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

            .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap > .seperator {
                font-size: 20px
            }

            .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap > .theme_list .grid-item > .grid-image {
                height: 140.56px;
                position: relative
            }

                .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap > .theme_list .grid-item > .grid-image > img {
                    height: auto;
                    width: auto;
                    left: 50%;
                    top: 50%;
                    position: absolute;
                    transform: translate(-50%,-50%)
                }

            .wsc_switcher_mcm_theme_tooltip > .wsc_popup_content > .wsc_mcm_choose_theme_container > .theme_list_wrap > .empty-result-container {
                font-size: 1.5em;
                text-align: center;
                margin: auto
            }

.wsc_mcm_choose_theme_container {
    padding: 5px
}

    .wsc_mcm_choose_theme_container > .wsc_search_box {
        display: inline-block
    }

.wsc_mcm_draggable_module {
    position: fixed;
    z-index: 99999999;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    animation: pulse 2s ease-in-out infinite;
    background: #fff
}

    .wsc_mcm_draggable_module:hover {
        animation: none
    }

    .wsc_mcm_draggable_module > img {
        position: absolute;
        cursor: pointer;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .wsc_mcm_draggable_module > .close-icon {
        position: absolute;
        top: -15px;
        right: 5px;
        font-size: 20px;
        background: #e8e8e8;
        border-radius: 50%;
        padding: 5px 7px;
        cursor: pointer
    }

@keyframes pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.wsc_dnd_move_target {
    opacity: .3
}

.wsc_modal.mcm-edit-modal .modal-header > .modal-title > .addon > .badge.saved {
    background: #ccc
}

.wsc_modal.mcm-edit-modal .modal-body {
    height: 100%;
    padding: 0;
    overflow-y: hidden
}

    .wsc_modal.mcm-edit-modal .modal-body > .wsc_mcm_edit_container {
        height: 100%
    }

    .wsc_modal.mcm-edit-modal .modal-body > .empty-result-container {
        font-size: 1.5em;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .wsc_modal.mcm-edit-modal .modal-body .accordion .ac-title {
        margin-bottom: 1px
    }

.wsc_modal.mcm-edit-modal .modal-footer {
    border-top: 1px solid #eee
}

.wsc_modal.mcm-edit-modal .wsc_content_manager_module_settings_slides_list {
    margin-bottom: 0
}

    .wsc_modal.mcm-edit-modal .wsc_content_manager_module_settings_slides_list > li > .title {
        text-transform: capitalize
    }

@media (min-width:992px) {
    .edit .wsc_cm_module_container.visible-md .wsc_content_manager_module_slide:not(.visible-md), .edit .wsc_cm_module_container:not(.visible-md) {
        display: block !important;
        opacity: .5
    }
}

@media (min-width:768px) and (max-width:991px) {
    .edit .wsc_cm_module_container.visible-sm .wsc_content_manager_module_slide:not(.visible-sm), .edit .wsc_cm_module_container:not(.visible-sm) {
        display: block !important;
        opacity: .5
    }
}

@media (max-width:767px) {
    .edit .wsc_cm_module_container.visible-xs .wsc_content_manager_module_slide:not(.visible-xs), .edit .wsc_cm_module_container:not(.visible-xs) {
        display: block !important;
        opacity: .5
    }
}
/*!
