@charset "UTF-8";
.text-muted {
  color: #777;
}

.text-primary {
  color: #fed136;
}

p {
  font-size: 14px;
  line-height: 1.75;
}

p.large {
  font-size: 16px;
}

a {
  outline: 0;
  color: #fed136;
}

a:hover, a:focus, a:active, a.active {
  outline: 0;
}

a:hover, a:focus, a:active, a.active {
  color: #f0c11c;
}

.btn-primary {
  border-color: #fed136;
}

h1, h2, h3 {
  /* text-transform: uppercase; */
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: white;
}

.bg-darkest-gray {
  background-color: #222;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fec503;
}

.open .dropdown-toggle.btn-primary {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fec503;
}

.btn-primary:active, .btn-primary.active {
  background-image: none;
}

.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled] {
  border-color: #fed136;
  background-color: #fed136;
}

fieldset[disabled] .btn-primary {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  border-color: #fed136;
  background-color: #fed136;
}

fieldset[disabled] .btn-primary:hover {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  border-color: #fed136;
  background-color: #fed136;
}

fieldset[disabled] .btn-primary:focus {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  border-color: #fed136;
  background-color: #fed136;
}

fieldset[disabled] .btn-primary:active {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary.disabled.active, .btn-primary[disabled].active {
  border-color: #fed136;
  background-color: #fed136;
}

fieldset[disabled] .btn-primary.active {
  border-color: #fed136;
  background-color: #fed136;
}

.btn-primary .badge {
  color: #fed136;
  background-color: #fff;
}

.btn-xl {
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea4945), to(#9f0000));
  background: linear-gradient(#ea4945, #9f0000);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl:active, .btn-xl.active {
  background-image: none;
}

.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.btn-xl.disabled, .btn-xl[disabled] {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

fieldset[disabled] .btn-xl {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl.disabled:hover, .btn-xl[disabled]:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

fieldset[disabled] .btn-xl:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl.disabled:focus, .btn-xl[disabled]:focus {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

fieldset[disabled] .btn-xl:focus {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl.disabled:active, .btn-xl[disabled]:active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

fieldset[disabled] .btn-xl:active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl.disabled.active, .btn-xl[disabled].active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

fieldset[disabled] .btn-xl.active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ef6f6b), color-stop(100%, #de1212), to(#de1212));
  background: linear-gradient(to bottom, #ef6f6b 4%, #de1212 100%, #de1212 100%);
}

.btn-xl .badge {
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 40px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea4945), to(#9f0000));
  background: linear-gradient(#ea4945, #9f0000);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 770px) {
  .btn-xl {
    width: 550px;
  }
}




@media (min-width: 770px) {
  .btn-xl2 {
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 790px;
  }
}



/*------social buttons1 start------*/
@media (max-width: 768px) {
  .lang ul {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.lang {
  color: #000;
  list-style: none;
  padding-top: 15px;
}

.lang ul {
  color: #000;
  list-style: none;
  padding: 0;
}

.lang li {
  padding: 0;
  margin: 0;
}

.lang li a {
  color: #000;
}

@media (min-width: 768px) {
  .lang {
    padding-left: 100px;
  }
}

ul.social-buttons1 {
  padding-top: 10px;
  text-align: center !important;
  margin: 0 auto !important;
  display: inline-block !important;
  float: none !important;
  padding-bottom: 5px;
}

ul.social-buttons1 li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 30px;
  outline: 0;
  color: black;
  text-align: center !important;
  margin: 0 auto !important;
  background-color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons1 li a:hover, ul.social-buttons1 li a:focus, ul.social-buttons1 li a:active {
  color: white;
  background-color: #fed136;
}

/*--------social buttons1 end------*/




#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
}

#portfolio .portfolio-item .portfolio-caption p span {
  font-size: 13px !important;
}

#portfolio .item .ttl {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

#portfolio .portfolio-item1 {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item1 .portfolio-link1 {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #f56829;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1:hover {
  opacity: 1;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-content1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(251, 166, 57, 0.5);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-indent: -999999px;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-content1:hover {
  opacity: 1;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1 .portfolio-hover-content1 h3 {
  margin: 0;
}

/*---portfolio1 see more---*/
.portfolio-item1 .portfolio-link1 .portfolio-hover1 .portfolio-hover-content1 h4 {
  margin: 0;
}

/*----portfolio see more end---*/
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item, #portfolio .portfolio-item1 {
    margin: 0 0 20px;
  }
}



.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: .3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

::-moz-selection, ::-moz-selection {
  text-shadow: none;
  background: #fed136;
}

::-moz-selection, ::selection {
  text-shadow: none;
  background: #fed136;
}

img::-moz-selection, img::-moz-selection {
  background: 0 0;
}

img::selection, img::-moz-selection {
  background: 0 0;
}


@media (min-width: 980px) {
  #page-top2 {
    position: fixed;
    bottom: 0px;
    left: 1px;
    width: 450px;
    height: 180px;
    display: block;
  }
  #page-top1 {
    position: fixed;
    bottom: 0px;
    right: 1px;
    width: 450px;
    height: 180px;
    display: block;
  }
}



.keyword {
  color: #E5662C;
  font-size: 18px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.hotkey {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.hotkey ul {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  width: 100%;
  border: solid 2px #FFA81A;
  background-color: #FFA81A;
  border-radius: 3px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hotkey li {
  height: 20px;
  display: inline;
  margin-right: 1em;
}

.hotkey a {
  color: white;
  white-space: nowrap;
}

@media (min-width: 770px) {
  .keywordgp {
    padding-top: 30px;
  }
  .keyword {
    font-weight: bold;
    color: #E5662C;
  }
  .hotkey {
    display: table;
    margin: 0 auto;
    width: 790px;
  }
  .hotkey ul {
    list-style: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 790px;
    border: solid 2px #FFA81A;
    background-color: #FFA81A;
    border-radius: 3px;
  }
  .hotkey li {
    height: 20px;
    display: inline;
    margin-right: 1em;
  }
  .hotkey a {
    white-space: nowrap;
    color: white;
  }
}

/*-----------------------go to FJ toppage---------------------*/
.btn-xl3 {
  padding: 20px 40px;
  border-color: #ff4750;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ff4750;
  width: 100%;
}

.btn-xl3:hover, .btn-xl3:focus, .btn-xl3:active, .btn-xl3.active {
  border-color: #ff6f53;
  color: #fff;
  background-color: #ff6f53;
}

.open .dropdown-toggle.btn-xl {
  border-color: #ff6f53;
  color: #fff;
  background-color: #ff6f53;
}

.btn-xl3:active, .btn-xl3.active {
  background-image: none;
}

.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.btn-xl3.disabled, .btn-xl3[disabled] {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

fieldset[disabled] .btn-xl3 {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

.btn-xl3.disabled:hover, .btn-xl3[disabled]:hover {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

fieldset[disabled] .btn-xl3:hover {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

.btn-xl3.disabled:focus, .btn-xl3[disabled]:focus {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

fieldset[disabled] .btn-xl3:focus, .btn-xl3.disabled:active, .btn-xl2[disabled]:active, fieldset[disabled] .btn-xl3:active {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

.btn-xl3.disabled.active, .btn-xl3[disabled].active {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

fieldset[disabled] .btn-xl3.active {
  border-color: #ff6f53;
  background-color: #ff6f53;
}

.btn-xl3 .badge {
  color: #ff4750;
  background-color: #fff;
}

@media (min-width: 770px) {
  .btn-xl3 {
    padding: 20px 40px;
    border-color: #ff4750;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ff4750;
    width: 790px;
  }
}

.btn_block {
  width: 100%;
}

@media (min-width: 770px) {
  .calc {
    margin-top: 30px;
  }
  .btn_block {
    width: 790px;
  }
}

/*-----------------------go to FJ toppage----end-----------------*/
/*-----------soc signup--------------*/
.soc, .soc1 {
  padding-top: 20px;
  width: 100%;
}

.btn-xlfb, .btn-xlgl, .btn-xlpp {
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  width: 180px;
  height: 40px;
  line-height: 25px;
}

/*--fb--*/
.btn-xlfb {
  color: white;
  border-color: #5F67FF;
  background-color: #5F67FF;
}

.btn-xlfb:hover, .btn-xlfb:focus, .btn-xlfb:active, .btn-xlfb.active {
  border-color: #608dfe;
  color: white;
  background-color: #608dfe;
}

.open .dropdown-toggle.btn-xl {
  border-color: #608dfe;
  color: white;
  background-color: #608dfe;
}

.btn-xlfb:active, .btn-xlfb.active {
  background-image: none;
}

.open .dropdown-toggle.btn-xlfb {
  background-image: none;
}

.btn-xlfb.disabled, .btn-xlfb[disabled] {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

fieldset[disabled] .btn-xlfb {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

.btn-xlfb.disabled:hover, .btn-xlfb[disabled]:hover {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

fieldset[disabled] .btn-xlfb:hover {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

.btn-xlfb.disabled:focus, .btn-xlfb[disabled]:focus {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

fieldset[disabled] .btn-xlfb:focus, .btn-xlfb.disabled:active, .btn-xl2[disabled]:active, fieldset[disabled] .btn-xlfb:active {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

.btn-xlfb.disabled.active, .btn-xlfb[disabled].active {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

fieldset[disabled] .btn-xlfb.active {
  border-color: #608dfe;
  background-color: #608dfe;
  color: white;
}

.btn-xlfb .badge {
  color: white;
  background-color: #fff;
}

/*---gl--*/
.btn-xlgl {
  color: white;
  border-color: #FF7173;
  background-color: #FF7173;
}

.btn-xlgl:hover, .btn-xlgl:focus, .btn-xlgl:active, .btn-xlgl.active {
  border-color: #ff8b74;
  color: white;
  background-color: #ff8b74;
}

.open .dropdown-toggle.btn-xlgl {
  border-color: #ff8b74;
  color: white;
  background-color: #ff8b74;
}

.btn-xlgl:active, .btn-xlgl.active {
  background-image: none;
}

.open .dropdown-toggle.btn-xlgl {
  background-image: none;
}

.btn-xlgl.disabled, .btn-xlgl[disabled] {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

fieldset[disabled] .btn-xlgl {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

.btn-xlgl.disabled:hover, .btn-xlgl[disabled]:hover {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

fieldset[disabled] .btn-xlgl:hover {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

.btn-xlgl.disabled:focus, .btn-xlgl[disabled]:focus {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

fieldset[disabled] .btn-xlgl:focus {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

.btn-xlgl.disabled:active, .btn-xlgl[disabled]:active {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

fieldset[disabled] .btn-xlgl:active {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

.btn-xlgl.disabled.active, .btn-xlgl[disabled].active {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

fieldset[disabled] .btn-xlgl.active {
  border-color: #ff8b74;
  background-color: #ff8b74;
  color: white;
}

.btn-xlgl .badge {
  color: white;
  background-color: #fff;
}

/*---ppl--*/
.btn-xlpp {
  color: white;
  border-color: #38C4FF;
  background-color: #38C4FF;
}

.btn-xlpp:hover, .btn-xlpp:focus, .btn-xlpp:active, .btn-xlpp.active {
  border-color: #38d3ff;
  color: white;
  background-color: #38d3ff;
}

.open .dropdown-toggle.btn-xlpp {
  border-color: #38d3ff;
  color: white;
  background-color: #38d3ff;
}

.btn-xlpp:active, .btn-xlpp.active {
  background-image: none;
}

.open .dropdown-toggle.btn-xlfb {
  background-image: none;
}

.btn-xlpp.disabled, .btn-xlpp[disabled] {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

fieldset[disabled] .btn-xlpp {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

.btn-xlpp.disabled:hover, .btn-xlpp[disabled]:hover {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

fieldset[disabled] .btn-xlpp:hover {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

.btn-xlpp.disabled:focus, .btn-xlpp[disabled]:focus {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

fieldset[disabled] .btn-xlpp:focus {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

.btn-xlpp.disabled:active, .btn-xlpp[disabled]:active {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

fieldset[disabled] .btn-xlpp:active {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

.btn-xlpp.disabled.active, .btn-xlpp[disabled].active {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

fieldset[disabled] .btn-xlpp.active {
  border-color: #38d3ff;
  background-color: #38d3ff;
  color: white;
}

.btn-xlpp .badge {
  color: white;
  background-color: #fff;
}

.highslide-maincontent a {
  color: red;
}

.card {
  margin-left: 30px;
}

/*-----------------------------------*/
#sign_up {
  margin-top: 20px;
}

.panel-body a, .text_red {
  color: red;
}

@media (min-width: 600px) {
  .slideok {
    display: none;
  }
}

img.new_01 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 540px) {
  #f_timer {
    margin: 0 auto !important;
    padding-left: 0;
    text-align: center !important;
    width: 100%;
  }
  #timer_tx {
    text-align: center !important;
    margin-left: 0;
    padding-left: 0;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

#f_timer {
  margin: 0 auto !important;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

#timer_tx {
  text-align: center !important;
}

/*-- slider start --*/
.carousel-control {
  top: 30%;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  padding: 0;
  background-color: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: .6em;
}

.carousel-control.left {
  background-image: none;
  background-color: none;
  margin-left: -40px;
}

.carousel-control.left::before {
  position: absolute;
  margin-left: -40px;
  content: "";
}

.carousel-control.right {
  background-color: none;
  background-image: none;
  margin-right: -40px;
}

.carousel-control.right::before {
  position: absolute;
  margin-left: -40px;
  content: "";
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  font-size: 100px;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators li {
  border-color: #ccc;
  background-color: #ccc;
}

@media screen and (min-width: 729px) and (max-width: 990px) {
  .carousel-control {
    top: 43%;
  }
  .carousel-control.left {
    background-image: none;
    background-color: none;
    margin-left: -15px;
  }
  .carousel-control.right {
    background-color: none;
    background-image: none;
    margin-right: -15px;
  }
  #portfolio .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 728px) {
  .carousel-control {
    top: 40%;
  }
  .carousel-control.left {
    background-image: none;
    background-color: none;
    margin-left: 5px;
  }
  .carousel-control.right {
    background-color: none;
    background-image: none;
    margin-right: 5px;
  }
  .carousel-indicators {
    bottom: -40px;
  }
  .carousel-indicators li {
    border-color: #ccc;
    background-color: #ccc;
  }
  .well, .carousel, #portfolio .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 574px) {
  #portfolio .portfolio-item {
    padding: 0;
    margin: 0;
  }
  #portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
  }
  #portfolio .portfolio-item .portfolio-caption p span {
    font-size: 11px !important;
  }
}

/*-- slider end --*/
.ui-loader {
  display: none !important;
}

.m_tx {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.signup12 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.btn-xl0 {
  padding: 20px 40px;
  border-color: #ff4750;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ff9607;
  width: 80%;
  line-height: 1.4em;
}

.friend {
  margin-top: 30px;
}

@media screen and (max-width: 574px) {
  .signup12 {
    margin-top: 13px;
  }
  .btn-xl0 {
    padding: 10px 40px;
    border-color: #ff4750;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #ff9607;
    width: 80%;
  }
  .btn-xl0 a {
    text-align: center;
  }
  #portfolio {
    padding-top: 15px;
  }
}

.sp_im {
  width: 100% !important;
}

.intro-lead-in1 p {
  font-size: 22px !important;
}




.goBACK {
  margin-top: 20px;
  margin-bottom: 10px;
}

#otherEvent {
  margin: 0 15px;
}

#otherEvent div {
  width: 100%;
}

#otherEvent div img {
  width: 100%;
  max-width: 755px;
}

.bt_po {
  width: 755px;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

#portfolio .portfolio-item1 {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item1 .portfolio-link1 {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #f56829;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1:hover {
  opacity: 1;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-content1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(251, 166, 57, 0.5);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-indent: -999999px;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-content1:hover {
  opacity: 1;
}

#portfolio .portfolio-item1 .portfolio-link1 .portfolio-hover1 .portfolio-hover-content1 h3 {
  margin: 0;
}

/*---portfolio1 see more---*/
.portfolio-item1 .portfolio-link1 .portfolio-hover1 .portfolio-hover-content1 h4 {
  margin: 0;
}

/*----portfolio see more end---*/
#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item, #portfolio .portfolio-item1 {
    margin: 0 0 20px;
  }
  #warning {
    max-width: 845px;
    width: 100%;
    height: auto;
  }
  #warning .ttl {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
  #warning ul {
    margin-bottom: 30px !important;
  }
}

aside.clients img {
  margin: 50px auto;
}

ul.social-buttons2 {
  text-align: center;
  padding-left: 0;
  list-style: none;
  position: fixed;
  right: 0;
  top: 300px;
  background: #A2A2A2;
}

.social-button2 li {
  text-align: center;
}

.bg-gray {
  background: #F0F0F0;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

ul.social-buttons2 li a {
  text-align: center;
  padding-top: 2px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
  outline: 0;
  color: black;
  margin: 0 auto !important;
  background: #D8D8D8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons2 li a:hover, ul.social-buttons2 li a:focus, ul.social-buttons2 li a:active {
  color: white;
  background-color: #A2A2A2;
  -webkit-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

