@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i|PT+Serif&subset=cyrillic");
body .red {
  color: #f44336;
}
body .bg-red, body .bg-red .dropdown ul {
  background-color: #f44336;
}
body .btn.red {
  background: #f44336;
  color: white;
  transition: 300ms;
}
body .btn.red:hover {
  background: #d50000;
  transition: 500ms;
}
body .btn.i-red {
  border: 2px solid #ef5350;
  color: #f44336;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-red:hover {
  border-color: #ff1744;
  color: #d50000;
  background: #ffebee;
  transition: 500ms;
}
body .red-50 {
  color: #ffebee;
}
body .bg-red-50 {
  background-color: #ffebee;
}
body .red-100 {
  color: #ffcdd2;
}
body .bg-red-100 {
  background-color: #ffcdd2;
}
body .red-200 {
  color: #ef9a9a;
}
body .bg-red-200 {
  background-color: #ef9a9a;
}
body .red-300 {
  color: #e57373;
}
body .bg-red-300 {
  background-color: #e57373;
}
body .red-400 {
  color: #ef5350;
}
body .bg-red-400 {
  background-color: #ef5350;
}
body .red-500 {
  color: #f44336;
}
body .bg-red-500 {
  background-color: #f44336;
}
body .red-600 {
  color: #e53935;
}
body .bg-red-600 {
  background-color: #e53935;
}
body .red-700 {
  color: #d32f2f;
}
body .bg-red-700 {
  background-color: #d32f2f;
}
body .red-800 {
  color: #c62828;
}
body .bg-red-800 {
  background-color: #c62828;
}
body .red-900 {
  color: #b71c1c;
}
body .bg-red-900 {
  background-color: #b71c1c;
}
body .red-A100 {
  color: #ff8a80;
}
body .bg-red-A100 {
  background-color: #ff8a80;
}
body .red-A200 {
  color: #ff5252;
}
body .bg-red-A200 {
  background-color: #ff5252;
}
body .red-A400 {
  color: #ff1744;
}
body .bg-red-A400 {
  background-color: #ff1744;
}
body .red-A700 {
  color: #d50000;
}
body .bg-red-A700 {
  background-color: #d50000;
}
body .pink {
  color: #E91E63;
}
body .bg-pink, body .bg-pink .dropdown ul {
  background-color: #E91E63;
}
body .btn.pink {
  background: #E91E63;
  color: white;
  transition: 300ms;
}
body .btn.pink:hover {
  background: #C51162;
  transition: 500ms;
}
body .btn.i-pink {
  border: 2px solid #EC407A;
  color: #E91E63;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-pink:hover {
  border-color: #F50057;
  color: #C51162;
  background: #FCE4EC;
  transition: 500ms;
}
body .pink-50 {
  color: #FCE4EC;
}
body .bg-pink-50 {
  background-color: #FCE4EC;
}
body .pink-100 {
  color: #F8BBD0;
}
body .bg-pink-100 {
  background-color: #F8BBD0;
}
body .pink-200 {
  color: #F48FB1;
}
body .bg-pink-200 {
  background-color: #F48FB1;
}
body .pink-300 {
  color: #F06292;
}
body .bg-pink-300 {
  background-color: #F06292;
}
body .pink-400 {
  color: #EC407A;
}
body .bg-pink-400 {
  background-color: #EC407A;
}
body .pink-500 {
  color: #E91E63;
}
body .bg-pink-500 {
  background-color: #E91E63;
}
body .pink-600 {
  color: #D81B60;
}
body .bg-pink-600 {
  background-color: #D81B60;
}
body .pink-700 {
  color: #C2185B;
}
body .bg-pink-700 {
  background-color: #C2185B;
}
body .pink-800 {
  color: #AD1457;
}
body .bg-pink-800 {
  background-color: #AD1457;
}
body .pink-900 {
  color: #880E4F;
}
body .bg-pink-900 {
  background-color: #880E4F;
}
body .pink-A100 {
  color: #FF80AB;
}
body .bg-pink-A100 {
  background-color: #FF80AB;
}
body .pink-A200 {
  color: #FF4081;
}
body .bg-pink-A200 {
  background-color: #FF4081;
}
body .pink-A400 {
  color: #F50057;
}
body .bg-pink-A400 {
  background-color: #F50057;
}
body .pink-A700 {
  color: #C51162;
}
body .bg-pink-A700 {
  background-color: #C51162;
}
body .purple {
  color: #9C27B0;
}
body .bg-purple, body .bg-purple .dropdown ul {
  background-color: #9C27B0;
}
body .btn.purple {
  background: #9C27B0;
  color: white;
  transition: 300ms;
}
body .btn.purple:hover {
  background: #AA00FF;
  transition: 500ms;
}
body .btn.i-purple {
  border: 2px solid #AB47BC;
  color: #9C27B0;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-purple:hover {
  border-color: #D500F9;
  color: #AA00FF;
  background: #F3E5F5;
  transition: 500ms;
}
body .purple-50 {
  color: #F3E5F5;
}
body .bg-purple-50 {
  background-color: #F3E5F5;
}
body .purple-100 {
  color: #E1BEE7;
}
body .bg-purple-100 {
  background-color: #E1BEE7;
}
body .purple-200 {
  color: #CE93D8;
}
body .bg-purple-200 {
  background-color: #CE93D8;
}
body .purple-300 {
  color: #BA68C8;
}
body .bg-purple-300 {
  background-color: #BA68C8;
}
body .purple-400 {
  color: #AB47BC;
}
body .bg-purple-400 {
  background-color: #AB47BC;
}
body .purple-500 {
  color: #9C27B0;
}
body .bg-purple-500 {
  background-color: #9C27B0;
}
body .purple-600 {
  color: #8E24AA;
}
body .bg-purple-600 {
  background-color: #8E24AA;
}
body .purple-700 {
  color: #7B1FA2;
}
body .bg-purple-700 {
  background-color: #7B1FA2;
}
body .purple-800 {
  color: #6A1B9A;
}
body .bg-purple-800 {
  background-color: #6A1B9A;
}
body .purple-900 {
  color: #4A148C;
}
body .bg-purple-900 {
  background-color: #4A148C;
}
body .purple-A100 {
  color: #EA80FC;
}
body .bg-purple-A100 {
  background-color: #EA80FC;
}
body .purple-A200 {
  color: #E040FB;
}
body .bg-purple-A200 {
  background-color: #E040FB;
}
body .purple-A400 {
  color: #D500F9;
}
body .bg-purple-A400 {
  background-color: #D500F9;
}
body .purple-A700 {
  color: #AA00FF;
}
body .bg-purple-A700 {
  background-color: #AA00FF;
}
body .deep-purple {
  color: #673AB7;
}
body .bg-deep-purple, body .bg-deep-purple .dropdown ul {
  background-color: #673AB7;
}
body .btn.deep-purple {
  background: #673AB7;
  color: white;
  transition: 300ms;
}
body .btn.deep-purple:hover {
  background: #6200EA;
  transition: 500ms;
}
body .btn.i-deep-purple {
  border: 2px solid #7E57C2;
  color: #673AB7;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-deep-purple:hover {
  border-color: #651FFF;
  color: #6200EA;
  background: #EDE7F6;
  transition: 500ms;
}
body .deep-purple-50 {
  color: #EDE7F6;
}
body .bg-deep-purple-50 {
  background-color: #EDE7F6;
}
body .deep-purple-100 {
  color: #D1C4E9;
}
body .bg-deep-purple-100 {
  background-color: #D1C4E9;
}
body .deep-purple-200 {
  color: #B39DDB;
}
body .bg-deep-purple-200 {
  background-color: #B39DDB;
}
body .deep-purple-300 {
  color: #9575CD;
}
body .bg-deep-purple-300 {
  background-color: #9575CD;
}
body .deep-purple-400 {
  color: #7E57C2;
}
body .bg-deep-purple-400 {
  background-color: #7E57C2;
}
body .deep-purple-500 {
  color: #673AB7;
}
body .bg-deep-purple-500 {
  background-color: #673AB7;
}
body .deep-purple-600 {
  color: #5E35B1;
}
body .bg-deep-purple-600 {
  background-color: #5E35B1;
}
body .deep-purple-700 {
  color: #512DA8;
}
body .bg-deep-purple-700 {
  background-color: #512DA8;
}
body .deep-purple-800 {
  color: #4527A0;
}
body .bg-deep-purple-800 {
  background-color: #4527A0;
}
body .deep-purple-900 {
  color: #311B92;
}
body .bg-deep-purple-900 {
  background-color: #311B92;
}
body .deep-purple-A100 {
  color: #B388FF;
}
body .bg-deep-purple-A100 {
  background-color: #B388FF;
}
body .deep-purple-A200 {
  color: #7C4DFF;
}
body .bg-deep-purple-A200 {
  background-color: #7C4DFF;
}
body .deep-purple-A400 {
  color: #651FFF;
}
body .bg-deep-purple-A400 {
  background-color: #651FFF;
}
body .deep-purple-A700 {
  color: #6200EA;
}
body .bg-deep-purple-A700 {
  background-color: #6200EA;
}
body .indigo {
  color: #3F51B5;
}
body .bg-indigo, body .bg-indigo .dropdown ul {
  background-color: #3F51B5;
}
body .btn.indigo {
  background: #3F51B5;
  color: white;
  transition: 300ms;
}
body .btn.indigo:hover {
  background: #304FFE;
  transition: 500ms;
}
body .btn.i-indigo {
  border: 2px solid #5C6BC0;
  color: #3F51B5;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-indigo:hover {
  border-color: #3D5AFE;
  color: #304FFE;
  background: #E8EAF6;
  transition: 500ms;
}
body .indigo-50 {
  color: #E8EAF6;
}
body .bg-indigo-50 {
  background-color: #E8EAF6;
}
body .indigo-100 {
  color: #C5CAE9;
}
body .bg-indigo-100 {
  background-color: #C5CAE9;
}
body .indigo-200 {
  color: #9FA8DA;
}
body .bg-indigo-200 {
  background-color: #9FA8DA;
}
body .indigo-300 {
  color: #7986CB;
}
body .bg-indigo-300 {
  background-color: #7986CB;
}
body .indigo-400 {
  color: #5C6BC0;
}
body .bg-indigo-400 {
  background-color: #5C6BC0;
}
body .indigo-500 {
  color: #3F51B5;
}
body .bg-indigo-500 {
  background-color: #3F51B5;
}
body .indigo-600 {
  color: #3949AB;
}
body .bg-indigo-600 {
  background-color: #3949AB;
}
body .indigo-700 {
  color: #303F9F;
}
body .bg-indigo-700 {
  background-color: #303F9F;
}
body .indigo-800 {
  color: #283593;
}
body .bg-indigo-800 {
  background-color: #283593;
}
body .indigo-900 {
  color: #1A237E;
}
body .bg-indigo-900 {
  background-color: #1A237E;
}
body .indigo-A100 {
  color: #8C9EFF;
}
body .bg-indigo-A100 {
  background-color: #8C9EFF;
}
body .indigo-A200 {
  color: #536DFE;
}
body .bg-indigo-A200 {
  background-color: #536DFE;
}
body .indigo-A400 {
  color: #3D5AFE;
}
body .bg-indigo-A400 {
  background-color: #3D5AFE;
}
body .indigo-A700 {
  color: #304FFE;
}
body .bg-indigo-A700 {
  background-color: #304FFE;
}
body .blue {
  color: #2196F3;
}
body .bg-blue, body .bg-blue .dropdown ul {
  background-color: #2196F3;
}
body .btn.blue {
  background: #2196F3;
  color: white;
  transition: 300ms;
}
body .btn.blue:hover {
  background: #2962FF;
  transition: 500ms;
}
body .btn.i-blue {
  border: 2px solid #42A5F5;
  color: #2196F3;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-blue:hover {
  border-color: #2979FF;
  color: #2962FF;
  background: #E3F2FD;
  transition: 500ms;
}
body .blue-50 {
  color: #E3F2FD;
}
body .bg-blue-50 {
  background-color: #E3F2FD;
}
body .blue-100 {
  color: #BBDEFB;
}
body .bg-blue-100 {
  background-color: #BBDEFB;
}
body .blue-200 {
  color: #90CAF9;
}
body .bg-blue-200 {
  background-color: #90CAF9;
}
body .blue-300 {
  color: #64B5F6;
}
body .bg-blue-300 {
  background-color: #64B5F6;
}
body .blue-400 {
  color: #42A5F5;
}
body .bg-blue-400 {
  background-color: #42A5F5;
}
body .blue-500 {
  color: #2196F3;
}
body .bg-blue-500 {
  background-color: #2196F3;
}
body .blue-600 {
  color: #1E88E5;
}
body .bg-blue-600 {
  background-color: #1E88E5;
}
body .blue-700 {
  color: #1976D2;
}
body .bg-blue-700 {
  background-color: #1976D2;
}
body .blue-800 {
  color: #1565C0;
}
body .bg-blue-800 {
  background-color: #1565C0;
}
body .blue-900 {
  color: #0D47A1;
}
body .bg-blue-900 {
  background-color: #0D47A1;
}
body .blue-A100 {
  color: #82B1FF;
}
body .bg-blue-A100 {
  background-color: #82B1FF;
}
body .blue-A200 {
  color: #448AFF;
}
body .bg-blue-A200 {
  background-color: #448AFF;
}
body .blue-A400 {
  color: #2979FF;
}
body .bg-blue-A400 {
  background-color: #2979FF;
}
body .blue-A700 {
  color: #2962FF;
}
body .bg-blue-A700 {
  background-color: #2962FF;
}
body .light-blue {
  color: #03A9F4;
}
body .bg-light-blue, body .bg-light-blue .dropdown ul {
  background-color: #03A9F4;
}
body .btn.light-blue {
  background: #03A9F4;
  color: white;
  transition: 300ms;
}
body .btn.light-blue:hover {
  background: #0091EA;
  transition: 500ms;
}
body .btn.i-light-blue {
  border: 2px solid #29B6F6;
  color: #03A9F4;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-light-blue:hover {
  border-color: #00B0FF;
  color: #0091EA;
  background: #E1F5FE;
  transition: 500ms;
}
body .light-blue-50 {
  color: #E1F5FE;
}
body .bg-light-blue-50 {
  background-color: #E1F5FE;
}
body .light-blue-100 {
  color: #B3E5FC;
}
body .bg-light-blue-100 {
  background-color: #B3E5FC;
}
body .light-blue-200 {
  color: #81D4FA;
}
body .bg-light-blue-200 {
  background-color: #81D4FA;
}
body .light-blue-300 {
  color: #4FC3F7;
}
body .bg-light-blue-300 {
  background-color: #4FC3F7;
}
body .light-blue-400 {
  color: #29B6F6;
}
body .bg-light-blue-400 {
  background-color: #29B6F6;
}
body .light-blue-500 {
  color: #03A9F4;
}
body .bg-light-blue-500 {
  background-color: #03A9F4;
}
body .light-blue-600 {
  color: #039BE5;
}
body .bg-light-blue-600 {
  background-color: #039BE5;
}
body .light-blue-700 {
  color: #0288D1;
}
body .bg-light-blue-700 {
  background-color: #0288D1;
}
body .light-blue-800 {
  color: #0277BD;
}
body .bg-light-blue-800 {
  background-color: #0277BD;
}
body .light-blue-900 {
  color: #01579B;
}
body .bg-light-blue-900 {
  background-color: #01579B;
}
body .light-blue-A100 {
  color: #80D8FF;
}
body .bg-light-blue-A100 {
  background-color: #80D8FF;
}
body .light-blue-A200 {
  color: #40C4FF;
}
body .bg-light-blue-A200 {
  background-color: #40C4FF;
}
body .light-blue-A400 {
  color: #00B0FF;
}
body .bg-light-blue-A400 {
  background-color: #00B0FF;
}
body .light-blue-A700 {
  color: #0091EA;
}
body .bg-light-blue-A700 {
  background-color: #0091EA;
}
body .cyan {
  color: #00BCD4;
}
body .bg-cyan, body .bg-cyan .dropdown ul {
  background-color: #00BCD4;
}
body .btn.cyan {
  background: #00BCD4;
  color: white;
  transition: 300ms;
}
body .btn.cyan:hover {
  background: #00B8D4;
  transition: 500ms;
}
body .btn.i-cyan {
  border: 2px solid #26C6DA;
  color: #00BCD4;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-cyan:hover {
  border-color: #00E5FF;
  color: #00B8D4;
  background: #E0F7FA;
  transition: 500ms;
}
body .cyan-50 {
  color: #E0F7FA;
}
body .bg-cyan-50 {
  background-color: #E0F7FA;
}
body .cyan-100 {
  color: #B2EBF2;
}
body .bg-cyan-100 {
  background-color: #B2EBF2;
}
body .cyan-200 {
  color: #80DEEA;
}
body .bg-cyan-200 {
  background-color: #80DEEA;
}
body .cyan-300 {
  color: #4DD0E1;
}
body .bg-cyan-300 {
  background-color: #4DD0E1;
}
body .cyan-400 {
  color: #26C6DA;
}
body .bg-cyan-400 {
  background-color: #26C6DA;
}
body .cyan-500 {
  color: #00BCD4;
}
body .bg-cyan-500 {
  background-color: #00BCD4;
}
body .cyan-600 {
  color: #00ACC1;
}
body .bg-cyan-600 {
  background-color: #00ACC1;
}
body .cyan-700 {
  color: #0097A7;
}
body .bg-cyan-700 {
  background-color: #0097A7;
}
body .cyan-800 {
  color: #00838F;
}
body .bg-cyan-800 {
  background-color: #00838F;
}
body .cyan-900 {
  color: #006064;
}
body .bg-cyan-900 {
  background-color: #006064;
}
body .cyan-A100 {
  color: #84FFFF;
}
body .bg-cyan-A100 {
  background-color: #84FFFF;
}
body .cyan-A200 {
  color: #18FFFF;
}
body .bg-cyan-A200 {
  background-color: #18FFFF;
}
body .cyan-A400 {
  color: #00E5FF;
}
body .bg-cyan-A400 {
  background-color: #00E5FF;
}
body .cyan-A700 {
  color: #00B8D4;
}
body .bg-cyan-A700 {
  background-color: #00B8D4;
}
body .teal {
  color: #009688;
}
body .bg-teal, body .bg-teal .dropdown ul {
  background-color: #009688;
}
body .btn.teal {
  background: #009688;
  color: white;
  transition: 300ms;
}
body .btn.teal:hover {
  background: #00BFA5;
  transition: 500ms;
}
body .btn.i-teal {
  border: 2px solid #26A69A;
  color: #009688;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-teal:hover {
  border-color: #1DE9B6;
  color: #00BFA5;
  background: #E0F2F1;
  transition: 500ms;
}
body .teal-50 {
  color: #E0F2F1;
}
body .bg-teal-50 {
  background-color: #E0F2F1;
}
body .teal-100 {
  color: #B2DFDB;
}
body .bg-teal-100 {
  background-color: #B2DFDB;
}
body .teal-200 {
  color: #80CBC4;
}
body .bg-teal-200 {
  background-color: #80CBC4;
}
body .teal-300 {
  color: #4DB6AC;
}
body .bg-teal-300 {
  background-color: #4DB6AC;
}
body .teal-400 {
  color: #26A69A;
}
body .bg-teal-400 {
  background-color: #26A69A;
}
body .teal-500 {
  color: #009688;
}
body .bg-teal-500 {
  background-color: #009688;
}
body .teal-600 {
  color: #00897B;
}
body .bg-teal-600 {
  background-color: #00897B;
}
body .teal-700 {
  color: #00796B;
}
body .bg-teal-700 {
  background-color: #00796B;
}
body .teal-800 {
  color: #00695C;
}
body .bg-teal-800 {
  background-color: #00695C;
}
body .teal-900 {
  color: #004D40;
}
body .bg-teal-900 {
  background-color: #004D40;
}
body .teal-A100 {
  color: #A7FFEB;
}
body .bg-teal-A100 {
  background-color: #A7FFEB;
}
body .teal-A200 {
  color: #64FFDA;
}
body .bg-teal-A200 {
  background-color: #64FFDA;
}
body .teal-A400 {
  color: #1DE9B6;
}
body .bg-teal-A400 {
  background-color: #1DE9B6;
}
body .teal-A700 {
  color: #00BFA5;
}
body .bg-teal-A700 {
  background-color: #00BFA5;
}
body .green {
  color: #4CAF50;
}
body .bg-green, body .bg-green .dropdown ul {
  background-color: #4CAF50;
}
body .btn.green {
  background: #4CAF50;
  color: white;
  transition: 300ms;
}
body .btn.green:hover {
  background: #00C853;
  transition: 500ms;
}
body .btn.i-green {
  border: 2px solid #66BB6A;
  color: #4CAF50;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-green:hover {
  border-color: #00E676;
  color: #00C853;
  background: #E8F5E9;
  transition: 500ms;
}
body .green-50 {
  color: #E8F5E9;
}
body .bg-green-50 {
  background-color: #E8F5E9;
}
body .green-100 {
  color: #C8E6C9;
}
body .bg-green-100 {
  background-color: #C8E6C9;
}
body .green-200 {
  color: #A5D6A7;
}
body .bg-green-200 {
  background-color: #A5D6A7;
}
body .green-300 {
  color: #81C784;
}
body .bg-green-300 {
  background-color: #81C784;
}
body .green-400 {
  color: #66BB6A;
}
body .bg-green-400 {
  background-color: #66BB6A;
}
body .green-500 {
  color: #4CAF50;
}
body .bg-green-500 {
  background-color: #4CAF50;
}
body .green-600 {
  color: #43A047;
}
body .bg-green-600 {
  background-color: #43A047;
}
body .green-700 {
  color: #388E3C;
}
body .bg-green-700 {
  background-color: #388E3C;
}
body .green-800 {
  color: #2E7D32;
}
body .bg-green-800 {
  background-color: #2E7D32;
}
body .green-900 {
  color: #1B5E20;
}
body .bg-green-900 {
  background-color: #1B5E20;
}
body .green-A100 {
  color: #B9F6CA;
}
body .bg-green-A100 {
  background-color: #B9F6CA;
}
body .green-A200 {
  color: #69F0AE;
}
body .bg-green-A200 {
  background-color: #69F0AE;
}
body .green-A400 {
  color: #00E676;
}
body .bg-green-A400 {
  background-color: #00E676;
}
body .green-A700 {
  color: #00C853;
}
body .bg-green-A700 {
  background-color: #00C853;
}
body .light-green {
  color: #8BC34A;
}
body .bg-light-green, body .bg-light-green .dropdown ul {
  background-color: #8BC34A;
}
body .btn.light-green {
  background: #8BC34A;
  color: white;
  transition: 300ms;
}
body .btn.light-green:hover {
  background: #64DD17;
  transition: 500ms;
}
body .btn.i-light-green {
  border: 2px solid #9CCC65;
  color: #8BC34A;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-light-green:hover {
  border-color: #76FF03;
  color: #64DD17;
  background: #F1F8E9;
  transition: 500ms;
}
body .light-green-50 {
  color: #F1F8E9;
}
body .bg-light-green-50 {
  background-color: #F1F8E9;
}
body .light-green-100 {
  color: #DCEDC8;
}
body .bg-light-green-100 {
  background-color: #DCEDC8;
}
body .light-green-200 {
  color: #C5E1A5;
}
body .bg-light-green-200 {
  background-color: #C5E1A5;
}
body .light-green-300 {
  color: #AED581;
}
body .bg-light-green-300 {
  background-color: #AED581;
}
body .light-green-400 {
  color: #9CCC65;
}
body .bg-light-green-400 {
  background-color: #9CCC65;
}
body .light-green-500 {
  color: #8BC34A;
}
body .bg-light-green-500 {
  background-color: #8BC34A;
}
body .light-green-600 {
  color: #7CB342;
}
body .bg-light-green-600 {
  background-color: #7CB342;
}
body .light-green-700 {
  color: #689F38;
}
body .bg-light-green-700 {
  background-color: #689F38;
}
body .light-green-800 {
  color: #558B2F;
}
body .bg-light-green-800 {
  background-color: #558B2F;
}
body .light-green-900 {
  color: #33691E;
}
body .bg-light-green-900 {
  background-color: #33691E;
}
body .light-green-A100 {
  color: #CCFF90;
}
body .bg-light-green-A100 {
  background-color: #CCFF90;
}
body .light-green-A200 {
  color: #B2FF59;
}
body .bg-light-green-A200 {
  background-color: #B2FF59;
}
body .light-green-A400 {
  color: #76FF03;
}
body .bg-light-green-A400 {
  background-color: #76FF03;
}
body .light-green-A700 {
  color: #64DD17;
}
body .bg-light-green-A700 {
  background-color: #64DD17;
}
body .lime {
  color: #CDDC39;
}
body .bg-lime, body .bg-lime .dropdown ul {
  background-color: #CDDC39;
}
body .btn.lime {
  background: #CDDC39;
  color: white;
  transition: 300ms;
}
body .btn.lime:hover {
  background: #AEEA00;
  transition: 500ms;
}
body .btn.i-lime {
  border: 2px solid #D4E157;
  color: #CDDC39;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-lime:hover {
  border-color: #C6FF00;
  color: #AEEA00;
  background: #F9FBE7;
  transition: 500ms;
}
body .lime-50 {
  color: #F9FBE7;
}
body .bg-lime-50 {
  background-color: #F9FBE7;
}
body .lime-100 {
  color: #F0F4C3;
}
body .bg-lime-100 {
  background-color: #F0F4C3;
}
body .lime-200 {
  color: #E6EE9C;
}
body .bg-lime-200 {
  background-color: #E6EE9C;
}
body .lime-300 {
  color: #DCE775;
}
body .bg-lime-300 {
  background-color: #DCE775;
}
body .lime-400 {
  color: #D4E157;
}
body .bg-lime-400 {
  background-color: #D4E157;
}
body .lime-500 {
  color: #CDDC39;
}
body .bg-lime-500 {
  background-color: #CDDC39;
}
body .lime-600 {
  color: #C0CA33;
}
body .bg-lime-600 {
  background-color: #C0CA33;
}
body .lime-700 {
  color: #AFB42B;
}
body .bg-lime-700 {
  background-color: #AFB42B;
}
body .lime-800 {
  color: #9E9D24;
}
body .bg-lime-800 {
  background-color: #9E9D24;
}
body .lime-900 {
  color: #827717;
}
body .bg-lime-900 {
  background-color: #827717;
}
body .lime-A100 {
  color: #F4FF81;
}
body .bg-lime-A100 {
  background-color: #F4FF81;
}
body .lime-A200 {
  color: #EEFF41;
}
body .bg-lime-A200 {
  background-color: #EEFF41;
}
body .lime-A400 {
  color: #C6FF00;
}
body .bg-lime-A400 {
  background-color: #C6FF00;
}
body .lime-A700 {
  color: #AEEA00;
}
body .bg-lime-A700 {
  background-color: #AEEA00;
}
body .yellow {
  color: #FFEB3B;
}
body .bg-yellow, body .bg-yellow .dropdown ul {
  background-color: #FFEB3B;
}
body .btn.yellow {
  background: #FFEB3B;
  color: white;
  transition: 300ms;
}
body .btn.yellow:hover {
  background: #FFD600;
  transition: 500ms;
}
body .btn.i-yellow {
  border: 2px solid #FFEE58;
  color: #FFEB3B;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-yellow:hover {
  border-color: #FFEA00;
  color: #FFD600;
  background: #FFFDE7;
  transition: 500ms;
}
body .yellow-50 {
  color: #FFFDE7;
}
body .bg-yellow-50 {
  background-color: #FFFDE7;
}
body .yellow-100 {
  color: #FFF9C4;
}
body .bg-yellow-100 {
  background-color: #FFF9C4;
}
body .yellow-200 {
  color: #FFF59D;
}
body .bg-yellow-200 {
  background-color: #FFF59D;
}
body .yellow-300 {
  color: #FFF176;
}
body .bg-yellow-300 {
  background-color: #FFF176;
}
body .yellow-400 {
  color: #FFEE58;
}
body .bg-yellow-400 {
  background-color: #FFEE58;
}
body .yellow-500 {
  color: #FFEB3B;
}
body .bg-yellow-500 {
  background-color: #FFEB3B;
}
body .yellow-600 {
  color: #FDD835;
}
body .bg-yellow-600 {
  background-color: #FDD835;
}
body .yellow-700 {
  color: #FBC02D;
}
body .bg-yellow-700 {
  background-color: #FBC02D;
}
body .yellow-800 {
  color: #F9A825;
}
body .bg-yellow-800 {
  background-color: #F9A825;
}
body .yellow-900 {
  color: #F57F17;
}
body .bg-yellow-900 {
  background-color: #F57F17;
}
body .yellow-A100 {
  color: #FFFF8D;
}
body .bg-yellow-A100 {
  background-color: #FFFF8D;
}
body .yellow-A200 {
  color: #FFFF00;
}
body .bg-yellow-A200 {
  background-color: #FFFF00;
}
body .yellow-A400 {
  color: #FFEA00;
}
body .bg-yellow-A400 {
  background-color: #FFEA00;
}
body .yellow-A700 {
  color: #FFD600;
}
body .bg-yellow-A700 {
  background-color: #FFD600;
}
body .amber {
  color: #FFC107;
}
body .bg-amber, body .bg-amber .dropdown ul {
  background-color: #FFC107;
}
body .btn.amber {
  background: #FFC107;
  color: white;
  transition: 300ms;
}
body .btn.amber:hover {
  background: #FFAB00;
  transition: 500ms;
}
body .btn.i-amber {
  border: 2px solid #FFCA28;
  color: #FFC107;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-amber:hover {
  border-color: #FFC400;
  color: #FFAB00;
  background: #FFF8E1;
  transition: 500ms;
}
body .amber-50 {
  color: #FFF8E1;
}
body .bg-amber-50 {
  background-color: #FFF8E1;
}
body .amber-100 {
  color: #FFECB3;
}
body .bg-amber-100 {
  background-color: #FFECB3;
}
body .amber-200 {
  color: #FFE082;
}
body .bg-amber-200 {
  background-color: #FFE082;
}
body .amber-300 {
  color: #FFD54F;
}
body .bg-amber-300 {
  background-color: #FFD54F;
}
body .amber-400 {
  color: #FFCA28;
}
body .bg-amber-400 {
  background-color: #FFCA28;
}
body .amber-500 {
  color: #FFC107;
}
body .bg-amber-500 {
  background-color: #FFC107;
}
body .amber-600 {
  color: #FFB300;
}
body .bg-amber-600 {
  background-color: #FFB300;
}
body .amber-700 {
  color: #FFA000;
}
body .bg-amber-700 {
  background-color: #FFA000;
}
body .amber-800 {
  color: #FF8F00;
}
body .bg-amber-800 {
  background-color: #FF8F00;
}
body .amber-900 {
  color: #FF6F00;
}
body .bg-amber-900 {
  background-color: #FF6F00;
}
body .amber-A100 {
  color: #FFE57F;
}
body .bg-amber-A100 {
  background-color: #FFE57F;
}
body .amber-A200 {
  color: #FFD740;
}
body .bg-amber-A200 {
  background-color: #FFD740;
}
body .amber-A400 {
  color: #FFC400;
}
body .bg-amber-A400 {
  background-color: #FFC400;
}
body .amber-A700 {
  color: #FFAB00;
}
body .bg-amber-A700 {
  background-color: #FFAB00;
}
body .orange {
  color: #FF9800;
}
body .bg-orange, body .bg-orange .dropdown ul {
  background-color: #FF9800;
}
body .btn.orange {
  background: #FF9800;
  color: white;
  transition: 300ms;
}
body .btn.orange:hover {
  background: #FF6D00;
  transition: 500ms;
}
body .btn.i-orange {
  border: 2px solid #FFA726;
  color: #FF9800;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-orange:hover {
  border-color: #FF9100;
  color: #FF6D00;
  background: #FFF3E0;
  transition: 500ms;
}
body .orange-50 {
  color: #FFF3E0;
}
body .bg-orange-50 {
  background-color: #FFF3E0;
}
body .orange-100 {
  color: #FFE0B2;
}
body .bg-orange-100 {
  background-color: #FFE0B2;
}
body .orange-200 {
  color: #FFCC80;
}
body .bg-orange-200 {
  background-color: #FFCC80;
}
body .orange-300 {
  color: #FFB74D;
}
body .bg-orange-300 {
  background-color: #FFB74D;
}
body .orange-400 {
  color: #FFA726;
}
body .bg-orange-400 {
  background-color: #FFA726;
}
body .orange-500 {
  color: #FF9800;
}
body .bg-orange-500 {
  background-color: #FF9800;
}
body .orange-600 {
  color: #FB8C00;
}
body .bg-orange-600 {
  background-color: #FB8C00;
}
body .orange-700 {
  color: #F57C00;
}
body .bg-orange-700 {
  background-color: #F57C00;
}
body .orange-800 {
  color: #EF6C00;
}
body .bg-orange-800 {
  background-color: #EF6C00;
}
body .orange-900 {
  color: #E65100;
}
body .bg-orange-900 {
  background-color: #E65100;
}
body .orange-A100 {
  color: #FFD180;
}
body .bg-orange-A100 {
  background-color: #FFD180;
}
body .orange-A200 {
  color: #FFAB40;
}
body .bg-orange-A200 {
  background-color: #FFAB40;
}
body .orange-A400 {
  color: #FF9100;
}
body .bg-orange-A400 {
  background-color: #FF9100;
}
body .orange-A700 {
  color: #FF6D00;
}
body .bg-orange-A700 {
  background-color: #FF6D00;
}
body .deep-orange {
  color: #FF5722;
}
body .bg-deep-orange, body .bg-deep-orange .dropdown ul {
  background-color: #FF5722;
}
body .btn.deep-orange {
  background: #FF5722;
  color: white;
  transition: 300ms;
}
body .btn.deep-orange:hover {
  background: #DD2C00;
  transition: 500ms;
}
body .btn.i-deep-orange {
  border: 2px solid #FF7043;
  color: #FF5722;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-deep-orange:hover {
  border-color: #FF3D00;
  color: #DD2C00;
  background: #FBE9E7;
  transition: 500ms;
}
body .deep-orange-50 {
  color: #FBE9E7;
}
body .bg-deep-orange-50 {
  background-color: #FBE9E7;
}
body .deep-orange-100 {
  color: #FFCCBC;
}
body .bg-deep-orange-100 {
  background-color: #FFCCBC;
}
body .deep-orange-200 {
  color: #FFAB91;
}
body .bg-deep-orange-200 {
  background-color: #FFAB91;
}
body .deep-orange-300 {
  color: #FF8A65;
}
body .bg-deep-orange-300 {
  background-color: #FF8A65;
}
body .deep-orange-400 {
  color: #FF7043;
}
body .bg-deep-orange-400 {
  background-color: #FF7043;
}
body .deep-orange-500 {
  color: #FF5722;
}
body .bg-deep-orange-500 {
  background-color: #FF5722;
}
body .deep-orange-600 {
  color: #F4511E;
}
body .bg-deep-orange-600 {
  background-color: #F4511E;
}
body .deep-orange-700 {
  color: #E64A19;
}
body .bg-deep-orange-700 {
  background-color: #E64A19;
}
body .deep-orange-800 {
  color: #D84315;
}
body .bg-deep-orange-800 {
  background-color: #D84315;
}
body .deep-orange-900 {
  color: #BF360C;
}
body .bg-deep-orange-900 {
  background-color: #BF360C;
}
body .deep-orange-A100 {
  color: #FF9E80;
}
body .bg-deep-orange-A100 {
  background-color: #FF9E80;
}
body .deep-orange-A200 {
  color: #FF6E40;
}
body .bg-deep-orange-A200 {
  background-color: #FF6E40;
}
body .deep-orange-A400 {
  color: #FF3D00;
}
body .bg-deep-orange-A400 {
  background-color: #FF3D00;
}
body .deep-orange-A700 {
  color: #DD2C00;
}
body .bg-deep-orange-A700 {
  background-color: #DD2C00;
}
body .brown {
  color: #795548;
}
body .bg-brown, body .bg-brown .dropdown ul {
  background-color: #795548;
}
body .btn.brown {
  background: #795548;
  color: white;
  transition: 300ms;
}
body .btn.brown:hover {
  transition: 500ms;
}
body .btn.i-brown {
  border: 2px solid #8D6E63;
  color: #795548;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-brown:hover {
  background: #EFEBE9;
  transition: 500ms;
}
body .brown-50 {
  color: #EFEBE9;
}
body .bg-brown-50 {
  background-color: #EFEBE9;
}
body .brown-100 {
  color: #D7CCC8;
}
body .bg-brown-100 {
  background-color: #D7CCC8;
}
body .brown-200 {
  color: #BCAAA4;
}
body .bg-brown-200 {
  background-color: #BCAAA4;
}
body .brown-300 {
  color: #A1887F;
}
body .bg-brown-300 {
  background-color: #A1887F;
}
body .brown-400 {
  color: #8D6E63;
}
body .bg-brown-400 {
  background-color: #8D6E63;
}
body .brown-500 {
  color: #795548;
}
body .bg-brown-500 {
  background-color: #795548;
}
body .brown-600 {
  color: #6D4C41;
}
body .bg-brown-600 {
  background-color: #6D4C41;
}
body .brown-700 {
  color: #5D4037;
}
body .bg-brown-700 {
  background-color: #5D4037;
}
body .brown-800 {
  color: #4E342E;
}
body .bg-brown-800 {
  background-color: #4E342E;
}
body .brown-900 {
  color: #3E2723;
}
body .bg-brown-900 {
  background-color: #3E2723;
}
body .grey {
  color: #9E9E9E;
}
body .bg-grey, body .bg-grey .dropdown ul {
  background-color: #9E9E9E;
}
body .btn.grey {
  background: #9E9E9E;
  color: white;
  transition: 300ms;
}
body .btn.grey:hover {
  transition: 500ms;
}
body .btn.i-grey {
  border: 2px solid #BDBDBD;
  color: #9E9E9E;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-grey:hover {
  background: #FAFAFA;
  transition: 500ms;
}
body .grey-50 {
  color: #FAFAFA;
}
body .bg-grey-50 {
  background-color: #FAFAFA;
}
body .grey-100 {
  color: #F5F5F5;
}
body .bg-grey-100 {
  background-color: #F5F5F5;
}
body .grey-200 {
  color: #EEEEEE;
}
body .bg-grey-200 {
  background-color: #EEEEEE;
}
body .grey-300 {
  color: #E0E0E0;
}
body .bg-grey-300 {
  background-color: #E0E0E0;
}
body .grey-400 {
  color: #BDBDBD;
}
body .bg-grey-400 {
  background-color: #BDBDBD;
}
body .grey-500 {
  color: #9E9E9E;
}
body .bg-grey-500 {
  background-color: #9E9E9E;
}
body .grey-600 {
  color: #757575;
}
body .bg-grey-600 {
  background-color: #757575;
}
body .grey-700 {
  color: #616161;
}
body .bg-grey-700 {
  background-color: #616161;
}
body .grey-800 {
  color: #424242;
}
body .bg-grey-800 {
  background-color: #424242;
}
body .grey-900 {
  color: #212121;
}
body .bg-grey-900 {
  background-color: #212121;
}
body .blue-grey {
  color: #607D8B;
}
body .bg-blue-grey, body .bg-blue-grey .dropdown ul {
  background-color: #607D8B;
}
body .btn.blue-grey {
  background: #607D8B;
  color: white;
  transition: 300ms;
}
body .btn.blue-grey:hover {
  transition: 500ms;
}
body .btn.i-blue-grey {
  border: 2px solid #78909C;
  color: #607D8B;
  transition: 300ms;
  background: tranparent;
  line-height: 36px;
}
body .btn.i-blue-grey:hover {
  background: #ECEFF1;
  transition: 500ms;
}
body .blue-grey-50 {
  color: #ECEFF1;
}
body .bg-blue-grey-50 {
  background-color: #ECEFF1;
}
body .blue-grey-100 {
  color: #CFD8DC;
}
body .bg-blue-grey-100 {
  background-color: #CFD8DC;
}
body .blue-grey-200 {
  color: #B0BEC5;
}
body .bg-blue-grey-200 {
  background-color: #B0BEC5;
}
body .blue-grey-300 {
  color: #90A4AE;
}
body .bg-blue-grey-300 {
  background-color: #90A4AE;
}
body .blue-grey-400 {
  color: #78909C;
}
body .bg-blue-grey-400 {
  background-color: #78909C;
}
body .blue-grey-500 {
  color: #607D8B;
}
body .bg-blue-grey-500 {
  background-color: #607D8B;
}
body .blue-grey-600 {
  color: #546E7A;
}
body .bg-blue-grey-600 {
  background-color: #546E7A;
}
body .blue-grey-700 {
  color: #455A64;
}
body .bg-blue-grey-700 {
  background-color: #455A64;
}
body .blue-grey-800 {
  color: #37474F;
}
body .bg-blue-grey-800 {
  background-color: #37474F;
}
body .blue-grey-900 {
  color: #263238;
}
body .bg-blue-grey-900 {
  background-color: #263238;
}
body .bg-dark-primary {
  background: rgba(0, 0, 0, 0.87);
}
body .dark-primary {
  color: rgba(0, 0, 0, 0.87);
}
body .bg-dark-secondary {
  background: rgba(0, 0, 0, 0.54);
}
body .dark-secondary {
  color: rgba(0, 0, 0, 0.54);
}
body .bg-dark-hint {
  background: rgba(0, 0, 0, 0.38);
}
body .dark-hint {
  color: rgba(0, 0, 0, 0.38);
}
body .bg-dark-divider {
  background: rgba(0, 0, 0, 0.12);
}
body .dark-divider {
  color: rgba(0, 0, 0, 0.12);
}
body .bg-light-primary {
  background: white;
}
body .light-primary {
  color: white;
}
body .bg-light-secondary {
  background: rgba(255, 255, 255, 0.7);
}
body .light-secondary {
  color: rgba(255, 255, 255, 0.7);
}
body .bg-light-hint {
  background: rgba(255, 255, 255, 0.5);
}
body .light-hint {
  color: rgba(255, 255, 255, 0.5);
}
body .bg-light-divider {
  background: rgba(255, 255, 255, 0.12);
}
body .light-divider {
  color: rgba(255, 255, 255, 0.12);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 15px/19px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  /*  font-size: (4em / 3);
    line-height: (3em / 4);
    vertical-align: -15%;*/
  font-size: 60px;
  line-height: 60px;
}

.fa-2x {
  font-size: 30px;
  line-height: 40px;
}

.fa-3x {
  font-size: 45px;
  line-height: 60px;
}

.fa-4x {
  font-size: 60px;
  line-height: 60px;
}

.fa-5x {
  font-size: 75px;
  line-height: 80px;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em rgba(0, 0, 0, 0.12);
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.leader, .rhythm {
  margin-top: 20px;
}

.trailer, .rhythm, ol.relaxed li,
ul.relaxed li {
  margin-bottom: 20px;
}

.double.leader, .double.rhythm {
  margin-top: 40px;
}

.double.trailer, .double.rhythm, ol.relaxed li.double,
ul.relaxed li.double {
  margin-bottom: 40px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.padded-top, .padded {
  padding-top: 20px;
}

.padded-bottom, .padded {
  padding-bottom: 20px;
}

a {
  color: #607D8B;
  transition: 300ms;
}
a:hover {
  color: #263238;
  opacity: 1;
}

body .bold {
  font-weight: bold;
}

.big {
  font-size: 20px;
  line-height: 20px;
}

.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0 5px;
  line-height: 40px;
  border-radius: 10px;
}
.btn.small {
  padding: 0 2.5px;
  line-height: 20px;
  border-radius: 5px;
}
.btn.big {
  padding: 20px;
  border-radius: 20px;
}

.divider,
hr {
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", sans-serif;
  color: rgba(0, 0, 0, 0.54);
}

mark {
  background-color: #FAFAFA;
}

table {
  word-break: break-all;
}

/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
body,
html {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  min-width: 320px;
}

* {
  box-sizing: border-box;
}

article,
aside,
audio,
canvas,
caption,
details,
div,
figure,
footer,
header,
hgroup,
iframe,
img,
mark,
menu,
nav,
object,
section,
span,
summary,
table,
tbody,
td,
tfoot,
thead,
tr,
tr,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

a,
abbr,
address,
b,
blockquote,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
strong,
sub,
sup,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: 45px;
  line-height: 60px;
  display: block;
  font-weight: normal;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 20px;
  display: block;
  font-weight: normal;
}

.h5,
h5 {
  font-size: 21px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}

.h3,
h3 {
  font-size: 27px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}

ul:not(.menu) {
  margin-bottom: 20px;
}
ul:not(.menu) li:not(.fa-li) {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
ul:not(.menu) li:not(.fa-li):before {
  left: 5px;
  content: "•";
  color: rgba(0, 0, 0, 0.38);
  position: absolute;
}

ol {
  counter-reset: list 0;
  list-style-type: none;
  margin-bottom: 20px;
}
ol li {
  padding-left: 20px;
  position: relative;
}
ol li:before {
  left: 0;
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  color: rgba(0, 0, 0, 0.38);
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
img,
nav,
p,
section,
video {
  display: block;
}

code {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table td,
table th {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

textarea, pre, code {
  font-family: inherit;
  font-size: 15px;
}

.container {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.container:after {
  width: 100%;
  height: 0px;
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 1020px) {
  .container.condensed {
    width: 980px;
  }
}
@media (min-width: 600px) {
  .container.text {
    width: 560px;
  }
}

.segment, table.table th, table.table td {
  padding: 10px 10px 10px 10px;
}

.double-padded {
  padding: 20px;
}

.col {
  float: left;
  width: 100%;
  min-height: 1px;
}

.row:after {
  width: 100%;
  height: 0px;
  content: "";
  clear: both;
  display: block;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .row, .row.raw {
  margin-left: 0;
  margin-right: 0;
}
.row.reversed > .col {
  float: right;
}
@media (min-width: 320px) {
  .row .col.phone-1 {
    width: 8.33333%;
  }
  .row .col.phone-2 {
    width: 16.66667%;
  }
  .row .col.phone-3 {
    width: 25%;
  }
  .row .col.phone-4 {
    width: 33.33333%;
  }
  .row .col.phone-5 {
    width: 41.66667%;
  }
  .row .col.phone-6 {
    width: 50%;
  }
  .row .col.phone-7 {
    width: 58.33333%;
  }
  .row .col.phone-8 {
    width: 66.66667%;
  }
  .row .col.phone-9 {
    width: 75%;
  }
  .row .col.phone-10 {
    width: 83.33333%;
  }
  .row .col.phone-11 {
    width: 91.66667%;
  }
  .row .col.phone-12 {
    width: 100%;
  }
  .row:not(.raw) .col.phone-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col.offset-phone-1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-phone-2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-phone-3 {
    margin-left: 25%;
  }
  .row .col.offset-phone-4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-phone-5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-phone-6 {
    margin-left: 50%;
  }
  .row .col.offset-phone-7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-phone-8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-phone-9 {
    margin-left: 75%;
  }
  .row .col.offset-phone-10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-phone-11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-phone-12 {
    margin-left: 100%;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .row.phone-reversed .col {
    float: right;
  }
}
.row.phone-reversed .col.offset-phone-1 {
  margin-right: 8.33333%;
}
.row.phone-reversed .col.offset-phone-2 {
  margin-right: 16.66667%;
}
.row.phone-reversed .col.offset-phone-3 {
  margin-right: 25%;
}
.row.phone-reversed .col.offset-phone-4 {
  margin-right: 33.33333%;
}
.row.phone-reversed .col.offset-phone-5 {
  margin-right: 41.66667%;
}
.row.phone-reversed .col.offset-phone-6 {
  margin-right: 50%;
}
.row.phone-reversed .col.offset-phone-7 {
  margin-right: 58.33333%;
}
.row.phone-reversed .col.offset-phone-8 {
  margin-right: 66.66667%;
}
.row.phone-reversed .col.offset-phone-9 {
  margin-right: 75%;
}
.row.phone-reversed .col.offset-phone-10 {
  margin-right: 83.33333%;
}
.row.phone-reversed .col.offset-phone-11 {
  margin-right: 91.66667%;
}
.row.phone-reversed .col.offset-phone-12 {
  margin-right: 100%;
}
@media (min-width: 480px) {
  .row .col.phone-landscape-1 {
    width: 8.33333%;
  }
  .row .col.phone-landscape-2 {
    width: 16.66667%;
  }
  .row .col.phone-landscape-3 {
    width: 25%;
  }
  .row .col.phone-landscape-4 {
    width: 33.33333%;
  }
  .row .col.phone-landscape-5 {
    width: 41.66667%;
  }
  .row .col.phone-landscape-6 {
    width: 50%;
  }
  .row .col.phone-landscape-7 {
    width: 58.33333%;
  }
  .row .col.phone-landscape-8 {
    width: 66.66667%;
  }
  .row .col.phone-landscape-9 {
    width: 75%;
  }
  .row .col.phone-landscape-10 {
    width: 83.33333%;
  }
  .row .col.phone-landscape-11 {
    width: 91.66667%;
  }
  .row .col.phone-landscape-12 {
    width: 100%;
  }
  .row:not(.raw) .col.phone-landscape-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.phone-landscape-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col.offset-phone-landscape-1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-phone-landscape-2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-phone-landscape-3 {
    margin-left: 25%;
  }
  .row .col.offset-phone-landscape-4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-phone-landscape-5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-phone-landscape-6 {
    margin-left: 50%;
  }
  .row .col.offset-phone-landscape-7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-phone-landscape-8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-phone-landscape-9 {
    margin-left: 75%;
  }
  .row .col.offset-phone-landscape-10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-phone-landscape-11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-phone-landscape-12 {
    margin-left: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .row.phone-landscape-reversed .col {
    float: right;
  }
}
.row.phone-landscape-reversed .col.offset-phone-landscape-1 {
  margin-right: 8.33333%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-2 {
  margin-right: 16.66667%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-3 {
  margin-right: 25%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-4 {
  margin-right: 33.33333%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-5 {
  margin-right: 41.66667%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-6 {
  margin-right: 50%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-7 {
  margin-right: 58.33333%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-8 {
  margin-right: 66.66667%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-9 {
  margin-right: 75%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-10 {
  margin-right: 83.33333%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-11 {
  margin-right: 91.66667%;
}
.row.phone-landscape-reversed .col.offset-phone-landscape-12 {
  margin-right: 100%;
}
@media (min-width: 600px) {
  .row .col.tablet-1 {
    width: 8.33333%;
  }
  .row .col.tablet-2 {
    width: 16.66667%;
  }
  .row .col.tablet-3 {
    width: 25%;
  }
  .row .col.tablet-4 {
    width: 33.33333%;
  }
  .row .col.tablet-5 {
    width: 41.66667%;
  }
  .row .col.tablet-6 {
    width: 50%;
  }
  .row .col.tablet-7 {
    width: 58.33333%;
  }
  .row .col.tablet-8 {
    width: 66.66667%;
  }
  .row .col.tablet-9 {
    width: 75%;
  }
  .row .col.tablet-10 {
    width: 83.33333%;
  }
  .row .col.tablet-11 {
    width: 91.66667%;
  }
  .row .col.tablet-12 {
    width: 100%;
  }
  .row:not(.raw) .col.tablet-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.tablet-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col.offset-tablet-1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-tablet-2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-tablet-3 {
    margin-left: 25%;
  }
  .row .col.offset-tablet-4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-tablet-5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-tablet-6 {
    margin-left: 50%;
  }
  .row .col.offset-tablet-7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-tablet-8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-tablet-9 {
    margin-left: 75%;
  }
  .row .col.offset-tablet-10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-tablet-11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-tablet-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .row.tablet-reversed .col {
    float: right;
  }
}
.row.tablet-reversed .col.offset-tablet-1 {
  margin-right: 8.33333%;
}
.row.tablet-reversed .col.offset-tablet-2 {
  margin-right: 16.66667%;
}
.row.tablet-reversed .col.offset-tablet-3 {
  margin-right: 25%;
}
.row.tablet-reversed .col.offset-tablet-4 {
  margin-right: 33.33333%;
}
.row.tablet-reversed .col.offset-tablet-5 {
  margin-right: 41.66667%;
}
.row.tablet-reversed .col.offset-tablet-6 {
  margin-right: 50%;
}
.row.tablet-reversed .col.offset-tablet-7 {
  margin-right: 58.33333%;
}
.row.tablet-reversed .col.offset-tablet-8 {
  margin-right: 66.66667%;
}
.row.tablet-reversed .col.offset-tablet-9 {
  margin-right: 75%;
}
.row.tablet-reversed .col.offset-tablet-10 {
  margin-right: 83.33333%;
}
.row.tablet-reversed .col.offset-tablet-11 {
  margin-right: 91.66667%;
}
.row.tablet-reversed .col.offset-tablet-12 {
  margin-right: 100%;
}
@media (min-width: 1024px) {
  .row .col.laptop-1 {
    width: 8.33333%;
  }
  .row .col.laptop-2 {
    width: 16.66667%;
  }
  .row .col.laptop-3 {
    width: 25%;
  }
  .row .col.laptop-4 {
    width: 33.33333%;
  }
  .row .col.laptop-5 {
    width: 41.66667%;
  }
  .row .col.laptop-6 {
    width: 50%;
  }
  .row .col.laptop-7 {
    width: 58.33333%;
  }
  .row .col.laptop-8 {
    width: 66.66667%;
  }
  .row .col.laptop-9 {
    width: 75%;
  }
  .row .col.laptop-10 {
    width: 83.33333%;
  }
  .row .col.laptop-11 {
    width: 91.66667%;
  }
  .row .col.laptop-12 {
    width: 100%;
  }
  .row:not(.raw) .col.laptop-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.laptop-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col.offset-laptop-1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-laptop-2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-laptop-3 {
    margin-left: 25%;
  }
  .row .col.offset-laptop-4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-laptop-5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-laptop-6 {
    margin-left: 50%;
  }
  .row .col.offset-laptop-7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-laptop-8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-laptop-9 {
    margin-left: 75%;
  }
  .row .col.offset-laptop-10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-laptop-11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-laptop-12 {
    margin-left: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .row.laptop-reversed .col {
    float: right;
  }
}
.row.laptop-reversed .col.offset-laptop-1 {
  margin-right: 8.33333%;
}
.row.laptop-reversed .col.offset-laptop-2 {
  margin-right: 16.66667%;
}
.row.laptop-reversed .col.offset-laptop-3 {
  margin-right: 25%;
}
.row.laptop-reversed .col.offset-laptop-4 {
  margin-right: 33.33333%;
}
.row.laptop-reversed .col.offset-laptop-5 {
  margin-right: 41.66667%;
}
.row.laptop-reversed .col.offset-laptop-6 {
  margin-right: 50%;
}
.row.laptop-reversed .col.offset-laptop-7 {
  margin-right: 58.33333%;
}
.row.laptop-reversed .col.offset-laptop-8 {
  margin-right: 66.66667%;
}
.row.laptop-reversed .col.offset-laptop-9 {
  margin-right: 75%;
}
.row.laptop-reversed .col.offset-laptop-10 {
  margin-right: 83.33333%;
}
.row.laptop-reversed .col.offset-laptop-11 {
  margin-right: 91.66667%;
}
.row.laptop-reversed .col.offset-laptop-12 {
  margin-right: 100%;
}
@media (min-width: 1240px) {
  .row .col.desktop-1 {
    width: 8.33333%;
  }
  .row .col.desktop-2 {
    width: 16.66667%;
  }
  .row .col.desktop-3 {
    width: 25%;
  }
  .row .col.desktop-4 {
    width: 33.33333%;
  }
  .row .col.desktop-5 {
    width: 41.66667%;
  }
  .row .col.desktop-6 {
    width: 50%;
  }
  .row .col.desktop-7 {
    width: 58.33333%;
  }
  .row .col.desktop-8 {
    width: 66.66667%;
  }
  .row .col.desktop-9 {
    width: 75%;
  }
  .row .col.desktop-10 {
    width: 83.33333%;
  }
  .row .col.desktop-11 {
    width: 91.66667%;
  }
  .row .col.desktop-12 {
    width: 100%;
  }
  .row:not(.raw) .col.desktop-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.raw) .col.desktop-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .col.offset-desktop-1 {
    margin-left: 8.33333%;
  }
  .row .col.offset-desktop-2 {
    margin-left: 16.66667%;
  }
  .row .col.offset-desktop-3 {
    margin-left: 25%;
  }
  .row .col.offset-desktop-4 {
    margin-left: 33.33333%;
  }
  .row .col.offset-desktop-5 {
    margin-left: 41.66667%;
  }
  .row .col.offset-desktop-6 {
    margin-left: 50%;
  }
  .row .col.offset-desktop-7 {
    margin-left: 58.33333%;
  }
  .row .col.offset-desktop-8 {
    margin-left: 66.66667%;
  }
  .row .col.offset-desktop-9 {
    margin-left: 75%;
  }
  .row .col.offset-desktop-10 {
    margin-left: 83.33333%;
  }
  .row .col.offset-desktop-11 {
    margin-left: 91.66667%;
  }
  .row .col.offset-desktop-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .row.desktop-reversed .col {
    float: right;
  }
}
.row.desktop-reversed .col.offset-desktop-1 {
  margin-right: 8.33333%;
}
.row.desktop-reversed .col.offset-desktop-2 {
  margin-right: 16.66667%;
}
.row.desktop-reversed .col.offset-desktop-3 {
  margin-right: 25%;
}
.row.desktop-reversed .col.offset-desktop-4 {
  margin-right: 33.33333%;
}
.row.desktop-reversed .col.offset-desktop-5 {
  margin-right: 41.66667%;
}
.row.desktop-reversed .col.offset-desktop-6 {
  margin-right: 50%;
}
.row.desktop-reversed .col.offset-desktop-7 {
  margin-right: 58.33333%;
}
.row.desktop-reversed .col.offset-desktop-8 {
  margin-right: 66.66667%;
}
.row.desktop-reversed .col.offset-desktop-9 {
  margin-right: 75%;
}
.row.desktop-reversed .col.offset-desktop-10 {
  margin-right: 83.33333%;
}
.row.desktop-reversed .col.offset-desktop-11 {
  margin-right: 91.66667%;
}
.row.desktop-reversed .col.offset-desktop-12 {
  margin-right: 100%;
}

.lined {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(5%, transparent));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, transparent 5%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, transparent 5%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 5%, transparent 5%);
  -moz-background-size: 100% 20px;
  -o-background-size: 100% 20px;
  -webkit-background-size: 100% 20px;
  background-size: 100% 20px;
  background-position: left top;
}

.hoverable {
  position: relative;
  margin-bottom: 20px;
}
.hoverable .hover {
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 500ms ease-in-out;
}
.hoverable:hover .hover {
  opacity: 1;
  transition: 500ms ease-in-out;
}

img {
  max-width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.clearfix:after {
  width: 100%;
  height: 0px;
  content: "";
  clear: both;
  display: block;
}

.relative {
  position: relative;
}

ul.menu li {
  list-style-type: none;
}
ul.menu li:not(.fa-li)::before {
  content: "";
}
ul.menu a,
ul.menu span {
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  display: block;
}
ul.menu a:hover {
  text-decoration: underline;
}
ul.menu li.active a {
  text-decoration: underline;
}
ul.menu.dark,
ul.menu.dark a, ul.menu:not(.crumbs),
ul.menu:not(.crumbs) a {
  color: rgba(0, 0, 0, 0.87);
}
ul.menu.dark a:hover,
ul.menu.dark li.active,
ul.menu.dark li.active > a, ul.menu:not(.crumbs) a:hover,
ul.menu:not(.crumbs) li.active,
ul.menu:not(.crumbs) li.active > a {
  background: rgba(0, 0, 0, 0.12);
  color: white;
}
ul.menu.dark.nobg a:hover,
ul.menu.dark.nobg li.active,
ul.menu.dark.nobg li.active > a {
  background: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.54) !important;
}
ul.menu.crumbs,
ul.menu.crumbs a, ul.menu.inverted,
ul.menu.inverted a {
  color: rgba(0, 0, 0, 0.54);
}
ul.menu.crumbs a:hover,
ul.menu.crumbs li.active,
ul.menu.crumbs li.active > a, ul.menu.inverted a:hover,
ul.menu.inverted li.active,
ul.menu.inverted li.active > a {
  color: rgba(0, 0, 0, 0.87);
}
ul.menu.light,
ul.menu.light a {
  color: white;
}
ul.menu.light a:hover,
ul.menu.light li.active,
ul.menu.light li.active > a {
  background: rgba(255, 255, 255, 0.12);
}
ul.menu.red,
ul.menu.red a {
  color: #ef5350;
}
ul.menu.red a:hover,
ul.menu.red li.active,
ul.menu.red li.active > a {
  color: #ff1744;
}
ul.menu.pink,
ul.menu.pink a {
  color: #EC407A;
}
ul.menu.pink a:hover,
ul.menu.pink li.active,
ul.menu.pink li.active > a {
  color: #F50057;
}
ul.menu.purple,
ul.menu.purple a {
  color: #AB47BC;
}
ul.menu.purple a:hover,
ul.menu.purple li.active,
ul.menu.purple li.active > a {
  color: #D500F9;
}
ul.menu.deep-purple,
ul.menu.deep-purple a {
  color: #7E57C2;
}
ul.menu.deep-purple a:hover,
ul.menu.deep-purple li.active,
ul.menu.deep-purple li.active > a {
  color: #651FFF;
}
ul.menu.indigo,
ul.menu.indigo a {
  color: #5C6BC0;
}
ul.menu.indigo a:hover,
ul.menu.indigo li.active,
ul.menu.indigo li.active > a {
  color: #3D5AFE;
}
ul.menu.blue,
ul.menu.blue a {
  color: #42A5F5;
}
ul.menu.blue a:hover,
ul.menu.blue li.active,
ul.menu.blue li.active > a {
  color: #2979FF;
}
ul.menu.light-blue,
ul.menu.light-blue a {
  color: #29B6F6;
}
ul.menu.light-blue a:hover,
ul.menu.light-blue li.active,
ul.menu.light-blue li.active > a {
  color: #00B0FF;
}
ul.menu.cyan,
ul.menu.cyan a {
  color: #26C6DA;
}
ul.menu.cyan a:hover,
ul.menu.cyan li.active,
ul.menu.cyan li.active > a {
  color: #00E5FF;
}
ul.menu.teal,
ul.menu.teal a {
  color: #26A69A;
}
ul.menu.teal a:hover,
ul.menu.teal li.active,
ul.menu.teal li.active > a {
  color: #1DE9B6;
}
ul.menu.green,
ul.menu.green a {
  color: #66BB6A;
}
ul.menu.green a:hover,
ul.menu.green li.active,
ul.menu.green li.active > a {
  color: #00E676;
}
ul.menu.light-green,
ul.menu.light-green a {
  color: #9CCC65;
}
ul.menu.light-green a:hover,
ul.menu.light-green li.active,
ul.menu.light-green li.active > a {
  color: #76FF03;
}
ul.menu.lime,
ul.menu.lime a {
  color: #D4E157;
}
ul.menu.lime a:hover,
ul.menu.lime li.active,
ul.menu.lime li.active > a {
  color: #C6FF00;
}
ul.menu.yellow,
ul.menu.yellow a {
  color: #FFEE58;
}
ul.menu.yellow a:hover,
ul.menu.yellow li.active,
ul.menu.yellow li.active > a {
  color: #FFEA00;
}
ul.menu.amber,
ul.menu.amber a {
  color: #FFCA28;
}
ul.menu.amber a:hover,
ul.menu.amber li.active,
ul.menu.amber li.active > a {
  color: #FFC400;
}
ul.menu.orange,
ul.menu.orange a {
  color: #FFA726;
}
ul.menu.orange a:hover,
ul.menu.orange li.active,
ul.menu.orange li.active > a {
  color: #FF9100;
}
ul.menu.deep-orange,
ul.menu.deep-orange a {
  color: #FF7043;
}
ul.menu.deep-orange a:hover,
ul.menu.deep-orange li.active,
ul.menu.deep-orange li.active > a {
  color: #FF3D00;
}
ul.menu.brown,
ul.menu.brown a {
  color: #8D6E63;
}
ul.menu.grey,
ul.menu.grey a {
  color: #BDBDBD;
}
ul.menu.blue-grey,
ul.menu.blue-grey a {
  color: #78909C;
}
ul.menu.crumbs, ul.menu.horizontal {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
ul.menu.crumbs:after, ul.menu.horizontal:after {
  width: 100%;
  height: 0px;
  content: "";
  clear: both;
  display: block;
}
ul.menu.crumbs > li, ul.menu.horizontal > li {
  float: left;
  padding: 10px 10px 10px 10px;
}
ul.menu.crumbs > li:first-child, ul.menu.horizontal > li:first-child {
  padding-left: 0;
}
ul.menu.crumbs > li:last-child, ul.menu.horizontal > li:last-child {
  padding-right: 0;
}
ul.menu.crumbs.divided li + li, ul.menu.horizontal.divided li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
ul.menu.crumbs.divided.light li + li, ul.menu.horizontal.divided.light li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
ul.menu:not(.horizontal) li.dropdown > a, ul.menu:not(.horizontal) li.dropdown > span {
  position: relative;
  padding-right: 20px;
  margin-right: -10px;
}
ul.menu:not(.horizontal) li.dropdown > a:after, ul.menu:not(.horizontal) li.dropdown > span:after {
  content: "";
  right: 10px;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
}
ul.menu:not(.horizontal) li.dropdown > ul {
  transform: scaleX(0.01);
}
ul.menu:not(.horizontal) li.dropdown > ul.shown {
  transform: scaleX(1);
}
ul.menu:not(.horizontal).divided li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
ul.menu:not(.horizontal).divided.light li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
ul.menu.decorated > li {
  position: relative;
  padding: 0;
}
ul.menu.decorated > li > a, ul.menu.decorated > li > span {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}
ul.menu.decorated > li:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  display: block;
  transform: scaleY(0.01);
  transition: transform 300ms;
}
ul.menu.decorated.left > li:after {
  right: auto;
  left: 0;
}
ul.menu.decorated > li.active:after, ul.menu.decorated > li:hover:after {
  transform: scaleY(1);
  transition: transform 500ms;
}
ul.menu.decorated.text-left > li.active:after, ul.menu.decorated.text-left > li:hover:after {
  right: auto;
  left: 0;
}
ul.menu.decorated.horizontal.centered {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
ul.menu.decorated.horizontal > li:after {
  content: "";
  left: 0;
  right: 0;
  top: auto;
  height: 3px;
  bottom: 0;
  width: 100%;
  transform: scaleX(0.01);
  transition: transform 300ms;
}
ul.menu.decorated.horizontal > li.active:after, ul.menu.decorated.horizontal > li:hover:after {
  transform: scaleX(1);
  transition: transform 500ms;
}
ul.menu.decorated > li.active:after, ul.menu.decorated > li:hover:after, ul.menu.decorated.dark > li.active:after, ul.menu.decorated.dark > li:hover:after {
  background-color: rgba(0, 0, 0, 0.54);
}
ul.menu.decorated.light > li.active:after, ul.menu.decorated.light > li:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}
ul.menu.decorated.red > li.active:after, ul.menu.decorated.red > li:hover:after {
  background-color: #f44336;
}
ul.menu.decorated.pink > li.active:after, ul.menu.decorated.pink > li:hover:after {
  background-color: #E91E63;
}
ul.menu.decorated.purple > li.active:after, ul.menu.decorated.purple > li:hover:after {
  background-color: #9C27B0;
}
ul.menu.decorated.deep-purple > li.active:after, ul.menu.decorated.deep-purple > li:hover:after {
  background-color: #673AB7;
}
ul.menu.decorated.indigo > li.active:after, ul.menu.decorated.indigo > li:hover:after {
  background-color: #3F51B5;
}
ul.menu.decorated.blue > li.active:after, ul.menu.decorated.blue > li:hover:after {
  background-color: #2196F3;
}
ul.menu.decorated.light-blue > li.active:after, ul.menu.decorated.light-blue > li:hover:after {
  background-color: #03A9F4;
}
ul.menu.decorated.cyan > li.active:after, ul.menu.decorated.cyan > li:hover:after {
  background-color: #00BCD4;
}
ul.menu.decorated.teal > li.active:after, ul.menu.decorated.teal > li:hover:after {
  background-color: #009688;
}
ul.menu.decorated.green > li.active:after, ul.menu.decorated.green > li:hover:after {
  background-color: #4CAF50;
}
ul.menu.decorated.light-green > li.active:after, ul.menu.decorated.light-green > li:hover:after {
  background-color: #8BC34A;
}
ul.menu.decorated.lime > li.active:after, ul.menu.decorated.lime > li:hover:after {
  background-color: #CDDC39;
}
ul.menu.decorated.yellow > li.active:after, ul.menu.decorated.yellow > li:hover:after {
  background-color: #FFEB3B;
}
ul.menu.decorated.amber > li.active:after, ul.menu.decorated.amber > li:hover:after {
  background-color: #FFC107;
}
ul.menu.decorated.orange > li.active:after, ul.menu.decorated.orange > li:hover:after {
  background-color: #FF9800;
}
ul.menu.decorated.deep-orange > li.active:after, ul.menu.decorated.deep-orange > li:hover:after {
  background-color: #FF5722;
}
ul.menu.decorated.brown > li.active:after, ul.menu.decorated.brown > li:hover:after {
  background-color: #795548;
}
ul.menu.decorated.grey > li.active:after, ul.menu.decorated.grey > li:hover:after {
  background-color: #9E9E9E;
}
ul.menu.decorated.blue-grey > li.active:after, ul.menu.decorated.blue-grey > li:hover:after {
  background-color: #607D8B;
}
ul.menu.crumbs a,
ul.menu.crumbs span {
  padding: 0;
}
ul.menu.crumbs li + li {
  position: relative;
}
ul.menu.crumbs li + li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 10px;
}
ul.menu li.dropdown {
  position: relative;
  padding-right: 10px;
}
ul.menu li.dropdown > a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 10px;
}
ul.menu li.dropdown > ul {
  top: 0;
  position: absolute;
  z-index: 2;
  z-index: 3;
  transition: 500ms;
  transform: scaleY(0.001);
  opacity: 0;
  background: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: none;
}
ul.menu li.dropdown > ul li {
  padding-left: 0;
}
ul.menu li.dropdown > ul li a {
  transition: none;
}
ul.menu li.dropdown > ul.shown {
  opacity: 1;
  transition: 500ms;
  transform: scaleY(1);
}
ul.menu.dark li.dropdown > ul {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table.table th + td, table.table td + td, table.table th + th {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
table.table tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
table.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.form label {
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  display: inline;
  text-overflow: ellipsis;
  opacity: 1;
  transition: 100ms ease-out;
  transform: translateY(0);
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  z-index: 1;
}
.form label.active {
  color: #03A9F4;
  transition: 100ms ease-out;
}
.form label.error {
  color: #f44336;
  transition: 100ms ease-out;
}
.form label.valid {
  color: #4CAF50;
  transition: 100ms ease-out;
}
.form label.hidden {
  transform: translateY(20px);
  opacity: 0;
  transition: 100ms ease-out;
}
.form input + label {
  position: relative;
}
.form input[type=checkbox],
.form input[type=radio] {
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
}
.form .input, .form input[type=email], .form input[type=number], .form input[type=password], .form input[type=tel], .form input[type=text], .form textarea, .form select {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px 10px 12px 10px;
  display: block;
  width: 100%;
  background: transparent;
  height: 50px;
  margin-bottom: 10px;
  outline: none !important;
  position: relative;
  z-index: 2;
}
.form .input:invalid, .form input[type=email]:invalid, .form input[type=number]:invalid, .form input[type=password]:invalid, .form input[type=tel]:invalid, .form input[type=text]:invalid, .form textarea:invalid, .form select:invalid {
  border: 0;
  border-bottom: 1px solid #f44336;
  outline: none;
  box-shadow: none;
}
.form .input.valid, .form input.valid[type=email], .form input.valid[type=number], .form input.valid[type=password], .form input.valid[type=tel], .form input.valid[type=text], .form textarea.valid, .form select.valid {
  border: 0;
  border-bottom: 1px solid #4CAF50;
  outline: none;
  box-shadow: none;
}
.form .input:focus, .form input[type=email]:focus, .form input[type=number]:focus, .form input[type=password]:focus, .form input[type=tel]:focus, .form input[type=text]:focus, .form textarea:focus, .form select:focus {
  border-color: #4FC3F7;
}
.form textarea {
  height: 110px;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form .select {
  position: relative;
}
.form .select:after {
  position: absolute;
  content: "";
  font-family: 'FontAwesome';
  right: 5px;
  top: 20px;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  z-index: 1;
}

.btn {
  border: none;
  color: #03A9F4;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  font-size: 14px;
}
.btn:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  top: -100%;
  transition: 300ms ease-out;
  opacity: 0;
  display: block;
  overflow: auto;
}
.modal.shown {
  transition: 500ms ease-in;
  top: 0;
  opacity: 1;
}
.modal .body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}

body.modal-opened {
  overflow: hidden;
  padding-right: 16px;
}

/*# sourceMappingURL=mcpvr.css.map */
