
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;}
body {line-height:1;}
nav, ul {list-style:none;}
nav{display: block;}
label{font-weight: inherit;}

mark {background: #ffa;color: #666;}
strong{font-weight: 700;}
blockquote{font-style: italic;}

a:hover{text-decoration: none;}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    box-sizing: border-box;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----CLEARFIX-----*/
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after{clear: both;}  

/*-----ROW-----*/
.row{margin: 0px;}
.row:after,.row:before{display: block;content: " ";clear: both; margin: 0px !important}


/*-----BUTTON-----*/
/*.btn{line-height: 1.5;font-size: inherit;padding: 8px 14px;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);cursor: pointer;outline: 0;display: inline-block; position: relative; border-radius: 0px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
*/.btn-small{padding: 4px 10px !important}
.btn.radius{border-radius: 20px;}
.btn:focus, .btn:active {outline: 0 !important;}
.btn-full{width: 100%;}

.btn-justify-wrap{margin: 0 -14px;}
.btn-justify{display: table;width: 100%;border-spacing: 14px 0;}
.btn-justify.fixed{table-layout: fixed;}
.btn-justify li{list-style: none;display: table-cell;width: 1%;white-space: nowrap;}
.btn-justify li .btn{width: 100%}

.btn-primary,.btn-primary.disabled{background-color: #5891cc !important; border-color: #5891cc !important} 
.btn-primary:hover{background-color:rgba(88, 145, 204, .7) !important; border-color:rgba(88, 145, 204, .1) !important; transition: all 0.2s ease;}
.btn-success,.btn-success.disabled{background-color: #12b894 !important; border-color: #12b894 !important} 
.btn-success:hover{background-color:rgba(18, 184, 148, .7)!important; border-color:rgba(18, 184, 148, .1)!important; transition: all 0.2s ease;}
.btn-info,.btn-info.disabled{background-color:#607d8b !important; border-color: #607d8b !important} 
.btn-info:hover{background-color:rgba(96, 125, 139, .7) !important; border-color:rgba(96, 125, 139, .1) !important; transition: all 0.2s ease;}
.btn-warning,.btn-warning.disabled{background-color: #f8a220 !important; border-color: #f8a220 !important } 
.btn-warning:hover{background-color:rgba(248,162,32,.7) !important; border-color:rgba(248,162,32,.1)  !important; transition: all 0.2s ease;}
.btn-danger,.btn-danger.disabled{background-color: #c74058 !important; border-color: #c74058 !important} 
.btn-danger:hover{background-color:rgba(246,108,129,.7) !important; border-color:rgba(246,108,129,.1) !important; transition: all 0.2s ease;}
.btn-default,.btn-default.disabled{border-color: #acacae !important; color: #7c7d7f !important}

.btn-primary-o,.btn-primary-o.disabled{background-color: transparent !important; border-color: #5891cc !important; color: #5891cc} 
.btn-primary-o:hover{background-color: #5891cc !important; color:#ffffff !important; transition: all 0.2s ease;}
.btn-success-o,.btn-success-o.disabled{background-color: transparent !important; border-color: #12b894 !important; color: #12b894} 
.btn-success-o:hover{background-color: #12b894 !important; color:#ffffff !important; transition: all 0.2s ease;}
.btn-info-o,.btn-info-o.disabled{background-color: transparent !important; border-color: #607d8b !important; color: #607d8b} 
.btn-info-o:hover{background-color: #607d8b !important; color:#ffffff !important; transition: all 0.2s ease;}
.btn-warning-o,.btn-warning-o.disabled{background-color: transparent !important; border-color: #f8a220 !important; color: #f8a220} 
.btn-warning-o:hover{background-color: #f8a220 !important; color:#ffffff !important; transition: all 0.2s ease;}
.btn-danger-o,.btn-danger-o.disabled{background-color: transparent !important; border-color: #c74058 !important; color: #c74058} 
.btn-danger-o:hover{background-color: #c74058 !important; color:#ffffff !important; transition: all 0.2s ease;}


.btn.btn-text{padding: 0px;background: transparent !important;border:none !important;}
.btn.btn-text:hover{background: transparent !important;}
.btn.btn-text:focus{box-shadow: none;color:}
.btn.btn-text.btn-primary-o:hover,.btn.btn-text.btn-primary-o:focus{color: #5891cc !important;}
.btn.btn-text.btn-success-o:hover,.btn.btn-text.btn-success-o:focus{color: #12b894 !important;}
.btn.btn-text.btn-info-o:hover,.btn.btn-text.btn-info-o:focus{color: #607d8b !important;}
.btn.btn-text.btn-warning-o:hover,.btn.btn-text.btn-warning-o:focus{color: #f8a220 !important;}
.btn.btn-text.btn-danger-o:hover,.btn.btn-text.btn-danger-o:focus{color: #c74058 !important;}

/*-----COLOR-----*/
.color-default{color: #acacae !important;}
.color-primary{color: #5891cc !important;}
.color-success{color: #12b894 !important;}
.color-info{color: #1182a7 !important;}
.color-danger{color: #c74058 !important;}
.color-warning{color: #f8a220 !important;}

/*-----LINK-----*/
.link{color: #6899d1 !important;cursor: pointer;font-weight: 400 !important;}
.link:hover{text-decoration: underline;color: #6899d1;}
.link-btn{border:1px solid;padding: 8px 14px;border-radius: 20px;display: inline-block;}
.link-btn:hover{text-decoration: none;}

/*-----INPUT-----*/
/* Webkit  */
input::-webkit-input-placeholder {color: #7c7d7f;}
input:focus::-webkit-input-placeholder {color: #ffffff;}
textarea::-webkit-input-placeholder {color: #7c7d7f;}
textarea:focus::-webkit-input-placeholder {color: #ffffff;}
/* Firefox < 19 */
input:-moz-placeholder {color: #7c7d7f;}
input:focus:-moz-placeholder {color: #ffffff;}
textarea:-moz-placeholder {color: #7c7d7f;}
textarea:focus:-moz-placeholder {color: #ffffff;}
/* Firefox > 19 */
input::-moz-placeholder {color: #7c7d7f;}
input:focus::-moz-placeholder {color: #ffffff;}
textarea::-moz-placeholder {color: #7c7d7f;}
textarea:focus::-moz-placeholder {color: #ffffff;}
/* Internet Explorer 10 */
input:-ms-input-placeholder {color: #7c7d7f;}
input:focus:-ms-input-placeholder {color: #ffffff;}
textarea:-ms-input-placeholder {color: #7c7d7f;}
textarea:focus:-ms-input-placeholder {color: #ffffff;}

input:disabled,
input[type="email"]:disabled
input[type="number"]:disabled
input[type="text"]:disabled{background: #dee1e6;cursor: no-drop !important;opacity: 0.6;border-color: #d8d9db}

.input{position: relative;padding: 8px 14px;border: 1px solid #acacae;color:#7c7d7f;border-radius: 0px;-webkit-appearance: none;-webkit-font-smoothing: antialiased;moz-osx-font-smoothing: grayscale;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);margin: 0;background: #ffffff;outline: none;resize: none;box-shadow: none;display: block;width: 100%;}
.input:focus{color: #000000;border-color: #000000}
.input.error{border-color: #ca4438;}
.input.success{border-color: #acacae;}
.valert{color: #ca4438;margin-bottom: 5px;}
.valert.valert-success{color: #12b894}
.valert i,.valert span{display: inline;}


/*------CHECKBOX------*/
.checkbox{position: relative;height: auto;width:auto;margin: 0px;}
.checkbox+.checkbox{margin-top: 5px;}
.checkbox input[type="checkbox"]{position: absolute !important;z-index: 1;margin: 0px;cursor: pointer;width:100%;height:100%; opacity: 0;left:0px;top: 1px}
.checkbox input[type="checkbox"] + span{margin-left: 25px;transition:all 0.4s ease;vertical-align: middle;padding-right: 25px;}
.checkbox input[type="checkbox"] + span:before {content: ''; position: absolute;width: 18px; height: 18px;border: 1px solid #acacae;border-radius: 0px;transition:all 0.4s ease;background: #ffffff;left:0; top: 2px;}
.checkbox input[type="checkbox"] + span:after {content: ''; position: absolute;width: 10px;height: 4px;background: transparent;top: 8px;left: 5px;border: 2px solid transparent;border-top: none;border-right: none;opacity: 0;transition:all 0.4s ease;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg)}
.checkbox input[type="checkbox"]:checked + span{color: #000000;transition:all 0.4s ease;}
.checkbox input[type="checkbox"]:checked + span:after {opacity:1; transition:all 0.4s ease;border-color: #000000;}
.checkbox.checkbox-default input[type="checkbox"] {width: 20px;}
.checkbox-inline{padding: 0px;display: inline-block;margin: 0px;margin-right: 10px;}
.checkbox-inline+.checkbox-inline{margin-top: 0;margin-left: 0px;}
.checkbox.error input[type="checkbox"]:not(:checked) + span:before {border-color:#ca4438;}


/*------RADIO------*/
.radio{position: relative;height: auto;width:auto;margin: 0px;}
.radio+.radio{margin-top: 5px;}
.radio input[type="radio"]{position: absolute !important;z-index: 1;margin: 0px;cursor: pointer;width:100%;height:100%; opacity: 0;left:0px;top: 0px}
.radio input[type="radio"] + span{margin-left: 25px;transition:all 0.4s ease;vertical-align: middle;}
.radio input[type="radio"] + span:before {content: ''; position: absolute;left:0;top:49%;width: 18px; height: 18px;border: 1px solid #acacae;background: #ffffff;border-radius: 100vh;transition:all 0.4s ease;transform: translateY(-50%);}
.radio input[type="radio"] + span:after {content: ''; position: absolute;left:4px;top:49%;width: 10px;height: 10px;border-radius: 100vh;background: transparent;opacity: 0;transition:all 0.4s ease;transform: translateY(-50%);}
.radio input[type="radio"]:checked + span:after {opacity:1; transition:all 0.4s ease;background: #000000;}
.radio input[type="radio"]:checked + span{color: #000000;transition:all 0.4s ease;}
.radio.radio-default input[type="radio"]{width: 20px;}
.radio-inline{padding: 0px;display: inline-block;margin:0px;margin-right: 10px;}
.radio-inline+.radio-inline{margin-top: 0;margin-left: 0px;}
.radio.error input[type="radio"]:not(:checked) + span:before {border: 1px solid #ca4438 }


/*-----SELECT-----*/
.select{position: relative;display:block;min-width: 172px;}
.select.reset{min-width: 0;}
.select select {padding: 8px 14px;outline:none;padding-right: 20px;border: 1px solid #acacae;color:#7c7d7f;border-radius: 0px;transition: all 0.3s ease-out;background: #ffffff;height: auto;width: 100%;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);-webkit-font-smoothing: antialiased;-webkit-appearance: none;-moz-appearance: none;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;line-height: 1}
.select select::-ms-expand {display: none;}
.select select:focus{cursor: pointer;color: #000000;border-color: #000;}
.select select:hover{cursor: pointer;}
.select select[disabled] {background: #dee1e6;cursor: no-drop !important;opacity: 0.6;border-color: #d8d9db}
.select .caret{position: absolute;border-top-color:#c2c2c1;right: 8px;top: 50%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%); transform: translateY(-50%);}
.select.select-inline{display: inline-block;min-width: 172px;}
.select.select-inline + .select.select-inline{margin-left: 20px;}
.select.error select{border-color: #ca4438; background: #ca4438;}

/*-----BOOTSTRAP SELECT-----*/
.select .bootstrap-select .dropdown-toggle{background: #ffffff !important;box-shadow: none;padding-right: 35px !important;border: 1px solid #acacae !important;}
.select .bootstrap-select .dropdown-toggle:focus{outline: none !important;color:#000000 !important;border-color: #000000 !important}
.select .bootstrap-select.open .dropdown-toggle{border-color: #000000 !important}
.select .bootstrap-select .dropdown-toggle .caret{top: 56%;right: 8px;}
.select.error .bootstrap-select .dropdown-toggle{border-color:#ca4438 !important;}
.select .bootstrap-select .form-control{outline: 0 none;box-shadow: none;border-radius: 0px;}
.select .bootstrap-select .form-control:focus{border-color: #000}
.select .bootstrap-select .bs-searchbox{padding: 7px 8px;border-bottom: 1px solid #000}
.select .bootstrap-select .dropdown-menu{border-color: #000;border-top: 0px;z-index: 200;}
.select .bootstrap-select.dropup .dropdown-menu.open{border-top: 1px solid #000;margin:0px;border-bottom: 0px;}
.select .bootstrap-select .dropdown-menu li a{border-radius: 0px !important;white-space: normal;padding: 8px 12px;color: #898a8c;outline: 0 none;box-shadow: none;}
.select .bootstrap-select .dropdown-menu li.active a{background: #000;color: #ffffff}
.select .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{margin-top: 10px;} 
.select .bootstrap-select.btn-group .no-results {padding: 7px 8px;margin: 0;}


/*--------FORM--------*/
.form-group-wrap:before,.form-group-wrap:after {content: " ";display: table;clear: both;} 
.form-group-wrap{position: relative;display: block;}
.form-group-wrap > .title{display: block;margin-bottom: 4px}
.form-group-wrap .sub{color:#A3A1A1;font-weight: 400;}
.form-group-wrap+.form-group-wrap{margin-top: 15px}

.form-group:before,.form-group:after {content: " ";display: table;}
.form-group{position: relative;margin-bottom: 0px;display:block;}
.form-group > .title{display: block;margin-bottom: 4px;}
.form-group .sub{color:#A3A1A1;font-weight: 400;}
.form-group+.form-group{margin-top: 15px;}
.form-group ~.checkbox{margin-top: 8px !important;}
.form-group ~.radio{margin-top: 8px !important;}
.form-group.radio,.form-group.checkbox {margin: -4px -5px;}
.form-group.radio .radio,.form-group.checkbox .checkbox{margin: 4px 5px;}

.form-group-inline ~.checkbox{margin-top: 8px !important;}
.form-group-inline ~.radio{margin-top: 8px !important;}
.form-group-inline{margin: -8px;font-size: 0;display: block;}
.form-group-inline.top .form-inline{vertical-align: top}
.form-group-inline.bottom .form-inline{vertical-align: bottom;}
.form-inline{display: inline-block; /*padding:8px;*//*font-size: 14px;*/float: none;vertical-align: middle;position: relative;}
.form-inline .input,
.form-inline .form-group{width: 100%}

.form-group-horizontal{margin: -8px 0;}
.form-group-horizontal .horizontal{height: auto}
.form-group.horizontal{display: table-row;}
.form-group.horizontal .title,.form-group.horizontal .form-group{display: table-cell;width: 1%;white-space: nowrap;margin:0px;vertical-align: middle;}
.form-group.horizontal .title{padding-right: 20px;margin:0px;}
.form-group.horizontal .form-group{width: auto;white-space: normal;}
.form-group.horizontal .form-group+.form-group{padding-left: 20px;}
.form-group.horizontal .form-group-inline{padding: 8px 0px;}

.form-group.group{display: table;width: 100%}
.form-group.group.responsive{}
.form-group.group.fixed{table-layout: fixed;}
.form-group.group.top > .group{vertical-align: top}
.form-group.group.bottom > .group{vertical-align: bottom;}
.form-group.group > .group{display: table-cell;width: 1%;white-space: nowrap;vertical-align: middle;}
.form-group.group > .group.auto{width: auto;white-space: normal;}

.form-group.divider{
  background: url('../img/pattern.png');
  background-repeat: repeat-x;
  height: 20px;
}

/*-----TABLE----*/
.table{position: relative;}
.table table{width: 100%;}
.table thead{}
.table thead th{text-align: left; font-weight: 800;padding: 10px 0;border-bottom: 1px solid #ddd;}
.table table tbody tr:nth-of-type(odd) {background: #ffffff;}
.table table tbody tr:nth-of-type(even) {background: #ffffff;}
.table tbody td{color: #757374;padding: 10px 0;border-bottom: 1px solid #ddd;}
.table tbody tr:last-child td{border-bottom:none;}

.table-list{width: 100%}
.table-list tr,.table-list td{}


/*-----PAGINATION----*/
/*.pagination {position: relative;font-size: 0;line-height: 1;}
.pagination ul li{display:inline-block;}
.pagination ul li a{;padding: 8px 12px;background: #fff;display: block;border-right: none;transition: all 0.2s ease;}
.pagination ul li.previous a{border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination ul li.next a{border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination ul li a:hover{background:#2BAFC1;color: #fff;transition: all 0.2s ease;}
.pagination ul li.active a{color: #fff;background:#2BAFC1;}
.pagination ul li.disable a{cursor: no-drop;color: #ccc;}
.pagination ul li.disable a:hover{cursor: no-drop; background: #fff;color: #ccc;}
*/


/*-----TABLET POTRAIT -----*/
/*------------------------*/

@media only screen and (max-width: 992px){
  .form-group-horizontal{border-spacing: none;margin:0;}
  .form-group.horizontal{display: block;}
  .form-group.horizontal+.form-group.horizontal{margin-top: 20px;}
  .form-group.horizontal .title,.form-group.horizontal .form-group{display: block;}
  .form-group.horizontal .title{padding-right: 0px;margin-bottom: 4px;width: auto;}
  .form-group.horizontal .form-group{width: auto;}
  .form-group.horizontal .form-group+.form-group{padding-left: 0px;margin-top: 20px;}
  .form-group.horizontal .form-group-inline{padding:0px;}

  .radio-inline,.checkbox-inline{display: block;margin-left: 0px !important;}
  .radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top: 5px;}

}

@media only screen and (max-width: 768px){
  .form-inline{padding: 0px;display: block;}
  .form-inline+.form-inline{margin-top: 20px;}
  .form-group-inline {margin: 0px !important;}
  .form-inline.form-checkbox{margin: 0px;margin-top: 8px;}
  .form-checkbox+.form-checkbox{margin-top: 5px;}

  .form-group.group.responsive{display: block;}
  .form-group.group.responsive > .group{display: block;width: auto;}
  .form-group.group.responsive > .group+.group{margin-top: 15px;}
}

@media only screen and (max-width: 568px){
  /*.form-group.input-select{display: block;}
  .form-group.input-select .select{display:block;width: auto;}
  .form-group.input-select .select select{border-radius: 4px 4px 0 0;}
  .form-group.input-select .input{display: block;border-radius: 0 0 4px 4px;}*/
}

/*--------V-POPUP-------*/
.v-popup{}
.v-popup-content{
  position: absolute;
  width: 100%;
  bottom: 100%;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  left: 0;
  padding: 15px;
  z-index: 1000;
  display: none;
}
.v-popup-action{
  display: none;
}

/*--------LOADING ------*/
.v-loading{z-index: 600;top: 0;left: 0;position: absolute;background: none;width: 200px;height: 200px;}
.v-loading.fixed{position: fixed;z-index: 3100;}
.v-loading-bg{position: absolute;width: 100%;height: 100%;background: #000000;opacity: 1;left: 0;top: 0;z-index: 500;display: none;}
.v-loading-bg.fixed{position: fixed;z-index: 1050;}

/*--------LOADING FACEBOOK ------*/
@-webkit-keyframes v-loading-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes v-loading-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes v-loading-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes v-loading-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes v-loading-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.v-loading-facebook > div {position: absolute;width: 40px;height: 120px;top: 40px;left: 20px;background: #cec9c9;opacity: 0.6;-ms-animation: v-loading-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;-moz-animation: v-loading-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;-webkit-animation: v-loading-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;-o-animation: v-loading-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;animation: v-loading-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;}
.v-loading-facebook > div:nth-of-type(2) {left: 80px;opacity: 0.8;-ms-animation-delay: 0.1s;-moz-animation-delay: 0.1s;-webkit-animation-delay: 0.1s;-o-animation-delay: 0.1s;animation-delay: 0.1s;}
.v-loading-facebook > div:nth-of-type(3) {left: 140px;opacity: 0.9;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;-webkit-animation-delay: 0.2s;-o-animation-delay: 0.2s;animation-delay: 0.2s;}

/* --   LOADING DEFAULT --*/
@-webkit-keyframes v-loading-default { 0% { opacity: 1} 100% {opacity: 0} }
@-moz-keyframes v-loading-default { 0% { opacity: 1} 100% {opacity: 0} }
@keyframes v-loading-default { 0% { opacity: 1} 100% {opacity: 0} }
.v-loading-default > div:nth-of-type(1){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.v-loading-default > div:nth-of-type(2){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.4166666666666667s;animation-delay: -0.4166666666666667s;}
.v-loading-default > div:nth-of-type(3){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.33333333333333337s;animation-delay: -0.33333333333333337s;}
.v-loading-default > div:nth-of-type(4){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.25s;animation-delay: -0.25s;}
.v-loading-default > div:nth-of-type(5){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.16666666666666669s;animation-delay: -0.16666666666666669s;}
.v-loading-default > div:nth-of-type(6){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: -0.08333333333333331s;animation-delay: -0.08333333333333331s;}
.v-loading-default > div:nth-of-type(7){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0s;animation-delay: 0s;}
.v-loading-default > div:nth-of-type(8){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0.08333333333333337s;animation-delay: 0.08333333333333337s;}
.v-loading-default > div:nth-of-type(9){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0.16666666666666663s;animation-delay: 0.16666666666666663s;}
.v-loading-default > div:nth-of-type(10){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}
.v-loading-default > div:nth-of-type(11){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0.33333333333333337s;animation-delay: 0.33333333333333337s;}
.v-loading-default > div:nth-of-type(12){-webkit-animation: v-loading-default 1s linear infinite;animation: v-loading-default 1s linear infinite;-webkit-animation-delay: 0.41666666666666663s;animation-delay: 0.41666666666666663s;}


