body {
    color: #5c5c5c;
    font-size: 15px;
    padding-top: 56px;
    font-family: 'Roboto', sans-serif;
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a {
    cursor: pointer;
    color: #1e0d1e;
    text-decoration: none;
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover{text-decoration: none;
        
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

dd, dt, dl, ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

td img,td input[type="image"]{    max-width: fit-content;}

.RadGrid input[type="image"]{
    border: 0;
}

.left{float: left}
.right{float: right;}



.h3, h3 {
    font-size: 34px;
}


table.table-grid
{
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
table.table-grid th{
    background-color: #3a4748;
    color: #FFF;
    font-weight: bold
}
table.table-grid td
{
    border-bottom: 1px solid #FFF;
}
table.table-grid tr:nth-child(even) {background: #f7f7f7}
table.table-grid tr:nth-child(odd) {background: #f9f9f9}
table.table-grid tr::selection {background: #fbf8f2}

.enNum{font-family: Arial}

.fixed-top {
    position: fixed;
}

.navbar {
    border-bottom: 1px #f7f7f7 solid;
        background-color: #fff;
}


.color-login{color: #7c7c7c;}

.gry-bg {
    background-color: #f1f1f1;
}
.gry-bg2 {
    background-color: #f2f6f8;
}
.gry-bg3 {
    background-color: #e4e9eb;
}
.main-color {
    color: #00a1b2;
}
.red-color {
    color: #ef524f;
}
.yellow-color {
    color: #f9b640;
}

.centered {
    display: table;
    margin: auto;
    text-align: center;
}


.social-list li a {
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #45535e;
}

footer a,footer
{
    color: #647a89;
}


.footer-menu li{
	float:right;
	padding:0 15px 0 0;
	text-transform:initial;
	font-size: 12px;
}
.footer-menu li:first-child{
	padding:0 0 0 0
}

/*TAPS*/
#exTab1 .tab-content {
  padding : 20px 0px;
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#exTab1 .nav-pills {
  border-bottom: 1px solid #ecedef;
}
#exTab1 .nav-pills>li.active>a,
#exTab1 .nav-pills>li>a.active
{
    color: #be2070;
    background-color: transparent;
  border-bottom: 2px solid #be2070;
    border-radius: 0;
    font-weight: bold;
}
#exTab1 .nav-pills > li > a {
    border-radius: 0;
    color: #647a89;
}
/*TAPS*/


/*BTN*/

.btn.white {
	color:#fff !important;
}

.btn-light-pink {
	background-color:#8a8a8a;
	color:#fff;
}
.btn-light-pink:hover {
	background-color:#be2070;
	color:#ffffff;
}
.btn-light-pink.btn-outlined, .btn-light-pink.btn-square_outlined {
	color:#8a8a8a;
	border-color:#8a8a8a;
}
.btn-light-pink.btn-3d {
	-webkit-box-shadow:0 4px 0 #3253bc;
	box-shadow:0 4px 0 #3253bc;
	margin-bottom:5px;
}

.btn-blue {
	background-color:#5472d2;
	color:#fff;
}
.btn-blue:hover {
	background-color:#3c5ecc;
	color:#f7f7f7;
}
.btn-blue.btn-outlined, .btn-blue.btn-square_outlined {
	color:#5472d2;
	border-color:#5472d2;
}
.btn-blue.btn-3d {
	-webkit-box-shadow:0 4px 0 #3253bc;
	box-shadow:0 4px 0 #3253bc;
	margin-bottom:5px;
}

.btn-face {
	background-color:#3a589a;
	color:#fff;
}
.btn-face:hover {
	background-color:#3c5ecc;
	color:#f7f7f7;
}
.btn-face.btn-outlined, .btn-face.btn-square_outlined {
	color:#3a589a;
	border-color:#3a589a;
}
.btn-face.btn-3d {
	-webkit-box-shadow:0 4px 0 #3253bc;
	box-shadow:0 4px 0 #3253bc;
	margin-bottom:5px;
}

.btn-Twitter {
    color: #fff;
    background-color: #4aaaf4;
    border-color: #4aaaf4;
}

.btn-turquoise {
	background-color:#00c1cf;
	color:#fff;
}
.btn-turquoise:hover {
	background-color:#00a4b0;
	color:#fff !important;
}
.btn-turquoise.btn-outlined, .btn-turquoise.btn-square_outlined {
	color:#00c1cf;
	border-color:#00c1cf;
}
.btn-turquoise.btn-3d {
	-webkit-box-shadow:0 4px 0 #008d97;
	box-shadow:0 4px 0 #008d97;
	margin-bottom:5px;
}

.btn-gradiant {
	color:#fff !important;
    background-color: #f16d20;
}
.btn-gradiant:hover {
	background-color:#b85c26;
	color:#fff !important;
}
.btn-gradiant.btn-outlined, .btn-gradiant.btn-square_outlined {
	color:#f16d20;
	border-color:#f16d20;
}
.btn-gradiant.btn-3d {
	-webkit-box-shadow:0 4px 0 #008d97;
	box-shadow:0 4px 0 #008d97;
	margin-bottom:5px;
}

.btn-gradiant-torq {
	color:#fff !important;
    
    background-image: url(../images/btn-bg-torq-gr.png);
    background-color: #be2070;
    background-size: 180px;
    background-position: left;
    background-repeat: no-repeat;
}
.btn-gradiant-torq:hover {
	background-color:#95225c;
	color:#fff !important;
}
.btn-gradiant-torq.btn-outlined, .btn-gradiant-torq.btn-square_outlined {
	color:#be2070;
	border-color:#be2070;
}
.btn-gradiant-torq.btn-3d {
	-webkit-box-shadow:0 4px 0 #008d97;
	box-shadow:0 4px 0 #008d97;
	margin-bottom:5px;
}

.btn-gradiant-oran {
	color:#fff !important;
    
    background-image: url(../images/btn-bg-oran-gr.png);
    background-color: #f16d20;
    background-size: 180px;
    background-position: left;
    background-repeat: no-repeat;
}
.btn-gradiant-oran:hover {
	background-color:#b85c26;
	color:#fff !important;
}
.btn-gradiant-oran.btn-outlined, .btn-gradiant-oran.btn-square_outlined {
	color:#f16d20;
	border-color:#f16d20;
}
.btn-gradiant-oran.btn-3d {
	-webkit-box-shadow:0 4px 0 #008d97;
	box-shadow:0 4px 0 #008d97;
	margin-bottom:5px;
}

.btn-pink {
	background-color:#fe6c61;
	color:#fff;
}
.btn-pink:hover {
	background-color:#fe5043;
	color:#f7f7f7;
}
.btn-pink.btn-outlined, .btn-pink.btn-square_outlined {
	color:#fe6c61 !important;
	border-color:#fe6c61;
}
.btn-pink.btn-3d {
	-webkit-box-shadow:0 4px 0 #fe3829;
	box-shadow:0 4px 0 #fe3829;
	margin-bottom:5px;
}

.btn-darkpink {
	background-color:#be2070;
	color:#fff;
}
.btn-darkpink:hover {
	background-color:#f16d20;
	color:#f7f7f7;
}
.btn-darkpink.btn-outlined, .btn-darkpink.btn-square_outlined {
	color:#be2070 !important;
	border-color:#be2070 !important;
}
.btn-darkpink.btn-3d {
	-webkit-box-shadow:0 4px 0 #fe3829;
	box-shadow:0 4px 0 #fe3829;
	margin-bottom:5px;
}

.btn-default.btn-3d {
	margin-bottom:5px;
}
.btn-default.btn-3d:hover {
	-webkit-box-shadow:0 4px 0 #2A2A2A;
	box-shadow:0 4px 0 #2A2A2A;
	color:#fff;
}
.btn-default.btn-outlined {
	background-color:transparent;
}

.btn-violet {
	background-color:#8d6dc4;
	color:#fff;
}
.btn-violet:hover {
	background-color:#7c57bb;
	color:#f7f7f7;
}
.btn-violet.btn-outlined, .btn-violet.btn-square_outlined {
	color:#8d6dc4;
	border-color:#8d6dc4;
}
.btn-violet.btn-3d {
	-webkit-box-shadow:0 4px 0 #6e48b1;
	box-shadow:0 4px 0 #6e48b1;
	margin-bottom:5px;
}

.btn-peacoc {
	background-color:#4cadc9;
	color:#fff;
}
.btn-peacoc:hover {
	background-color:#39a0bd;
	color:#f7f7f7;
}
.btn-peacoc.btn-outlined, .btn-peacoc.btn-square_outlined {
	color:#4cadc9;
	border-color:#1cadc9;
}
.btn-peacoc.btn-3d {
	-webkit-box-shadow:0 4px 0 #338faa;
	box-shadow:0 4px 0 #338faa;
	margin-bottom:5px;
}

.btn-chino {
	background-color:#cec2ab;
	color:#fff;
}
.btn-chino:hover {
	background-color:#c3b498;
	color:#f7f7f7;
}
.btn-chino.btn-outlined, .btn-chino.btn-square_outlined {
	color:#cec2ab;
	border-color:#cec2ab;
}
.btn-chino.btn-3d {
	-webkit-box-shadow:0 4px 0 #b9a888;
	box-shadow:0 4px 0 #b9a888;
	margin-bottom:5px;
}

.btn-mulled_wine {
	background-color:#50485b;
	color:#fff;
}
.btn-mulled_wine:hover {
	background-color:#413a4a;
	color:#f7f7f7;
}
.btn-mulled_wine.btn-outlined, .btn-mulled_wine.btn-square_outlined {
	color:#50485b;
	border-color:#50485b;
}
.btn-mulled_wine.btn-3d {
	-webkit-box-shadow:0 4px 0 #342f3c;
	box-shadow:0 4px 0 #342f3c;
	margin-bottom:5px;
}

.btn-vista_blue {
	background-color:#75d69c;
	color:#fff;
}
.btn-vista_blue:hover {
	background-color:#5dcf8b;
	color:#f7f7f7;
}
.btn-vista_blue.btn-outlined, .btn-vista_blue.btn-square_outlined {
	color:#75d69c !important;
	border-color:#75d69c;
}
.btn-vista_blue.btn-3d {
	-webkit-box-shadow:0 4px 0 #4ac97d;
	box-shadow:0 4px 0 #4ac97d;
	margin-bottom:5px;
}

.btn-black {
	background-color:#2a2a2a;
	color:#fff;
}
.btn-black:hover {
	background-color:#383838;
	color:#f7f7f7;
}
.btn-black.btn-outlined, .btn-black.btn-square_outlined {
	color:#2a2a2a;
	border-color:#2a2a2a;
}
.btn-black.btn-3d {
	-webkit-box-shadow:0 4px 0 #595959;
	box-shadow:0 4px 0 #151515;
	margin-bottom:5px;
}

.btn-grey {
	background-color:#ebebeb;
	text-shadow:none;
}
.btn-grey:hover {
	background-color:#dcdcdc;
	color:#5e5e5e;
}
.btn-grey.btn-outlined, .btn-grey.btn-square_outlined {
	color:#ebebeb;
	border-color:#ebebeb;
}
.btn-grey.btn-3d {
	-webkit-box-shadow:0 4px 0 #cfcfcf;
	box-shadow:0 4px 0 #cfcfcf;
	margin-bottom:5px;
}

.btn-orange {
	background-color:#f7be68;
	color:#fff;
}
.btn-orange:hover {
	background-color:#f5b14b;
	color:#f7f7f7;
}
.btn-orange.btn-outlined, .btn-orange.btn-square_outlined {
	color:#f7be68;
	border-color:#f7be68;
}
.btn-orange.btn-3d {
	-webkit-box-shadow:0 4px 0 #f4a733;
	box-shadow:0 4px 0 #f4a733;
	margin-bottom:5px;
}

.btn-sky {
	background-color:#5aa1e3;
	color:#fff;
}
.btn-sky:hover {
	background-color:#4092df;
	color:#f7f7f7;
}
.btn-sky.btn-outlined, .btn-sky.btn-square_outlined {
	color:#5aa1e3;
	border-color:#5aa1e3;
}
.btn-sky.btn-3d {
	-webkit-box-shadow:0 4px 0 #2a86db;
	box-shadow:0 4px 0 #2a86db;
	margin-bottom:5px;
}

.btn-green {
	background-color:#6dab3c;
	color:#fff;
}
.btn-green:hover {
	background-color:#5f9434;
	color:#f7f7f7;
}
.btn-green.btn-outlined, .btn-green.btn-square_outlined {
	color:#6dab3c;
	border-color:#6dab3c;
}
.btn-green.btn-3d {
	-webkit-box-shadow:0 4px 0 #53812d;
	box-shadow:0 4px 0 #53812d;
	margin-bottom:5px;
}

.btn-juicy_pink {
	background-color:#f4524d;
	color:#fff;
}
.btn-juicy_pink:hover {
	background-color:#f23630;
	color:#f7f7f7;
}
.btn-juicy_pink.btn-outlined, .btn-juicy_pink.btn-square_outlined {
	color:#f4524d;
	border-color:#f4524d;
}
.btn-juicy_pink.btn-3d {
	-webkit-box-shadow:0 4px 0 #f11f18;
	box-shadow:0 4px 0 #f11f18;
	margin-bottom:5px;
}

.btn-sandy_brown {
	background-color:#f79468;
	color:#fff;
}
.btn-sandy_brown:hover {
	background-color:#f57f4b;
	color:#f7f7f7;
}
.btn-sandy_brown.btn-outlined, .btn-sandy_brown.btn-square_outlined {
	color:#f79468;
	border-color:#f79468;
}
.btn-sandy_brown.btn-3d {
	-webkit-box-shadow:0 4px 0 #f46e33;
	box-shadow:0 4px 0 #f46e33;
	margin-bottom:5px;
}

.btn-purple {
	background-color:#b97ebb;
	color:#fff;
}
.btn-purple:hover {
	background-color:#ae6ab0;
	color:#f7f7f7;
}
.btn-purple.btn-outlined, .btn-purple.btn-square_outlined {
	color:#b97ebb;
	border-color:#b97ebb;
}
.btn-purple.btn-3d {
	-webkit-box-shadow:0 4px 0 #a559a8;
	box-shadow:0 4px 0 #a559a8;
	margin-bottom:5px;
}
.btn-white {
	background-color:#fff;
	text-shadow:none;
}

.btn-white:hover {
	background-color:#f0f0f0;
	color:#5e5e5e;
}
.btn-white.btn-outlined, .btn-white.btn-square_outlined {
	color:#fff;
	border-color:#fff;
}
.btn-white.btn-3d {
	-webkit-box-shadow:0 4px 0 #e3e3e3;
	box-shadow:0 4px 0 #e3e3e3;
	margin-bottom:5px;
}

.btn-grace {
	background-color:#aed13b;
	color:#fff;
}
.btn-grace:hover {
	background-color:#9ec02d;
	color:#f7f7f7;
}
.btn-grace.btn-outlined, .btn-grace.btn-square_outlined {
	color:#aed13b;
	border-color:#aed13b;
}
.btn-grace.btn-3d {
	-webkit-box-shadow:0 4px 0 #8dac28;
	box-shadow:0 4px 0 #8dac28;
	margin-bottom:5px;
}
.btn-square,.modal-content {
	border-radius:0px;
}
.btn-shadow {
	border-radius:0px;
}
.btn-round {
	border-radius:25px;
}
.btn-outlined {
	background-color:transparent;
	border:1px solid;
	text-shadow:none !important;
}
.btn-transparent {
    background-color: transparent;
    border: 1px solid transparent !important;
    text-shadow: none !important;
}
/*BTN*/


.border-gray
{
    clear: both;
    display: block;
    border-top: 1px solid #e7e7e7;
}

.shadow
{
   box-shadow: 0 0px 60px 0px rgba(0, 0, 0, 0.09);
}

.card-top-learning
{
    height: 125px;
    background-size: 100% 100%;
    position: relative;
}
.card-top-learning-body
{
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.card-img-top{height: 120px}

.card-shadow
{
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
   box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.card-shadow .card-img-top
{
    position: absolute;
    top: -10px;
    left: 10px;
    max-height: 200px;
    z-index: 5;
}
/*.card-shadow .card-img-top::before
{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 185px;
    width: 116.66PX;
    z-index: 4;
    background-color: #f2f6f8;
}*/
.card-shadow .card-img-top .fa
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e0edf3;
    color: #FFF;
    padding: 19px;
    margin: 0 30%;
    font-size: 36px;
}

.card-shadow-curved
{
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    min-height: 230px;
    word-wrap: break-word;
    background-image: url(../images/bg-card-curved.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.card-shadow-curved .card-img-top
{
    position: absolute;
    top: -10px;
    left: 10px;
    height: 185px;
    max-height: 185px;
        background-color: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.card-shadow-curved .card-img-top .fa
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e0edf3;
    color: #FFF;
    padding: 19px;
    margin: 0 30%;
    font-size: 36px;
}
.card-shadow-curved  h4.card-title {
    height: 1.0em;
}

.card-shadow-clear
{
    border: 0;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
}


/* ==========================================================================
  11. IMPORTANT CLASSES
============================================================================= */
.txt-shadow{text-shadow: 1px 1px 1px rgba(0,0,0,.2);}
.font-5{font-size:5px !important}
.font-6{font-size:6px !important}
.font-7{font-size:7px !important}
.font-8{font-size:8px !important}
.font-9{font-size:9px !important}
.font-10{font-size:10px !important}
.font-11{font-size:11px !important}
.font-12{font-size:12px !important}
.font-13{font-size:13px !important}
.font-14{font-size:14px !important}
.font-15{font-size:15px !important}
.font-20{font-size:20px !important}
.font-30{font-size:30px !important}
.font-40{font-size:40px !important;letter-spacing: 1px;}
.font-50{font-size:50px !important;letter-spacing: 1px;}
.font-60{font-size:60px !important;letter-spacing: 1px;}
.font-70{font-size:70px !important;letter-spacing: 1px;}
.font-80{font-size:80px !important;letter-spacing: 1px;}
.font-90{font-size:90px !important;letter-spacing: 1px;}
.font-100{font-size:100px !important;letter-spacing: 1px;}



.padding-right-0 {padding-right: 0;}
.padding-right-5 {padding-right: 5px;}
.padding-right-10 {padding-right: 10px;}
.padding-right-15 {padding-right: 15px;}
.padding-right-20 {padding-right: 20px;}
.padding-right-25 {padding-right: 25px;}
.padding-right-30 {padding-right: 30px;}
.padding-right-35 {padding-right: 35px;}
.padding-right-40 {padding-right: 40px;}
.padding-right-45 {padding-right: 45px;}
.padding-right-50 {padding-right: 50px;}
.padding-right-60 {padding-right: 60px;}
.padding-right-70 {padding-right: 70px;}
.padding-right-80 {padding-right: 80px;}
.padding-right-90 {padding-right: 90px;}
.padding-right-100 {padding-right: 100px;}
.padding-right-110 {padding-right: 110px;}

.padding-left-0 {padding-left: 0;}
.padding-left-5 {padding-left: 5px;}
.padding-left-10 {padding-left: 10px;}
.padding-left-15 {padding-left: 15px;}
.padding-left-20 {padding-left: 20px;}
.padding-left-25 {padding-left: 25px;}
.padding-left-30 {padding-left: 30px;}
.padding-left-35 {padding-left: 35px;}
.padding-left-40 {padding-left: 40px;}
.padding-left-45 {padding-left: 45px;}
.padding-left-50 {padding-left: 50px;}
.padding-left-60 {padding-left: 60px;}
.padding-left-70 {padding-left: 70px;}
.padding-left-80 {padding-left: 80px;}
.padding-left-90 {padding-left: 90px;}
.padding-left-100 {padding-left: 100px;}


.padding-horizontal-0 {padding-left: 0;padding-right: 0;}
.padding-horizontal-5 {padding-left: 5px;padding-right: 5px;}
.padding-horizontal-10 {padding-left: 10px;padding-right: 10px;}
.padding-horizontal-15 {padding-left: 15px;padding-right: 15px;}
.padding-horizontal-20 {padding-left: 20px;padding-right: 20px;}
.padding-horizontal-25 {padding-left: 25px;padding-right: 25px;}
.padding-horizontal-30 {padding-left: 30px;padding-right: 30px;}
.padding-horizontal-35 {padding-left: 35px;padding-right: 35px;}
.padding-horizontal-40 {padding-left: 40px;padding-right: 40px;}
.padding-horizontal-45 {padding-left: 45px;padding-right: 45px;}
.padding-horizontal-50 {padding-left: 50px;padding-right: 50px;}
.padding-horizontal-60 {padding-left: 60px;padding-right: 60px;}
.padding-horizontal-70 {padding-left: 70px;padding-right: 70px;}
.padding-horizontal-80 {padding-left: 80px;padding-right: 80px;}
.padding-horizontal-90 {padding-left: 90px;padding-right: 90px;}
.padding-horizontal-100 {padding-left: 100px;padding-right: 100px;}
.padding-vertical-0 {padding-top: 0;padding-bottom: 0;}
.padding-vertical-5 {padding-top: 5px;padding-bottom: 5px;}
.padding-vertical-10 {padding-top: 10px;padding-bottom: 10px;}
.padding-vertical-15 {padding-top: 15px;padding-bottom: 15px;}
.padding-vertical-20 {padding-top: 20px;padding-bottom: 20px;}
.padding-vertical-25 {padding-top: 25px;padding-bottom: 25px;}
.padding-vertical-30 {padding-top: 30px;padding-bottom: 30px;}
.padding-vertical-35 {padding-top: 35px;padding-bottom: 35px;}
.padding-vertical-40 {padding-top: 40px;padding-bottom: 40px;}
.padding-vertical-45 {padding-top: 45px;padding-bottom: 45px;}
.padding-vertical-50 {padding-top: 50px;padding-bottom: 50px;}
.padding-vertical-60 {padding-top: 60px;padding-bottom: 60px;}
.padding-vertical-70 {padding-top: 70px;padding-bottom: 70px;}
.padding-vertical-80 {padding-top: 80px;padding-bottom: 80px;}
.padding-vertical-90 {padding-top: 90px;padding-bottom: 90px;}
.padding-vertical-100 {padding-top: 100px;padding-bottom: 100px;}
.lg-padding{padding:120px 0}
.padding-bottom-0{padding-bottom:0}
.padding-top-0{padding-top:0}

.margin-0{margin:0}
.margin-vertical-0 {margin-top: 0;margin-bottom: 0;}
.margin-vertical-5 {margin-top: 5px;margin-bottom: 5px;}
.margin-vertical-10 {margin-top: 10px;margin-bottom: 10px;}
.margin-vertical-15 {margin-top: 15px;margin-bottom: 15px;}
.margin-vertical-20 {margin-top: 20px;margin-bottom: 20px;}
.margin-vertical-25 {margin-top: 25px;margin-bottom: 25px;}
.margin-vertical-30 {margin-top: 30px;margin-bottom: 30px;}
.margin-vertical-35 {margin-top: 35px;margin-bottom: 35px;}
.margin-vertical-40 {margin-top: 40px;margin-bottom: 40px;}
.margin-vertical-45 {margin-top: 45px;margin-bottom: 45px;}
.margin-vertical-50 {margin-top: 50px;margin-bottom: 50px;}
.margin-vertical-60 {margin-top: 60px;margin-bottom: 60px;}
.margin-vertical-70 {margin-top: 70px;margin-bottom: 70px;}
.margin-vertical-80 {margin-top: 80px;margin-bottom: 80px;}
.margin-vertical-90 {margin-top: 90px;margin-bottom: 90px;}
.margin-vertical-100 {margin-top: 100px;margin-bottom: 100px;}

.margin-horizontal-0 {margin-left: 0;margin-right: 0;}
.margin-horizontal-5 {margin-left: 5px;margin-right: 5px;}
.margin-horizontal-10 {margin-left: 10px;margin-right: 10px;}
.margin-horizontal-15 {margin-left: 15px;margin-right: 15px;}
.margin-horizontal-20 {margin-left: 20px;margin-right: 20px;}
.margin-horizontal-25 {margin-left: 25px;margin-right: 25px;}
.margin-horizontal-30 {margin-left: 30px;margin-right: 30px;}
.margin-horizontal-35 {margin-left: 35px;margin-right: 35px;}
.margin-horizontal-40 {margin-left: 40px;margin-right: 40px;}
.margin-horizontal-45 {margin-left: 45px;margin-right: 45px;}
.margin-horizontal-50 {margin-left: 50px;margin-right: 50px;}
.margin-horizontal-60 {margin-left: 60px;margin-right: 60px;}
.margin-horizontal-70 {margin-left: 70px;margin-right: 70px;}
.margin-horizontal-80 {margin-left: 80px;margin-right: 80px;}
.margin-horizontal-90 {margin-left: 90px;margin-right: 90px;}
.margin-horizontal-100 {margin-left: 100px;margin-right: 100px;}

.margin-top-0 {margin-top: 0;}
.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-35 {margin-top: 35px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-45 {margin-top: 45px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-bottom-0 {margin-bottom: 0 !important;}
.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-45 {margin-bottom: 45px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-left-100{margin-left:100px}
.margin-auto{margin:auto;}
.width-10{width:10px}
.width-11{width:11px;}
.width-12{width:12px;}
.width-13{width:13px;}
.width-14{width:14px;}
.width-15{width:15px;}
.width-20{width:20px}
.width-30{width:30px}
.width-40{width:40px}
.width-50{width:50px}
.width-60{width:60px}
.width-70{width:70px}
.width-80{width:80px}
.width-90{width:90px}
.width-100{width:100px}
.width-percent-10{width:10%}
.width-percent-20{width:20%}
.width-percent-30{width:30%}
.width-percent-40{width:40%}
.width-percent-50{width:50%}
.width-percent-60{width:60%}
.width-percent-70{width:70%}
.width-percent-80{width:80%}
.width-percent-90{width:90%}
.width-percent-100{width:100%}

.height-100{height: 100px;}


.Image-Block-Container
{
    position: relative;
}
.Image-Block-Container.emptybg
{
    height: 120px;
    background-color: #dddddd;
}
.Image-Block-Container h4
{
    position: absolute;
    bottom: 40px;
    right: 140px;
}
.Image-Block-Container h5
{
    position: absolute;
    bottom: 10px;
    right: 140px;
}
.Image-Block-Container .squar-person-Homeblock
{
    position: absolute;
    bottom: -20px;
    right: 20px;
    overflow: hidden;
}
.squar-person
{
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 5px rgba(00,00,00,.2);
    background-color: #ddd;
}
.image-container-edit
{
    overflow: hidden;
    position: relative;
}

.rounded-person
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cccccc;
}

.puplish
{
    position: relative;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-right: 60px !important;
    padding-left: 30px !important;
    border: 0;
}
.puplish .img-container
{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #631954;
    border-radius: 25px;
    width: 50px;
    height: 38px;
    text-align: center;
    display: block;
    padding: 8px;
}
.puplish .img-container img
{
    max-width: 25px;
}
.rounded-menu-icon
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fcaf16;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 12px !important;
    font-size: 15px !important;
    font-weight: normal;
}
.rounded-menu-icon.gry-bg
{
    background-color: #dddddd;
}

.Top-Nav-New > li
{
    padding: 5px 5px;
}
.Top-Nav-New > li.reset-font
{
}
.Top-Nav-New > li.reset-font .fa
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fcaf16;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 14px !important;
    font-size: 15px !important;
    font-weight: normal;

    cursor: pointer;
}


.navbar-toggler {
    background: #333;
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 6px;
    padding: 0.1rem 0.25rem;
}
.navbar-toggler-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 9999;
    font-size: 18px;

    font-family: FontAwesome;
}
.navbar-toggler-icon:before {
        content: "\f0c9";
}
.container>.navbar-collapse
{
    margin-right: 0px;
    margin-left: 0px;
}






.post-meta {
    overflow: hidden;
}
.post-meta li {
    float: right;
    font-size: 11px;
    padding: 0 5px;
}
.post-meta li i {
    margin-left: 8px;
}
.post-meta li a
{
    color: #999
}



.portfolio-item h4
{
    color: #be2070;
    height: 1.2em;
    overflow: hidden;
}
.portfolio-item h5
{
    color: #5c5c5c;
}
.portfolio-item p
{
    color: #5c5c5c;
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f16d20;
  text-align: center;
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#myBtn:hover {
  background-color: #555;
  -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*START carousel*/
.carousel-indicators {
    position: absolute;
    left: 0%;
    width: 100%;
    margin-left: 0%;
}
.carousel-indicators li {
    background-color: #be2070;
    background-color: rgba(190,32,112,1);
    border: 1px solid #be2070;
}
.carousel-indicators .active {
    background-color: #faad18;
    border: 1px solid #faad18;
}

.carousel-control-prev-icon {
    background-image: none;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.carousel-control-prev-icon:before {
    background-image: none;
    content: "\f177";
}
.carousel-control-next-icon {
    background-image: none;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.carousel-control-next-icon:before {
    background-image: none;
    content: "\f178";
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(0,0,0,0.10);

    display: inline-block;
    border: 1px solid #FFF;
}

.carousel-caption {
    left: 13%;
    right: 50%;
    text-align: left;
    padding-bottom: 30px;
    top: 50px;
    bottom: auto;
}

.navbar-nav>li>a.btn-darkpink:hover, 
.navbar-nav>li>.btn-darkpink.active {
    color: #fff;
}



.carousel-control-prev, .carousel-control-next{opacity: 1}
.carousel {overflow: hidden;}
.carousel-control-next {
    right: 4%;
    left: auto;
    top: 150px;
}
.carousel-control-prev
{
    right: 4%;
    left: auto;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    min-width: 60px;
    min-height: 60px;
    background: rgba(255, 255, 255, .0);
    border: 3px solid #FFF;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    background: rgba(255, 255, 255, 1.0);color: #79516a;
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    line-height: 60px;
}

.carousel-control-prev
{
    top: 40%;
    bottom: auto;
}
.carousel-control-next
{
    bottom: 40%;
    top: auto;
}


.carousel-indicators li {
    margin: 1px 5px;
}
.carousel-indicators .active
{
    width: 10px;
    height: 10px;
    margin: 1px 5px;
}
/*END carousel*/


.page-title.title-4 {
    padding-top: 200px;
    color: #FFF;
    background: #cccccc url(../images/bgtitle.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center bottom;
}
.page-title.title-4-edit {
    padding-top: 100px;
    color: #FFF;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: 0 0;
    /*background: #2d5d7d url(../images/bgtitle.jpg) no-repeat 0 0;*/
    background-size: cover;
    background-position: center bottom;
}
.page-title.title-3 {
    padding-top: 200px;
    padding-bottom: 10px;
    color: #FFF;
    background: #cccccc url(../images/bgtitle2.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center bottom;
}

.page-title.title-1 {
    padding: 50px 0;
    color: #FFF;
    background: #cccccc url(../images/slidebg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center center;
}
.page-title .carousel-caption {
    position: initial;
        width: 40%;
}
.page-title.EpisodesDetailsPage {
    padding-top: 200px;
    padding-bottom: 10px;
    color: #FFF;
    background: #cccccc url(../images/EpisodesDetailsPage.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center bottom;
}
.page-title.CategoriesLandingPage {
    padding-top: 200px;
    padding-bottom: 10px;
    color: #FFF;
    background: #cccccc url(../images/slidebg5.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center bottom;
}


.Contact-form
{
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    border-bottom: 2px solid #00a1b1;
    margin-top: -50px;
    padding: 20px;
    z-index: 99;
    background-color: #FFF;
}
.Inner-form
{
    margin-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0,0,0,.2);
    border-bottom: 0px solid #00a1b1;
}
.Contact-form .row span
{
     display: block;
}
.Contact-form .row input,
.Contact-form .row select,
.Contact-form .row textarea
{
    padding: 8px 2px;
    color: #13669f;
     width: 100%;
     border: 0 solid #eef0f3;
     border-bottom: 2px solid #d0d0d0;
	margin-bottom: 10px;
}
.Inner-form .row input,
.Inner-form .row select,
.Inner-form .row textarea
{
    color: #5c5c5c;
    margin-top: 10px;
}
/*html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default,
input, textarea, .textarea
{
    border: 1px solid #eef0f3 !important;
	padding: 8px 2px 8px 2px;
	width: 100%;
	background-color: #FFFFFF;
    border-color: #eef0f3 #eef0f3 #eef0f3 #eef0f3 !important;
    font-style: normal !important;
    font: 12px "GE_SS_Text_Light",arial,sans-serif !important;
}*/
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default,
input, textarea, .textarea
{
    border-bottom: 2px solid #d0d0d0 !important;
	padding: 8px 2px 8px 2px;
	width: 100%;
	background-color: #FFFFFF;
    border-color: transparent transparent #d0d0d0 transparent !important;
    font-style: normal !important;
    font: 12px "GE_SS_Text_Light",arial,sans-serif !important;
}
html body .RadInput_Default .riTextBox
{
    padding: 16px 2px 16px 2px !important;
	width: 100% !important;
}
html body .riSingle .riTextBox {
    margin: 10px 0 !important;
}
select
{
                border: 1px solid #eef0f3;
                -webkit-appearance: none;
				box-shadow: none;
				background-image: url("../images/icons/chevron-down.png");
				background-repeat: no-repeat;
				background-size: 10px;
				background-position: right 10px center;
}
input[type=button], button,.btn{
        width: max-content;
}
input[type=image]{
       border: 0px solid #eef0f3 !important;
}
.card-body input[type=image] {
    width: auto;
}

.textarea
{
    height: 100px;
}


.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
        background-color: #FFF;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}






.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: auto;
    margin-left: -40px;
}




.btn {font-weight: bolder;}


.controls-taps-wrraper .btn {
    font-size: 16px;
}

.form-control{
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

.complete-border-txtbox input, 
.complete-border-txtbox textarea, 
.complete-border-txtbox .textarea,
.complete-border-txtbox .RadInputMgr_Default[type="text"]
{
    border: 1px solid #eef0f3 !important;
}
/**/



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}


.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {margin-left:2px;}
/**/

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  line-height: initial;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}


/**/
.icons-style-2 i
{
        border-color: #a9bf04!important;
}
.icons-style-2 i {
    font-size: 35px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding-bottom: 10px;
    display: inline-block;
}
.head-6, .icons-style-2 .heading, .tabs-style-bottomline .nav-tabs {
    border-bottom: 1px #ddd solid;
}
.icons-style-2 .heading {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/**/

.border-bottom-gray1
{
    border-bottom: 1px solid #ecedef;
}
.controls-taps-wrraper .btn-light
{
    font-weight: normal;
    color: #647a89;
    border-bottom: 0px solid #be2070;
    background-color: #FFF;
}
.controls-taps-wrraper .mixitup-control-active
{
    font-weight: bold;
    color: #be2070;
    border-bottom: 2px solid #be2070;
}


/**/


.navbar-toggler {
    left: 10px;
    top: 5px;
    position: absolute;
}
.navbar > .container, .navbar > .container-fluid {
    display: block;
    width: 100%;
}
 .navbar.navbar-expand-lg {
    -webkit-box-shadow: 0 0 15px 0px rgba(34, 34, 34, 0.75);
    -moz-box-shadow: 0 0 15px 0px rgba(34, 34, 34, 0.75);
        box-shadow: 0 0 15px 0px rgba(34, 34, 34, 0.75);
}


 
.Inner-form .menu-widget {
	margin-top: 20px;
	margin-bottom: 20px;
}
.Inner-form .menu-widget li {
	padding: 12px 0;
	border-bottom: 1px solid #eef0f3;
}
.Inner-form .menu-widget.thin li {
	padding: 0px 0;
}
.Inner-form .menu-widget li:first-child {
	border-top: 0;
	padding-top:0
}
.Inner-form .menu-widget li a {
	position: relative;
    color: #5c5c5c;
}
.Inner-form .menu-widget.thin li input[type=text] {
	margin: 0;
    border: 0 !important;
    max-width: 90%;
}
.Inner-form .menu-widget.thin li i {
	padding: 10px 10px;
}


 
.menu-horizontal {
	margin: 12px 0px 0 0;
}
.menu-horizontal li {
	padding: 0px 15px;
	border-left: 1px solid #eef0f3;
    display: inline-block;
    float: right;
}
.menu-horizontal li:last-child,
.menu-horizontal li.last {
	border-left: 0px solid #eef0f3;
}
.menu-horizontal li a {
	position: relative;
    color: #5c5c5c;
}
.menu-horizontal li i {
	padding: 0px 5px;
}


/**/

.on-sale-clear {
   position: absolute;
    left: 2px;
    top: 2px;
    font-size: 11px;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.on-sale-clear a {color: #fff;}


.on-sale {
   position: absolute;
    left: 2px;
    top: 2px;
    font-size: 11px;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.on-sale a {color: #fff;}
.image-container-edit .on-sale input[type=file] {
   position: absolute;
    left: 2px;
    top: 2px;
    z-index: 10;
    opacity: 0;
    width: 30px;
    height: 30px;
}

.FileUpload-Video-container{
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    display: block;
}
.FileUpload-Video a {color: #fff;}
.FileUpload-Video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.FileUpload-Video-container .FileUpload-Video input[type=file] {
   position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 60px;
    height: 40px;

    cursor: pointer;
}

.FileUpload-Cover-container{
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: fit-content;
    height: auto;
    display: block;
}
.FileUpload-Cover-container input[type=file] {
   position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.FileUpload-Cover-photo-container{
    
   position: relative;
    width: 140px;
    height: 30px;
}
.FileUpload-Cover-photo-container a{
    
   position: absolute;
    left: 0px;
    right: 0px;
    top: 4px;
    z-index: 9;
    width: auto;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.FileUpload-Cover-photo-container input[type=file] {
   position: absolute;
    left: 0;
    top: 4px;
    z-index: 10;
    opacity: 0;
    width: 125px;
    height: 30px;
    cursor: pointer;
}
/**/

.text-facebook{color:#39579a; }
.text-twitter{color: #4ba9f4;}
.text-linkedin{color: #0075b7;}
.text-instagram{color: #be2170;}
.text-google-plus{color: #b53e3e;}
.text-drpink{color: #8b8b8b;}
.text-gray{color: #cacaca;}
.text-lightgray{color: #e3e3e3;}
.text-darckgray{color: #969696;}
.text-green{color: #a0bf4b;}
.text-darck{color: #333333;}




.navbar-nav>li>a {
    /*color: #647a89;*/
    font-weight: bold;
}
.adminmenu>li>a {
   line-height: 25px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a.active {
    color: #00a1b1;
}

.navbar-brand {max-width: 165px;height: auto;padding: 6px 15px;}
.navbar-brand>img { width: 100%;}


.img-width85{
        width: 85px;
    height: 85px;
}



/*MODAL*/
.modal {
    background: rgba(00,00,00,.6);
}
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
button.close {
    background-color: #fcaf16;
    color: #FFF;
    opacity: 1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
/*END MODAL*/


/*START ADMIN MENU*/
.dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.0em solid;
    border-right: 0.0em solid transparent;
    border-left: 0.0em solid transparent;
}
/*EN ADMIN MENU*/


/*read-more*/
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  /*padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;*/
}
/*read-more*/

/*check-block-state*/
.check-block-state {
  /*display: none;*/
}
.check-block-state input[type='checkbox'] {
  /*opacity: 0;*/
  /*max-height: 0;
  font-size: 0;*/
  width: 0;
  height: 0;
  transition: .25s ease;
}
.check-block-state input[type='checkbox']:after {
    content: '';
    opacity: 0;
    transition: .25s ease;
    left: 2px;
    top: 5px;
    position: absolute;
    display: inline-block;
    max-width: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    line-height: initial;
    border-radius: 15px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.check-block-state input[type='checkbox']:checked:after {
  opacity: 1;
  content: "\f00c";
}
.image-mask {
    transition: .25s ease;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 124px;
    background-color: rgba(50,73,75,.6);
}
.image-mask-checked {
  background-color: rgba(244,111,34,.5);
}

.check-block-title
{
    display: block;
    z-index: 2;
}
/*read-more*/


.card-body-lg {
    padding: 4.25rem;
}



@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}
@media (max-width: 992px){
    
.page-title.title-4 {
    padding-top: 10px;
}
.row-eq-height {
    display: block;
}
.navbar-nav.pull-left
{
    float: none !important;
    display: block;
}
.card-shadow .card-img-top {
    position: initial;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-collapse.show {
    display: block !important;
}


}
@media (min-width: 768px)
{
.navbar-nav {
    float: left;
}
.modal-dialog {
    margin: 12% auto;
}

}
@media (max-width: 1024px)
{

.card-shadow-curved .card-img-top {
    position: initial;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    max-height: initial;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-shadow-curved
{
    background-image: none;
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: 10px 15px;
    box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.09);
}


}
@media (max-width: 992px)
{
    .modal {padding: 90px 0;}
.navbar-brand {
    float: none !important;
    padding: 0px 0px 0 0;
    width: 100%;
    max-height: 50px;
}
.side-menu {
    top: 5px;
}
.side-menu-container > .navbar-nav {
    top: 104px;
}
.carousel-control-prev, .carousel-control-next {
    left: 5%;
}


}



.label-radio-120
{
    min-width: 120px;
    display: inline-block;
}

.max-width-100-percent
{
    max-width: 100%;
}

.Image-Block-Container-bg
{
    min-height: 120px;
    background-image: url(../images/smallbanner.jpg);
        background-size: 100% 100%;
    background-repeat: no-repeat;
}

.w-45pix{width: 45px;}
.h-45pix{height: 45px;}
.td-vert-middle td{vertical-align: middle;}
.number{font-family: Arial;}


.iframe-video{width: 100%;height: 400px;}
.portfolio-item p {
       max-height: 66px;
    overflow: hidden;
    font-size: 11.5px;
}



.admin-content  {
    min-height: 500px;
}
.admin-content .card-shadow {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
}
.admin-wrapper .btn {
    font-weight: normal;
    font-family: 'GE_SS_Text_Light';
}
html .admin-wrapper button, 
html .admin-wrapper .btn, 
html .admin-wrapper input[type=button], 
html .admin-wrapper input[type=reset], 
html .admin-wrapper input[type=submit] {
    font-weight: normal;
    font-family: 'GE_SS_Text_Light';
    background-color: #e6e6e6;
}

.border-5
{
    border-radius: 5px;
}
.border-10
{
    border-radius: 10px;
}
.border-15
{
    border-radius: 15px;
}
.border-20
{
    border-radius: 20px;
}


.htop10pic
{
    width: 45px;
    height: 45px;
}

.Covers-list-wrapper
{
    max-height: 290px;
    overflow: auto;
}
.Covers-list
{
    padding: 0;
    margin: 0;
}
.Covers-list li
{
    padding: 0 5px;
    margin: 5px 0;
    display: inline-block;
    float: left;
    width: 33.33%;
}
.Covers-list li img
{
    width: 100%;
        margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.title-shadow-bottom
{
    position: relative;
}
.title-shadow-bottom:before
{
    position: absolute;
    content:'';
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.video-home-container {
    width: 100%;
    height: auto
}