.margin_r_n{
	margin-right:0!important;
}
.margin_l_n{
	margin-left:0!important;
}
 .fixed-table-container input[type="checkbox"]{
 	cursor: pointer;
 	/* vertical-align: middle; */
 }
 input[type=radio], input[type=checkbox]{
	 width:15px;
	 height:15px;
	position: relative;
    top: 3px;
 }

/* ---------------color------------------ */

::-webkit-input-placeholder{color:#ccc!important;}
::-moz-placeholder{color:#ccc!important;}
:-moz-placeholder{color:#ccc!important;}
.btn-group ::-webkit-input-placeholder{color:#999!important;}
.btn-group ::-moz-placeholder{color:#999!important;}
.btn-group :-moz-placeholder{color:#999!important;}
.red{color:#f27868;}

/* -----------------scrollbar-style----------------------- */
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, .3);
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, .1)
}

/* ----add-msg----- */
.add-msg {
	text-align: center;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	position: relative;
}
.add-msg img {
	position: absolute;
	top: 5px;
}
.add-msg span {
	padding-left: 20px;
	color: #d6dde2;
	font-size: 12px;
}
/* -----------------table-style----------------------- */
.checkbox-td{
	width:40px!important;
}
.bootstrap-table .table > tbody > tr > td,.bootstrap-table .table:not(.table-condensed)>tbody>tr>td{
	height:32px;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	white-space: nowrap;
}
table thead th.text-center {
    text-align: center
}

table thead th.text-right {
    text-align: right
}

table thead tr.bg-blue th {
    background-color: #3278b3;
    border-color: #3278b3;
    color: #fff;
    border-top: 1px solid #3278b3 !important
}

table tbody td.text-center {
    text-align: center
}

table tbody td.text-right {
    text-align: right
}
.bootstrap-select.form-control:not([class*=col-]){
	width:200px;
	min-width:inherit;
}
.bootstrap-table .table{
	border-bottom:none!important;
}

#overlay {
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: -100px;
    position: fixed;
    z-index: 9999
}

.overlay-inner {
    position: absolute;
    top: 40%;
    left: 47%;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    color: #fff
}

.overlay-inner .preload-spinner {
    font-size: 32px
}
table,table th{
	text-align:center;
}
table a {
    color: #2cc3a9;
    font-size: 13px;
    text-decoration: underline;
}
table .blu_a a {
    color: #4cabf2;
    font-size:13px;
    text-decoration:inherit;
}
table.look a {
    color: #f27068;
    font-size:13px;
    text-decoration:inherit;
}
table.look a:hover{
	color: #2cc3a9;
}
table td{
	font-size:13px;
	color:#666;
}
.fixed-table-container{
	border:1.5px solid #d2d2d2;  
}
.bootstrap-table .table>thead>tr>th{
	border-bottom: 1.5px solid #d2d2d2;
	/*border-right: 1px solid #eee;*/
}
.bootstrap-table .table>thead>tr>th:last-child{
	border-right:none;
}
.fixed-table-container tbody td{
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.fixed-table-container tbody tr:last-child td{
	border-bottom:none;
}

.table th, .table td {
    vertical-align: middle !important;
}
.role_view tr td {
    max-width: 800px;
    word-wrap: break-word;
}
/*---------------- tab--------------- */

.smart-widget-inner.tab{
	/*margin-left: -22px;*/
    margin-right: -22px;	
}
.nav.nav-tabs.tab-style2 {
	background:#e8ecef;
	height:50px;
}
.nav-tabs.li_back_w >li.active>a,.nav-tabs.li_back_w>li.active>a:hover,.nav-tabs.li_back_w>li.active>a:focus,
.nav-tabs>li.back_w.active>a,.nav-tabs>li.back_w.active>a:hover,.nav-tabs>li.back_w.active>a:focus
{
    background: #fff;
}
.gallery-filter ul li.active a {
    background-color: #e4e4e4;
    color: #666;
}
.tab-style1 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.tab-style1 li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #aaa;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.tab-style1 li a .icon-wrapper {
    display: block;
    text-align: center;
    font-size: 22px
}

.tab-style1 li a:hover {
    border-bottom-color: #2baab1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.tab-style2 {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -22px;
    margin-right: -22px;
}

.tab-style2.tab-right li {
    float: right
}

.tab-style2 li a {
    padding: 13px 16px;
    padding-bottom: 13px;
    color: #333;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    height: 42px;
    margin-top: 8px;
}

.tab-style2 li a .icon-wrapper {
    display: inline-block;
    font-size: 18px;
    line-height: 30px
}

.tab-style2 li a .text-wrapper {
    display: inline-block;
    vertical-align: top;
   /*  margin-top: 7px;
    margin-left: 7px */
}

.tab-style2 li a:hover {
    border-bottom-color: #2baab1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.tab-bar {
    list-style: none;
    margin: 0;
}

.tab-bar:after, .tab-bar:before {
    display: table;
    line-height: 0;
    content: ""
}

.tab-bar:after {
    clear: both
}

.tab-bar.right > li {
    float: right
}

.tab-bar.right > li.active:first-child a {
    border-right: none
}

.tab-bar.grey-tab {
    background: #e6e6e6
}

.tab-bar.grey-tab li.active a {
    border: transparent;
    background: #f9f9f9
}

.tab-bar.grey-tab li.active a:focus, .tab-bar.grey-tab li.active a:hover {
    border: transparent
}

.tab-bar.grey-tab li a {
    color: #bbb;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: transparent;
    text-shadow: 0 1px 0 #fff
}

.tab-bar.bg-danger li:not(.active) a, .tab-bar.bg-info li:not(.active) a, .tab-bar.bg-primary li:not(.active) a, .tab-bar.bg-success li:not(.active) a, .tab-bar.bg-warning li:not(.active) a {
    color: #fff;
    text-shadow: none;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.tab-bar.bg-danger li:not(.active) a:focus, .tab-bar.bg-danger li:not(.active) a:hover, .tab-bar.bg-info li:not(.active) a:focus, .tab-bar.bg-info li:not(.active) a:hover, .tab-bar.bg-primary li:not(.active) a:focus, .tab-bar.bg-primary li:not(.active) a:hover, .tab-bar.bg-success li:not(.active) a:focus, .tab-bar.bg-success li:not(.active) a:hover, .tab-bar.bg-warning li:not(.active) a:focus, .tab-bar.bg-warning li:not(.active) a:hover {
    color: #eee;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.tab-bar > li {
    display: inline-block;
    float: left;
    margin-bottom: -1px
}

.tab-bar > li.active:first-child a {
    border-left: none
}

.tab-bar > li.active a {
    background: #fff;
    color: #777
}

.tab-bar > li a {
    display: block;
    padding: 10px;
    color: #ccc;
    text-shadow: 0 1px #fff;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.tab-bar > li a:focus, .tab-bar > li a:hover {
    text-decoration: none;
    color: #777;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}




/* ----------------------badge-style------------------------------ */
.progress {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    height: 12px
}

.progress.progress-sm {
    height: 7px
}

.progress .progress-bar.animated-bar {
    animation: progress-start 3s linear;
    -webkit-animation: progress-start 3s linear;
    -moz-animation: progress-start 3s linear;
    -ms-animation: progress-start 3s linear;
    -o-animation: progress-start 3s linear
}

.progress-bar-info {
    background-color: #23b7e5
}

.progress-bar-success {
    background-color: #2baab1
}

.progress-bar-warning {
    background-color: #edbc6c
}

.progress-bar-danger {
    background-color: #e36159
}

.badge, .label {
    background-color: #D0D1CB;
    color: #777;
    font-weight: 500;
    font-size: 10px
}

.badge.badge-square, .label.badge-square {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.badge-success, .label-success {
    color: #fff;
    background: #2cc3a9;
}

.badge-danger, .label-danger {
    background-color: #f27068;
    color: #fff
}

.badge-warning, .label-warning {
    background-color: #edbc6c;
    color: #fff
}

.badge-info, .label-info {
    background-color: #23b7e5;
    color: #fff
}

.badge-primary, .label-primary {
    background-color: #3278b3;
    color: #fff
}

.badge-purple, .label-purple {
    background-color: #7266ba;
    color: #fff
}

/* -----------------------------btn-style---------------------------------------- */

.btn {
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    
}

.marginTB-xs {
    margin: 5px 16px 5px 0;
}
.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.marginTB-xs{
	padding:7px 12px;
}
.fun-btn .btn.marginTB-xs{
	float:left;
} 
.fun-btn {
    margin-left: -22px;
    margin-right: -22px;
    background: #f6f9fa;
    margin-bottom: 0px;
    padding: 11px 22px 11px 22px; 
    min-height:68px;
}
.fun-btn .btn .caret{
	margin-left:15px;
}
.fun-btn .dropdown-menu{
	min-width:110px;
}
.btn{
	min-width:90px; 
}
.bootstrap-table .btn{
	min-width:inherit; 
}
.btn.btn-transparent {
    background: 0 0;
    border: none
}

.btn.btn-rounded {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    padding-left: 15px;
    padding-right: 15px
}

.btn.btn-rounded.btn-icon-rounded {
    padding-left: 12px;
    padding-right: 12px
}

.btn.btn-rounded.btn-icon-rounded.btn-sm {
    padding-left: 10px;
    padding-right: 10px
}

.btn.application-btn {
    padding: 5px 20px;
    font-size: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.btn.application-btn span {
    display: block;
    font-size: 13px;
    font-weight: 600
}

.btn:focus, .btn:hover {
    outline: 0;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease
}

.btn.btn-primary { /* 閺傛澘顤�-缂佽儻澹� */
    background: #2cc3a9;
    border:1px solid #2cc3a9;;
}

 .btn.btn-primary.active,.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
	background:#31d3be;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;'
}

.btn.btn-pink { /* 閺傛澘顤�-缁澹� */
    background:#fd81a5;
    border:1px solid #fd81a5;
    color:#fff;
}
 .btn.btn-pink.active,.btn.btn-pink:active,.btn.btn-pink:focus,.btn.btn-pink:hover {
	background:#ff8dae;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;
}
.btn.btn-info { /* 娣囶喗鏁�-缁鳖偉澹� */
    background: #a37de9;
    border: 1px solid #a37db9;
}

.btn.btn-info.active, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:hover {
    background: #b28cf6;
    border: 1px solid #a37db9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #fff;
}
.btn.btn-purBlue { /* 闁插秶鐤嗙�靛棛鐖�-缁鳖偉鎽戦懝锟� */
    background: #8591e8;
    border: 1px solid #8591e8;
    color:#fff;
}

.btn.btn-purBlue.active, .btn.btn-purBlue:active, .btn.btn-purBlue:focus, .btn.btn-purBlue:hover {
    background: #8d99f0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #fff;
}

.btn.btn-success {
    background:#2cc3a9;
    border:1px solid #2cc3a9; 
}

.btn.btn-success.active,.btn.btn-success:active,.btn.btn-success:focus,.btn.btn-success:hover {
	background:#31d3be;
	transition:all .3s ease;75 173 242
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;
}
.btn.btn-blue{ /*闁插秶鐤�2閿涘矁鎽戦懝锟� */
    background: #4cabf2;
     border:1px solid #4cabf2; 
     color:#fff;
}

.btn.btn-blue.active,.btn.btn-blue:active,.btn.btn-blue:focus,.btn.btn-blue:hover ,.btn.reset:hover{
	background:#53b3fa;
	border:1px solid #53b3fa;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;
}
.btn.btn-danger { /* 鏉╂柨娲�-缁俱垼澹� */
    background: #f27068;
     border:1px solid #f27068; 
}

 .btn.btn-danger.active,.btn.btn-danger:active,.btn.btn-danger:focus,.btn.btn-danger:hover {
	background:#f7837c;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;
}
.btn.btn-gray { /* 閸掔娀娅庨敍宀�顩﹂悽锟�-閻忔媽澹� */
    background: #8c9ba7;
     border:1px solid #8c9ba7; 
     color:#fff;
}

 .btn.btn-gray.active,.btn.btn-gray:active,.btn.btn-gray:focus,.btn.btn-gray:hover {
	background:#95a3ae;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	color: #fff;
}
.btn-warning { /* 鐏炴洖绱戦敍宀勭矋閼癸拷 */
    color: #fff;
    background-color: #f9b93b;
    border-color: #f9b93b;
}
.btn-warning:hover,.btn-warning:active,.btn-warning:focus {
    background-color: #ffc246;
    border-color: #ffc246;
    color:#fff;
}
.btn.btn-purple {
    background: #7266ba;
    color: #fff;
    border: 1px solid #6254b2
}

.btn.btn-purple.active, .btn.btn-purple:active, .btn.btn-purple:focus, .btn.btn-purple:hover {
    background: #7266ba;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #fff;
}



/* ----------------------alert-style------------------------------ */
.modal-body{
	/* padding:0px 24px 14px 24px; */
	padding:15px 24px;
}
.modal-body.max-hei{
	max-height: 600px;
    overflow-y: auto;
}
.modal .pure-tex{
	padding:10px 0;
}
.modal .form-group{
	margin-bottom:0;
}
.modal .smart-widget-body{
	margin-left: 0;
    margin-right: 0;
    padding:14px 24px;
}
.modal-header{
	padding:14px 24px;
	background:#e8ecef;
	height: 50px;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #d2d2d2;
}
.modal-footer{
	height: 76px;
	padding: 20px 24px;
	border-top: 1px solid #d2d2d2;
	clear:both;
	background: #e8ecef;
	border-radius: 0px 0px 4px 4px;
}

.modal-footer.spe button {
    width:100%;
    margin:0;
}
.modal-title, .modal-footer {
    text-align: center;
	font-size:16px;
}
.modal label{
	text-align:left;
	float: left;
}
.modal .smart-widget-inner{
	margin-bottom:0;
}

.modal .fun-btn{
	padding:7px 24px 7px 24px;
	margin-left:0;
	margin-right:0;
}
.modal .search-form-div{
	padding: 8px 0!important;
    margin-top: -15px;
}
.modal .search-form-div .form-control, .search-form-div .tn-group{
	margin-left:0!important;
}
/* mid-modal */
.mid-modal{
	top: 200px;
	max-width:500px;
}
.mid-modal.shipT .radio input[type=radio]{
	position: inherit;
}

@media (max-width: 1280px){
	.mid-modal{top:100px;}
}

/* modal-one----add/edit */
.modal-one .modal-body{
	padding:24px;
}
.modal-one .form-group{
	margin-bottom:26px;
	line-height: 36px;
}
.modal-one .form-group:last-of-type{
	margin-bottom:0px;
}
.modal-one input[type=text]{
	margin-bottom: 0px;
    margin-top: 0px;
}
.modal-one .form-horizontal .control-label{
	padding-top:0;
}
.modal-one label{
	text-align: right;
}
/*  */
.modal-one .fixed-table-pagination{
	margin-left: inherit;
}

/* modal-three-----msg */
.modal-three .modal-header{
	background: #2cc3a9;
	color:#fff;
	height: 40px;
    padding: 10px 24px;
}
.modal-three .modal-body{
	padding:16px;
}
.modal-three .modal-title{
	font-size: 14px;
}
.modal-dialog .modal-content.modal-three { 
    box-shadow: rgb(204, 204, 204) 4px 9px 8px;
    border: none;
}
 
/* modal-four---- */
.modal-four .sele-div{
	min-height:86px;
	line-height: 86px;
}
.modal-four .radio{
	margin-right: 0px;
}
.modal-four .radio input[type=radio]{
	position: inherit;
	margin-left:0;
}
.modal-four .radio label,.modal .checkbox label{
	padding-left: 0px;
	padding-right: 20px;
	font-size: 16px;
}
.modal-four .form-group{
	margin-top:10px;
	margin-bottom:10px;
	line-height: 36px;
}
.modal-four label{
	font-weight: 100;
	margin-right:14px;
}
.modal-four .form-control{
	width:465px;
}

/* ---shop-sel------ */
.modal .modal-dialog.shop-sel{
	width:770px;
}
.modal .shop-sel .search-form-div .btn,.class_sel .search-form-div .btn{
	margin:6px 0;
}
.modal .shop-sel .search-form-div input{
	width: 614px;
}
.modal .class_sel .search-form-div input{
	width: 444px;
}
.modal .modal-dialog.shop-sel .fixed-table-body {
    overflow-y: auto;
    max-height: 480px;
}
.modal .shop-sel label{
	font-weight: 200;
}
.modal .shop-sel #account_table_checks label{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    height: 32px;
    line-height: 32px;
    font-weight: 200;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.modal .shop-sel #account_table{
	width:100%;
	border:1px solid #ddd;
}
.modal .shop-sel label span{
	border-right: 1px solid #eee;
    height: 32px;
    width:38px;
    display: inline-block;
    padding-left:12px;
    margin-right: 12px;
}
.modal .shop-sel .mod-sel-num{
	border: 1px solid #d2d2d2;
	height: 40px;
	border-radius: 4px 4px 0 0;
	border-bottom: none;
}
.modal .shop-sel .fixed-table-container{
	border-radius: 0px 0px 4px 4px;
}
.modal .shop-sel .mod-sel-num label{
	margin-bottom: 0px;
    line-height: 40px;
}
.modal .shop-sel .mod-sel-num label:first-child{
	margin-right: 28px;
}
.modal .shop-sel .mod-sel-num label span{
	margin-right: 0px;
	border-right:none;
}
/* ---shop-sel- end----- */
.lock-screen-con {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    color: #333;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 1041;
}
.alert-con{
	background-color: rgba(0,0,0,0.6)!important;
}
.alert {
    color: #fff;
    background-color:rgba(0,0,0,0.9);
    border: none;
}

.alert.alert-info {
    color: #0f5d84;
    background: #23b7e5;
    border: 1px solid #23b7e5
}

.alert.alert-success {
    color: #1b601c;
    background: #2baab1;
    border: 1px solid #2baab1
}

.alert.alert-danger {
    color: #691715;
    background: #e36159;
    border: 1px solid #e36159
}

.alert.alert-custom {
    background-color: #fff;
    border-left: 5px solid
}

.alert.alert-custom.alert-info {
    border-color: #23b7e5
}

.alert.alert-custom.alert-success {
    border-color: #2baab1
}

.alert.alert-custom.alert-warning {
    border-color: #edbc6c
}

.alert.alert-custom.alert-danger {
    border-color: #e36159
}
/* alert */
.alert-warning{
    z-index: 1050;
    width: 400px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    margin: auto;
    margin-top: 200px;

}
.clo-war{
    float: right;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: 0 0;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    margin-top: -10px;
}
.clo-war:hover, .clo-war:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
    border: 0;
}
.war-header{
	padding:16px 15px;
	background: #e36159;
    color: #fff;
}
.war-body{
	padding: 30px 15px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
.war-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
.alert-con{
	width: 100%;
	position: absolute;
    top:0;
    z-index: 99;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
}

.alert-con .btn {
    margin-right: 5px;
}
@media (max-width: 1280px){
	.modal .modal-dialog.shop-sel .fixed-table-body{height:360px;}
}
@media (max-width: 640px){
	.alert-warning{width:280px;}
}

/* ----------------------------------------------------- */

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #2baab1
}

.has-success .form-control {
    border-color: #2baab1
}

.has-success .form-control:focus {
    border-color: #2baab1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #2baab1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #2baab1
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #edbc6c
}

.has-warning .form-control {
    border-color: #edbc6c
}

.has-warning .form-control:focus {
    border-color: #edbc6c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #edbc6c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #edbc6c
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #d02d2d
}

.has-error .form-control {
    border-color: #d02d2d
}

.has-error .form-control:focus {
    border-color: #d02d2d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #d02d2d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015), 0 0 3px #d02d2d
}



a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #2baab1;
    border-color: #2baab1
}

.media, .media .media {
    margin-top: 25px
}

@media (max-width: 991px) {
    .sidebar-menu {
        top: 0
    }
}

.pace .pace-progress {
    background: #e36159
}

#theme-setting {
    position: fixed;
    top: 120px;
    right: -212px;
    color: #777;
    z-index: 40;
    display: inline-block;
    width: 210px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .05);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#theme-setting.open {
    right: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#theme-setting .title {
    padding: 5px;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9
}

#theme-setting strong {
    display: block;
    margin-bottom: 15px
}

#theme-setting hr {
    margin: 0;
    border-top-color: #f9f9f9;
    border-bottom: 1px solid #fff
}

#theme-setting .theme-box {
    padding: 10px 20px
}

#theme-setting a {
    cursor: pointer
}

#theme-setting-icon {
    position: fixed;
    display: inline-block;
    top: 159px;
    right: 0;
    font-size: 18px;
    color: #777;
    z-index: 40;
    cursor: pointer;
    padding: 11px;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-width: 1px 0 1px 1px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#theme-setting-icon:focus, #theme-setting-icon:hover {
    text-decoration: none;
    color: #555;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#theme-setting-icon.open {
    right: 210px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#theme-color-picker {
    height: auto;
    width: 180px;
    background: #fff;
    color: #626262
}

.row.row-merge {
    margin-left: 0;
    margin-right: 0
}

.row.row-merge [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.full-height-wrapper {
    position: relative;
    overflow: hidden
}

.full-height-wrapper [class*=col-].full-height {
    padding-bottom: 9999px;
    margin-bottom: -9999px
}

.minicolors-theme-default .minicolors-input {
    height: auto
}

.morris-chart svg {
    width: 100% !important
}

.jqstooltip {
    min-width: 30px;
    height: 25px !important
}

.img-demo {
    position: relative;
    float: left;
    background: #3a3a3a;
    min-width: 40px;
    color: #fff;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
    border-radius: 4px
}

.search-input {
    position: relative;
    display: inline-block
}

.search-input input {
    width: 30px;
    border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    -webkit-border-radius: 50em !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.search-input input:focus, .search-input input:hover {
    width: 150px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.search-input input:focus + .input-icon, .search-input input:hover + .input-icon {
    right: 15px
}

.search-input:focus input, .search-input:hover input {
    width: 150px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.search-input:focus input + .input-icon, .search-input:hover input + .input-icon {
    right: 15px
}

.search-input .input-icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 20px
}

.loading-overlay {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff
}

.loading-overlay.active {
    display: block
}

.loading-overlay .loading-icon {
    position: absolute;
    top: 45%;
    animation: spin .8s infinite linear;
    -webkit-animation: spin .8s infinite linear;
    -moz-animation: spin .8s infinite linear;
    -ms-animation: spin .8s infinite linear;
    -o-animation: spin .8s infinite linear
}

.page-title {
    font-size: 24px
}

.page-sub-header {
    color: #888;
    font-size: 12px
}

.overview-statistic {
    display: inline-block;
    padding: 10px;
    border: 1px solid #75C4DF;
    border-radius: 6px
}

.overview-stat-list {
    list-style: none
}

.overview-stat-list li {
    padding: 10px;
    margin-bottom: 10px
}

.overview-stat-list li .stat-icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center
}

.overview-stat-list li .stat-detail {
    margin-left: 65px
}

.overview-stat-list li .stat-detail .value {
    font-size: 21px
}

.feed-list {
    list-style: none
}

.feed-list li {
    margin-bottom: 15px
}

.feed-list li:last-child {
    margin-bottom: 0
}

.feed-list li a {
    position: relative;
    display: block;
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px 10px;
    color: #777;
    background-color: #f1f5fc;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.feed-list li a:hover {
    color: #777;
    background-color: #dce6f8;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.feed-list li a.feed-success {
    background-color: #dff0d8
}

.feed-list li a.feed-success:hover {
    background-color: #d0e9c6
}

.feed-list li a.feed-danger {
    background-color: #f2dede
}

.feed-list li a.feed-danger:hover {
    background-color: #ebcccc
}

.feed-list li a .feed-time {
    position: absolute;
    top: 5px;
    right: 5px
}

.feed-list li a img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.feed-list li a .feed-body {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.to-do-list li {
    font-size: 13px
}

.to-do-list li.selected {
    background-color: #eee;
    color: #999;
    text-decoration: line-through
}

.to-do-list li .remove-list {
    float: right;
    width: 11px;
    cursor: pointer;
    color: #ccc;
    margin-top: -1px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.to-do-list li .remove-list:hover {
    color: #777;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.to-do-list li .remove-list i {
    font-size: 15px
}

.sortable-list li.sortable-placeholder {
    border: 1px dashed #CCC;
    background-color: #F5F8FC;
    min-height: 40px;
    list-style: none;
    z-index: 2
}

.task-list {
    margin: 0
}

.task-list li.removed {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    border-top: 0;
    -moz-transition: opacity .25s linear, padding-top .1s linear .25s, padding-bottom .1s linear .25s, border-top .1s linear .25s, height .1s linear .25s;
    -webkit-transition: opacity .25s linear, padding-top .1s linear .25s, padding-bottom .1s linear .25s, border-top .1s linear .25s, height .1s linear .25s;
    -o-transition: opacity .25s linear, padding-top .1s linear .25s, padding-bottom .1s linear .25s, border-top .1s linear .25s, height .1s linear .25s;
    transition: opacity .25s linear, padding-top .1s linear .25s, padding-bottom .1s linear .25s, border-top .1s linear .25s, height .1s linear .25s
}

.task-list li.selected {
    text-decoration: line-through;
    color: #ccc;
    background: #f1f5fc
}

.task-list li .task-del:focus, .task-list li .task-del:hover {
    text-decoration: none
}

.user-list {
    list-style: none
}

.user-list li {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.user-list li img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.user-list li .user-name {
    font-size: 13px;
    font-weight: 400
}

.header-text {
    border-bottom: 5px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.sub-header {
    font-size: 50%;
    color: #999;
    font-style: italic
}

.statistic-widget {
    padding: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px
}

.statistic-widget .statistic-icon {
    float: left;
    font-size: 80px;
    line-height: 1px
}

.statistic-widget .statistic-detail {
    margin-left: 85px
}

.statistic-widget.no-icon {
    text-align: center
}

.statistic-box {
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.statistic-box .statistic-title {
    text-transform: uppercase;
    font-size: 16px;
    z-index: 2
}

.statistic-box .statistic-value {
    font-size: 36px;
    font-weight: 600;
    z-index: 2
}

.statistic-box .statistic-icon-background {
    position: absolute;
    font-size: 160px;
    right: -5px;
    bottom: -50px;
    opacity: .2
}

.social-widget img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.social-widget .detail {
    margin-left: 75px
}

.social-widget .detail .name {
    color: #e36159;
    font-weight: 700
}

.social-connect {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    font-size: 16px;
    text-align: center;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear
}

.social-connect:focus, .social-connect:hover {
    text-decoration: none;
    color: #fff;
    border-color: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.chat {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.chat li {
    margin: 15px 0
}

.chat li:first-child {
    margin-top: 0
}

.chat li.left .chat-body {
    margin-left: 70px;
    background-color: #fff
}

.chat li.left .chat-body:before {
    position: absolute;
    top: 10px;
    left: -8px;
    display: inline-block;
    background: #fff;
    width: 16px;
    height: 16px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.chat li.right .chat-body {
    margin-right: 70px;
    background-color: #fff
}

.chat li.right .chat-body:before {
    position: absolute;
    top: 10px;
    right: -8px;
    display: inline-block;
    background: #fff;
    width: 16px;
    height: 16px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.chat li img {
    width: 45px;
    height: 45px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.chat li .chat-body {
    position: relative;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.chat li .chat-body .header {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.chat li .chat-body p {
    margin-top: 3px;
    margin-bottom: 0
}

.custom-carousel1 {
    position: relative
}

.custom-carousel1 .name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px
}

.custom-carousel1 .like {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px
}

.custom-carousel1 .footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center
}

.custom-carousel1 .footer .btn {
    padding-left: 25px;
    padding-right: 25px
}

.custom-carousel1 .owl-controls {
    display: none
}

.custom-calendar.text-white .datepicker th {
    color: #fff
}

.custom-calendar.text-white .datepicker td.datepickerNotInMonth a {
    color: #ccc
}

.custom-calendar .datepicker {
    width: 100% !important
}

.custom-calendar .datepicker .datepickerContainer {
    background-color: transparent;
    width: 100% !important;
    left: 0
}

.custom-calendar .datepicker .datepickerDays {
    width: 12.5%
}

.custom-calendar .datepicker .datepickerDays a {
    width: auto
}

.custom-calendar .datepicker a {
    color: #777;
    cursor: pointer
}

.custom-calendar .datepicker table {
    width: 100%
}

.custom-calendar .datepicker table tbody th {
    text-align: center
}

.custom-calendar .datepicker table tbody.datepickerDays .datepickerSelected {
    background-color: #2baab1;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.custom-calendar .datepicker table tbody.datepickerDays .datepickerSelected a {
    color: #fff
}

.custom-calendar .datepicker table thead .datepickerGoNext span, .custom-calendar .datepicker table thead .datepickerGoPrev span, .custom-calendar .datepicker table thead .datepickerMonth span {
    padding-left: 0;
    padding-top: 0
}

.custom-calendar .datepicker table thead a {
    padding: 0
}

.custom-calendar .datepicker table thead span {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px
}

.custom-calendar .datepicker table td {
    text-align: center;
    padding: 5px 0;
    width: 12.5%
}

.custom-calendar .datepicker table td a {
    padding-left: 0;
    padding-right: 0
}

.social-link {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background-color: #999;
    border: 1px solid #eee;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease
}

.social-link:hover {
    color: #fff;
    transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease
}

.facebook-hover:hover {
    background: #3b5998 !important
}

.twitter-hover:hover {
    background: #00aced !important
}

.google-plus-hover:hover {
    background: #d14836 !important
}

.rss-hover:hover {
    background: #ff8300 !important
}

.tumblr-hover:hover {
    background: #3b5998 !important
}

.dribbble-hover:hover {
    background: #ea4c89 !important
}

.linkedin-hover:hover {
    background: #007fb1 !important
}

.pinterest-hover:hover {
    background: #e0242a !important
}

.ribbon-wrapper {
    position: absolute;
    width: 75px;
    height: 75px;
    overflow: hidden;
    top: -2px;
    right: -2px
}

.ribbon-wrapper .ribbon-inner {
    display: block;
    position: relative;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    text-align: center;
    width: 111px;
    top: 15px;
    left: -9px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.uploaded-photo-list {
    list-style: none
}

.uploaded-photo-list li {
    float: left;
    width: 20%;
    margin-right: 5px
}

.uploaded-photo-list li:last-child {
    margin-right: 0
}

.uploaded-photo-list li a, .uploaded-photo-list li a img {
    display: block
}

.social-reply-section {
    padding-top: 15px
}

.social-reply-section img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.social-reply-section .input-wrapper {
    position: relative;
    margin-left: 50px;
    margin-top: 5px
}

.social-reply-section .input-wrapper .input {
    margin-top: 4px
}

.social-reply-section .input-wrapper .input-icon-link {
    position: absolute;
    right: 10px;
    top: 9px
}

.social-reply-section .input-wrapper .input-icon-link a {
    color: #999;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.social-reply-section .input-wrapper .input-icon-link a:focus, .social-reply-section .input-wrapper .input-icon-link a:hover {
    color: #666;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.social-comment-list {
    list-style: none
}

.social-comment-list li {
    margin-bottom: 7px
}

.social-comment-list li:last-child {
    margin-bottom: 0
}

.social-comment-list li img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.social-comment-list li .comment-body {
    position: relative;
    margin-left: 50px;
    margin-top: 5px
}

.social-comment-list li .comment-body p {
    margin-bottom: 0
}

.social-comment-list li .comment-body .comment-name {
    margin-right: 10px;
    font-weight: 600
}

@media (max-width: 481px) {
    .social-comment-list li .comment-body .comment-name {
        display: block;
        margin-right: 0
    }
}

div.tagsinput span.tag {
    background: #2baab1;
    border-color: #289ea5;
    color: #fff
}

div.tagsinput span.tag a {
    color: #fff
}

.chart {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center
}

.chart.line-normal {
    line-height: normal
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    display: inline-block;
    z-index: 2
}

.percent:after {
    content: '%';
    margin-left: .1em;
}

.example-icon-list .example-icon-inner {
    padding-top: 5px;
    padding-bottom: 5px
}

.tparrows.preview2:after {
    margin-top: -17px
}

@media (min-width: 768px) and (max-width: 991px) {
    .tparrows.preview2:after {
        margin-top: -14px
    }
}

@media (max-width: 767px) {
    .tparrows.preview2:after {
        margin-top: -10px
    }
}

.tp-bullets.preview2 {
    margin-top: -40px
}


.panel {
    position: relative;
    border-color: #e6e6e6;
    border-top-width: 4px
}

.panel.bg-palette1 .panel-footer, .panel.bg-palette2 .panel-footer, .panel.bg-palette3 .panel-footer, .panel.bg-palette4 .panel-footer, .panel.bg-palette5 .panel-footer {
    background-color: rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .2)
}

.panel.panel-dark {
    border-top-width: 1px
}

.panel.panel-dark .panel-heading {
    background-color: #555;
    color: #fff
}

.panel.panel-dark .panel-heading .panel-option li a {
    color: #eee
}

.panel.panel-dark .panel-heading .panel-option li a:focus, .panel.panel-dark .panel-heading .panel-option li a:hover {
    color: #fff
}

.panel .panel-heading {
    padding: 15px;
    font-size: 13px;
    border-color: #eee
}

.panel .panel-heading.bg-white {
    background-color: #fff
}

.panel .panel-heading.bg-danger {
    background-color: #e36159;
    border-color: #e36159
}

.panel .panel-heading.bg-danger .panel-option a {
    color: #f9f9f9
}

.panel .panel-heading.bg-danger .panel-option a:focus, .panel .panel-heading.bg-danger .panel-option a:hover {
    color: #fff
}

.panel .panel-heading.bg-info {
    background-color: #23b7e5;
    border-color: #23b7e5
}

.panel .panel-heading.bg-info .panel-option a {
    color: #f9f9f9
}

.panel .panel-heading.bg-info .panel-option a:focus, .panel .panel-heading.bg-info .panel-option a:hover {
    color: #fff
}

.panel .panel-heading.bg-success {
    background-color: #2baab1;
    border-color: #2baab1
}

.panel .panel-heading.bg-success .panel-option a {
    color: #f9f9f9
}

.panel .panel-heading.bg-success .panel-option a:focus, .panel .panel-heading.bg-success .panel-option a:hover {
    color: #fff
}

.panel .panel-heading.bg-warning {
    background-color: #edbc6c;
    border-color: #edbc6c
}

.panel .panel-heading.bg-warning .panel-option a {
    color: #f9f9f9
}

.panel .panel-heading.bg-warning .panel-option a:focus, .panel .panel-heading.bg-warning .panel-option a:hover {
    color: #fff
}

.panel .panel-heading.bg-primary {
    background-color: #3278b3;
    border-color: #3278b3
}

.panel .panel-heading.bg-primary .panel-option a {
    color: #f9f9f9
}

.panel .panel-heading.bg-primary .panel-option a:focus, .panel .panel-heading.bg-primary .panel-option a:hover {
    color: #fff
}

.panel .panel-heading .panel-option {
    float: right
}

.panel .panel-heading .panel-option a {
    display: inline-block;
    margin-right: 5px;
    color: #999
}

.panel .panel-heading .panel-option a:focus, .panel .panel-heading .panel-option a:hover {
    color: #555
}

.panel .panel-heading .badge {
    background-color: #D0D1CB;
    color: #777
}

.panel .panel-heading .badge-success {
    background-color: #2baab1;
    color: #fff
}

.panel .panel-heading .badge-danger {
    background-color: #e36159;
    color: #fff
}

.panel .panel-heading .badge-warning {
    background-color: #edbc6c;
    color: #fff
}

.panel .panel-heading .badge-info {
    background-color: #23b7e5;
    color: #fff
}

.panel .panel-heading .badge-primary {
    background-color: #3278b3;
    color: #fff
}

.panel .tool-bar {
    float: right;
    list-style: none
}

.panel .tool-bar li {
    display: inline-block;
    float: left
}

.panel .tool-bar li:last-child a {
    margin-right: -15px
}

.panel .tool-bar li a {
    display: block;
    padding: 10px;
    margin: -10px 0;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.panel .tool-bar li a:hover {
    background-color: rgba(0, 0, 0, .05);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.panel .loading-icon {
    color: #fff
}

.user-widget {
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.user-widget .user-widget-body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.user-widget .user-widget-body img {
    width: 50px;
    height: 50px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.user-widget .user-widget-body .small-text {
    font-size: 70%
}

.user-widget .user-widget-statatistic {
    font-size: 14px
}

.user-widget .user-widget-statatistic ul {
    list-style: none
}

.user-widget .user-widget-statatistic ul li {
    display: block;
    text-align: center;
    width: 33.333333333333336%;
    float: left;
    padding: 10px;
    border-top: 3px solid #2baab1
}

.user-widget .user-widget-statatistic ul li.border-red {
    border-top-color: #e36159
}

.user-widget .user-widget-statatistic ul li.border-green {
    border-top-color: #2baab1
}

.user-widget .user-widget-statatistic ul li.border-blue {
    border-top-color: #23b7e5
}

.user-widget .user-widget-statatistic ul li.border-purple {
    border-top-color: #7266ba
}

.user-widget .user-widget-statatistic ul li.border-yellow {
    border-top-color: #edbc6c
}

.user-widget.user-widget2 {
    text-align: left
}

.user-widget.user-widget2 img {
    float: left
}

.user-widget.user-widget2 .user-widget-body {
    padding: 20px
}

.user-widget.user-widget2 .user-widget-body .user-detail {
    margin-left: 65px
}

.user-widget.user-widget2 .list-group .list-group-item:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.task-widget {
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.task-widget .task-widget-body {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.task-widget .task-widget-body .pie-chart-wrapper {
    float: left;
    line-height: normal
}

.task-widget .task-widget-body .widget-detail {
    margin-left: 160px;
    padding-top: 45px
}

.task-widget .task-widget-statatistic {
    font-size: 14px
}

.task-widget .task-widget-statatistic ul {
    list-style: none
}

.task-widget .task-widget-statatistic ul li {
    display: block;
    text-align: center;
    width: 33.333333333333336%;
    float: left;
    padding: 10px;
    border-top: 3px solid #23b7e5
}

.task-widget .task-widget-statatistic ul li.border-warning {
    border-top-color: #edbc6c
}

.task-widget .task-widget-statatistic ul li:border-success {
    border-top-color: #2baab1
}

.task-widget .task-widget-statatistic ul li.border-info {
    border-top-color: #23b7e5
}

.task-widget .task-widget-statatistic ul li.border-danger {
    border-top-color: #e36159
}

.task-widget .task-widget-statatistic ul li.border-purple {
    border-top-color: #7266ba
}


.social-widget1 {
    margin-bottom: 20px
}

.social-widget1 .user-profile-pic {
    position: relative;
    margin-top: -45px
}

.social-widget1 .user-profile-pic img {
    float: left;
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.social-widget2 {
    margin-bottom: 20px
}

.social-widget2 .user-profile-pic {
    float: left
}

.social-widget2 .user-profile-pic img {
    width: 55px;
    height: 55px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.social-widget2 .user-name {
    margin-left: 65px
}

.owl-carousel.no-controls .owl-controls {
    display: none
}

.calendar-widget .date-big {
    font-size: 90px;
    float: left
}

.calendar-widget .current-date {
    float: left;
    margin-left: 10px;
    padding-top: 30px;
    font-size: 16px
}

.calendar-widget .current-date .text-muted {
    color: #f6f6f6
}

.smart-widget {
    /* border:1px solid #e6e6e6; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    border-color: #e4e4e4;
    border-top-width: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.smart-widget .smart-widget-header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0
}
#check-modal .smart-widget-header{
	padding:0;
}
.smart-widget .smart-widget-header .smart-widget-option {
    float: right;
    -webkit-backface-visibility: hidden
}

.smart-widget .smart-widget-header .smart-widget-option a {
    display: inline-block;
    margin-right: 20px;
    color: #999;
    font-size: 14px;
    outline: 0;
    -webkit-backface-visibility: hidden
}

.smart-widget .smart-widget-header .smart-widget-option a:focus, .smart-widget .smart-widget-header .smart-widget-option a:hover {
    color: #555
}

.smart-widget .smart-widget-header .smart-widget-option a.widget-collapse-option {
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease
}

.smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
    margin-right: 5px;
    color: #2baab1;
    display: none
}

.smart-widget .smart-widget-inner {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section {
    display: none;
    padding: 15px;
    background-color: #e4e4e4
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
    list-style: none
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li {
    float: left;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    width: 25px;
    height: 25px;
    margin: 2px 10px 2px 0;
    border: 2px solid #fff;
    cursor: pointer
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
    margin-right: 0
}

.smart-widget .smart-widget-inner .smart-widget-body {
    padding: 15px
}

.smart-widget .smart-widget-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.smart-widget .list-group.no-border {
    margin-bottom: 0
}

.smart-widget .list-group.no-border .list-group-item {
    border-width: 1px 0
}

.smart-widget .list-group.no-border .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.smart-widget .list-group.no-border .list-group-item:last-child {
    border-bottom: 0
}

.smart-widget.smart-widget-collapsed .smart-widget-option .widget-collapse-option {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease
}

.smart-widget.widget-primary .smart-widget-header {
    background-color: #2baab1;
    color: #2baab1
}

.smart-widget.widget-primary .smart-widget-option {
    float: right
}

.smart-widget.widget-primary .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-dark .smart-widget-header {
    background-color: #20232b;
    color: #fff
}

.smart-widget.widget-dark .smart-widget-option {
    float: right
}

.smart-widget.widget-dark .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-dark .smart-widget-option a:focus, .smart-widget.widget-dark .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-blue .smart-widget-header {
    background-color: #23b7e5;
    color: #fff
}

.smart-widget.widget-blue .smart-widget-option {
    float: right
}

.smart-widget.widget-blue .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
    color: #edbc6c
}

.smart-widget.widget-dark-blue .smart-widget-header {
    background-color: #4c5f70;
    color: #fff
}

.smart-widget.widget-dark-blue .smart-widget-option {
    float: right
}

.smart-widget.widget-dark-blue .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-dark-blue .smart-widget-option a:focus, .smart-widget.widget-dark-blue .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-purple .smart-widget-header {
    background-color: #7266ba;
    color: #fff
}

.smart-widget.widget-purple .smart-widget-option {
    float: right
}

.smart-widget.widget-purple .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-purple .smart-widget-option a:focus, .smart-widget.widget-purple .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-green .smart-widget-header {
    background-color: #2baab1;
    color: #fff
}

.smart-widget.widget-green .smart-widget-option {
    float: right
}

.smart-widget.widget-green .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-green .smart-widget-option a:focus, .smart-widget.widget-green .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
    color: #edbc6c
}

.smart-widget.widget-yellow .smart-widget-header {
    background-color: #edbc6c;
    color: #fff
}

.smart-widget.widget-yellow .smart-widget-option {
    float: right
}

.smart-widget.widget-yellow .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-yellow .smart-widget-option a:focus, .smart-widget.widget-yellow .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-orange .smart-widget-header {
    background-color: #fbc852;
    color: #fff
}

.smart-widget.widget-orange .smart-widget-option {
    float: right
}

.smart-widget.widget-orange .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-orange .smart-widget-option a:focus, .smart-widget.widget-orange .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-red .smart-widget-header {
    background-color: #e36159;
    color: #fff
}

.smart-widget.widget-red .smart-widget-option {
    float: right
}

.smart-widget.widget-red .smart-widget-option a {
    color: #fff
}

.smart-widget.widget-red .smart-widget-option a:focus, .smart-widget.widget-red .smart-widget-option a:hover {
    color: #ccc
}

.smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
    color: #edbc6c
}

.smart-widget.widget-light-grey .smart-widget-header {
    background-color: #f5f5f5;
    color: #777
}

.smart-widget.widget-light-grey .smart-widget-option {
    float: right
}

.smart-widget.widget-light-grey .smart-widget-option a {
    color: #777
}

.input-group-btn > .btn {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}


.open .dropdown-toggle.btn-primary {
    background: #2c6b9f;
    border-color: #2a6597
}

.open .dropdown-toggle.btn-info {
    background: #b28cf6;
    border-color: #b28cf6
}

.open .dropdown-toggle.btn-success {
    background: #31d3be;
    border-color: #31d3be
}

.open .dropdown-toggle.btn-warning {
    background: #ffc246;
    border-color: #ffc246;
}

.open .dropdown-toggle.btn-danger {
    background: #f7837c;
    border-color: #f7837c
}

.custom-popup {
    background-color: #fff;
    color: #777;
    text-align: center !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 50px
}

.custom-popup .popup-header {
    background-color: #e4e4e4;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.custom-popup .popup-body {
    padding: 15px
}

.custom-popup {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.popup_visible .custom-popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.delete-confirmation-popup {
    width: 300px
}

.delete-confirmation-popup .popup-header .fa-stack-1x {
    animation: rotateY 8s linear infinite;
    -webkit-animation: rotateY 8s linear infinite;
    -moz-animation: rotateY 8s linear infinite;
    -ms-animation: rotateY 8s linear infinite;
    -o-animation: rotateY 8s linear infinite
}

form.form-border .form-group {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

form.form-border .form-group:first-child {
    padding-top: 0
}

form.form-border .form-group:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.input-icon input[type=text] {
    padding-left: 20px
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background:none;
}

.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-color: #d2d2d2;
    background: #fff;
}

.uneditable-input.rounded, input[type=color].rounded, input[type=date].rounded, input[type=datetime-local].rounded, input[type=datetime].rounded, input[type=email].rounded, input[type=month].rounded, input[type=number].rounded, input[type=password].rounded, input[type=search].rounded, input[type=tel].rounded, input[type=text].rounded, input[type=time].rounded, input[type=url].rounded, input[type=week].rounded {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.form-control {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

textarea.form-control {
    margin: 0
}

.form-control:focus, .uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select[multiple]:focus, textarea.form-control:focus {
    background: #fff;
    border-color: #2baab1;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.form-control:focus.dark-input, .uneditable-input:focus.dark-input, input[type=color]:focus.dark-input, input[type=date]:focus.dark-input, input[type=datetime-local]:focus.dark-input, input[type=datetime]:focus.dark-input, input[type=email]:focus.dark-input, input[type=month]:focus.dark-input, input[type=number]:focus.dark-input, input[type=password]:focus.dark-input, input[type=search]:focus.dark-input, input[type=tel]:focus.dark-input, input[type=text]:focus.dark-input, input[type=time]:focus.dark-input, input[type=url]:focus.dark-input, input[type=week]:focus.dark-input, select[multiple]:focus.dark-input, textarea.form-control:focus.dark-input {
    background-color: #14171b;
    border-color: #2baab1
}

input[type=text].dial {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.select-box {
    display: inline-block;
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 5px;
    width: 40%;
    height: 200px !important;
    font-size: 12px
}

.select-box-option {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -50px;
    display: inline-block;
    height: 200px;
    width: 100px;
    text-align: center
}

.help-btn {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    padding: 0 6px
}

.upload-file {
    position: relative;
    height: 20px;
    padding: 4px 6px;
    line-height: 20px
}

.upload-file input[type=file] {
    position: absolute;
    opacity: 0
}

.upload-file label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    max-height: 28px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}

.upload-file label:before {
    display: inline-block;
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 8px;
    line-height: 26px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    background-color: #fff
}

.upload-file label [class*=icon-] {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    padding: 5px;
    line-height: 13px;
    color: #fff;
    width: auto
}

.upload-file label span {
    display: inline-block;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
    color: #777;
    padding-left: 10px
}

.upload-file label span:before {
    content: attr(data-title)
}

.slider.slider-horizontal .slider-track {
    height: 2px
}

.slider.slider-horizontal .slider-selection {
    background: #2baab1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.slider.slider-horizontal .slider-handle {
    margin-top: -15px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.slider.slider-vertical {
    margin-right: 10px
}

.slider.slider-vertical .slider-track {
    width: 2px
}

.slider.slider-vertical .slider-selection {
    background: #2baab1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.slider.slider-vertical .slider-handle {
    margin-left: -15px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.slider-handle {
    background: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .35);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .35)
}

.parsley-error {
    border-color: #d02d2d !important;
    color: #d02d2d
}

label.parsley-error {
    border-color: inherit !important;
    color: inherit
}

.parsley-errors-list {
    list-style: none
}

.parsley-errors-list li {
    color: #d02d2d
}

.custom-checkbox {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    margin-right: 5px;
    top: 1px
}

.custom-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 19px;
    padding-left: 0;
    margin-top: -2px;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin-bottom: 0
}

.custom-checkbox label:after {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: 0 0;
    top: 2px;
    left: 2px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.custom-checkbox input[type=checkbox] {
    visibility: hidden;
    margin: 0
}

.custom-checkbox input[type=checkbox]:checked + label {
    border-color: #2baab1;
    background-color: #2baab1
}

.custom-checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.custom-checkbox input[type=checkbox].checkbox-grey:checked + label {
    border-color: #ccc;
    background-color: #eee
}

.custom-checkbox input[type=checkbox].checkbox-grey:checked + label:after {
    border-color: #777
}

.custom-checkbox input[type=checkbox].checkbox-red:checked + label {
    border-color: #e36159;
    background-color: #e36159
}

.custom-checkbox input[type=checkbox].checkbox-blue:checked + label {
    border-color: #23b7e5;
    background-color: #23b7e5
}

.custom-checkbox input[type=checkbox].checkbox-green:checked + label {
    border-color: #2baab1;
    background-color: #2baab1
}

.custom-checkbox input[type=checkbox].checkbox-yellow:checked + label {
    border-color: #edbc6c;
    background-color: #edbc6c
}

.custom-checkbox input[type=checkbox].checkbox-purple:checked + label {
    border-color: #7266ba;
    background-color: #7266ba
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f9f9f9;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    -webkit-box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgba(0, 0, 0, .35);
    box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgba(0, 0, 0, .35)
}

.custom-radio input[type=radio] {
    visibility: hidden
}

.custom-radio input[type=radio]:checked + label:after {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.custom-radio label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    left: 0;
    top: 0;
    margin: 0
}

.custom-radio label:after {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #777;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    top: 2px;
    left: 2px
}

.custom-radio label:hover:after {
    -ms-filter: "alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3
}

.inbox-wrapper {
    position: relative
}

.inbox-wrapper .inbox-menu {
    position: absolute;
    background-color: #4c5f70;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0
}

@media (max-width: 991px) {
    .inbox-wrapper .inbox-menu {
        position: static;
        width: auto;
        margin-bottom: 20px
    }

    .inbox-wrapper .inbox-menu .navbar-toggle {
        display: block
    }

    .inbox-wrapper .inbox-menu .navbar-toggle .icon-bar {
        background-color: #fff
    }
}

.inbox-wrapper .inbox-menu .inbox-menu-inner {
    margin-top: 100px
}

@media (max-width: 991px) {
    .inbox-wrapper .inbox-menu .inbox-menu-inner {
        margin-top: 0;
        display: none
    }
}

@media (min-width: 992px) {
    .inbox-wrapper .inbox-menu .inbox-menu-inner {
        display: block !important
    }
}

.inbox-wrapper .inbox-menu .inbox-menu-sm {
    display: none
}

@media (max-width: 991px) {
    .inbox-wrapper .inbox-menu .inbox-menu-sm {
        display: block
    }
}

.inbox-wrapper .inbox-menu .inbox-menu-header {
    text-align: right;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #f1f5fc
}

.inbox-wrapper .inbox-menu ul {
    list-style: none;
    margin-bottom: 15px
}

.inbox-wrapper .inbox-menu ul li.active a {
    background-color: #5a7185;
    color: #fff
}

.inbox-wrapper .inbox-menu ul li a {
    padding: 10px 20px;
    display: block;
    color: #ddd;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #4c5f70;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.inbox-wrapper .inbox-menu ul li a .menu-icon {
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px
}

.inbox-wrapper .inbox-menu ul li a:focus, .inbox-wrapper .inbox-menu ul li a:hover {
    background-color: #5a7185;
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

@media (max-width: 1199px) {
    .inbox-wrapper .inbox-menu ul li a {
        padding: 10px 20px
    }
}

.inbox-wrapper .inbox-body {
    border-top: none;
    margin-left: 200px
}

@media (max-width: 991px) {
    .inbox-wrapper .inbox-body {
        margin-left: 0
    }
}

.inbox-wrapper .inbox-body .message-table {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: none
}

.inbox-wrapper .inbox-body .message-table a {
    color: #777
}

.inbox-wrapper .inbox-body .message-table a:focus, .inbox-wrapper .inbox-body .message-table a:hover {
    color: #999
}

.inbox-wrapper .inbox-body .message-table table {
    border-top-color: #666
}

.inbox-wrapper .inbox-body .message-table table thead tr th {
    background: #333;
    color: #fff;
    border-color: #333
}

.inbox-wrapper .inbox-body .message-table table tbody tr td {
    vertical-align: middle
}

.inbox-wrapper .inbox-body .message-table table tr td:first-child, .inbox-wrapper .inbox-body .message-table table tr td:nth-child(2), .inbox-wrapper .inbox-body .message-table table tr th:first-child, .inbox-wrapper .inbox-body .message-table table tr th:nth-child(2) {
    width: 30px
}

.inbox-wrapper .inbox-body .message-table table tr td .custom-checkbox, .inbox-wrapper .inbox-body .message-table table tr th .custom-checkbox {
    margin-right: 0
}

.inbox-wrapper .inbox-body .author-avatar {
    float: left
}

.inbox-wrapper .inbox-body .author-avatar img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    border: 2px solid #eee
}

.inbox-wrapper .inbox-body .author-name {
    margin-left: 65px;
    margin-top: 5px
}

.inbox-wrapper .inbox-body .pagination-row {
    padding: 10px;
    background-color: #fff;
    line-height: 32px
}

.inbox-wrapper .inbox-body .pagination {
    margin: 0
}

.inbox-wrapper .inbox-body .pagination li a {
    color: #555
}

.inbox-wrapper .action-bar {
    position: fixed;
    bottom: -94px;
    left: 260px;
    right: 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
    transition: bottom .8s ease;
    -webkit-transition: bottom .8s ease;
    -moz-transition: bottom .8s ease;
    -ms-transition: bottom .8s ease;
    -o-transition: bottom .8s ease
}

.inbox-wrapper .action-bar.active {
    bottom: 0;
    transition: bottom .8s ease;
    -webkit-transition: bottom .8s ease;
    -moz-transition: bottom .8s ease;
    -ms-transition: bottom .8s ease;
    -o-transition: bottom .8s ease
}

@media (max-width: 991px) {
    .inbox-wrapper .action-bar {
        left: 0
    }
}

.inbox-wrapper .action-bar .action-bar-inner {
    position: relative;
    background-color: #fff;
    padding: 30px 40px 30px 30px;
    transition: bottom .8s ease;
    -webkit-transition: bottom .8s ease;
    -moz-transition: bottom .8s ease;
    -ms-transition: bottom .8s ease;
    -o-transition: bottom .8s ease
}

.inbox-wrapper .action-bar .action-bar-inner .remove-bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2
}

.inbox-wrapper .action-bar .action-bar-inner .remove-bar a {
    display: block;
    color: #999;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease
}

.inbox-wrapper .action-bar .action-bar-inner .remove-bar a:focus, .inbox-wrapper .action-bar .action-bar-inner .remove-bar a:hover {
    color: #555;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease
}

.gallery-list {
    list-style: none
}

.gallery-list .gallery-item {
    position: relative;
    display: inline-block;
    width: 33.333333333333336%;
    padding: 2px
}

@media (min-width: 481px) and (max-width: 991px) {
    .gallery-list .gallery-item {
        width: 50%
    }
}

@media (max-width: 767px) {
    .gallery-list .gallery-item {
        width: 100%
    }
}

.gallery-list .gallery-item .gallery-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-list .gallery-item .gallery-wrapper .gallery-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.gallery-list .gallery-item .gallery-wrapper .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 115%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.gallery-list .gallery-item .gallery-wrapper .gallery-overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.gallery-list .gallery-item .gallery-wrapper .gallery-overlay .gallery-action {
    display: inline-block;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #000;
    outline: 0;
    color: #fff;
    opacity: 0;
    text-decoration: none;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.gallery-list .gallery-item .gallery-wrapper .gallery-overlay .gallery-action:focus, .gallery-list .gallery-item .gallery-wrapper .gallery-overlay .gallery-action:hover {
    background-color: #2baab1
}

.gallery-list .gallery-item .gallery-wrapper .gallery-remove {
    position: absolute;
    display: block;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    right: -50px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-list .gallery-item .gallery-wrapper .gallery-remove:focus, .gallery-list .gallery-item .gallery-wrapper .gallery-remove:hover {
    background-color: #fff;
    color: #777;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-list .gallery-item img {
    max-width: 100%;
    display: block;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.gallery-list .gallery-item.active .gallery-wrapper .gallery-remove, .gallery-list .gallery-item:focus .gallery-wrapper .gallery-remove, .gallery-list .gallery-item:hover .gallery-wrapper .gallery-remove {
    right: 5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-list .gallery-item.active .gallery-wrapper .gallery-title, .gallery-list .gallery-item:focus .gallery-wrapper .gallery-title, .gallery-list .gallery-item:hover .gallery-wrapper .gallery-title {
    background-color: #2baab1;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease
}

.gallery-list .gallery-item.active .gallery-wrapper .gallery-overlay, .gallery-list .gallery-item:focus .gallery-wrapper .gallery-overlay, .gallery-list .gallery-item:hover .gallery-wrapper .gallery-overlay {
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.gallery-list .gallery-item.active .gallery-wrapper .gallery-overlay .gallery-action, .gallery-list .gallery-item:focus .gallery-wrapper .gallery-overlay .gallery-action, .gallery-list .gallery-item:hover .gallery-wrapper .gallery-overlay .gallery-action {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.gallery-list .gallery-item.active .gallery-wrapper .gallery-overlay .gallery-action.animation-dalay, .gallery-list .gallery-item:focus .gallery-wrapper .gallery-overlay .gallery-action.animation-dalay, .gallery-list .gallery-item:hover .gallery-wrapper .gallery-overlay .gallery-action.animation-dalay {
    transition: all .4s .1s ease;
    -webkit-transition: all .4s .1s ease;
    -moz-transition: all .4s .1s ease;
    -ms-transition: all .4s .1s ease;
    -o-transition: all .4s .1s ease
}

.gallery-list .gallery-item.active .gallery-wrapper img, .gallery-list .gallery-item:focus .gallery-wrapper img, .gallery-list .gallery-item:hover .gallery-wrapper img {
   transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4) ;
    -ms-transform: scale(1.4) ;
    -o-transform: scale(1.4);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.gallery-filter ul {
    list-style: none
}

.gallery-filter ul li {
    float: left;
    margin: 5px 10px 5px 0
}

.gallery-filter ul li a {
    padding: 5px 10px;
    color: #777;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-filter ul li a:focus, .gallery-filter ul li a:hover {
    background-color: #e4e4e4;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.gallery-filter ul li.active a {
    background-color: #e4e4e4;
    color: #666;
}

.user-profile-wrapper, .user-profile-wrapper .user-profile-sidebar .user-profile-pic {
    position: relative
}

.user-profile-wrapper .user-profile-sidebar .user-profile-pic img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.user-profile-wrapper .user-profile-sidebar .user-profile-icon {
    width: 20px;
    text-align: center
}

.user-profile-wrapper .user-profile-sidebar .user-name {
    font-size: 21px
}

.chart.profile-skill {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px
}

.recent-activity-list > ul {
    list-style: none
}

.recent-activity-list > ul > li {
    padding: 10px
}

.recent-activity-list > ul > li .activity-user-profile {
    float: left
}

.recent-activity-list > ul > li .activity-user-profile img {
    display: block;
    width: 40px;
    height: 40px
}

.recent-activity-list > ul > li .activity-detail {
    margin-left: 55px;
    margin-top: 3px
}

.profile-follower-list ul {
    list-style: none;
    margin-bottom: 0
}

.profile-follower-list ul li {
    float: left;
    width: 50%;
    padding: 10px
}

@media (max-width: 767px) {
    .profile-follower-list ul li {
        width: 100%
    }
}

.profile-follower-list ul li .user-avatar {
    float: left
}

.profile-follower-list ul li .user-avatar img {
    width: 70px;
    height: 70px
}

.profile-follower-list ul li .user-detail {
    margin-left: 90px
}

.sign-in-wrapper {
    padding-top: 80px
}

@media (max-width: 481px) {
    .sign-in-wrapper {
        padding-top: 40px
    }
}

.sign-in-wrapper .sign-in-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 481px) {
    .sign-in-wrapper .sign-in-inner {
        width: 100%;
    }
}

.sign-in-wrapper .login-brand {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px
}

.lock-screen-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #333
}

.lock-screen-wrapper.in .modal-dialog {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.lock-screen-wrapper .modal-dialog {
    display: table-cell;
    width: 270px !important;
    vertical-align: middle;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px)
}

.lock-screen-wrapper .modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none
}

.lock-screen-wrapper .modal-dialog .modal-content .input-group {
    width: 270px;
    margin: 0 auto
}

.lock-screen-wrapper .lock-screen-img {
    text-align: center
}

.lock-screen-wrapper .lock-screen-img img {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    width: 70px;
    height: 70px
}

.error-wrapper .error-inner {
    width: 400px;
    margin: 50px auto;
    text-align: center
}

@media (max-width: 481px) {
    .error-wrapper .error-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px
    }
}

.error-wrapper .error-inner .error-type {
    position: relative;
    font-size: 15em;
    visibility: hidden
}

@media (max-width: 481px) {
    .error-wrapper .error-inner .error-type {
        font-size: 10em
    }
}

.error-wrapper .error-inner .error-type.animated {
    visibility: visible;
    animation: fadeInDown 1s ease;
    -webkit-animation: fadeInDown 1s ease;
    -moz-animation: fadeInDown 1s ease;
    -ms-animation: fadeInDown 1s ease;
    -o-animation: fadeInDown 1s ease
}

.pricing-widget {
    padding: 15px;
    margin-bottom: 20px
}

.pricing-widget.colorful-widget .btn {
    border-color: rgba(255, 255, 255, .3)
}

.pricing-widget.clean-pricing {
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd
}

.pricing-widget.clean-pricing .pricing-service {
    margin-top: 0;
    margin-bottom: 0
}

.pricing-widget.clean-pricing .pricing-service li {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.pricing-widget.clean-pricing .pricing-service li:first-child {
    border-top: 1px solid #ddd
}

.pricing-widget.clean-pricing .pricing-type {
    font-size: 24px;
    padding: 10px
}

.pricing-widget.clean-pricing .pricing-value {
    text-align: center;
    padding: 20px 10px
}

.pricing-widget.clean-pricing .pricing-value .value {
    font-size: 30px
}

.pricing-widget .pricing-icon {
    text-align: center
}

.pricing-widget .pricing-icon .pricing-icon-inner {
    display: inline-block;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px
}

.pricing-widget .pricing-value {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.pricing-widget .pricing-service {
    list-style: none
}

.pricing-widget .pricing-service li {
    padding: 5px;
    text-align: center
}

.blog-wrapper .blog-list {
    margin-bottom: 50px
}

.blog-wrapper .blog-list .blog-date {
    float: left;
    background: #2baab1;
    color: #fff;
    font-weight: 600;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    box-shadow: 0 0 0 3px #ebebeb
}

.blog-wrapper .blog-list .blog-date .blog-month {
    margin-top: -2px;
    font-size: 14px
}

.blog-wrapper .blog-list .blog-title {
    margin-left: 90px;
    font-size: 20px;
    padding-top: 15px
}

.popular-blog-post {
    list-style: none;
    margin-top: 20px
}

.popular-blog-post li {
    display: block;
    margin-bottom: 10px
}

.popular-blog-post li:last-child {
    margin-bottom: 0
}

.popular-blog-post li .img-wrapper {
    float: left
}

.popular-blog-post li .img-wrapper img {
    display: block;
    width: 70px;
    height: 70px
}

.popular-blog-post li .popular-blog-detail {
    margin-left: 85px
}

.blog-sidebar-list {
    list-style: none
}

.blog-sidebar-list li a {
    display: block;
    padding: 5px;
    color: #666
}

.blog-sidebar-list li a:focus, .blog-sidebar-list li a:hover {
    color: #2baab1
}

.blog-tag {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    color: #666;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin: 2px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.blog-tag:focus, .blog-tag:hover {
    background-color: #2baab1;
    color: #fff
}

.blog-author .author-profile-pic {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px
}

.full-calendar-wrapper {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.full-calendar-wrapper .calendar-external-events {
    position: relative;
    float: left;
    width: 30%;
    padding: 20px 20px 999px;
    margin-bottom: -999px
}

@media (max-width: 767px) {
    .full-calendar-wrapper .calendar-external-events {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 0
    }
}

.full-calendar-wrapper .calendar-external-events .external-event {
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #2baab1
}

.full-calendar-wrapper .calendar-external-events .add-new-event {
    float: right;
    margin-top: 2px;
    color: #fff;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.full-calendar-wrapper .calendar-external-events .add-new-event:focus, .full-calendar-wrapper .calendar-external-events .add-new-event:hover {
    color: #2baab1;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease
}

.full-calendar-wrapper .full-calendar-body {
    float: left;
    width: 70%;
    padding: 20px
}

@media (max-width: 767px) {
    .full-calendar-wrapper .full-calendar-body {
        float: none;
        width: 100%
    }
}

.fc-event {
    color: #fff !important;
    background: #2baab1 !important;
    border-color: #2baab1 !important
}

.tree-view-menu-list > ul {
    position: relative;
    list-style: none
}

.tree-view-menu-list > ul li {
    position: relative
}

.tree-view-menu-list > ul li a {
    display: block;
    padding: 8px 10px
}

.tree-view-menu-list > ul li.open > a .folder-icon:before {
    content: "\f07c"
}

.tree-view-menu-list > ul li .subtree {
    display: none;
    position: relative;
    list-style: none;
    padding-left: 20px
}

.tree-view-menu-list > ul li .subtree li a {
    position: relative
}

.tree-view-menu-list > ul li .subtree li a.last-link:before {
    bottom: 20px
}

.tree-view-menu-list > ul li .subtree li:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    top: 18px;
    left: -5px;
    background-color: #ddd
}

.tree-view-menu-list > ul li .subtree li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -5px;
    background-color: #ddd
}

.tree-view-menu-list > ul li .subtree li.last-link:after {
    top: 0;
    height: 19px;
    bottom: auto
}

.timeline-wrapper {
    position: relative;
    margin-left: 20px
}

.timeline-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    background-color: #e7eaef;
    width: 2px
}

.timeline-wrapper .timeline-row {
    position: relative;
    padding-left: 30px
}

.timeline-wrapper .timeline-row:before {
    position: absolute;
    top: 13px;
    left: 44px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #ccc;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, .1);
    content: ''
}

.timeline-wrapper .timeline-row:after {
    position: absolute;
    top: 14px;
    left: 45px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    content: ''
}

.timeline-wrapper .timeline-row .timeline-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.timeline-wrapper .timeline-row .timeline-item .timeline-icon {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    top: 0;
    left: -39px;
    font-size: 16px;
    border: 2px solid #e36159;
    color: #e36159;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.timeline-wrapper .timeline-row .timeline-item .timeline-item-inner {
    padding-left: 20px
}

@media (max-width: 767px) {
    .timeline-wrapper .timeline-row .timeline-item {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }

    .timeline-wrapper .timeline-row .timeline-item .timeline-item-inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.timeline-wrapper .timeline-row .timeline-item .timeline-header {
    padding: 20px
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body.bg-primary {
    background-color: #3278b3
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body.bg-info {
    background-color: #23b7e5
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body.bg-warning {
    background-color: #edbc6c
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body.bg-success {
    background-color: #2baab1
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body.bg-danger {
    background-color: #e36159
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body .timeline-avatar {
    width: 55px;
    height: 55px;
    float: left;
    padding: 2px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    margin-top: -10px
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body .timeline-avatar img {
    display: block;
    width: 51px;
    height: 51px
}

@media (max-width: 481px) {
    .timeline-wrapper .timeline-row .timeline-item .timeline-body .timeline-avatar {
        float: none;
        margin-bottom: 20px
    }
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body .timeline-content {
    margin-left: 70px
}

@media (max-width: 481px) {
    .timeline-wrapper .timeline-row .timeline-item .timeline-body .timeline-content {
        margin-left: 0
    }
}

.timeline-wrapper .timeline-row .timeline-item .timeline-body .seperate-bar {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 10px 10px 90px
}

@media (max-width: 481px) {
    .timeline-wrapper .timeline-row .timeline-item .timeline-body .seperate-bar {
        padding-left: 20px
    }
}

.timeline-wrapper .timeline-year {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #2baab1;
    color: #fff;
    margin-bottom: 20px;
    left: -13px;
    text-align: center;
    line-height: 50px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.front-end-navbar {
    margin-bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 500;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.front-end-navbar .navbar-nav > li > a {
    transition: padding .5s ease;
    -webkit-transition: padding .5s ease;
    -moz-transition: padding .5s ease;
    -ms-transition: padding .5s ease;
    -o-transition: padding .5s ease
}

.front-end-navbar .navbar-nav > li.btn-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    transition: padding .5s ease;
    -webkit-transition: padding .5s ease;
    -moz-transition: padding .5s ease;
    -ms-transition: padding .5s ease;
    -o-transition: padding .5s ease
}

.front-end-navbar .navbar-nav > li.btn-link .btn {
    padding: 5px 10px !important
}

.front-end-navbar .navbar-nav > li.btn-link:last-child {
    margin-right: 0
}

.front-end-navbar .navbar-nav > li.btn-link:focus, .front-end-navbar .navbar-nav > li.btn-link:hover {
    text-decoration: none;
    cursor: default
}

@media (max-width: 767px) {
    .front-end-navbar .navbar-nav > li.btn-link {
        float: left
    }

    .front-end-navbar .navbar-nav > li.btn-link:first-child {
        margin-left: 10px
    }
}

.front-end-navbar .navbar-brand {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.front-end-navbar.affix-top .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding .5s ease;
    -webkit-transition: padding .5s ease;
    -moz-transition: padding .5s ease;
    -ms-transition: padding .5s ease;
    -o-transition: padding .5s ease
}

.front-end-navbar.affix-top .navbar-nav > li.btn-link {
    padding-top: 19px;
    padding-bottom: 19px;
    transition: padding .5s ease;
    -webkit-transition: padding .5s ease;
    -moz-transition: padding .5s ease;
    -ms-transition: padding .5s ease;
    -o-transition: padding .5s ease
}

.front-end-navbar.affix-top .navbar-brand {
    height: 70px;
    font-size: 24px;
    line-height: 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.front-end-navbar.affix-top .navbar-toggle {
    margin-top: 17px;
    margin-bottom: 18px
}

.front-end-navbar .icon-bar {
    background-color: #777
}

.magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    list-style: none;
    background: #72b1c8;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px
}

.main-banner {
    position: relative;
    background: url(../img/landing-banner.jpg) #126da7 center top no-repeat;
    background-size: cover;
    height: 450px
}

.main-banner .transparent-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7)
}

.how-it-work-list .how-it-work-icon {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    border: 1px solid #333;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 120px;
    margin: 0 auto
}

.feature-wrapper {
    display: table;
    margin-bottom: 40px;
    color: #fff;
    padding-bottom: 0
}

.feature-wrapper:hover .feature-icon .feature-icon-inner:after {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: transform .5s ease, opacity .5s ease;
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    -moz-transition: -moz-transform .5s ease, opacity .5s ease;
    -ms-transition: -ms-transform .5s ease, opacity .5s ease;
    -o-transition: -o-transform .5s ease, opacity .5s ease;
    opacity: 1
}

.feature-wrapper .feature-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 20px
}

.feature-wrapper .feature-icon .feature-icon-inner {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 52px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-success:after {
    box-shadow: 0 0 0 5px #2baab1;
    -moz-box-shadow: 0 0 0 5px #2baab1;
    -webkit-box-shadow: 0 0 0 5px #2baab1
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-warning:after {
    box-shadow: 0 0 0 5px #edbc6c;
    -moz-box-shadow: 0 0 0 5px #edbc6c;
    -webkit-box-shadow: 0 0 0 5px #edbc6c
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-danger:after {
    box-shadow: 0 0 0 5px #e36159;
    -moz-box-shadow: 0 0 0 5px #e36159;
    -webkit-box-shadow: 0 0 0 5px #e36159
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-primary:after {
    box-shadow: 0 0 0 5px #3278b3;
    -moz-box-shadow: 0 0 0 5px #3278b3;
    -webkit-box-shadow: 0 0 0 5px #3278b3
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-info:after {
    box-shadow: 0 0 0 5px #23b7e5;
    -moz-box-shadow: 0 0 0 5px #23b7e5;
    -webkit-box-shadow: 0 0 0 5px #23b7e5
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-purple:after {
    box-shadow: 0 0 0 5px #7266ba;
    -moz-box-shadow: 0 0 0 5px #7266ba;
    -webkit-box-shadow: 0 0 0 5px #7266ba
}

.feature-wrapper .feature-icon .feature-icon-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    padding: 7px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transition: transform .5s ease, opacity .5s ease;
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    -moz-transition: -moz-transform .5s ease, opacity .5s ease;
    -ms-transition: -ms-transform .5s ease, opacity .5s ease;
    -o-transition: -o-transform .5s ease, opacity .5s ease
}

.feature-wrapper .feature-detail {
    display: table-cell;
    margin-top: 3px
}

.team-wrapper {
    padding: 0 20px
}

.team-wrapper .team-inner {
    position: relative;
    margin: 0 auto;
    width: 160px;
    overflow: hidden
}

.team-wrapper .team-avatar {
    width: 100px;
    height: 100px
}

.team-wrapper .team-info-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease
}

.team-wrapper .team-info-icon a {
    display: inline-block;
    color: #fff;
    opacity: 1;
    margin-top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.team-wrapper .team-info-icon a:focus, .team-wrapper .team-info-icon a:hover {
    color: #2baab1
}

.team-wrapper .team-img-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.team-wrapper .team-img-wrapper:hover .team-info-icon {
    opacity: 1;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease
}

.team-wrapper .team-img-wrapper:hover .team-info-icon a {
    margin-top: 60px;
    opacity: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.team-wrapper .team-img-wrapper:hover .team-profile-overlay {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease
}

.team-wrapper .team-profile-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.blog-wrapper .blog-img {
    position: relative
}

.blog-wrapper .blog-img img {
    width: 100%
}

.blog-wrapper .blog-img .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, .3);
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease
}

.blog-wrapper .blog-img .blog-overlay:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.blog-wrapper .blog-img .blog-link {
    display: inline-block;
    opacity: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-wrapper .blog-img .blog-link:focus, .blog-wrapper .blog-img .blog-link:hover {
    background-color: #2baab1
}

.blog-wrapper .blog-img:hover .blog-overlay {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease
}

.blog-wrapper .blog-img:hover .blog-link {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.blog-wrapper .blog-detail {
    position: relative;
    padding: 30px;
    background-color: #fff
}

.blog-wrapper .blog-detail:before {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    background: #fff;
    width: 16px;
    height: 16px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.animation-element {
    visibility: visible
}

.animation-element.disabled {
    visibility: hidden;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none
}

.front-end-footer {
    background-color: #1b1e24;
    color: #a2a7b5;
    padding-top: 50px;
    padding-bottom: 50px
}

.front-end-footer .photo-list {
    list-style: none
}

.front-end-footer .photo-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px
}

.front-end-footer .photo-list li img {
    display: block;
    width: 50px;
    height: 50px
}

.front-end-footer .photo-list li a {
    display: block;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease
}

.front-end-footer .photo-list li a:focus, .front-end-footer .photo-list li a:hover {
    opacity: .7;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease
}

.front-end-footer a {
    color: #a2a7b5
}

.front-end-footer a:focus, .front-end-footer a:hover {
    color: #2baab1
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container-multi.select2-container-active .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #2baab1
}

.wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background: #2baab1
}

.wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background: #7cdadf
}

.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    background: #2baab1
}

.wizard > .steps > ul > li {
    width: 25%
}

@media (max-width: 600px) {
    .wizard > .steps > ul > li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .wizard > .steps > ul > li {
        width: 100%
    }
}

.wizard > .content > .body {
    width: 100%
}

.wizard > .content > .body .parsley-errors-list {
    list-style: none !important
}

.wizard.light-background > .content {
    background: #f5f5f5
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%
}

@media (max-width: 600px) {
    .wizard.vertical > .steps {
        float: none;
        display: block;
        width: 100%
    }
}

@media (max-width: 600px) {
    .wizard.vertical > .content {
        display: block;
        width: auto;
        float: none;
        margin: .5em
    }
}

.dropzone .dropzone-previews a.dz-remove, .dropzone a.dz-remove {
    background: #e36159;
    border-color: #e36159;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.dropzone .dropzone-previews a.dz-remove.active, .dropzone .dropzone-previews a.dz-remove:active, .dropzone .dropzone-previews a.dz-remove:focus, .dropzone .dropzone-previews a.dz-remove:hover, .dropzone a.dz-remove.active, .dropzone a.dz-remove:active, .dropzone a.dz-remove:focus, .dropzone a.dz-remove:hover {
    color: #fff;
    background: #e87e78;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.dropzone .dz-default.dz-message {
    background-image: none
}

.dropzone .dz-default.dz-message span {
    display: block;
    text-align: center;
    font-size: 30px
}

.dropzone .dz-default.dz-message small {
    font-size: 21px
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
    background: linear-gradient(top, #fafafa 0, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-handle:hover {
    color: #2baab1;
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item > button[data-action=collapse]:before {
    content: '-'
}

.dd-empty, .dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
    background: linear-gradient(top, #fafafa 0, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd3-content:hover {
    color: #2baab1;
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0
}

.dd3-item > button {
    margin-left: 30px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0, #bbb 100%);
    background: linear-gradient(top, #ddd 0, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dd3-handle:hover {
    background: #ddd
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #2baab1
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom-color: #2baab1
}

.noty_bar.noty_type_success {
    background: #2baab1;
    border: 1px solid #2baab1;
    color: #fff
}

.noty_bar.noty_type_error {
    background: #e36159;
    border: 1px solid #e36159;
    color: #fff
}

.noty_bar.noty_type_information {
    background: #23b7e5;
    border: 1px solid #23b7e5;
    color: #fff
}

.noty_bar.noty_type_warning {
    background: #edbc6c;
    border: 1px solid #edbc6c;
    color: #fff
}

.noty_bar.noty_type_alert {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #777
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.full-width {
    width: 100%
}

.full-height {
    padding-bottom: 9999px;
    margin-bottom: -9999px
}

.inline {
    display: inline-block
}

.seperator {
    padding-top: 10px
}

.box-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.no-padding {
    padding: 0 !important
}

.no-p-top {
    padding-top: 0 !important
}

.no-p-bottom {
    padding-bottom: 0 !important
}

.p-top-xs {
    padding-top: 5px
}

.p-top-sm {
    padding-top: 10px
}

.padding-xs {
    padding: 5px !important
}

.padding-sm {
    padding: 10px !important
}

.padding-md {
    padding: 0px !important
}

.padding-lg {
    padding: 40px !important
}

.paddingLR-xs {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.paddingLR-sm {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.paddingLR-md {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.paddingLR-lg {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.paddingTB-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.paddingTB-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.paddingTB-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.paddingTB-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.no-margin {
    margin-top: 0px !important;
}

.no-m-top {
    margin-top: 0 !important
}

.no-m-bottom {
    margin-bottom: 0 !important
}

.no-m-left {
    margin-left: 0 !important
}

.no-m-right {
    margin-right: 0 !important
}

.margin-xs {
    margin: 5px !important
}

.margin-sm {
    margin: 10px !important
}

.margin-md {
    margin: 20px !important
}

.margin-lg {
    margin: 40px !important
}
.marginTB-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.marginTB-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.marginTB-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.m-top-xs {
    margin-top: 5px
}

.m-top-sm {
    margin-top: 10px
}

.m-top-md {
    margin-top: 20px
}

.m-top-lg {
    margin-top: 40px
}

.m-left-xs {
    margin-left: 5px
}

.m-left-md {
    margin-left: 20px
}

.m-left-lg {
    margin-left: 40px
}

.m-right-xs {
    margin-right: 5px
}

.m-right-md {
    margin-right: 20px
}

.m-right-lg {
    margin-right: 40px
}

.m-bottom-xs {
    margin-bottom: 5px
}

.m-bottom-sm {
    margin-bottom: 10px
}

.m-bottom-md {
    margin-bottom: 20px
}

.m-bottom-lg {
    margin-bottom: 40px
}

.font-normal {
    font-weight: 400
}

.font-semi-bold {
    font-weight: 600
}

.font-sm {
    font-size: 70%
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

@media (max-width: 767px) {
    .text-left-sm {
        text-align: left !important
    }
}

.text-white {
    color: #fff
}

.text-muted {
    color: #aaa
}

.text-muted-light {
    color: #eee
}

.text-dark {
    color: #2a2a2a
}

.text-primary {
    color: #3278b3
}

.text-info {
    color: #23b7e5
}

.text-success {
    color: #2baab1
}

.text-warning {
    color: #edbc6c
}

.text-danger {
    color: #e36159
}

.text-purple {
    color: #7266ba
}

.text-skin {
    color: #2baab1
}

.text-upper {
    text-transform: uppercase
}

.bg-white {
    background-color: #fff
}

.bg-palette1 {
    background-color: #2baab1
}

.bg-palette2 {
    background-color: #23b7e5
}

.bg-palette3 {
    background-color: #7266ba
}

.bg-palette4 {
    background-color: #e36159
}

.bg-light {
    background-color: #f9f9f9
}

.bg-dark-blue {
    background-color: #4c5f70;
    color: #fff
}

.bg-grey {
    background-color: #edeef1
}

.bg-dark-grey {
    background-color: #bebfba
}

.bg-primary {
    background-color: #3278b3;
    color: #fff
}

.bg-warning {
    background-color: #edbc6c;
    color: #fff
}

.bg-info {
    background-color: #23b7e5;
    color: #fff
}

.bg-success {
    background-color: #2baab1;
    color: #fff
}

.bg-success .text-muted {
    color: #e4e9ed
}

.bg-danger {
    background-color: #e36159;
    color: #fff !important
}

.bg-purple {
    background-color: #7266ba;
    color: #fff
}

.bg-light-green {
    background-color: #1dc499
}

.bg-dark {
    background-color: #3f3f3b;
    color: #fff !important
}

.no-border {
    border: none
}

.border-transparent {
    border: 1px solid transparent
}

.border-all {
    border: 1px solid #ddd
}

.border-left {
    border-left: 1px solid #ddd
}

.border-right {
    border-right: 1px solid #ddd
}

.border-top {
    border-top: 1px solid #ddd
}

.border-bottom {
    border-bottom: 1px solid #ddd
}

.no-rounded {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.rounded {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em
}

.rounded-top {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.rounded-bottom {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
}

.width-100 {
    width: 100%
}

.overflow-hidden {
    overflow: hidden
}

.vertical-top {
    vertical-align: top
}

.vertical-middle {
    vertical-align: middle
}

@media (max-width: 767px) {
    .pull-left-sm {
        float: left !important
    }
}

.preload * {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.swing {
    animation-name: swing;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.flipInH {
    animation-name: flipInH;
    -webkit-animation-name: flipInH;
    -moz-animation-name: flipInH;
    -ms-animation-name: flipInH;
    -o-animation-name: flipInH;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.flipInV {
    animation-name: flipInV;
    -webkit-animation-name: flipInV;
    -moz-animation-name: flipInV;
    -ms-animation-name: flipInV;
    -o-animation-name: flipInV;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s
}

.progressStart {
    animation-name: progressStart;
    -webkit-animation-name: progressStart;
    -moz-animation-name: progressStart;
    -ms-animation-name: progressStart;
    -o-animation-name: progressStart;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s
}

.animation-delay1 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -ms-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay2 {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay3 {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay4 {
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -ms-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay5 {
    animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay6 {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay7 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay8 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay9 {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animation-delay10 {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    -ms-animation-delay: 1.9s;
    -o-animation-delay: 1.9s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(-15deg)
    }
    40% {
        -webkit-transform: rotate(15deg)
    }
    60% {
        -webkit-transform: rotate(-7deg)
    }
    80% {
        -webkit-transform: rotate(7deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(0deg)
    }
    20% {
        -moz-transform: rotate(-15deg)
    }
    40% {
        -moz-transform: rotate(15deg)
    }
    60% {
        -moz-transform: rotate(-7deg)
    }
    80% {
        -moz-transform: rotate(7deg)
    }
    100% {
        -moz-transform: rotate(0)
    }
}

@-ms-keyframes swing {
    0% {
        -ms-transform: rotate(0deg)
    }
    20% {
        -ms-transform: rotate(-15deg)
    }
    40% {
        -ms-transform: rotate(15deg)
    }
    60% {
        -ms-transform: rotate(-7deg)
    }
    80% {
        -ms-transform: rotate(7deg)
    }
    100% {
        -ms-transform: rotate(0)
    }
}

@-o-keyframes swing {
    0% {
        -o-transform: rotate(0deg)
    }
    20% {
        -o-transform: rotate(-15deg)
    }
    40% {
        -o-transform: rotate(15deg)
    }
    60% {
        -o-transform: rotate(-7deg)
    }
    80% {
        -o-transform: rotate(7deg)
    }
    100% {
        -o-transform: rotate(0)
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg)
    }
    20% {
        transform: rotate(-15deg)
    }
    40% {
        transform: rotate(15deg)
    }
    60% {
        transform: rotate(-7deg)
    }
    80% {
        transform: rotate(7deg)
    }
    100% {
        transform: rotate(0)
    }
}

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

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

@-ms-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
    }
}

@-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)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -ms-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)
    }
}

@-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)
    }
}

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

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

@-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)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -ms-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)
    }
}

@-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)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -ms-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)
    }
}

@-webkit-keyframes flipInH {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    33% {
        -webkit-transform: perspective(1000px) rotateY(-10deg)
    }
    66% {
        -webkit-transform: perspective(1000px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInH {
    0% {
        -moz-transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    33% {
        -moz-transform: perspective(1000px) rotateY(-10deg)
    }
    66% {
        -moz-transform: perspective(1000px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

@-ms-keyframes flipInH {
    0% {
        -ms-transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    33% {
        -ms-transform: perspective(1000px) rotateY(-10deg)
    }
    66% {
        -ms-transform: perspective(1000px) rotateY(10deg)
    }
    100% {
        -ms-transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInH {
    0% {
        -o-transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    33% {
        -o-transform: perspective(1000px) rotateY(-10deg)
    }
    66% {
        -o-transform: perspective(1000px) rotateY(10deg)
    }
    100% {
        -o-transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInH {
    0% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
    33% {
        transform: perspective(1000px) rotateY(-10deg)
    }
    66% {
        transform: perspective(1000px) rotateY(10deg)
    }
    100% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes flipInV {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    33% {
        -webkit-transform: perspective(1000px) rotateX(-10deg)
    }
    66% {
        -webkit-transform: perspective(1000px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInV {
    0% {
        -moz-transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    33% {
        -moz-transform: perspective(1000px) rotateX(-10deg)
    }
    66% {
        -moz-transform: perspective(1000px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

@-ms-keyframes flipInV {
    0% {
        -ms-transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    33% {
        -ms-transform: perspective(1000px) rotateX(-10deg)
    }
    66% {
        -ms-transform: perspective(1000px) rotateX(10deg)
    }
    100% {
        -ms-transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInV {
    0% {
        -o-transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    33% {
        -o-transform: perspective(1000px) rotateX(-10deg)
    }
    66% {
        -o-transform: perspective(1000px) rotateX(10deg)
    }
    100% {
        -o-transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInV {
    0% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
    33% {
        transform: perspective(1000px) rotateX(-10deg)
    }
    66% {
        transform: perspective(1000px) rotateX(10deg)
    }
    100% {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.7)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0.7)
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05)
    }
    100% {
        -ms-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.7)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }
    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.7)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes progressStart {
    0% {
        width: 0
    }
}

@-moz-keyframes progressStart {
    0% {
        width: 0
    }
}

@-ms-keyframes progressStart {
    0% {
        width: 0
    }
}

@-o-keyframes progressStart {
    0% {
        width: 0
    }
}

@keyframes progressStart {
    0% {
        width: 0
    }
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0)
    }
    50% {
        -webkit-transform: rotateY(360deg)
    }
    100% {
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes rotateY {
    0% {
        -moz-transform: rotateY(0)
    }
    50% {
        -moz-transform: rotateY(360deg)
    }
    100% {
        -moz-transform: rotateY(0)
    }
}

@-ms-keyframes rotateY {
    0% {
        -ms-transform: rotateY(0)
    }
    50% {
        -ms-transform: rotateY(360deg)
    }
    100% {
        -ms-transform: rotateY(0)
    }
}

@-o-keyframes rotateY {
    0% {
        -o-transform: rotateY(0)
    }
    50% {
        -o-transform: rotateY(360deg)
    }
    100% {
        -o-transform: rotateY(0)
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(0)
    }
    50% {
        transform: rotateY(360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@-moz-keyframes rotateX {
    0% {
        -moz-transform: rotateX(0)
    }
    50% {
        -moz-transform: rotateX(360deg)
    }
    100% {
        -moz-transform: rotateX(0)
    }
}

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0)
    }
    50% {
        -webkit-transform: rotateX(360deg)
    }
    100% {
        -webkit-transform: rotateX(0)
    }
}

@-moz-keyframes rotateX {
    0% {
        -moz-transform: rotateX(0)
    }
    50% {
        -moz-transform: rotateX(360deg)
    }
    100% {
        -moz-transform: rotateX(0)
    }
}

@-ms-keyframes rotateX {
    0% {
        -ms-transform: rotateX(0)
    }
    50% {
        -ms-transform: rotateX(360deg)
    }
    100% {
        -ms-transform: rotateX(0)
    }
}

@-o-keyframes rotateX {
    0% {
        -o-transform: rotateX(0)
    }
    50% {
        -o-transform: rotateX(360deg)
    }
    100% {
        -o-transform: rotateX(0)
    }
}

@keyframes rotateX {
    0% {
        transform: rotateX(0)
    }
    50% {
        transform: rotateX(360deg)
    }
    100% {
        transform: rotateX(0)
    }
}
#leftdiv,#rightdiv{
	display:none;
}