/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.msp-cn-2-1 { font-family:"Raleway";font-weight:600;font-size:16px;line-height:normal;color:#565656;text-transform:uppercase; } 
.msp-cn-2-2 { font-family:"Kanit";font-weight:600;font-size:65px;line-height:normal;color:#2c2c2c;text-transform:uppercase;
text-align:left !important; } 
.msp-cn-2-3 { font-family:"Raleway";font-weight:500;font-size:14px;line-height:20px;color:#737373;text-align:left !important; } 
.msp-cn-171-4 { font-family:"Raleway";font-weight:500;font-size:10px;text-align:center;line-height:normal;text-transform:uppercase; } 
.msp-cn-2-7 { font-family:"Raleway";font-weight:500;font-size:12px;line-height:normal;color:#565656;text-transform:uppercase;
text-align:left !important; } 
.msp-cn-2-8 { font-family:"Kanit";font-weight:600;font-size:40px;line-height:normal;color:#434343;text-transform:uppercase;
text-align:left !important; } 
.msp-cn-2-9 { font-family:"Raleway";font-weight:500;font-size:12px;line-height:19px;color:#929292;text-align:left !important; } 
.msp-cn-171-10 { font-family:"Raleway";font-weight:500;font-size:10px;text-align:center;line-height:normal;text-transform:uppercase; } 

.ms-parent-id-1 > .master-slider{ background:#000000; }
.master-slider .spinner-static {
  animation: none;
}
.master-slider .spinner-rotate {
    -webkit-animation:ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation:ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation:ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@-moz-keyframes ms-spin-grid { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes ms-spin-grid { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes ms-spin-grid { 100% { transform:rotate(-360deg); } }