/*Colors*/
.white {
  color: #ffffff; }

.black {
  color: #000000; }

.gray {
  color: #666666; }

.light {
  color: #e6e6e6; }

.dark {
  color: #808080; }

.yellow {
  color: #c99e00; }

.blue {
  color: 013e7f; }

/*BG's*/
.bg-white {
  background: #ffffff; }

.bg-black {
  background: #000000; }

.bg-gray {
  background: #666666; }

.bg-light {
  background: #e6e6e6; }

.bg-dark {
  background: #808080; }

.bg-yellow {
  background: #c99e00; }

.bg-blue {
  background: 013e7f; }

.vertical-center {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*New Grid*/
.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.li-xs-3 {
  width: 33.33333333%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .li-sm-2 {
    width: 20%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .li-md-1 {
    width: 11%; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
/*Color*/
.dark {
  color: #324660 !important; }

.light {
  color: #f0f0f0 !important; }

.white {
  color: #ffffff !important; }

.blue {
  color: #50a0eb !important; }

.gray {
  color: #d8d8d8 !important; }

.red, .red b {
  color: #c0392b !important; }

/*Background*/
.bg-dark {
  background: #324660 !important; }

.bg-light {
  background: #f0f0f0 !important; }

.bg-white {
  background: #ffffff !important; }

.bg-blue {
  background: #50a0eb !important; }

.bg-gray {
  background: #d8d8d8 !important; }

.bg-body {
  background: #dcdcdc !important; }

.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52a3ce+0,2d63a9+100 */
  background: #52a3ce;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYTNjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDYzYTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #52a3ce 0%, #2d63a9 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a3ce), color-stop(100%, #2d63a9));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #52a3ce 0%, #2d63a9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #52a3ce 0%, #2d63a9 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #52a3ce 0%, #2d63a9 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #52a3ce 0%, #2d63a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a3ce', endColorstr='#2d63a9',GradientType=0 );
  /* IE6-8 */ }

/*Border*/
.border {
  border: 1px solid #999; }

.bt-1 {
  border-top: 1px solid #ccc; }

.bb-1 {
  border-bottom: 1px solid #ccc; }

.bb-2 {
  border-bottom: 2px solid #ccc; }

ul.no-style {
  margin: 15px 0 0 !important; }

ul.no-style li {
  list-style: none;
  margin: 5px 0; }

/*Fonts*/
h1, h2, h3,
h4, h5, h6,
b, strong, .bold {
  font-weight: bold; }

* {
  font-size: 16px;
  line-height: 18px; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-size: 27px;
  line-height: 30px; }

h4 {
  font-size: 20px;
  line-height: 24px; }

h5 {
  font-size: 18px;
  line-height: 22px; }

h6 {
  font-size: 16px;
  line-height: 20px; }

p,
a {
  font-size: 16px;
  line-height: 18px; }

span {
  font-size: inherit;
  line-height: inherit; }

.small,
p.small,
a.small,
p.small * {
  font-size: 12px !important;
  line-height: 16px !important; }

b, strong, .bold {
  color: #666 !important; }

.lower {
  text-transform: lowercase; }

.upper {
  text-transform: uppercase; }

/*Size*/
.sz-72 {
  font-size: 72px !important;
  line-height: 76px !important; }

.sz-60 {
  font-size: 60px !important;
  line-height: 64px !important; }

.sz-48 {
  font-size: 48px !important;
  line-height: 52px !important; }

.sz-42 {
  font-size: 42px !important;
  line-height: 46px !important; }

.sz-36 {
  font-size: 36px !important;
  line-height: 40px !important; }

.sz-28 {
  font-size: 28px !important;
  line-height: 32px !important; }

.sz-24 {
  font-size: 24px !important;
  line-height: 28px !important; }

.sz-20 {
  font-size: 20px !important;
  line-height: 24px !important; }

.sz-18 {
  font-size: 18px !important;
  line-height: 22px !important; }

.sz-16 {
  font-size: 16px !important;
  line-height: 20px !important; }

.sz-14 {
  font-size: 14px !important;
  line-height: 18px !important; }

.sz-12 {
  font-size: 12px !important;
  line-height: 16px !important; }

.lh-72 {
  line-height: 72px !important; }

.lh-60 {
  line-height: 60px !important; }

.lh-48 {
  line-height: 48px !important; }

.lh-42 {
  line-height: 42px !important; }

.lh-36 {
  line-height: 36px !important; }

.lh-28 {
  line-height: 28px !important; }

.lh-24 {
  line-height: 24px !important; }

.lh-20 {
  line-height: 20px !important; }

.lh-18 {
  line-height: 18px !important; }

.lh-16 {
  line-height: 16px !important; }

.lh-14 {
  line-height: 14px !important; }

.lh-12 {
  line-height: 12px !important; }

/*Links*/
a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit;
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

/*Margin & Padding*/
/* Margin 0 */
.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.m-0 {
  margin: 0px !important; }

/* Margin 10 */
.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mlr-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-10 {
  margin: 10px; }

/* Margin 15 */
.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-15 {
  margin: 15px; }

/* Margin 20 */
.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-20 {
  margin: 20px; }

/* Margin 30 */
.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-30 {
  margin: 30px; }

/* Margin 35 */
.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mlr-35 {
  margin-left: 35px;
  margin-right: 35px; }

.m-35 {
  margin: 35px; }

/* Margin 40 */
.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mlr-40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-40 {
  margin: 40px; }

/* Margin 45 */
.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mlr-45 {
  margin-left: 45px;
  margin-right: 45px; }

.m-45 {
  margin: 45px; }

/* Margin 50 */
.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mlr-50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-50 {
  margin: 50px; }

/* Margin 60 */
.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mlr-60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-60 {
  margin: 60px; }

/* Padding 0 */
.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

/* Padding 10 */
.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-10 {
  padding: 10px !important; }

/* Padding 15 */
.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.plr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-15 {
  padding: 15px; }

/* Padding 20 */
.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.plr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-20 {
  padding: 20px; }

/* Padding 30 */
.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.plr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-30 {
  padding: 30px; }

/* Padding 35 */
.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.plr-35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-35 {
  padding: 35px; }

/* Padding 40 */
.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.plr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-40 {
  padding: 40px; }

/* Padding 45 */
.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.ptb-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.plr-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-45 {
  padding: 45px; }

/* Padding 50 */
.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.plr-50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-50 {
  padding: 50px; }

/* Padding 60 */
.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.plr-60 {
  padding-left: 60px;
  padding-right: 60px; }

.p-60 {
  padding: 60px; }

/*Alig*/
.txt-j {
  text-align: justify !important; }

.txt-l {
  text-align: left !important; }

.txt-r {
  text-align: right !important; }

.txt-c {
  text-align: center !important; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.fl-i {
  float: inherit; }

.fl-n {
  float: none; }

.relative {
  position: relative; }

.tt-u {
  text-transform: uppercase; }

/*Hidden*/
.show {
  display: block; }

.hidden {
  display: none; }

/*Words*/
.break-word {
  word-wrap: break-word; }

@media (max-width: 1200px) {
  .txt-j-md {
    text-align: justify; }

  .txt-l-md {
    text-align: left; }

  .txt-r-md {
    text-align: right; }

  .txt-c-md {
    text-align: center; }

  /*Margin & Padding*/
  /* Margin 0 */
  .mt-0-md {
    margin-top: 0px !important; }

  .mb-0-md {
    margin-bottom: 0px !important; }

  .ml-0-md {
    margin-left: 0px !important; }

  .mr-0-md {
    margin-right: 0px !important; }

  .mtb-0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .mlr-0-md {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .m-0-md {
    margin: 0px !important; }

  /* Margin 10 */
  .mt-10-md {
    margin-top: 10px; }

  .mb-10-md {
    margin-bottom: 10px; }

  .ml-10-md {
    margin-left: 10px; }

  .mr-10-md {
    margin-right: 10px; }

  .mtb-10-md {
    margin-top: 10px;
    margin-bottom: 10px; }

  .mlr-10-md {
    margin-left: 10px;
    margin-right: 10px; }

  .m-10-md {
    margin: 10px; }

  /* Margin 15 */
  .mt-15-md {
    margin-top: 15px; }

  .mb-15-md {
    margin-bottom: 15px; }

  .ml-15-md {
    margin-left: 15px; }

  .mr-15-md {
    margin-right: 15px; }

  .mtb-15-md {
    margin-top: 15px;
    margin-bottom: 15px; }

  .mlr-15-md {
    margin-left: 15px;
    margin-right: 15px; }

  .m-15-md {
    margin: 15px; }

  /* Margin 20 */
  .mt-20-md {
    margin-top: 20px; }

  .mb-20-md {
    margin-bottom: 20px; }

  .ml-20-md {
    margin-left: 20px; }

  .mr-20-md {
    margin-right: 20px; }

  .mtb-20-md {
    margin-top: 20px;
    margin-bottom: 20px; }

  .mlr-20-md {
    margin-left: 20px;
    margin-right: 20px; }

  .m-20-md {
    margin: 20px; }

  /* Margin 30 */
  .mt-30-md {
    margin-top: 30px; }

  .mb-30-md {
    margin-bottom: 30px; }

  .ml-30-md {
    margin-left: 30px; }

  .mr-30-md {
    margin-right: 30px; }

  .mtb-30-md {
    margin-top: 30px;
    margin-bottom: 30px; }

  .mlr-30-md {
    margin-left: 30px;
    margin-right: 30px; }

  .m-30-md {
    margin: 30px; }

  /* Margin 35 */
  .mt-35-md {
    margin-top: 35px; }

  .mb-35-md {
    margin-bottom: 35px; }

  .ml-35-md {
    margin-left: 35px; }

  .mr-35-md {
    margin-right: 35px; }

  .mtb-35-md {
    margin-top: 35px;
    margin-bottom: 35px; }

  .mlr-35-md {
    margin-left: 35px;
    margin-right: 35px; }

  .m-35-md {
    margin: 35px; }

  /* Margin 40 */
  .mt-40-md {
    margin-top: 40px; }

  .mb-40-md {
    margin-bottom: 40px; }

  .ml-40-md {
    margin-left: 40px; }

  .mr-40-md {
    margin-right: 40px; }

  .mtb-40-md {
    margin-top: 40px;
    margin-bottom: 40px; }

  .mlr-40-md {
    margin-left: 40px;
    margin-right: 40px; }

  .m-40-md {
    margin: 40px; }

  /* Margin 45 */
  .mt-45-md {
    margin-top: 45px; }

  .mb-45-md {
    margin-bottom: 45px; }

  .ml-45-md {
    margin-left: 45px; }

  .mr-45-md {
    margin-right: 45px; }

  .mtb-45-md {
    margin-top: 45px;
    margin-bottom: 45px; }

  .mlr-45-md {
    margin-left: 45px;
    margin-right: 45px; }

  .m-45-md {
    margin: 45px; }

  /* Margin 50 */
  .mt-50-md {
    margin-top: 50px; }

  .mb-50-md {
    margin-bottom: 50px; }

  .ml-50-md {
    margin-left: 50px; }

  .mr-50-md {
    margin-right: 50px; }

  .mtb-50-md {
    margin-top: 50px;
    margin-bottom: 50px; }

  .mlr-50-md {
    margin-left: 50px;
    margin-right: 50px; }

  .m-50-md {
    margin: 50px; }

  /* Margin 60 */
  .mt-60-md {
    margin-top: 60px; }

  .mb-60-md {
    margin-bottom: 60px; }

  .ml-60-md {
    margin-left: 60px; }

  .mr-60-md {
    margin-right: 60px; }

  .mtb-60-md {
    margin-top: 60px;
    margin-bottom: 60px; }

  .mlr-60-md {
    margin-left: 60px;
    margin-right: 60px; }

  .m-60-md {
    margin: 60px; }

  /* Padding 0 */
  .pt-0-md {
    padding-top: 0px !important; }

  .pb-0-md {
    padding-bottom: 0px !important; }

  .pl-0-md {
    padding-left: 0px !important; }

  .pr-0-md {
    padding-right: 0px !important; }

  .ptb-0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .plr-0-md {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .p-0-md {
    padding: 0px !important; }

  /* Padding 10 */
  .pt-10-md {
    padding-top: 10px; }

  .pb-10-md {
    padding-bottom: 10px; }

  .pl-10-md {
    padding-left: 10px; }

  .pr-10-md {
    padding-right: 10px; }

  .ptb-10-md {
    padding-top: 10px;
    padding-bottom: 10px; }

  .plr-10-md {
    padding-left: 10px;
    padding-right: 10px; }

  .p-10-md {
    padding: 10px; }

  /* Padding 15 */
  .pt-15-md {
    padding-top: 15px; }

  .pb-15-md {
    padding-bottom: 15px; }

  .pl-15-md {
    padding-left: 15px; }

  .pr-15-md {
    padding-right: 15px; }

  .ptb-15-md {
    padding-top: 15px;
    padding-bottom: 15px; }

  .plr-15-md {
    padding-left: 15px;
    padding-right: 15px; }

  .p-15-md {
    padding: 15px; }

  /* Padding 20 */
  .pt-20-md {
    padding-top: 20px; }

  .pb-20-md {
    padding-bottom: 20px; }

  .pl-20-md {
    padding-left: 20px; }

  .pr-20-md {
    padding-right: 20px; }

  .ptb-20-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  .plr-20-md {
    padding-left: 20px;
    padding-right: 20px; }

  .p-20-md {
    padding: 20px; }

  /* Padding 30 */
  .pt-30-md {
    padding-top: 30px; }

  .pb-30-md {
    padding-bottom: 30px; }

  .pl-30-md {
    padding-left: 30px; }

  .pr-30-md {
    padding-right: 30px; }

  .ptb-30-md {
    padding-top: 30px;
    padding-bottom: 30px; }

  .plr-30-md {
    padding-left: 30px;
    padding-right: 30px; }

  .p-30-md {
    padding: 30px; }

  /* Padding 35 */
  .pt-35-md {
    padding-top: 35px; }

  .pb-35-md {
    padding-bottom: 35px; }

  .pl-35-md {
    padding-left: 35px; }

  .pr-35-md {
    padding-right: 35px; }

  .ptb-35-md {
    padding-top: 35px;
    padding-bottom: 35px; }

  .plr-35-md {
    padding-left: 35px;
    padding-right: 35px; }

  .p-35-md {
    padding: 35px; }

  /* Padding 40 */
  .pt-40-md {
    padding-top: 40px; }

  .pb-40-md {
    padding-bottom: 40px; }

  .pl-40-md {
    padding-left: 40px; }

  .pr-40-md {
    padding-right: 40px; }

  .ptb-40-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  .plr-40-md {
    padding-left: 40px;
    padding-right: 40px; }

  .p-40-md {
    padding: 40px; }

  /* Padding 45 */
  .pt-45-md {
    padding-top: 45px; }

  .pb-45-md {
    padding-bottom: 45px; }

  .pl-45-md {
    padding-left: 45px; }

  .pr-45-md {
    padding-right: 45px; }

  .ptb-45-md {
    padding-top: 45px;
    padding-bottom: 45px; }

  .plr-45-md {
    padding-left: 45px;
    padding-right: 45px; }

  .p-45-md {
    padding: 45px; }

  /* Padding 50 */
  .pt-50-md {
    padding-top: 50px; }

  .pb-50-md {
    padding-bottom: 50px; }

  .pl-50-md {
    padding-left: 50px; }

  .pr-50-md {
    padding-right: 50px; }

  .ptb-50-md {
    padding-top: 50px;
    padding-bottom: 50px; }

  .plr-50-md {
    padding-left: 50px;
    padding-right: 50px; }

  .p-50-md {
    padding: 50px; }

  /* Padding 60 */
  .pt-60-md {
    padding-top: 60px; }

  .pb-60-md {
    padding-bottom: 60px; }

  .pl-60-md {
    padding-left: 60px; }

  .pr-60-md {
    padding-right: 60px; }

  .ptb-60-md {
    padding-top: 60px;
    padding-bottom: 60px; }

  .plr-60-md {
    padding-left: 60px;
    padding-right: 60px; }

  .p-60-md {
    padding: 60px; } }
@media (max-width: 979px) {
  .txt-j-sm {
    text-align: justify; }

  .txt-l-sm {
    text-align: left; }

  .txt-r-sm {
    text-align: right; }

  .txt-c-sm {
    text-align: center; }

  /*Margin & Padding*/
  /* Margin 0 */
  .mt-0-sm {
    margin-top: 0px !important; }

  .mb-0-sm {
    margin-bottom: 0px !important; }

  .ml-0-sm {
    margin-left: 0px !important; }

  .mr-0-sm {
    margin-right: 0px !important; }

  .mtb-0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .mlr-0-sm {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .m-0-sm {
    margin: 0px !important; }

  /* Margin 10 */
  .mt-10-sm {
    margin-top: 10px; }

  .mb-10-sm {
    margin-bottom: 10px; }

  .ml-10-sm {
    margin-left: 10px; }

  .mr-10-sm {
    margin-right: 10px; }

  .mtb-10-sm {
    margin-top: 10px;
    margin-bottom: 10px; }

  .mlr-10-sm {
    margin-left: 10px;
    margin-right: 10px; }

  .m-10-sm {
    margin: 10px; }

  /* Margin 15 */
  .mt-15-sm {
    margin-top: 15px !important; }

  .mb-15-sm {
    margin-bottom: 15px !important; }

  .ml-15-sm {
    margin-left: 15px !important; }

  .mr-15-sm {
    margin-right: 15px !important; }

  .mtb-15-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .mlr-15-sm {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .m-15-sm {
    margin: 15px !important; }

  /* Margin 20 */
  .mt-20-sm {
    margin-top: 20px; }

  .mb-20-sm {
    margin-bottom: 20px; }

  .ml-20-sm {
    margin-left: 20px; }

  .mr-20-sm {
    margin-right: 20px; }

  .mtb-20-sm {
    margin-top: 20px;
    margin-bottom: 20px; }

  .mlr-20-sm {
    margin-left: 20px;
    margin-right: 20px; }

  .m-20-sm {
    margin: 20px; }

  /* Margin 30 */
  .mt-30-sm {
    margin-top: 30px; }

  .mb-30-sm {
    margin-bottom: 30px; }

  .ml-30-sm {
    margin-left: 30px; }

  .mr-30-sm {
    margin-right: 30px; }

  .mtb-30-sm {
    margin-top: 30px;
    margin-bottom: 30px; }

  .mlr-30-sm {
    margin-left: 30px;
    margin-right: 30px; }

  .m-30-sm {
    margin: 30px; }

  /* Margin 35 */
  .mt-35-sm {
    margin-top: 35px; }

  .mb-35-sm {
    margin-bottom: 35px; }

  .ml-35-sm {
    margin-left: 35px; }

  .mr-35-sm {
    margin-right: 35px; }

  .mtb-35-sm {
    margin-top: 35px;
    margin-bottom: 35px; }

  .mlr-35-sm {
    margin-left: 35px;
    margin-right: 35px; }

  .m-35-sm {
    margin: 35px; }

  /* Margin 40 */
  .mt-40-sm {
    margin-top: 40px; }

  .mb-40-sm {
    margin-bottom: 40px; }

  .ml-40-sm {
    margin-left: 40px; }

  .mr-40-sm {
    margin-right: 40px; }

  .mtb-40-sm {
    margin-top: 40px;
    margin-bottom: 40px; }

  .mlr-40-sm {
    margin-left: 40px;
    margin-right: 40px; }

  .m-40-sm {
    margin: 40px; }

  /* Margin 45 */
  .mt-45-sm {
    margin-top: 45px; }

  .mb-45-sm {
    margin-bottom: 45px; }

  .ml-45-sm {
    margin-left: 45px; }

  .mr-45-sm {
    margin-right: 45px; }

  .mtb-45-sm {
    margin-top: 45px;
    margin-bottom: 45px; }

  .mlr-45-sm {
    margin-left: 45px;
    margin-right: 45px; }

  .m-45-sm {
    margin: 45px; }

  /* Margin 50 */
  .mt-50-sm {
    margin-top: 50px; }

  .mb-50-sm {
    margin-bottom: 50px; }

  .ml-50-sm {
    margin-left: 50px; }

  .mr-50-sm {
    margin-right: 50px; }

  .mtb-50-sm {
    margin-top: 50px;
    margin-bottom: 50px; }

  .mlr-50-sm {
    margin-left: 50px;
    margin-right: 50px; }

  .m-50-sm {
    margin: 50px; }

  /* Margin 60 */
  .mt-60-sm {
    margin-top: 60px; }

  .mb-60-sm {
    margin-bottom: 60px; }

  .ml-60-sm {
    margin-left: 60px; }

  .mr-60-sm {
    margin-right: 60px; }

  .mtb-60-sm {
    margin-top: 60px;
    margin-bottom: 60px; }

  .mlr-60-sm {
    margin-left: 60px;
    margin-right: 60px; }

  .m-60-sm {
    margin: 60px; }

  /* Padding 0 */
  .pt-0-sm {
    padding-top: 0px !important; }

  .pb-0-sm {
    padding-bottom: 0px !important; }

  .pl-0-sm {
    padding-left: 0px !important; }

  .pr-0-sm {
    padding-right: 0px !important; }

  .ptb-0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .plr-0-sm {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .p-0-sm {
    padding: 0px !important; }

  /* Padding 10 */
  .pt-10-sm {
    padding-top: 10px; }

  .pb-10-sm {
    padding-bottom: 10px; }

  .pl-10-sm {
    padding-left: 10px; }

  .pr-10-sm {
    padding-right: 10px; }

  .ptb-10-sm {
    padding-top: 10px;
    padding-bottom: 10px; }

  .plr-10-sm {
    padding-left: 10px;
    padding-right: 10px; }

  .p-10-sm {
    padding: 10px; }

  /* Padding 15 */
  .pt-15-sm {
    padding-top: 15px !important; }

  .pb-15-sm {
    padding-bottom: 15px !important; }

  .pl-15-sm {
    padding-left: 15px !important; }

  .pr-15-sm {
    padding-right: 15px !important; }

  .ptb-15-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .plr-15-sm {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .p-15-sm {
    padding: 15px !important; }

  /* Padding 20 */
  .pt-20-sm {
    padding-top: 20px; }

  .pb-20-sm {
    padding-bottom: 20px; }

  .pl-20-sm {
    padding-left: 20px; }

  .pr-20-sm {
    padding-right: 20px; }

  .ptb-20-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  .plr-20-sm {
    padding-left: 20px;
    padding-right: 20px; }

  .p-20-sm {
    padding: 20px; }

  /* Padding 30 */
  .pt-30-sm {
    padding-top: 30px; }

  .pb-30-sm {
    padding-bottom: 30px; }

  .pl-30-sm {
    padding-left: 30px; }

  .pr-30-sm {
    padding-right: 30px; }

  .ptb-30-sm {
    padding-top: 30px;
    padding-bottom: 30px; }

  .plr-30-sm {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .p-30-sm {
    padding: 30px; }

  /* Padding 35 */
  .pt-35-sm {
    padding-top: 35px; }

  .pb-35-sm {
    padding-bottom: 35px; }

  .pl-35-sm {
    padding-left: 35px; }

  .pr-35-sm {
    padding-right: 35px; }

  .ptb-35-sm {
    padding-top: 35px;
    padding-bottom: 35px; }

  .plr-35-sm {
    padding-left: 35px;
    padding-right: 35px; }

  .p-35-sm {
    padding: 35px; }

  /* Padding 40 */
  .pt-40-sm {
    padding-top: 40px; }

  .pb-40-sm {
    padding-bottom: 40px; }

  .pl-40-sm {
    padding-left: 40px; }

  .pr-40-sm {
    padding-right: 40px; }

  .ptb-40-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  .plr-40-sm {
    padding-left: 40px;
    padding-right: 40px; }

  .p-40-sm {
    padding: 40px; }

  /* Padding 45 */
  .pt-45-sm {
    padding-top: 45px; }

  .pb-45-sm {
    padding-bottom: 45px; }

  .pl-45-sm {
    padding-left: 45px; }

  .pr-45-sm {
    padding-right: 45px; }

  .ptb-45-sm {
    padding-top: 45px;
    padding-bottom: 45px; }

  .plr-45-sm {
    padding-left: 45px;
    padding-right: 45px; }

  .p-45-sm {
    padding: 45px; }

  /* Padding 50 */
  .pt-50-sm {
    padding-top: 50px; }

  .pb-50-sm {
    padding-bottom: 50px; }

  .pl-50-sm {
    padding-left: 50px; }

  .pr-50-sm {
    padding-right: 50px; }

  .ptb-50-sm {
    padding-top: 50px;
    padding-bottom: 50px; }

  .plr-50-sm {
    padding-left: 50px;
    padding-right: 50px; }

  .p-50-sm {
    padding: 50px; }

  /* Padding 60 */
  .pt-60-sm {
    padding-top: 60px; }

  .pb-60-sm {
    padding-bottom: 60px; }

  .pl-60-sm {
    padding-left: 60px; }

  .pr-60-sm {
    padding-right: 60px; }

  .ptb-60-sm {
    padding-top: 60px;
    padding-bottom: 60px; }

  .plr-60-sm {
    padding-left: 60px;
    padding-right: 60px; }

  .p-60-sm {
    padding: 60px; } }
@media (max-width: 767px) {
  .txt-j-xs {
    text-align: justify !important; }

  .txt-l-xs {
    text-align: left !important; }

  .txt-r-xs {
    text-align: right !important; }

  .txt-c-xs {
    text-align: center !important; }

  /*Margin & Padding*/
  /* Margin 0 */
  .mt-0-xs {
    margin-top: 0px !important; }

  .mb-0-xs {
    margin-bottom: 0px !important; }

  .ml-0-xs {
    margin-left: 0px !important; }

  .mr-0-xs {
    margin-right: 0px !important; }

  .mtb-0-xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .mlr-0-xs {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .m-0-xs {
    margin: 0px !important; }

  /* Margin 10 */
  .mt-10-xs {
    margin-top: 10px; }

  .mb-10-xs {
    margin-bottom: 10px; }

  .ml-10-xs {
    margin-left: 10px; }

  .mr-10-xs {
    margin-right: 10px; }

  .mtb-10-xs {
    margin-top: 10px;
    margin-bottom: 10px; }

  .mlr-10-xs {
    margin-left: 10px;
    margin-right: 10px; }

  .m-10-xs {
    margin: 10px; }

  /* Margin 15 */
  .mt-15-xs {
    margin-top: 15px !important; }

  .mb-15-xs {
    margin-bottom: 15px !important; }

  .ml-15-xs {
    margin-left: 15px !important; }

  .mr-15-xs {
    margin-right: 15px !important; }

  .mtb-15-xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .mlr-15-xs {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .m-15-xs {
    margin: 15px !important; }

  /* Margin 20 */
  .mt-20-xs {
    margin-top: 20px; }

  .mb-20-xs {
    margin-bottom: 20px; }

  .ml-20-xs {
    margin-left: 20px; }

  .mr-20-xs {
    margin-right: 20px; }

  .mtb-20-xs {
    margin-top: 20px;
    margin-bottom: 20px; }

  .mlr-20-xs {
    margin-left: 20px;
    margin-right: 20px; }

  .m-20-xs {
    margin: 20px; }

  /* Margin 30 */
  .mt-30-xs {
    margin-top: 30px; }

  .mb-30-xs {
    margin-bottom: 30px; }

  .ml-30-xs {
    margin-left: 30px; }

  .mr-30-xs {
    margin-right: 30px; }

  .mtb-30-xs {
    margin-top: 30px;
    margin-bottom: 30px; }

  .mlr-30-xs {
    margin-left: 30px;
    margin-right: 30px; }

  .m-30-xs {
    margin: 30px; }

  /* Margin 35 */
  .mt-35-xs {
    margin-top: 35px; }

  .mb-35-xs {
    margin-bottom: 35px; }

  .ml-35-xs {
    margin-left: 35px; }

  .mr-35-xs {
    margin-right: 35px; }

  .mtb-35-xs {
    margin-top: 35px;
    margin-bottom: 35px; }

  .mlr-35-xs {
    margin-left: 35px;
    margin-right: 35px; }

  .m-35-xs {
    margin: 35px; }

  /* Margin 40 */
  .mt-40-xs {
    margin-top: 40px; }

  .mb-40-xs {
    margin-bottom: 40px; }

  .ml-40-xs {
    margin-left: 40px; }

  .mr-40-xs {
    margin-right: 40px; }

  .mtb-40-xs {
    margin-top: 40px;
    margin-bottom: 40px; }

  .mlr-40-xs {
    margin-left: 40px;
    margin-right: 40px; }

  .m-40-xs {
    margin: 40px; }

  /* Margin 45 */
  .mt-45-xs {
    margin-top: 45px; }

  .mb-45-xs {
    margin-bottom: 45px; }

  .ml-45-xs {
    margin-left: 45px; }

  .mr-45-xs {
    margin-right: 45px; }

  .mtb-45-xs {
    margin-top: 45px;
    margin-bottom: 45px; }

  .mlr-45-xs {
    margin-left: 45px;
    margin-right: 45px; }

  .m-45-xs {
    margin: 45px; }

  /* Margin 50 */
  .mt-50-xs {
    margin-top: 50px; }

  .mb-50-xs {
    margin-bottom: 50px; }

  .ml-50-xs {
    margin-left: 50px; }

  .mr-50-xs {
    margin-right: 50px; }

  .mtb-50-xs {
    margin-top: 50px;
    margin-bottom: 50px; }

  .mlr-50-xs {
    margin-left: 50px;
    margin-right: 50px; }

  .m-50-xs {
    margin: 50px; }

  /* Margin 60 */
  .mt-60-xs {
    margin-top: 60px; }

  .mb-60-xs {
    margin-bottom: 60px; }

  .ml-60-xs {
    margin-left: 60px; }

  .mr-60-xs {
    margin-right: 60px; }

  .mtb-60-xs {
    margin-top: 60px;
    margin-bottom: 60px; }

  .mlr-60-xs {
    margin-left: 60px;
    margin-right: 60px; }

  .m-60-xs {
    margin: 60px; }

  /* Padding 0 */
  .pt-0-xs {
    padding-top: 0px !important; }

  .pb-0-xs {
    padding-bottom: 0px !important; }

  .pl-0-xs {
    padding-left: 0px !important; }

  .pr-0-xs {
    padding-right: 0px !important; }

  .ptb-0-xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .plr-0-xs {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .p-0-xs {
    padding: 0px !important; }

  /* Padding 10 */
  .pt-10-xs {
    padding-top: 10px; }

  .pb-10-xs {
    padding-bottom: 10px; }

  .pl-10-xs {
    padding-left: 10px; }

  .pr-10-xs {
    padding-right: 10px; }

  .ptb-10-xs {
    padding-top: 10px;
    padding-bottom: 10px; }

  .plr-10-xs {
    padding-left: 10px;
    padding-right: 10px; }

  .p-10-xs {
    padding: 10px; }

  /* Padding 15 */
  .pt-15-xs {
    padding-top: 15px !important; }

  .pb-15-xs {
    padding-bottom: 15px !important; }

  .pl-15-xs {
    padding-left: 15px !important; }

  .pr-15-xs {
    padding-right: 15px !important; }

  .ptb-15-xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .plr-15-xs {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .p-15-xs {
    padding: 15px !important; }

  /* Padding 20 */
  .pt-20-xs {
    padding-top: 20px; }

  .pb-20-xs {
    padding-bottom: 20px; }

  .pl-20-xs {
    padding-left: 20px; }

  .pr-20-xs {
    padding-right: 20px; }

  .ptb-20-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  .plr-20-xs {
    padding-left: 20px;
    padding-right: 20px; }

  .p-20-xs {
    padding: 20px; }

  /* Padding 30 */
  .pt-30-xs {
    padding-top: 30px !important; }

  .pb-30-xs {
    padding-bottom: 30px !important; }

  .pl-30-xs {
    padding-left: 30px !important; }

  .pr-30-xs {
    padding-right: 30px !important; }

  .ptb-30-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .plr-30-xs {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .p-30-xs {
    padding: 30px !important; }

  /* Padding 35 */
  .pt-35-xs {
    padding-top: 35px; }

  .pb-35-xs {
    padding-bottom: 35px; }

  .pl-35-xs {
    padding-left: 35px; }

  .pr-35-xs {
    padding-right: 35px; }

  .ptb-35-xs {
    padding-top: 35px;
    padding-bottom: 35px; }

  .plr-35-xs {
    padding-left: 35px;
    padding-right: 35px; }

  .p-35-xs {
    padding: 35px; }

  /* Padding 40 */
  .pt-40-xs {
    padding-top: 40px; }

  .pb-40-xs {
    padding-bottom: 40px; }

  .pl-40-xs {
    padding-left: 40px; }

  .pr-40-xs {
    padding-right: 40px; }

  .ptb-40-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  .plr-40-xs {
    padding-left: 40px;
    padding-right: 40px; }

  .p-40-xs {
    padding: 40px; }

  /* Padding 45 */
  .pt-45-xs {
    padding-top: 45px; }

  .pb-45-xs {
    padding-bottom: 45px; }

  .pl-45-xs {
    padding-left: 45px; }

  .pr-45-xs {
    padding-right: 45px; }

  .ptb-45-xs {
    padding-top: 45px;
    padding-bottom: 45px; }

  .plr-45-xs {
    padding-left: 45px;
    padding-right: 45px; }

  .p-45-xs {
    padding: 45px; }

  /* Padding 50 */
  .pt-50-xs {
    padding-top: 50px; }

  .pb-50-xs {
    padding-bottom: 50px; }

  .pl-50-xs {
    padding-left: 50px; }

  .pr-50-xs {
    padding-right: 50px; }

  .ptb-50-xs {
    padding-top: 50px;
    padding-bottom: 50px; }

  .plr-50-xs {
    padding-left: 50px;
    padding-right: 50px; }

  .p-50-xs {
    padding: 50px; }

  /* Padding 60 */
  .pt-60-xs {
    padding-top: 60px; }

  .pb-60-xs {
    padding-bottom: 60px; }

  .pl-60-xs {
    padding-left: 60px; }

  .pr-60-xs {
    padding-right: 60px; }

  .ptb-60-xs {
    padding-top: 60px;
    padding-bottom: 60px; }

  .plr-60-xs {
    padding-left: 60px;
    padding-right: 60px; }

  .p-60-xs {
    padding: 60px; } }