#powerTip{cursor:default;background-color:#333;background-color:rgba(0,0,0,.8);border-radius:6px;color:#fff;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647}#powerTip:before{content:"";position:absolute}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.e:before{border-right:10px solid #333;border-right:10px solid rgba(0,0,0,.8);left:-10px}#powerTip.s:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.w:before{border-left:10px solid #333;border-left:10px solid rgba(0,0,0,.8);right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.ne-alt:before,#powerTip.nw-alt:before,#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before,#powerTip.se-alt:before{left:auto;right:10px}#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:none;border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);bottom:auto;top:-10px}body{
position: inherit !important;
}
@-moz-keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
@-webkit-keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
@keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
#powerTip {
background-color: #000;
}
#powerTip.n:before {
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.s:before {
border-bottom: 10px solid #000;
}
#powerTip.e:before {
border-right: 10px solid #000;
}
#powerTip.w:before {
border-left: 10px solid #000;
right: -10px
}
#powerTip.ne:before,#powerTip.nw:before {
border-top: 10px solid #000;
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.se:before,#powerTip.sw:before {
border-bottom: 10px solid #000;
border-bottom: 10px solid rgba(0,0,0,1);
}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before {
border-top: 10px solid #000;
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.sw-alt:before,#powerTip.se-alt:before {
border-bottom: 10px solid #000;
border-bottom: 10px solid rgba(0,0,0,1);
}
.wrap_svl {
position: relative;
float: left;
margin: 0 auto;    
max-width: 100%;
}
.wrap_svl:after{
content: "";
display: table;
clear: both;
}
.images_wrap img {
width: 100%;
height: auto;
display: block;
}
.drag_element {
position: absolute;
top: 0;
left: 0;
min-width: 1px;
min-height: 1px;
}
.point_style{
position: relative;
z-index: 10;
display: block;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
box-sizing: border-box;
text-align: center;
}
.point_style img{
position: absolute;
top: 0;
left: 0;
width: inherit;
max-width: inherit;
}
body .wrap_svl img.pins_image_hover,
body .wrap_svl .point_style.has-hover:hover img.pins_image {
display: none !important;
}
body .wrap_svl .point_style.has-hover:hover img.pins_image_hover {
display: block !important;
}
.tolltip_points{
text-align: center;
}
.tolltip_points img{
width: 130px;
height: 130px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tolltip_points .points_name{
display: block;
font-size: 16px;
}
.tolltip_points .points_desc{
display: block;
font-size: 14px;
}
.mobile_points_wrap{
display: none;
}
.mobile_points_box {
width: 50%;
float: left;
padding: 0 5px 15px 5px;
text-align: center;
}
.img_points_box {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
border: 1px solid #fff;
}
.img_points_box img {
width: 100%;
height: 100%;
}
.mobile_points_box:nth-child(2n+1) {
clear: both;
}
ul.list_content_point {
list-style: none;
margin: 0 0 10px;
padding: 0;
}
ul.list_content_point li {
position: relative;
padding: 3px 0 0 20px;
margin: 0 0 5px 0;
}
ul.list_content_point li:before {
content: "";
font-family: FontAwesome;  
position: absolute;
top: 0;
left: 0;
font-size: 20px;  
}
ul.list_content_point li.address_point:before {
content: "\f041";    
}
ul.list_content_point li.person_point:before {
content: "\f183";    
}
ul.list_content_point li.tel_point:before {
content: "\f095";    
}
ul.list_content_point li.fax_point:before {
content: "\f1ac";    
font-size: 15px;
top: 4px;
}
ul.list_content_point li.mail_point:before {
content: "\f0e0";    
font-size: 15px;
top: 4px;
}
.box_view_html {
color: #fff;
font-weight: 300;
max-width: 530px;
white-space: normal;
overflow: hidden;
position: relative;
}
.thumb_point {
float: left;
width: 30%;
}
.has-thumb .content_point {
width: 70%;
float: left;
padding: 0 0 0 15px;
}
.has-thumb .content_point h3 {
font-size: 19px;
}
.linkto_point {
text-align: right;
margin: 20px 0 0 0;
}
.wrap_svl_center {
text-align: center;
}
.wrap_svl_center_box {
display: inline-block;
}
body .point_style a img,
body .point_style img {
max-width: inherit !important;
vertical-align: inherit;
border-radius: 0 !important;;
-moz-border-radius: 0 !important;;
-webkit-border-radius: 0 !important;;
box-shadow: none !important;;
-moz-box-shadow: none !important;;
-webkit-box-shadow: none !important;;
}
.pins_animation{
border: 3px solid rgba(255,255,255,.5);
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
box-shadow: 0 0 20px rgba(255,255,255,.5);
pointer-events: none;
}
.pins_animation.ihotspot_pulse{
-moz-animation: Ani 2s infinite;
-webkit-animation: Ani 2s infinite;
animation: Ani 2s infinite;
}
span.close_ihp {
display: none;
}
body .point_style a:hover img {
background: transparent !important;
}
span.close_ihp svg {
width: 25px;
height: 25px;
}
@media (max-width: 500px){
.ihp_popup_full div#powerTip {
position: fixed;
top: 0 !important;
left: 0 !important;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.ihp_popup_full span.close_ihp {
display: block;
float: right;
width: 25px;
height: 25px;
}
.ihp_popup_full span.close_ihp svg {
fill: #fff;
}
}.isw-empty, .isw-swatch + select:not(.isw-selectbox), .isw-term.isw-disabled:after, .isw-term.isw-disabled:before {
display: none
}
.isw-swatch {
margin-bottom: 10px
}
.isw-white {
border: 1px solid #ddd
}
.isw-white.isw-selected {
border: none
}
.isw-term {
display: inline-block;
cursor: pointer;
text-align: center;
margin-right: 5px
}
.isw-term.isw-selected {
box-shadow: 0 0 4px rgba(0, 0, 0, .8)
}
.isw-term.isw-disabled {
opacity: .4;
cursor: default
}
.isw-swatch--isw_color {
font-size: 0
}
.isw-swatch--isw_color .isw-term {
height: 20px;
width: 20px;
line-height: 20px
}
.isw-swatch--isw_text .isw-term {
font-weight: 600
}
form.isw-swatches .isw-term {
margin-right: 15px
}
form.isw-swatches .isw-swatch {
display: inline-block;
margin-bottom: 0
}
form.isw-swatches .isw-swatch--isw_color .isw-term {
display: inline-block;
height: 25px;
width: 25px;
line-height: 25px
}
form.isw-swatches .isw-swatch--isw_text .isw-term {
font-size: 16px
}
select.isw-dropdown-color, select.isw-dropdown-text, select.isw-dropdown-image {
display: none !important;
}.pgafu-column, .pgafu-columns {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.pgafu-post-grid-main *{outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;} .pgafu-clearfix:before, .pgafu-clearfix:after{content: "";display: table;}
.pgafu-clearfix::after{clear: both;}
.pgafu-clearfix{clear: both;}
.clearboth{clear: both;}
.pgafu-first{clear:both !important;} .pgafu-post-content{padding-top:10px;}
.pgafu-post-grid{margin-bottom:30px; }
.pgafu-post-date span{font-style:italic; font-size:12px;}
.pgafu-post-date img, .pgafu-post-tags img{display:inline-block !important; box-shadow:none !important;}
.pgafu-cat-list li ul{margin-left: 0.857143rem;}
.pgafu-cat-list .current-cat > a{font-weight:bold;}
.pgafu-post-date span{font-size:12px;display: inline-block; margin-right:10px;}
.pgafu-post-date span img, .pgafu-post-tags img{margin-right:5px; position:relative;vertical-align: middle;}
.pgafu-post-date a{color:#555}
.pgafu-post-title a{text-decoration:none !important; border-bottom:0px !important;}
.pgafu-post-tags a { font-style: italic; text-decoration: none; font-size: 14px;  color: #666;}
.pgafu-post-grid-main h2{margin:5px 0 !important; line-height:24px !important; padding-top:0px !important;font-size:20px !important;  padding-bottom:0px !important;}
.pgafu-post-grid-main h2.pgafu-post-title a{font-size:20px !important;line-height:normal !important; color:#444; }
.pgafu-post-image-bg{text-align:center; margin-bottom:15px;}
.pgafu-post-image-bg img{display:inline-block;}
.pgafu-image-fit .pgafu-post-image-bg img {height: 100%;width: 100% !important;object-fit: cover;object-position: top center;} .pgafu-post-grid-main {margin:0 -15px;} .pgafu-post-pagination{clear:both !important; width:100%; padding:0px 15px 10px 15px;box-sizing: border-box; text-align:center;}
.pgafu-post-pagination .button-post-p{width:40%; float:right; text-align:right;}
.pgafu-post-pagination .button-post-n{width:40%; float:left; text-align:left;}
.pgafu-post-pagination a, .pgafu-post-pagination a{color: #fff !important;  -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;background: #333;padding: 7px 10px;display: inline-block;text-align: center;border-radius: 0px;line-height: normal;
box-shadow: none;text-shadow: none;font-size: 14px;text-transform: uppercase;border: 1px solid #333;text-decoration: none !important;}
.pgafu-post-pagination a:hover, .pgafu-post-pagination a:focus, .pgafu-post-pagination a:hover, .pgafu-post-pagination a:focus{color: #333 !important;background: transparent;}
.pgafu-post-pagination .current{color: #333 !important;background: transparent;padding: 7px 10px;display: inline-block;text-align: center;border-radius: 0px;line-height: normal;box-shadow: none;text-shadow: none;font-size: 14px;text-transform: uppercase;border: 1px solid #333;text-decoration: none !important;} .pgafu-post-categories{padding: 4px 0;display: inline-block;text-transform: uppercase;color: #666;z-index: 9;position: relative;}
.pgafu-post-categories a{text-decoration: none ;  -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; font-size:10px;text-transform: uppercase;padding: 3px 8px;color: #fff !important;line-height: normal;display: inline-block; margin: 0 0 2px 0; background:#333;}
.pgafu-post-categories a:nth-child(4n+1){background: #1abc9c;}
.pgafu-post-categories a:nth-child(4n+2){background: #3aadff;}
.pgafu-post-categories a:nth-child(4n+3){background: #9b59b6;}
.pgafu-post-categories a:nth-child(4n+4){background: #3498db;}
.pgafu-post-categories a:hover, .pgafu-post-categories a:focus{background: #333;color: #fff; text-decoration:none;} .readmorebtn{ -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;text-decoration: none !important; color: #888;border: 1px solid #888;padding: 4px 12px;font-size: 12px;display: inline-block;box-sizing: border-box;line-height: normal !important;margin:15px 0 0 0px;}
.readmorebtn:hover, .readmorebtn:focus, .readmorebtn:active{background:#888; color:#fff; }  .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content{background:#fff; text-align:center; }
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title, 
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {padding:5px 15px;float: none; display:block;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg{background: #f1f1f1; margin-bottom:20px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.pgafu-post-grid-main.pgafu-design-1 .readmorebtn{border:0px; border-bottom:1px solid #888; font-size:15px;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-content{padding-bottom:0px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg{height: 320px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg{height: 200px;}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-3 .pgafu-post-image-bg{height: 180px;} .pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content{background:#fff; padding-bottom:10px;   border-bottom:2px solid #555;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-content-above-image{position:relative; margin-top:-50px; width:85%; background:#fff; padding:20px 0px 5px 0px; }
.pgafu-post-grid-main.pgafu-design-2 .no-thumb-image .pgafu-content-above-image{margin-top:0px; width:100%; padding-top:0px;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-title, 
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-date {padding:5px 0px;float: none; display:block;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content .pgafu-post-content{padding:15px 0 0px 0;}
.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-image-bg{background: #f1f1f1; margin-bottom:20px; line-height: 0; overflow: hidden; position: relative; width: 100%;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-post-image-bg{height: 320px;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg{height: 200px;}
.pgafu-post-grid-main.pgafu-design-2.pgafu-image-fit .pgafu-medium-3 .pgafu-post-image-bg{height: 180px;} .pgafu-filter{list-style: none !important;text-align: center;}
.pgafu-filter li a{text-decoration:none; font-size: 15px;  display: block; position: relative; cursor: pointer; color: #000; background: #e1e1e1; padding: 8px 15px; line-height: normal;}
.pgafu-filter li {display: inline-block; float: none; position: relative;text-indent: 0; margin: 0px 0px 4px 0px !important;}
.pgafu-filter li.pgafu-active-filtr a{background:#525252; color: #fff;} .pgafu-column,
.pgafu-columns { padding-left: 0.9375em;  padding-right: 0.9375em;  width: 100%;  float: left; position: relative;  }
@media only screen and (max-width:480px) { 
.pgafu-column,
.pgafu-columns { padding-left: 0.9375em;  padding-right: 0.9375em;  width: 100%;  float: left; position: relative;  }
}
@media only screen and (min-width: 40.0625em) {
.pgafu-column,
.pgafu-columns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
.pgafu-medium-1{width: 8.33333%;}
.pgafu-medium-2{width: 16.66667%;}
.pgafu-medium-3{width: 25%;}
.pgafu-medium-4{width: 33.33333%;}
.pgafu-medium-5{width: 41.66667%;}
.pgafu-medium-6{width: 50%;}
.pgafu-medium-7{width: 58.33333%;}
.pgafu-medium-8{width: 66.66667%;}
.pgafu-medium-9{width: 75%;}
.pgafu-medium-10{width: 83.33333%;}
.pgafu-medium-11{width: 91.66667%;}
.pgafu-medium-12{width: 100%;}
.pgafu-medium-c5{width: 20%;}
}@font-face{font-family:"tutor";src:url(//dev.polytech.tj/wp-content/plugins/tutor/assets/fonts/tutor.woff) format("woff");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"tutor";src:url(//dev.polytech.tj/wp-content/plugins/tutor/assets/fonts/tutor-v2.woff) format("woff");font-weight:normal;font-style:normal;font-display:block}[class^=tutor-icon-],[class*=" tutor-icon-"]{font-family:"tutor" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tutor-icon-privacy:before{content:"豈"}.tutor-icon-laptop:before{content:"更"}.tutor-icon-desktop:before{content:"車"}.tutor-icon-tablet:before{content:"賈"}.tutor-icon-mobile:before{content:"滑"}.tutor-icon-map-pin:before{content:"串"}.tutor-icon-api:before{content:"句"}.tutor-icon-align-center:before{content:"龜"}.tutor-icon-align-justify:before{content:"龜"}.tutor-icon-align-left:before{content:"契"}.tutor-icon-align-right:before{content:"蘿"}.tutor-icon-receipt-percent:before{content:"螺"}.tutor-icon-credit-card:before{content:"裸"}.tutor-icon-change:before{content:"邏"}.tutor-icon-tag:before{content:"樂"}.tutor-icon-subscription:before{content:"洛"}.tutor-icon-mark-light:before{content:"烙"}.tutor-icon-brand-x-twitter:before{content:"珞"}.tutor-icon-book-open-line:before{content:"落"}.tutor-icon-brand-buddypress:before{content:""}.tutor-icon-brand-google-meet:before{content:""}.tutor-icon-brand-google-calendar:before{content:""}.tutor-icon-ban:before{content:""}.tutor-icon-brand-woocommerce:before{content:""}.tutor-icon-kebab-menu:before{content:""}.tutor-icon-add:before{content:""}.tutor-icon-add-photo:before{content:""}.tutor-icon-file-artboard:before{content:""}.tutor-icon-calender:before{content:""}.tutor-icon-circle-mark:before{content:""}.tutor-icon-certificate-portrait:before{content:""}.tutor-icon-brand-zoom:before{content:""}.tutor-icon-clipboard:before{content:""}.tutor-icon-code:before{content:""}.tutor-icon-conversation:before{content:""}.tutor-icon-trophy-o:before{content:""}.tutor-icon-file-blank-page:before{content:""}.tutor-icon-download:before{content:""}.tutor-icon-drag:before{content:""}.tutor-icon-emoji:before{content:""}.tutor-icon-file-import:before{content:""}.tutor-icon-gallery:before{content:""}.tutor-icon-trash-can:before{content:""}.tutor-icon-spectacles:before{content:""}.tutor-icon-graduate-student:before{content:""}.tutor-icon-grid-o:before{content:""}.tutor-icon-user-group:before{content:""}.tutor-icon-home-o:before{content:""}.tutor-icon-down:before{content:""}.tutor-icon-left:before{content:""}.tutor-icon-right:before{content:""}.tutor-icon-up:before{content:""}.tutor-icon-interactive:before{content:""}.tutor-icon-level:before{content:""}.tutor-icon-times:before{content:""}.tutor-icon-magnifying-glass:before{content:""}.tutor-icon-hamburger-o:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-next:before{content:""}.tutor-icon-badge-percent:before{content:""}.tutor-icon-book-open-o:before{content:""}.tutor-icon-pencil:before{content:""}.tutor-icon-previous:before{content:""}.tutor-icon-user-professor:before{content:""}.tutor-icon-qa:before{content:""}.tutor-icon-receipt-line:before{content:""}.tutor-icon-refund-o:before{content:""}.tutor-icon-page-review:before{content:""}.tutor-icon-save-line:before{content:""}.tutor-icon-page-search:before{content:""}.tutor-icon-share-nodes:before{content:""}.tutor-icon-spinner:before{content:""}.tutor-icon-mortarboard:before{content:""}.tutor-icon-user-student:before{content:""}.tutor-icon-badge-percent-o:before{content:""}.tutor-icon-money-bag:before{content:""}.tutor-icon-badge-star:before{content:""}.tutor-icon-update:before{content:""}.tutor-icon-upload-file:before{content:""}.tutor-icon-upload-o:before{content:""}.tutor-icon-upload:before{content:""}.tutor-icon-add-group:before{content:""}.tutor-icon-add-image:before{content:""}.tutor-icon-add-member:before{content:""}.tutor-icon-angle-double-left:before{content:""}.tutor-icon-angle-double-right:before{content:""}.tutor-icon-angle-down:before{content:""}.tutor-icon-angle-left:before{content:""}.tutor-icon-angle-right:before{content:""}.tutor-icon-angle-up:before{content:""}.tutor-icon-ruler:before{content:""}.tutor-icon-assignment:before{content:""}.tutor-icon-paperclip:before{content:""}.tutor-icon-volume:before{content:""}.tutor-icon-authorized:before{content:""}.tutor-icon-trophy:before{content:""}.tutor-icon-background:before{content:""}.tutor-icon-book-open:before{content:""}.tutor-icon-book:before{content:""}.tutor-icon-box-open:before{content:""}.tutor-icon-browser:before{content:""}.tutor-icon-bullet-point:before{content:""}.tutor-icon-calender-bold:before{content:""}.tutor-icon-calender-line:before{content:""}.tutor-icon-camera:before{content:""}.tutor-icon-cart-bold:before{content:""}.tutor-icon-cart-line:before{content:""}.tutor-icon-ribbon:before{content:""}.tutor-icon-certificate-landscape:before{content:""}.tutor-icon-slider-horizontal:before{content:""}.tutor-icon-chart-pie:before{content:""}.tutor-icon-circle-info:before{content:""}.tutor-icon-clock-bold:before{content:""}.tutor-icon-clock-line:before{content:""}.tutor-icon-coding:before{content:""}.tutor-icon-coins:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-comment:before{content:""}.tutor-icon-buildings:before{content:""}.tutor-icon-clock-line-o:before{content:""}.tutor-icon-copy:before{content:""}.tutor-icon-export:before{content:""}.tutor-icon-import:before{content:""}.tutor-icon-brand-learndash:before{content:""}.tutor-icon-brand-learnpress:before{content:""}.tutor-icon-circle-times-line:before{content:""}.tutor-icon-circle-times-bold:before{content:""}.tutor-icon-times-o:before{content:""}.tutor-icon-crown:before{content:""}.tutor-icon-slider-vertical:before{content:""}.tutor-icon-dashboard:before{content:""}.tutor-icon-trash-can-bold:before{content:""}.tutor-icon-trash-can-line:before{content:""}.tutor-icon-color-palette:before{content:""}.tutor-icon-external-link:before{content:""}.tutor-icon-badge-discount:before{content:""}.tutor-icon-badge-dollar:before{content:""}.tutor-icon-text-add:before{content:""}.tutor-icon-document-text:before{content:""}.tutor-icon-dollar-slot:before{content:""}.tutor-icon-door-open:before{content:""}.tutor-icon-caret-up:before{content:""}.tutor-icon-download-bold:before{content:""}.tutor-icon-sort:before{content:""}.tutor-icon-drop:before{content:""}.tutor-icon-hourglass-o:before{content:""}.tutor-icon-earth:before{content:""}.tutor-icon-pencil-o:before{content:""}.tutor-icon-edit:before{content:""}.tutor-icon-edit-o:before{content:""}.tutor-icon-edit-square:before{content:""}.tutor-icon-open-book-o:before{content:""}.tutor-icon-envelope:before{content:""}.tutor-icon-time-expired:before{content:""}.tutor-icon-eye-bold:before{content:""}.tutor-icon-eye-line:before{content:""}.tutor-icon-bookmark-bold:before{content:""}.tutor-icon-bookmark-line:before{content:""}.tutor-icon-hourglass:before{content:""}.tutor-icon-filter-dollar:before{content:""}.tutor-icon-filter:before{content:""}.tutor-icon-folder:before{content:""}.tutor-icon-grade:before{content:""}.tutor-icon-grade-book:before{content:""}.tutor-icon-grid-bold:before{content:""}.tutor-icon-grid-line:before{content:""}.tutor-icon-hand-holding-dollar:before{content:""}.tutor-icon-heart-bold:before{content:""}.tutor-icon-home:before{content:""}.tutor-icon-hamburger-menu:before{content:""}.tutor-icon-light-bulb:before{content:""}.tutor-icon-image-landscape:before{content:""}.tutor-icon-images:before{content:""}.tutor-icon-image-portrait:before{content:""}.tutor-icon-add-image-o:before{content:""}.tutor-icon-import-export:before{content:""}.tutor-icon-import-o:before{content:""}.tutor-icon-flag:before{content:""}.tutor-icon-circle-info-o:before{content:""}.tutor-icon-ribbon-o:before{content:""}.tutor-icon-instructor:before{content:""}.tutor-icon-copy-text:before{content:""}.tutor-icon-eye-slash-line:before{content:""}.tutor-icon-certificate-landscape-o:before{content:""}.tutor-icon-layer:before{content:""}.tutor-icon-link:before{content:""}.tutor-icon-clipboard-list:before{content:""}.tutor-icon-lock-bold:before{content:""}.tutor-icon-lock-line:before{content:""}.tutor-icon-user-bold:before{content:""}.tutor-icon-manual:before{content:""}.tutor-icon-circle-mark-o:before{content:""}.tutor-icon-mark:before{content:""}.tutor-icon-mark-unread:before{content:""}.tutor-icon-file-star:before{content:""}.tutor-icon-file-text:before{content:""}.tutor-icon-arrow-right-left:before{content:""}.tutor-icon-media-manager:before{content:""}.tutor-icon-meeting:before{content:""}.tutor-icon-microphone:before{content:""}.tutor-icon-minus:before{content:""}.tutor-icon-minus-o:before{content:""}.tutor-icon-refund:before{content:""}.tutor-icon-move:before{content:""}.tutor-icon-slider-h:before{content:""}.tutor-icon-slider-v:before{content:""}.tutor-icon-archive:before{content:""}.tutor-icon-important-bold:before{content:""}.tutor-icon-important-line:before{content:""}.tutor-icon-open-envelope:before{content:""}.tutor-icon-message-unread:before{content:""}.tutor-icon-double-mark:before{content:""}.tutor-icon-bell-bold:before{content:""}.tutor-icon-bell-line:before{content:""}.tutor-icon-text-width:before{content:""}.tutor-icon-order-down:before{content:""}.tutor-icon-order-up:before{content:""}.tutor-icon-ordering-a-z:before{content:""}.tutor-icon-ordering-z-a:before{content:""}.tutor-icon-paste:before{content:""}.tutor-icon-play-line:before{content:""}.tutor-icon-plus-o:before{content:""}.tutor-icon-plus:before{content:""}.tutor-icon-plus-square:before{content:""}.tutor-icon-eye-slash-bold:before{content:""}.tutor-icon-print:before{content:""}.tutor-icon-purchase-mark:before{content:""}.tutor-icon-puzzle:before{content:""}.tutor-icon-qr-code:before{content:""}.tutor-icon-question:before{content:""}.tutor-icon-circle-question-mark:before{content:""}.tutor-icon-quiz:before{content:""}.tutor-icon-quiz-attempt:before{content:""}.tutor-icon-quiz-o:before{content:""}.tutor-icon-receipt-bold:before{content:""}.tutor-icon-redo:before{content:""}.tutor-icon-refresh:before{content:""}.tutor-icon-refresh-o:before{content:""}.tutor-icon-report-time:before{content:""}.tutor-icon-save-bold:before{content:""}.tutor-icon-search:before{content:""}.tutor-icon-paper-plane:before{content:""}.tutor-icon-gear:before{content:""}.tutor-icon-shape:before{content:""}.tutor-icon-share:before{content:""}.tutor-icon-minimize:before{content:""}.tutor-icon-shorting-bullet:before{content:""}.tutor-icon-circle-notch:before{content:""}.tutor-icon-signout:before{content:""}.tutor-icon-rocket:before{content:""}.tutor-icon-bullhorn:before{content:""}.tutor-icon-star-bold:before{content:""}.tutor-icon-star-half-bold:before{content:""}.tutor-icon-star-line:before{content:""}.tutor-icon-stopwatch:before{content:""}.tutor-icon-brush:before{content:""}.tutor-icon-circle-mark-line:before{content:""}.tutor-icon-undo:before{content:""}.tutor-icon-university:before{content:""}.tutor-icon-unlock-line:before{content:""}.tutor-icon-caret-down:before{content:""}.tutor-icon-user-line:before{content:""}.tutor-icon-user-graduate:before{content:""}.tutor-icon-verify-id:before{content:""}.tutor-icon-video-camera:before{content:""}.tutor-icon-video-camera-o:before{content:""}.tutor-icon-wallet:before{content:""}.tutor-icon-brand-facebook:before{content:""}.tutor-icon-brand-zoom-o:before{content:""}.tutor-icon-circle-warning-outline:before{content:""}.tutor-icon-website:before{content:""}.tutor-icon-circle-half:before{content:""}.tutor-icon-zoom-in:before{content:""}.tutor-icon-zoom-out:before{content:""}.tutor-icon-brand-github:before{content:""}.tutor-icon-brand-google:before{content:""}.tutor-icon-brand-google-drive:before{content:""}.tutor-icon-brand-html5-bold:before{content:""}.tutor-icon-brand-html5-line:before{content:""}.tutor-icon-brand-instagram:before{content:""}.tutor-icon-brand-linkedin:before{content:""}.tutor-icon-brand-myspace:before{content:""}.tutor-icon-brand-paid-membersip-pro:before{content:""}.tutor-icon-brand-reddit:before{content:""}.tutor-icon-brand-skype:before{content:""}.tutor-icon-brand-snapchat:before{content:""}.tutor-icon-brand-soundcloud:before{content:""}.tutor-icon-brand-spotify:before{content:""}.tutor-icon-brand-tumblr:before{content:""}.tutor-icon-brand-twitter:before{content:""}.tutor-icon-brand-vimeo-bold:before{content:""}.tutor-icon-brand-vimeo-line:before{content:""}.tutor-icon-brand-yelp:before{content:""}.tutor-icon-brand-youtube-bold:before{content:""}.tutor-icon-brand-youtube-line:before{content:""}.tutor-icon-grade-o:before{content:""}.tutor-icon-file-ai:before{content:""}.tutor-icon-file-archive:before{content:""}.tutor-icon-file-audio:before{content:""}.tutor-icon-file-avi:before{content:""}.tutor-icon-file-compress:before{content:""}.tutor-icon-file-css:before{content:""}.tutor-icon-file-csv:before{content:""}.tutor-icon-file-dbf:before{content:""}.tutor-icon-file-doc:before{content:""}.tutor-icon-file-document:before{content:""}.tutor-icon-file-dwg:before{content:""}.tutor-icon-file-exe:before{content:""}.tutor-icon-file-fla:before{content:""}.tutor-icon-file-html:before{content:""}.tutor-icon-image-file:before{content:""}.tutor-icon-file-iso:before{content:""}.tutor-icon-file-json:before{content:""}.tutor-icon-file-js:before{content:""}.tutor-icon-file-jpg:before{content:""}.tutor-icon-file-mp3:before{content:""}.tutor-icon-file-mp4:before{content:""}.tutor-icon-file-pdf:before{content:""}.tutor-icon-file-png:before{content:""}.tutor-icon-file-ppt:before{content:""}.tutor-icon-file-psd:before{content:""}.tutor-icon-file-rtf:before{content:""}.tutor-icon-file-spreadsheet:before{content:""}.tutor-icon-file-svg:before{content:""}.tutor-icon-text-file:before{content:""}.tutor-icon-file-txt:before{content:""}.tutor-icon-video-file:before{content:""}.tutor-icon-file-xls:before{content:""}.tutor-icon-file-xml:before{content:""}.tutor-icon-file-zip:before{content:""}.tutor-icon-circle-info-bold:before{content:""}.tutor-icon-warning:before{content:""}.tutor-icon-shortcode:before{content:""}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.pm-pro-pusher-notification-wrap .toast-info {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
padding: 16px 24px !important;
border-radius: 4px !important;
background-image: none !important;
background: #fff !important;
color: #777 !important;
opacity: 1 !important;
}
.pm-pro-pusher-notification-wrap .toast-title {
display: inline-block;
color: rgba(0, 0, 0, 0.85) !important;
font-size: 16px !important;
line-height: 24px !important;
font-weight: normal !important;
}
.pm-pro-pusher-notification-wrap .toast-message {
color: rgba(0, 0, 0, 0.65) !important;
font-size: 14px !important;
line-height: 1.4em !important;
}
.pm-pro-pusher-notification-wrap .toast-close-button {
position: absolute !important;
right: 12px !important;
float: right !important;
font-size: 20px !important;
font-weight: 400 !important;
color: #8c8c8c !important;
-webkit-text-shadow: 0 1px 0 #fff !important;
text-shadow: 0 1px 0 #fff !important;
line-height: 1 !important;
top: auto !important;
}
.pm-pro-pusher-notification-wrap .pm-pro-pusher-anchor {
color: rgb(15, 122, 174) !important;
text-decoration: underline;
text-decoration-color: rgb(15, 122, 174) !important;
}