select.form-control{ height: 55px !important; border-radius: 0px !important; margin-bottom: 15px;}
#shwMsg, #shwMsgInner{width: 350px;
min-height: 100px;
position: fixed;
padding: 5px 10px;
top: 15%;
right: 1%;
z-index: 99999 !important;
border-radius: 5px;
background: #fff;
color:#2C3749;
border: 1px solid #afafaf;
box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
display: none;}

div#shwMsg:before{ width: 15px; height:15px; background:#fff; display:block; content:"";  -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); margin: -13px 0px 0px 280px;
border-left: 1px solid #afafaf;
border-top: 1px solid #afafaf;
position: absolute;}
div#shwMsgInner:before{ width: 15px; height:15px; background:#fff; display:block; content:"";  -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); margin:  -13px 0px 0px 250px;;
position: absolute;}

/*div#shwMsg:after{ width: 50px; height:50px; background:#09f; display:block; content:"";}*/

#shwMsg h4, #shwMsgInner h4{ padding: 10px !important;background:none; !important;text-transform: capitalize !important;color: #000 !important;border-bottom: thin solid #333 !important; display:none !important;} #shwMsg p, #shwMsgInner p{ color:#333; padding:20px; font-size:13px; font-family:'Fira Sans', sans-serif;}  #shwMsg i.fa.fa-close, #shwMsgInner i.fa.fa-close{
position: absolute;
top: 5px;
right: 5px;
color: #fff;
padding: 5px 6px;
cursor: pointer;
border: thin solid #09f;
border-radius: 65px;
background: #09f;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border: none;} textarea{background: #fefefe;color: #424242;
padding: 15px; border:thin solid #cecece;}.table-bordered{ border:none;} #modal{ width:100%; height: 100%;vertical-align: middle; display:none; background: rgba(0,0,0,0.75); position:fixed; z-index:9999; top:0px; left:0px;} #edit_form_art{width: 80%;margin: 5% 10%;} #edit_form_art form{background:none;padding: 0px !important;} #edit_form_art i.fa.fa-close{position: absolute;
top: 20px;
right: 30px;
color: white;
padding:10px 12px;
cursor: pointer;
font-size: 18px;
font-weight: lighter !important;
border: thin solid;
border-radius: 20px;}

#shwMsg i.fa.fa-close:hover > #shwMsg{ display:none;}
/*#shwMsgInner i.fa.fa-close{top: 0px !important; right: 0px !important;}*/

#modal div.inner-box{width: 70%;
margin: 5% 15%;
/*background: #2d3543;*/
background: #fff;
padding: 0px !important;
display: block;
float: left;
color: #333;
/*border-top: 20px solid #fff;*/
height: 80%;
padding-bottom: 10px;
overflow: scroll;
border-radius: 0px;}

#modal div.inner-box form div.form-group:last-child{position: fixed;
bottom: 10%;
background: #fbfbfb;
border-top: 1px solid #eee;
width: 70%;left: 15%;}

#modal div.inner-box form div.form-group:last-child .btn{border-radius: 0px; height: 100%;line-height: 2;
margin-bottom: -5px; display: block;}

#modal div.inner-box form label{padding: 10px;text-transform: capitalize;
font-family: 'Fira Sans', sans-serif; }

div.inner-box table{width: 100%;}

div.inner-box h4{color: #fff !important;
background: #333 !important;
padding: 15px 10px !important;
font-size: 16px;
font-weight: 600 !important;
margin: 0px !important;
text-transform: capitalize !important;}

div.inner-box > h5{color: #fff !important; background: #333 !important; padding: 10px 20px !important; font-size: 16px; font-weight: 600 !important;
text-transform: capitalize !important; font-family: tahoma;}

div.inner-box  form{ margin: 0px 10px; width:70%;display: block;position: relative; float: left; }

#modal i.fa.fa-close{position: absolute; top: 20px; right: 30px; color: white; padding:10px 12px; cursor: pointer; font-size: 18px; font-weight: lighter !important; border: thin solid; border-radius: 20px;}

#modal form{
	width: 100%;
	margin:0%;
    color: #666;
    text-transform: lowercase; 
}

div#listing{
	position: relative;
	float: left;
	width: 100%;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.contr {
    background-color:#212121;
    padding:10px 0;
    text-align:center;

    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}

.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);

    color:#000;
    overflow:hidden;
}
#upload_form {
	float: left;
	padding: 20px !important;
	width: 700px;
	margin-left: 20px;
	border-radius: 5px;
}
#preview {
    background-color:#fff;
    display:block;
    float:right;
	width: 300px;
}
img#preview{
	position: absolute;
	right: 90px;
	top: 55px;
	padding: 10px;
}
#upload_form > div {
    margin-bottom:10px;
}
div#progress_info{ float:left;}
#speed,#remaining {
    float:left;
    width:100px;
}
#b_transfered {
    float:right;
    text-align:right;
}
.clear_both {
    clear:both;
}
#image_file {
    width:400px;
}
#progress_info {
    font-size:10pt;
}
#fileinfo,#error,#error2,#abort,#warnsize {
    color:#aaa;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}
#progress {
    border:1px solid #ccc;
    display:none;
    float:left;
    height:14px;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
    float:right;
}
#upload_response {
    margin-top: 10px;
    padding: 20px;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    box-shadow: 0 0 5px #ccc;
    background: -moz-linear-gradient(#bbb, #eee);
    background: -ms-linear-gradient(#bbb, #eee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
    background: -webkit-linear-gradient(#bbb, #eee);
    background: -o-linear-gradient(#bbb, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
    background: linear-gradient(#bbb, #eee);
}
.table-gallery{
	margin-top: 20px !important;
	position: relative;
	width: 90%;
	float: left;
	margin-left: 20px;
}
#gal div.img{
    display: block;
    position: relative;
    margin: 0px;
    width: 100%;
    float: left;
}

#gal img{
width: 100%;
display: block;
margin: 0px;
float: left;
position: relative;
}

#gal form{
width: 90%;
/* float: left; */
position: relative;
margin: 2% 5%;
background: rgba(255, 255, 255, 0.6);
padding: 20px !important;
margin-top: -50%;
}
 #shwMsg i.fa.fa-close, #shwMsgInner i.fa.fa-close{
position: absolute;
top: 5px;
right: 8px;
color: #999;
padding: 5px 6px;
cursor: pointer;
border: none;
border-radius: 65px;
background:none;
font-size: 15px;
}
.form-group{float:left; width:100%; margin:5px 0px !important;padding: 5px;}
.side_bar{display:block; position: fixed !important;right:10px;margin: 0px 5px;width: 23%;background: #273443 !important;padding: 1px 2px;border-radius: 5px;box-shadow: 0px 1px 3px #fff;color: #fff;}
.side_bar > table{ width:100% !important;} #modal > div.inner-box h4{ color:#fff !important;} #modal > div.inner-box{ color:#fff !important;}
.form-control{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	 -webkit-box-shadow: none !important; 
	 box-shadow: none !important; 
	 -webkit-transition: none !important; 
	 -o-transition: none !important; 
	 transition: none !important; 
}

   color : white;
      background-color: #428bca;
      padding : 5px 15px;
    }
    
    #exTab2 h3 {
      color : white;
      background-color: #83C324;
	  font-size: 18px;
      padding : 5px 15px;
    }
    
    /* remove border radius for the tab */
    
    #exTab1 .nav-pills > li > a {
      border-radius: 0;
    }
    
    /* change border radius for the tab , apply corners on top*/
    
    #exTab3 .nav-pills > li > a {
      border-radius: 4px 4px 0 0 ;
    }
    
    #exTab3 .tab-content {
      color : white;
      background-color: #428bca;
      padding : 5px 15px;
    }
#exTab2{    
	margin: 0% 0% 0% 0%;
	float: left;
	background: #FFFFFF;
	/* padding: 2px; */
	width: 100%;
	display: block;
	font-family: Candara;
	/* z-index: 9999; */
	border: 5px solid #fff;
	position: relative;
}
#exTab2 .tab-content{ background:#fff;padding: 5% 2.5%;}
#exTab2:hover{
	}
body {
    background-attachment: fixed;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

body .container > .row-fluid > .span10 > h4 {
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

body .heading-4 {
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

body.light {
    background-color: #ececec;
    color: #454545
}

body.dark {
    background-color: #464646;
    color: #e6e6e6
}

body .tabbable {
    color: #454545
}

body .tabbable.dark {
    color: #e6e6e6
}

body .tabbable.dark .tab-pane a {
    color: #61caff
}

body .tabbable.dark .tab-pane a:hover {
    color: #90daff
}

body .tabbable.grey {
    color: #f8f8f8
}

body .tabbable.grey .tab-pane a {
    color: #61caff
}

body .tabbable.grey .tab-pane a:hover {
    color: #90daff
}

.features {
    background-color: rgba(0, 0, 0, .6);
    -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    padding: 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.features ul li {
    font-size: 1.2em;
    line-height: 1.8em
}

.features ul li .popover {
    color: #505050;
    font-size: .82em
}

#texture-check, #papper-stack {
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    font-size: .8em;
    padding: 1px 3px
}

#texture-check > [class * ="icon"], #papper-stack > [class * ="icon"] {
    visibility: hidden
}

#texture-check.active > [class * ="icon"], #papper-stack.active > [class * ="icon"] {
    visibility: visible
}

.divider {
    height: 1px;
    margin: 15px auto;
    clear: both
}

.divider.tiny {
    margin: 5px
}

.divider.small {
    margin: 10px 0
}

.divider.large {
    margin: 30px auto
}

.divider.x-large {
    margin: 45px auto
}

.divider.bottom-preview {
    margin: 100px auto
}


.color-swatch {
    padding-left: 5px
}

.color-swatch > div {
    width: 20px;
    height: 20px;
    display: inline-block;
    * display: inline;
    * padding: 3px 10px;
    border: 1px solid #e6e6e6;
    cursor: pointer
}

.tabbable.custom-tabs > .nav-tabs, .tabbable.custom-tabs > .nav-tabs > li,
.tabbable.custom-tabs > .nav-tabs > li > a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: none;
    background-image: none
}

.tabbable.custom-tabs > .nav-tabs > li > a {
    padding: 20px 25px;
    margin-right: 0px;
    border-right: 1px solid #333;
    background-color: #e6e6e6;
    color: #737373;
    -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -o-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4);
    box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4);
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.tabbable.custom-tabs > .nav-tabs > li > a > [class * ="icon"], .tabbable.custom-tabs > .nav-tabs > li > a > span {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.tabbable.custom-tabs > .nav-tabs > li > a > [class * ="icon"] {
    display: inline-block;
    min-width: 15px;
    text-align: left;
    font-size: 1.3em
}

.tabbable.custom-tabs > .nav-tabs > li > a:hover {
    border: none;
    background-color: #f0f0f0
}

.tabbable.custom-tabs > .nav-tabs > li.active {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: none;
    background-image: none
}

.tabbable.custom-tabs > .nav-tabs > li.active > a {
    background-color: #f5f5f5;
    color: #696969;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
    text-shadow: 0 1px 1px #fff 1px 1px #fff
}

.tabbable.custom-tabs > .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #f5f5f5
}

.tabbable.custom-tabs > .tab-content {
    background-color: #f5f5f5;
    padding: 0px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 4px 4px 4px;
    display: block;
    position: relative;
    width: 100%;
    float: left;
}

.tabbable.custom-tabs > .tab-content > .tab-pane {
    -webkit-animation-duration: 0;
    -moz-animation-duration: 0;
    -o-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: fadeInUp;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: fadeInUp;
    -o-backface-visibility: visible !important;
    -o-animation-name: fadeInUp;
    backface-visibility: visible !important;
    animation-name: fadeInUp
}

.tabbable.custom-tabs > .tab-content h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    -o-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    -ms-text-shadow: 0 1px 1px #fff;
    -webkit-text-shadow: 0 1px 1px #fff;
    text-shadow: 0 1px 1px #fff
}

.tabbable.custom-tabs > .tab-content .box {
    background-color: #ededed;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px
}

.tabbable.custom-tabs > .tab-content .map {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border: none;
    outline: none
}

.tabbable.custom-tabs > .tab-content .custom-checkbox {
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    font-size: .8em;
    padding: 1px 3px
}

.tabbable.custom-tabs > .tab-content .custom-checkbox > [class * ="icon"] {
    visibility: hidden
}

.tabbable.custom-tabs > .tab-content .custom-checkbox.active > [class * ="icon"] {
    visibility: visible
}

.tabbable.custom-tabs > .tab-content .socials a {
    color: #fff;
    display: block;
    border: none;
    margin: 0;
    padding: 30px 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.99%;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    float: left
}

@media screen and (max-width:980px) {
    .tabbable.custom-tabs > .tab-content .socials a {
        padding: 20px 0
    }
}

.tabbable.custom-tabs > .tab-content .socials a:hover {
    -o-box-shadow: inset 0 0 0 80px rgba(0, 0, 0, .5);
    -ms-box-shadow: inset 0 0 0 80px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 0 80px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 0 80px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 0 80px rgba(0, 0, 0, .5);
    text-decoration: none;
    cursor: pointer
}

.tabbable.custom-tabs > .tab-content .socials a.facebook {
    background-color: #3b5998
}

.tabbable.custom-tabs > .tab-content .socials a.twitter {
    background-color: #39a9e0
}

.tabbable.custom-tabs > .tab-content .socials a.google-plus {
    background-color: #d14836
}

.tabbable.custom-tabs > .tab-content .socials a.github {
    background-color: #505050
}

.tabbable.custom-tabs > .tab-content .socials a.pinterest {
    background-color: #cb2027
}

.tabbable.custom-tabs > .tab-content .socials a.linked-in {
    background-color: #007fb1
}

.tabbable.custom-tabs.dark > .nav-tabs > li > a {
    background-color: #373737;
    color: #a9a9a9;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.dark > .nav-tabs > li > a:hover {
    background-color: #414141
}

.tabbable.custom-tabs.dark > .nav-tabs > li.active > a {
    background-color: #464646;
    color: #e6e6e6;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.dark > .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #464646
}

.tabbable.custom-tabs.dark > .tab-content {
    background-color: #464646
}

.tabbable.custom-tabs.dark > .tab-content h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #2d2d2d;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.dark > .tab-content .box {
    background-color: #3e3e3e
}

.tabbable.custom-tabs.dark.dark-input input, .tabbable.custom-tabs.dark.dark-input select,
.tabbable.custom-tabs.dark.dark-input textarea, .tabbable.custom-tabs.dark.dark-input .dark-input {
    background-color: #535353;
    border-color: #393939;
    color: #e6e6e6
}

.tabbable.custom-tabs.grey > .nav-tabs > li > a {
    background-color: #696969;
    color: #dbdbdb;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.grey > .nav-tabs > li > a:hover {
    background-color: #737373
}

.tabbable.custom-tabs.grey > .nav-tabs > li.active > a {
    background-color: #787878;
    color: #f8f8f8;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.grey > .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #787878
}

.tabbable.custom-tabs.grey > .tab-content {
    background-color: #787878
}

.tabbable.custom-tabs.grey > .tab-content h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #5f5f5f;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

.tabbable.custom-tabs.grey > .tab-content .box {
    background-color: #707070
}

.tabbable.custom-tabs.grey.dark-input input, .tabbable.custom-tabs.grey.dark-input select,
.tabbable.custom-tabs.grey.dark-input textarea, .tabbable.custom-tabs.grey.dark-input .dark-input {
    background-color: #858585;
    border-color: #6b6b6b;
    color: #f8f8f8
}

.tabbable.custom-tabs.tabs-left > .nav-tabs > li > a, .tabbable.custom-tabs.tabs-right > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px
}

.tabbable.custom-tabs.tabs-left > .nav-tabs > li > a > [class * ="icon"],
.tabbable.custom-tabs.tabs-right > .nav-tabs > li > a > [class * ="icon"] {
    min-width: 20px
}

.tabbable.custom-tabs.tabs-left > .nav-tabs > li.active > a, .tabbable.custom-tabs.tabs-right > .nav-tabs > li.active > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabbable.custom-tabs.tabs-left > .nav-tabs > li > a {
    -o-box-shadow: inset -8px 0 7px -9px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset -8px 0 7px -9px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset -8px 0 7px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset -8px 0 7px -9px rgba(0, 0, 0, .4);
    box-shadow: inset -8px 0 7px -9px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.tabs-left > .tab-content > .tab-pane {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: fadeInRight;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: fadeInRight;
    -o-backface-visibility: visible !important;
    -o-animation-name: fadeInRight;
    backface-visibility: visible !important;
    animation-name: fadeInRight
}

.tabbable.custom-tabs.tabs-right > .nav-tabs > li > a {
    -o-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4);
    box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.tabs-right > .tab-content {
    border-radius: 4px 0 4px 4px
}

.tabbable.custom-tabs.tabs-right > .tab-content > .tab-pane {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: fadeInLeft;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: fadeInLeft;
    -o-backface-visibility: visible !important;
    -o-animation-name: fadeInLeft;
    backface-visibility: visible !important;
    animation-name: fadeInLeft
}

.tabbable.custom-tabs.tabs-below > .nav-tabs > li > a {
    -o-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4);
    box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.tabs-below > .nav-tabs > li.active > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabbable.custom-tabs.tabs-below > .tab-content {
    border-radius: 4px 4px 4px 0
}

.tabbable.custom-tabs.tabs-below > .tab-content > .tab-pane {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: fadeInDown;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: fadeInDown;
    -o-backface-visibility: visible !important;
    -o-animation-name: fadeInDown;
    backface-visibility: visible !important;
    animation-name: fadeInDown
}

.tabbable.custom-tabs.tabs-animated > .tab-content > .tab-pane {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.tabbable.custom-tabs.flat > .nav-tabs > li > a, .tabbable.custom-tabs.flat > .nav-tabs > li.active a {
    border-radius: 0
}

.tabbable.custom-tabs.flat > .tab-content {
    border-radius: 0
}

.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane input, .tabbable.custom-tabs.flat-all > .tab-content > .tab-pane select,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane textarea,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane .add-on,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane label, .tabbable.custom-tabs.flat-all > .tab-content > .tab-pane .btn,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane .btn-mini,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane .btn-small,
.tabbable.custom-tabs.flat-all > .tab-content > .tab-pane .btn-large {
    border-radius: 0
}

.tabbable.custom-tabs.mini > .nav-tabs > li > a {
    padding: 8px 10px
}

.tabbable.custom-tabs.small > .nav-tabs > li > a {
    padding: 10px 15px
}

.tabbable.custom-tabs.large > .nav-tabs > li > a {
    padding: 15px 20px
}

.tabbable.custom-tabs.shadow > .nav-tabs > li > a { 
}

.tabbable.custom-tabs.shadow > .nav-tabs > li.active > a { 
}

.tabbable.custom-tabs.shadow.tabs-left > .nav-tabs > li > a { 
}

.tabbable.custom-tabs.shadow.tabs-left > .nav-tabs > li.active > a {
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -3px -2px 5px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -3px -2px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -3px -2px 5px -2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -3px -2px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -3px -2px 5px -2px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.shadow.tabs-right > .nav-tabs > li > a {
    -o-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4), 2px -2px 5px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4), 2px -2px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4), 2px -2px 5px -2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4), 2px -2px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 8px 0 7px -9px rgba(0, 0, 0, .4), 2px -2px 5px -2px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.shadow.tabs-right > .nav-tabs > li.active > a {
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), 3px -2px 5px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), 3px -2px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), 3px -2px 5px -2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), 3px -2px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), 3px -2px 5px -2px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.shadow.tabs-below > .nav-tabs > li > a {
    -o-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4), -2px 3px 5px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4), -2px 3px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4), -2px 3px 5px -2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4), -2px 3px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 8px 7px -9px rgba(0, 0, 0, .4), -2px 3px 5px -2px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.shadow.tabs-below > .nav-tabs > li.active > a {
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px 2px 5px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px 2px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px 2px 5px -2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px 2px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px 2px 5px -2px rgba(0, 0, 0, .4)
}

.tabbable.custom-tabs.shadow > .tab-content { }

div.tabbable.custom-tabs.tabs-animated.flat.flat-all.hide-label-980.shadow.track-url.auto-scroll{margin-top: 20px;}

.tabbable.custom-tabs.shadow.papper-stack > .tab-content, .tabbable.custom-tabs.shadow.papper-stack-auto > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-BR > .tab-content {
    -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #f5f5f5, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #f5f5f5, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #f5f5f5, 10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #f5f5f5, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #f5f5f5, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #f5f5f5, 10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #f5f5f5, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #f5f5f5, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #f5f5f5, 10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #f5f5f5, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #f5f5f5, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #f5f5f5, 10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #f5f5f5, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #f5f5f5, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #f5f5f5, 10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack.grey > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.grey > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-BR.grey > .tab-content {
    -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #787878, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #787878, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #787878, 10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #787878, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #787878, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #787878, 10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #787878, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #787878, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #787878, 10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #787878, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #787878, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #787878, 10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #787878, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #787878, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #787878, 10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack.dark > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.dark > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-BR.dark > .tab-content {
    -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #464646, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #464646, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #464646, 10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #464646, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #464646, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #464646, 10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #464646, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #464646, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #464646, 10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #464646, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #464646, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #464646, 10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 #464646, 4px 4px 0 rgba(0, 0, 0, .125), 6px 6px 0 #464646, 7px 7px 0 rgba(0, 0, 0, .15), 9px 9px 0 #464646, 10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-BL > .tab-content, .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-right > .tab-content {
    -o-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #f5f5f5, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #f5f5f5, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #f5f5f5, -10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #f5f5f5, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #f5f5f5, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #f5f5f5, -10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #f5f5f5, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #f5f5f5, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #f5f5f5, -10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #f5f5f5, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #f5f5f5, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #f5f5f5, -10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #f5f5f5, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #f5f5f5, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #f5f5f5, -10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-BL.grey > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-right.grey > .tab-content {
    -o-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #787878, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #787878, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #787878, -10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #787878, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #787878, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #787878, -10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #787878, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #787878, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #787878, -10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #787878, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #787878, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #787878, -10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #787878, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #787878, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #787878, -10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-BL.dark > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-right.dark > .tab-content {
    -o-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #464646, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #464646, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #464646, -10px 10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #464646, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #464646, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #464646, -10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #464646, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #464646, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #464646, -10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #464646, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #464646, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #464646, -10px 10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1), -3px 3px 0 #464646, -4px 4px 0 rgba(0, 0, 0, .125), -6px 6px 0 #464646, -7px 7px 0 rgba(0, 0, 0, .15), -9px 9px 0 #464646, -10px 10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-LT > .tab-content, .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below > .tab-content {
    -o-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #f5f5f5, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #f5f5f5, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #f5f5f5, -10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #f5f5f5, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #f5f5f5, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #f5f5f5, -10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #f5f5f5, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #f5f5f5, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #f5f5f5, -10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #f5f5f5, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #f5f5f5, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #f5f5f5, -10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #f5f5f5, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #f5f5f5, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #f5f5f5, -10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-LT.grey > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below.grey > .tab-content {
    -o-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #787878, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #787878, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #787878, -10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #787878, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #787878, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #787878, -10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #787878, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #787878, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #787878, -10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #787878, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #787878, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #787878, -10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #787878, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #787878, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #787878, -10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-LT.dark > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below.dark > .tab-content {
    -o-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #464646, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #464646, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #464646, -10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #464646, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #464646, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #464646, -10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #464646, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #464646, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #464646, -10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #464646, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #464646, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #464646, -10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), -3px -3px 0 #464646, -4px -4px 0 rgba(0, 0, 0, .125), -6px -6px 0 #464646, -7px -7px 0 rgba(0, 0, 0, .15), -9px -9px 0 #464646, -10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-TR > .tab-content, .tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below > .tab-content {
    -o-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #f5f5f5, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #f5f5f5, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #f5f5f5, 10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #f5f5f5, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #f5f5f5, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #f5f5f5, 10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #f5f5f5, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #f5f5f5, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #f5f5f5, 10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #f5f5f5, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #f5f5f5, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #f5f5f5, 10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #f5f5f5, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #f5f5f5, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #f5f5f5, 10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-TR.grey > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below.grey > .tab-content {
    -o-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #787878, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #787878, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #787878, 10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #787878, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #787878, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #787878, 10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #787878, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #787878, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #787878, 10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #787878, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #787878, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #787878, 10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #787878, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #787878, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #787878, 10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow.papper-stack-TR.dark > .tab-content,
.tabbable.custom-tabs.shadow.papper-stack-auto.tabs-below.dark > .tab-content {
    -o-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #464646, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #464646, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #464646, 10px -10px 0 rgba(0, 0, 0, .175);
    -ms-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #464646, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #464646, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #464646, 10px -10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #464646, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #464646, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #464646, 10px -10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #464646, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #464646, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #464646, 10px -10px 0 rgba(0, 0, 0, .175);
    box-shadow: 1px -1px 0 rgba(0, 0, 0, .1), 3px -3px 0 #464646, 4px -4px 0 rgba(0, 0, 0, .125), 6px -6px 0 #464646, 7px -7px 0 rgba(0, 0, 0, .15), 9px -9px 0 #464646, 10px -10px 0 rgba(0, 0, 0, .175)
}

.tabbable.custom-tabs.shadow-box-only > .tab-content {
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

@media screen and (max-width:980px) {
    .tabbable.custom-tabs.hide-label-980 > .nav-tabs > li > a {
        min-width: 0;
        text-align: center;
        padding: 15px
    }

    .tabbable.custom-tabs.hide-label-980 > .nav-tabs > li > a > span {
        display: none
    }

    .tabbable.custom-tabs.hide-label-980 > .nav-tabs > li > a > [class * ="icon"] {
        font-size: 2em;
        text-align: center;
        min-width: 0
    }
}

@media screen and (max-width:768px) {
    .tabbable.custom-tabs.hide-label-768 > .nav-tabs > li > a {
        min-width: 0;
        text-align: center;
        padding: 15px
    }

    .tabbable.custom-tabs.hide-label-768 > .nav-tabs > li > a > span {
        display: none
    }

    .tabbable.custom-tabs.hide-label-768 > .nav-tabs > li > a > [class * ="icon"] {
        font-size: 2em;
        text-align: center;
        min-width: 0
    }
}

@media screen and (max-width:480px) {
    .tabbable.custom-tabs.hide-label-480 > .nav-tabs > li > a {
        min-width: 0;
        text-align: center;
        padding: 15px
    }

    .tabbable.custom-tabs.hide-label-480 > .nav-tabs > li > a > span {
        display: none
    }

    .tabbable.custom-tabs.hide-label-480 > .nav-tabs > li > a > [class * ="icon"] {
        font-size: 2em;
        text-align: center;
        min-width: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.modal-form {
    background-color: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 10%;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

@media screen and (max-width:768px) {
    .modal-form {
        padding: 0 10px
    }
}


.socials-table{
padding: 0px;
margin: 0px !important;
margin-top: 80px !important;
background: #f4f4f4 !important;
border: thin solid #ccc;
position: relative;
float: left;
}


div#mceu_29.mce-widget.mce-notification.mce-notification-warning.mce-has-close.mce-in{display: none !important;}
div.mce-notification-inner{display: none !important;}
div.mce-branding-powered-by{display: none !important;}
.mce-panel{background: #fff !important;}
body#timymce.mce-content-body{font-family: 'Fira Sans', sans-serif !important;}
.mce-last{border: none !important;}
span.mce-branding{ display: none;}

.mce-container, .mce-container *, .mce-reset{font-family: 'Fira Sans', sans-serif;}
.mce-tinymce{box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important;}
.mce-tinymce iframe{ width: 99% !important;}


.gal-img img{height: 100% !important; width: auto !important;}
.btn{border-radius: 0px !important;} img#preview_img{position: absolute; right: 15%; width: 20% !important;}