.swipebox-overflow-hidden {
    overflow: hidden!important;
}

#swipebox-overlay img {
    border: none!important;
    width: 35%!important;
}

#swipebox-overlay {
    width: 100%!important;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}

#swipebox-slider .slide {
    /* background: url(../images/loader.gif) no-repeat center center; */
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-action {
    bottom: -50px;
}

#swipebox-action.visible-bars {
    bottom: 0;
}

#swipebox-action.force-visible-bars {
    bottom: 0!important;
}

#swipebox-caption {
    top: -50px;
    text-align: center;
}

#swipebox-caption.visible-bars {
    top: 0;
}

#swipebox-caption.force-visible-bars {
    top: 0!important;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    /* background-image: url(../images/icons.png); */
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}


/* Skin 
--------------------------*/

#swipebox-overlay {
    background: rgba(199, 195, 195, 0.88);
}

#swipebox-action,
#swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#0d0d0d, #000000);
    background-image: -moz-linear-gradient(#0d0d0d, #000000);
    background-image: -o-linear-gradient(#0d0d0d, #000000);
    background-image: linear-gradient(#0d0d0d, #000000);
    -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}

#swipebox-action {
    -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
    color: white!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

@media(max-width:768px) {
    #swipebox-slider .slide img {
        display: inline-block;
        max-height: 100%;
        max-width: 91%;
    }
    #swipebox-overlay img {
        width: 65%!important;
    }
}

@media(max-width:640px) {
    #swipebox-overlay img {
        width: 75%!important;
    }
}.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.ch-info-wrap {
    top: 20px;
    left: 20px;
    /* background: #f9f9f9 url(../images/bg.jpg); */
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;
    background: #C34C21;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
    background-image: url(4e5efe5bcfb43262921ef694557293f1.jpg);
}

.ch-img-2 {
    background-image: url(943fba034a678adac2f355597e95b724.jpg);
}

.ch-img-3 {
    background-image: url(4fcdf96b885b8b9dd739d5d2e1e9d243.jpg);
}

.ch-img-4 {
    background-image: url(8b67851be8f3d6a3965684b7ddf572e0.jpg);
}

.ch-img-5 {
    background-image: url(8379e16d82bff8a718e175269025d0da.jpg);
}

.ch-img-6 {
    background-image: url(b1d330358e6e06d89cae2cade75017be.jpg);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 15px;
    padding: 45px 0 0 0;
    height: 80px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px 0;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: #e7615e;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff;
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
@media (max-width:768px){
	.ch-grid li {
	  width: 200px;
	  height: 200px;
	  float: left;
	}
	.ch-info-wrap, .ch-info {
	  width: 154px;
	  height: 160px;
	}
	.ch-grid li {
	  margin: 4px;
	}
	.ch-info h3 {
	  font-size: 12px;
	  margin: 0 15px;
	  padding: 35px 0 0 0;
	  height: 60px;
	}
}
@media (max-width:640px){
	.ch-info-wrap, .ch-info {
	  width: 120px;
	  height: 124px;
	}
	.ch-grid li {
	  width: 167px;
	  height: 166px;
	}
	.ch-info p {
		margin: 0 0px;
	}
	.ch-info-wrap {
		left: 23px;
	}
}
@media (max-width:320px){
	.ch-grid li {
	  float: none;
	}
	.main ul li:nth-child(3) {
	  display: block;
	  margin: 0 auto;
	}
}/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    font-size: 100%;
    background: #fff;
    font-family: OpenSans-Regular;
}

@font-face {
    font-family: LobsterTwo-Regular;
    src: url(3ba9370ba9b4e0d63cb765389d3c0e0b.ttf) format('truetype');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(629a55a7e793da068dc580d184cc0e31.ttf) format('truetype');
}

@font-face {
    font-family: LobsterTwo-Italic;
    src: url(e02c8a94e3ae798fd8b689f8419f4c7b.ttf) format('truetype');
}

p {
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}


/*-- banner-body --*/

.banner-body {
    padding: 6em 0 0;
    background: url(a5ef38388f29a4be96a5c9bdcc025e21.jpg) 0px 0px;
    min-height: 600px;
}


/*-- //banner-body --*/


/*-- header --*/

.navbar-default {
    background: none !important;
    border-color: none !important;
}

a.navbar-brand {
    font-size: 3em;
    color: #c34c21 !important;
    text-decoration: none;
    font-family: LobsterTwo-Regular;
}

a.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    margin: 0 0 0 5em;
}

.navbar-default .navbar-nav>li>a,
.hvr-bounce-to-bottom>a {
    color: #777;
    font-size: 20px;
    text-decoration: none;
    font-family: LobsterTwo-Regular;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.hvr-bounce-to-bottom:hover>li {
    color: #fff !important;
    background-color: #c34c21 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.sign-in {
    float: right;
}

.sign-in ul {
    padding: 10px 30px;
    margin: 0;
    background: #c34c21;
    font-family: LobsterTwo-Regular;
}

.sign-in ul li {
    display: inline-block;
    color: #fff;
}

.sign-in ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.sign-in ul li a:hover {
    color: #000;
    text-decoration: none;
}


/* Bounce To Bottom */

.hvr-bounce-to-bottom,
.hvr-bounce-to-bottom>a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c34c21;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom.ng-scope.active > a,
.hvr-bounce-to-bottom.ng-scope.active,
.hvr-bounce-to-bottom:hover>a {
    color: white;
    background: #c34c21;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*-- //header --*/


/*-- header-bottom --*/

.header-bottom,
.pages,
.login,
.sign-up-form,
.about,
.portfolio,
.single-page-artical {
    padding: 0 3.5em 3.5em 3.5em;
    background: #fff;
}

.header-bottom-top {
    float: right;
}

.header-bottom-top ul {
    padding: 1em 0;
    margin: 0;
}

.header-bottom-top ul li {
    display: inline-block;
}

.header-bottom-top ul li a.facebook {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -12px;
    /* facebook image */
    display: block;
    height: 34px;
    width: 34px;
}

.header-bottom-top ul li a.facebook:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -97px -12px;
    /* facebook image */
    display: block;
}

.header-bottom-top ul li a.twitter {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -57px;
    /* twitter image */
    display: block;
    height: 34px;
    width: 34px;
}

.header-bottom-top ul li a.twitter:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -57px;
    /* twitter image */
    display: block;
}

.header-bottom-top ul li a.g {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -103px;
    /* google plus image */
    display: block;
    height: 34px;
    width: 34px;
}

.header-bottom-top ul li a.g:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -103px;
    /* google plus image */
    display: block;
}

.header-bottom-top ul li a.p {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -152px;
    display: block;
    height: 34px;
    /* linkedin image */
    width: 34px;
}

.header-bottom-top ul li a.p:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -152px;
    /* linkedin image */
    display: block;
}


/*-- banner --*/

.banner {
    background: url(99fafe891a8ecdc3080b72b9961a2213.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
}

.banner-inf {
    padding: 1em;
    background: #C34C21;
    width: 50%;
    margin-top: 19.59em;
}

.banner-inf h3 {
    text-transform: capitalize;
    font-size: 2em;
    margin: 0;
    color: #fff;
    font-family: LobsterTwo-Regular;
}

.banner-inf p {
    font-size: 14px;
    color: #fff;
    margin: .5em 0 2em;
}

.banner-inf a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 20px -201px;
    display: block;
    width: 90px;
    height: 25px;
    font-family: LobsterTwo-Regular;
}

.banner-inf a:hover {
    color: #fff;
    text-decoration: none;
}


/*-- //banner --*/


/*------------------ Slider Part starts Here----------*/

#slider3,
#slider2,
#slider4 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    left: 0;
    top: 0;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 40%;
    left: -5.5%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 72px;
    width: 38px;
    background: transparent url(c405ba53657abc6f1588dd86c77c7433.png) no-repeat -19px -7px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background: transparent url(c405ba53657abc6f1588dd86c77c7433.png) no-repeat -77px -7px;
    right: -5.59%;
}

#slider3-pager a,
#slider2-pager a,
#slider4-pager a {
    display: inline-block;
}

#slider3-pager span,
#slider2-pager span,
#slider4-pager span {
    float: left;
}

#slider3-pager span,
#slider2-pager span,
#slider4-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a,
#slider2-pager .rslides_here a,
#slider4-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a,
#slider2-pager a,
#slider4-pager a {
    padding: 0;
}

#slider3-pager li,
#slider4-pager li,
#slider2-pager li,
{
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
    width: 100%;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    border: 0;
    width: 100%;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 81.5%;
    z-index: 999;
    left: 43.3%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.slider-top {
    text-align: center;
    padding: 10em 0;
}

.slider-top h1 {
    font-weight: 700;
    font-size: 48px;
    color: #010101;
}

.slider-top p {
    font-weight: 400;
    font-size: 20px;
    padding: 1em 7em;
    color: #010101;
}

.slider-top ul.social-slide {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}

ul.social-slide li i {
    width: 70px;
    height: 74px;
    /* background: url(../images/backward.png)no-repeat; */
    display: inline-block;
    margin: 0px 15px;
}

ul.social-slide li i.win {
    background-position: -6px 0px;
}

ul.social-slide li i.android {
    background-position: -110px 0px;
}

ul.social-slide li i.mac {
    background-position: -215px 0px;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\F111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 18px;
    width: 18px;
    margin: 0 10px;
    display: inline-block;
    background: #fff;
    border-radius: 25%;
}

.callbacks_here a:after {
    background: #F54785;
}


/*------------------ Slider Part ends Here----------*/


/*--flexisel--*/

.flex-slider {
    background: #222227;
    padding: 70px 0 165px 0;
}

.opportunity {
    background: #28282e;
    margin: 0px 20px;
    padding: 80px 0;
    position: relative;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}


/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 60px;
    height: 115px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -4%;
    top: 15% !important;
    /* background: url(../images/3.png) no-repeat 0px 0px; */
}

.nbs-flexisel-nav-right {
    right: -4%;
    top: 15% !important;
    /* background: url(../images/3.png) no-repeat -66px 0px; */
}


/*--//flexisel--*/


/*-- banner-bottom --*/

.banner-bottom-grid {
    margin: 0 10px;
}

.banner-bottom {
    padding: 3em 0;
}

.banner-bottom-grid p {
    color: #999;
    font-size: 14px;
    margin: 1em 0 2em;
    line-height: 1.8em;
    text-align: left;
}

.more a {
    padding: 18px 46px 21px 20px;
    color: #fff;
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 71px -194px #c34c21;
    display: block;
    width: 150px;
    height: 25px;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 0 11em;
    font-family: LobsterTwo-Regular;
}

a.sint:before {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 71px -194px #F04709;
    display: block;
}

.more a:hover {
    color: #fff;
    text-decoration: none;
}


/*-- //banner-bottom --*/


/*-- blog --*/

.blog {
    margin: 3em 0;
}

.blog-left {
    float: left;
    width: 65%;
}

.blog-right {
    float: right;
    width: 30%;
}

.blog-left-grid-left {
    float: left;
    width: 80%;
    margin-bottom: 3em;
}

.blog-left-grid-left h3 {
    font-size: 25px;
    margin: 0;
    color: #c34c21;
    font-family: LobsterTwo-Regular;
    text-transform: capitalize;
}

.blog-left-grid-left h3 a {
    color: #c34c21;
}

.blog-left-grid-left h3 a:hover {
    color: #000;
}

.blog-left-grid-left p {
    color: #c34c21;
    font-size: 17px;
    margin: .5em 0;
    font-family: LobsterTwo-Italic;
}

.blog-left-grid-left p span {
    color: #000;
}

.blog-left-grid-right {
    float: right;
    width: 20%;
    margin: .8em 0 0;
}

.blog-left-grid-right a {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: LobsterTwo-Regular;
    background: #c34c21;
}

.blog-left-grid-right a:hover {
    color: #fff;
    text-decoration: none;
}

a.non:before {
    background: #F04709;
}

p.para {
    color: #999;
    font-size: 14px;
    margin: 1em 0 2em;
    line-height: 1.8em;
}

.rd-mre a {
    padding: 10px 30px;
    color: #fff;
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 61px -191px #c34c21;
    display: block;
    width: 130px;
    text-decoration: none;
    font-size: 14px;
    font-family: LobsterTwo-Regular;
}

a.quod:before {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 61px -191px #F04709;
    display: block;
}

.blog-left-grid:nth-child(2) {
    margin: 3em 0 0;
}


/******** SAP ************/

.sap_tabs {
    clear: both;
    font-style: normal;
    position: relative;
}

.facts {
    padding: 1.3em;
    border-bottom: 1px solid #999;
}

.top1 {
    margin-top: 2%;
}

ul.resp-tabs-list {
    list-style: none;
    background: none;
    margin: 0em auto;
    border-bottom: 1px solid #999;
}

div#horizontalTab {
    background: #fff;
}

.resp-tab-item {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 22px;
    display: inline-block;
    margin: 0;
    /* text-align: center; */
    list-style: none;
    float: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

.resp-tab-item:hover {
    text-shadow: none;
}

.resp-tab-active {
    background: #C34C21;
    text-shadow: none;
    color: #fff;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
    border: 1px solid #999;
    border-top: none;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 1em;
    margin: 0px;
    padding: 10px 15px;
    background: #f77462;
    margin: 10px 0;
    color: #fff;
}

h2.resp-accordion:hover {
    background: #6CC5D9;
    text-shadow: none;
    color: #FFF;
}

@media only screen and (max-width:480px) {
    .sap_tabs {
        padding-top: 0;
    }
    .resp-tabs-container {
        padding: 10px;
    }
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
}

ul.tab_list {
    padding: 0em;
    margin: 0;
}


/******** //SAP ************/

.tab_list {
    float: left;
}

.tab_list1 {
    float: right;
    width: 57%;
}

.tab_list1 a,
.tab_list1 p {
    text-transform: capitalize;
    font-size: 14px;
    color: #C34C21;
    margin: 0;
    text-decoration: none;
    font-family: LobsterTwo-Regular;
}

.tab_list1 p {
    color: #999;
}

.tab_list1 p span {
    display: block;
    font-family: OpenSans-Regular;
    font-size: 13px;
    margin: 10px 0 0;
}

.facts:nth-child(4) {
    border-bottom: none;
}


/*-- newsletter --*/

.newsletter {
    padding: .5em;
    border: 1px solid #C34C21;
    margin: 2em 0;
}

.newsletter h3,
.pgs h3,
.footer-grid h3 {
    font-size: 25px;
    margin: .5em 0 1em;
    color: #c34c21;
    font-family: LobsterTwo-Regular;
    text-transform: capitalize;
}

.newsletter input[type="text"] {
    outline: none;
    border: 1px solid #999;
    font-size: 14px;
    color: #000;
    width: 100%;
    padding: 10px 10px;
    background: none;
    margin-bottom: 2em;
}

.newsletter input[type="submit"] {
    outline: none;
    border: none;
    width: 40%;
    margin: 0 0 0.5em 10.3em;
    background: #c34c21;
    color: #fff;
    font-size: 17px;
    font-family: LobsterTwo-Regular;
    padding: 8px 0px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.newsletter input[type="submit"]:hover {
    background: #F04709;
    color: #fff;
}

.four-fig1 {
    float: left;
    width: 45%;
    margin-bottom: 2em;
}

.four-fig1 img {
    width: 100%;
}

.four-fig1:nth-child(1),
.four-fig1:nth-child(3) {
    margin-right: 1.7em;
}


/*-- pgs --*/

.pgs ul {
    padding: 0;
    margin: 0;
}

.pgs ul li {
    margin: 15px 0;
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -37px -235px;
    display: block;
    list-style-type: none;
    border-bottom: 1px dotted;
    padding: 0 0 20px 24px;
}

.pgs ul li a {
    font-size: 14px;
    color: #c34c21;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-transform: capitalize;
}

.pgs ul li a:hover {
    text-decoration: none;
    color: #999;
}


/*-- //blog --*/


/*-- //header-bottom --*/


/*-- footer --*/

.footer {
    padding: 4em 0;
    background: #282828;
}

.footer-grd-left {
    float: left;
}

.footer-grd-left p {
    font-size: 14px;
    color: #817F7F;
    margin: 1em 0 0;
    line-height: 1.8em;
}

.footer-grid h3 {
    color: #fff;
}

.footer-grd-left img {
    width: 100%;
}

.footer-grid ul {
    padding: 0;
    margin: 0;
}

.footer-grid ul li {
    margin: 15px 0;
    list-style-type: none;
    border-bottom: 1px dotted;
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -36px -202px;
    display: block;
    color: #736A6A;
    padding: 0 0 17px 24px;
}

.footer-grid ul li a {
    font-size: 14px;
    color: #817F7F;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-grid ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-grd {
    float: left;
    width: 33.33%;
    border: 2px solid #fff;
}

.footer-bottom {
    padding: 2em 0;
    background: #000;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #817F7F;
    margin: 0;
}

.footer-bottom a {
    color: #B8B8B8;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}


/*-- //footer --*/


/*-- pages --*/

h3.ghj {
    color: #c34c21;
    font-family: LobsterTwo-Regular;
    font-size: 25px;
    margin: 0 0 1em;
}

.headdings,
.Buttons,
.progress-bars,
.alerts,
.bread-crumbs,
.pagenatin,
.appearance,
.distracted {
    padding: 2em 0;
}

.bs-example h1,
.bs-example h2,
.bs-example h3,
.bs-example h4,
.bs-example h5,
.bs-example h6 {
    margin: 0 0 10px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.headdings {
    padding-top: 4em;
}


/*-- //pages --*/


/*-- login-page --*/

.login {
    min-height: 580px;
}

.login-grids {
    padding: 3em 0 0;
}

.log form input[type="password"] {
    margin-right: 58px;
}

.log h5 {
    color: #C34C21;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.log form {
    margin-top: 32px;
}

.log form input[type="text"],
.log form input[type="password"] {
    width: 70%;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    outline: none;
    color: #000;
    margin-bottom: 32px;
}

.log form input[type=submit] {
    border: none;
    color: #ffffff;
    padding: 11px 70px;
    font-size: 15px;
    cursor: pointer;
    font-family: LobsterTwo-Regular;
    margin: 0 0 32px 0;
    background: #C34C21;
    border: none;
}

.log form input[type=submit]:hover {
    background: #F04709;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.log p a {
    text-decoration: none;
    color: #C34C21;
}

.log p a:hover {
    color: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.login-right h3,
.log h3 {
    font-size: 25px;
    margin: .5em 0 1em;
    color: #c34c21;
    font-family: LobsterTwo-Regular;
    text-transform: capitalize;
}

.login-right p {
    color: #999;
    margin: 22px 0 40px 0;
    font-size: 14px;
    line-height: 1.8em;
}

.log p {
    color: #999;
    margin: 22px 0;
    font-size: 14px;
    line-height: 1.8em;
}

.log p:nth-child(4) {
    margin: 0;
}

.log a {
    text-decoration: none;
    color: #C34C21;
}

.log a:hover {
    color: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

.login-right a {
    text-decoration: none;
    background: #F04709;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 40px;
    font-family: LobsterTwo-Regular;
}

.login-right button {
    text-decoration: none;
    background: #F04709;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 40px;
    font-family: LobsterTwo-Regular;
}


/*-- //login-page --*/


/*-- register --*/

.sign-up {
    width: 75%;
    padding: 2em 1em;
    margin: 0 auto;
}

.sign-up-form h3 {
    font-size: 25px;
    margin: 0;
    padding: 3em 0 0;
    color: #c34c21;
    font-family: LobsterTwo-Regular;
    text-transform: capitalize;
    text-align: center;
}

.sign-up-form p {
    color: #999;
    font-size: 14px;
    margin: .5em 0 3em;
    line-height: 1.7em;
    text-align: center;
}

.sign-up1 {
    float: left;
    width: 27%;
}

.sign-up1 h4 {
    color: #3C4348;
    margin: 1.6em 0 1em;
    font-size: 18px;
}

.sign-up2 {
    float: right;
    width: 70%;
}

.sign-up2 input[type="text"],
.sign-up2 input[type="password"],
.sign-up2 input[type="email"] {
    outline: none;
    border: 1px solid #000;
    background: none;
    font-size: 15px;
    padding: 10px 10px;
    width: 100%;
    margin: 1em 0;
}


/* .sign-up2 input[type="password"] {
    outline: none;
    border: 1px solid #000;
    background: none;
    font-size: 15px;
    padding: 10px 10px;
    width: 100%;
    margin: 1em 0;
} */

.sign-up h5 {
    margin: 0 0 2em;
    color: #D52500;
    font-size: 20px;
}

.sign-up h6 {
    margin: 2em 0 1em;
    color: #D52500;
    font-size: 20px;
}

.sign-up input[type="submit"],
a.quicklybtn {
    outline: none;
    border: none;
    background: #c34c21;
    font-family: LobsterTwo-Regular;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 30%;
    font-weight: 700;
    margin-left: 10.3em;
    margin-top: 3em;
    padding: 10px 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

a.quicklybtn {
    padding: 10px 10px;
}

.sign-up input[type="submit"]:hover,
a.quicklybtn:hover {
    background: #F04709;
    color: #fff;
}


/*-- //register --*/


/*-- contact --*/

.contact {
    padding: 0;
    background: #fff;
}

.header1 {
    /* background: url(../images/header.jpg) no-repeat -18em 0em; */
    min-height: 200px;
}

.contact-left {
    float: left;
    width: 50%;
}

.contact-left iframe {
    width: 100%;
    height: 344px;
    margin: 0 0 -5px;
}

.contact-right {
    float: right;
    width: 50%;
    padding: 3em 2em;
}

.contact-right p.phn {
    color: #C34C21;
    font-size: 2.6em;
    font-weight: 800;
    margin: 0 0 .5em;
}

p.phn-bottom {
    color: #47443A;
    font-size: 1.5em;
    margin: 0 0 1em;
    font-family: LobsterTwo-Regular;
}

p.phn-bottom span {
    display: block;
    font-weight: 600;
}

p.lom {
    color: #242322;
    font-size: 14px;
    line-height: 1.8em;
    width: 65%;
    margin: 0;
    font-style: normal;
}

.contact-left1 {
    float: left;
    width: 50%;
    padding: 3em 2em;
}

.contact-left1 h3 {
    color: #C34C21;
    font-weight: 700;
    font-size: 2em;
    margin: 0 0 1em;
    font-family: LobsterTwo-Regular;
}

.contact-left1 h3 span {
    display: block;
    color: #888;
}

.in-left {
    float: left;
    width: 45%;
}

.in-left input[type="text"],
.in-right textarea {
    outline: none;
    border: 1px solid #B2ACAC;
    background: none;
    color: #fff;
    font-size: 14px;
    padding: 13px 10px;
    width: 100%;
}

.in-left input[type="text"]:nth-child(2) {
    margin: 3em 0;
}

.in-right {
    float: right;
    width: 50%;
}

.in-right textarea {
    resize: none;
    min-height: 230px;
    margin-bottom: 2em;
}

.in-right input[type="submit"] {
    outline: none;
    border: none;
    background: #C34C21;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 0px;
    width: 50%;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: LobsterTwo-Regular;
}

.in-right input[type="submit"]:hover {
    background: #F04709;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-right1 {
    float: right;
    width: 50%;
    background: #ECECEC;
    padding: 3em 2em;
}

.contact-right1 h3 {
    color: #C34C21;
    font-weight: 700;
    font-size: 2em;
    margin: 0 0 1em;
    font-family: LobsterTwo-Regular;
}

.contact-right1 h3 span {
    display: block;
    color: #888;
}

.contact-right1 h4 {
    text-transform: capitalize;
    font-size: 1.3em;
    margin: 2em 0;
    color: #000;
    line-height: 1.3em;
}

.contact-right1 h4 span {
    display: block;
}

.contact-right1 p {
    color: #242322;
    width: 85%;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
    font-style: normal;
}

.contact-right1 ul {
    padding: 2.19em 0 0;
    margin: 0;
}

.contact-right1 ul li {
    display: inline-block;
    margin: 0 5px;
}

.contact-right1 ul li a.g1:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -12px;
    display: block;
}

.contact-right1 ul li a.g1 {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -97px -12px;
    display: block;
    height: 34px;
    width: 34px;
}

.contact-right1 ul li a.p1:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -57px;
    display: block;
}

.contact-right1 ul li a.p1 {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -57px;
    display: block;
    height: 34px;
    width: 34px;
}

.contact-right1 ul li a.facebook1:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -103px;
    display: block;
}

.contact-right1 ul li a.facebook1 {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -103px;
    display: block;
    height: 34px;
    width: 34px;
}

.contact-right1 ul li a.twitter1:hover {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -26px -152px;
    display: block;
}

.contact-right1 ul li a.twitter1 {
    background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat -96px -152px;
    display: block;
    height: 34px;
    width: 34px;
}


/*-- //contact --*/


/*-- about-page--*/

.about-text h3 {
    margin: 0;
    padding: 3em 0 1em;
    color: #C34C21;
    font-size: 25px;
    font-family: LobsterTwo-Regular;
    text-align: center;
}

.about-info h4 {
    color: #f16522;
    font-size: 16px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.about-info p {
    font-size: 14px;
    margin: 2em 0;
    color: #999;
    line-height: 1.8em;
}

.about-info-right p {
    font-size: 14px;
    margin: .5em 0 0;
    color: #999;
    line-height: 1.8em;
}

.about-info-right h4 {
    font-size: 25px;
    margin: 0;
    color: #C34C21;
    line-height: 1.8em;
    text-transform: capitalize;
    font-family: LobsterTwo-Regular;
    text-align: left;
}

.about-info-left img {
    width: 100%;
}

.about-info-left:nth-child(1) {
    padding-left: 0;
}

.about-info-left {
    padding-left: 0 !important;
}

.about-grid {
    margin: 50px 0 0 0;
}

.about-text-info h4 {
    color: #C34C21;
    margin: 0;
    font-size: 25px;
    font-family: LobsterTwo-Regular;
}

.about-text-info h5 {
    color: #f16522;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: capitalize;
}

.about-text-info p {
    font-size: 14px;
    margin: 20px 0 0 0;
    color: #999;
    line-height: 1.8em;
}

.row {
    margin: 50px 0 0 0;
}

.caption h4 {
    margin: 0.5em 0;
}

.caption h4 a {
    font-size: 20px;
    text-decoration: none;
    transition: .5s all;
    color: #f16522 !important;
    font-family: LobsterTwo-Regular;
}

.caption h4 a:hover {
    color: #3d3d3d !important;
    text-decoration: none;
}

.caption p {
    line-height: 1.8em;
    font-size: 14px;
    color: #999;
    margin: 0;
}

.thumbnail {
    border: none;
}

.advantages {
    padding: 4em 0em 4em 0em;
}

.advantages h3 {
    margin: 0 0 2em;
    color: #C34C21;
    font-size: 25px;
    font-family: LobsterTwo-Regular;
    text-align: center;
}

.advan-top {
    margin: 0em 0em 4em 0em;
}

.advan-cup {
    background: url(4734b39c23b5124a94a34ff878586268.jpg) no-repeat 0px 0px;
    width: 100px;
    height: 90px;
}

.advan-ser {
    background: url(42b81a57a613a2f4a0664bbde5d0b7b2.jpg) no-repeat 0px 0px;
    width: 100px;
    height: 90px;
}

.advan-mach {
    background: url(d190d83576b1d64fefe3b1deb02e2a44.jpg) no-repeat 0px 0px;
    width: 100px;
    height: 90px;
}

.advan-tin {
    background: url(1c7b31b79093509885e4229ff5e1d258.jpg) no-repeat 0px 0px;
    width: 100px;
    height: 90px;
}

.advan-text h4 {
    font-size: 21px;
    margin: 0em 0em 0.3em 0em;
    font-family: LobsterTwo-Regular;
}

.advan-text h4 a {
    color: #C34C21;
}

.advan-text h4 a:hover {
    color: #000;
    text-decoration: none;
}

.advan-text p {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8em;
}


/*-- //about-page--*/


/*-- portfolio --*/

.portfolio h3 {
    margin: 0 0 2em;
    padding: 3em 0 0;
    color: #C34C21;
    font-size: 25px;
    font-family: LobsterTwo-Regular;
    text-align: center;
}

.ch-info-back p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.7em;
}

.portfolio {
    min-height: 1040px;
}


/*-- //portfolio --*/


/*-- single --*/

.artical-links {
    padding: 10px 0px;
    border: 1px dashed rgba(0, 0, 0, 0.61);
    border-left: none;
    margin-top: 5px;
    border-right: none;
}

.artical-links ul li {
    display: inline-block;
}

.artical-links ul li:last-child {
    float: right;
}

.artical-links ul li a span {
    vertical-align: top;
}

.artical-links ul li small {
    background: url(75ad7af09dd8c0f2231ce6bf62f4bc4c.png)no-repeat -18px -90px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

.artical-links ul li small.admin {
    background-position: -48px -90px;
}

.artical-links ul li small.no {
    background-position: -74px -90px;
}

.artical-links ul li small.posts {
    background-position: -101px -90px;
}

.artical-links ul li small.link {
    background-position: -125px -90px;
}

.artical-links ul li a {
    color: #666;
    padding-left: 20px;
}

.artical-links ul li a:hover {
    text-decoration: underline;
}

.artical-content h3 {
    color: #C34C21;
    text-align: left;
    text-transform: capitalize;
    padding: 3em 0 1.5em;
    font-size: 2em;
    margin: 0;
    font-family: LobsterTwo-Regular;
}

.artical-content p {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0;
}


/*---comment-box----*/

.table-form {
    width: 100%;
}

.table-form form input[type="text"] {
    border: none;
    outline: none;
    padding: 1em;
    margin-top: 23px;
    color: #666;
    overflow: hidden;
    width: 40%;
    display: block;
    font-size: 1em;
    background-color: #f4f4f4;
}

.table-form textarea {
    padding: 1em;
    margin-top: 25px;
    outline: none;
    color: #666;
    border: none;
    width: 60%;
    height: 135px;
    resize: none;
    font-size: 1em;
    background-color: #f4f4f4;
}

.table-form input[type="submit"] {
    background: #C34C21;
    color: #fff;
    font-size: 1.2em;
    display: block;
    outline: none;
    border: none;
    padding: 0.5em 15.1em;
    margin: 0.8em 0 0;
    font-family: LobsterTwo-Regular;
}

.table-form input[type="submit"]:hover {
    background: #F04709;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.comment-grid-top h3,
.artical-commentbox h3 {
    color: #C34C21;
    text-transform: capitalize;
    padding-top: 1em;
    margin: 0;
    font-size: 1.5em;
    font-family: LobsterTwo-Regular;
}

.top-comment-left {
    float: left;
    width: 13%;
}

.top-comment-right {
    float: left;
    width: 84%;
    margin-left: 1em;
}

.top-comment-right ul {
    padding: 0;
    margin: 0;
}

.top-comment-right ul li {
    display: inline-block;
    color: #333;
    padding: 0.3em;
    font-weight: 700;
}

.top-comment-right ul li a {
    text-decoration: none;
    font-size: 1em;
    color: #C34C21;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-comment-right ul li a:hover {
    color: #000;
}

.top-comment-right p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
}

.top-comment-right ul li span.left-at {
    font-size: 1.2em;
}

.top-comment-right ul li span.right-at {
    font-size: 1em;
}

.comments-top-top {
    margin: 1.5em 0;
    background: #eee;
    padding: 2em;
    width: 70%;
}

.blog-top p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
    text-align: left;
    margin: 1em 0;
}

.artical-content img {
    width: 100%;
}

.artical-links ul li span {
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
}

.single-page-artical {
    min-height: 2280px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


/*-- //single --*/


/*-----start-responsive-design------*/

@media (max-width:1280px) {
    .blog-left-grid img {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .banner-body {
        padding: 5em 0 0;
    }
    .callbacks_nav.next {
        right: -7%;
    }
    .callbacks_nav {
        left: -7%;
    }
    .banner {
        min-height: 430px;
    }
    .banner-inf {
        width: 55%;
        margin-top: 15.2em;
    }
    .more a {
        margin: 0 0 0 7em;
    }
    .blog-left-grid-left h3 {
        font-size: 23px;
    }
    .blog-left-grid-left p {
        font-size: 15px;
    }
    .blog-left-grid-right a {
        padding: 10px 17px;
    }
    .resp-tab-item {
        padding: 8px 11px;
    }
    .tab_list {
        width: 35%;
    }
    .facts {
        padding: 1em;
    }
    .tab_list1 {
        width: 58%;
    }
    .newsletter h3,
    .pgs h3,
    .footer-grid h3 {
        font-size: 22px;
    }
    .newsletter input[type="submit"] {
        width: 47%;
        margin: 0 0 0.5em 7.2em;
        padding: 6px 0px;
    }
    .newsletter input[type="text"] {
        padding: 7px 10px;
        margin-bottom: 1em;
    }
    .four-fig1:nth-child(1),
    .four-fig1:nth-child(3) {
        margin-right: 1.5em;
    }
    .pgs ul li {
        padding: 0 0 10px 24px;
    }
    .blog {
        margin: 3em 0 1em;
    }
    .top-comment-right {
        float: right;
        width: 82%;
        margin-left: 0;
    }
    .table-form textarea {
        width: 74%;
    }
    .table-form form input[type="text"] {
        width: 50%;
    }
    .single-page-artical {
        min-height: 2210px;
    }
    .contact-right p.phn {
        font-size: 2em;
    }
    p.phn-bottom {
        font-size: 1.46em;
    }
    .contact-right1 p {
        width: 100%;
    }
    .contact-right1 h4 {
        font-size: 1.4em;
        margin: 1em 0;
    }
    .in-left input[type="text"],
    .in-right textarea {
        padding: 10px 10px;
    }
    .in-right textarea {
        min-height: 231px;
    }
    .sign-up {
        width: 90%;
    }
    .portfolio {
        min-height: 1060px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
    }
    .sign-in ul li a {
        font-size: 17px;
    }
    .navbar-nav {
        margin: 0.6em 0 0 5em;
    }
    .sign-in {
        margin-top: 9px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sign-in ul {
        padding: 10px 17px;
    }
}

@media (max-width:991px) {
    .navbar-nav {
        margin: 0.6em 0 0 1em;
    }
}

@media (max-width:768px) {
    a.navbar-brand {
        font-size: 2.8em;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }
    .navbar-nav {
        margin: .5em 0 0 2em;
    }
    .sign-in ul li a {
        font-size: 15px;
    }
    .sign-in {
        margin-top: .3em;
    }
    .callbacks_nav.next {
        right: -7.7%;
    }
    .callbacks_nav {
        left: -7.7%;
    }
    .banner-inf h3 {
        font-size: 1.5em;
    }
    .banner-inf {
        width: 70%;
        margin-top: 11.2em;
    }
    .banner {
        min-height: 357px;
    }
    .more a {
        margin: 0;
    }
    .header-bottom,
    .pages,
    .login,
    .sign-up-form,
    .about,
    .portfolio,
    .single-page-artical {
        padding: 0 3em 3.5em 3em;
    }
    .blog {
        margin: 1em 0 1em;
    }
    .blog-left,
    .blog-right {
        float: none;
        width: 100%;
    }
    .blog-left-grid-left {
        margin-bottom: 2em;
    }
    .blog-left-grid-right a {
        padding: 10px 27px;
    }
    .blog-right {
        margin-top: 3em;
    }
    .resp-tab-item {
        padding: 11px 70px;
    }
    .tab_list {
        width: 16%;
    }
    .tab_list1 {
        width: 75%;
    }
    .newsletter {
        padding: 1.5em;
    }
    .newsletter input[type="text"] {
        padding: 15px 10px;
    }
    .newsletter input[type="submit"] {
        width: 40%;
        margin: 0 0 0.5em 20.2em;
        padding: 12px 0px;
    }
    .four-fig1 {
        width: 23%;
    }
    .four-fig1:nth-child(1),
    .four-fig1:nth-child(3) {
        margin-right: 1em;
    }
    .four-fig1:nth-child(3) {
        margin-left: 1em;
    }
    .footer-grid {
        float: left;
        width: 50%;
    }
    .artical-content h3 {
        padding: 2em 0 1.5em;
        font-size: 1.8em;
    }
    .comments-top-top {
        width: 100%;
    }
    .top-comment-right ul li a {
        font-size: 0.8em;
    }
    .table-form input[type="submit"] {
        padding: 0.5em 13em;
    }
    .table-form textarea {
        width: 86%;
    }
    .table-form form input[type="text"] {
        width: 70%;
    }
    .single-page-artical {
        min-height: 2125px;
    }
    .footer-grd img {
        width: 100%;
    }
    .about-info-left {
        padding: 0 !important;
    }
    .about-info-right {
        margin-top: 1em;
    }
    .about-info-right h4,
    .about-text-info h4 {
        font-size: 22px;
    }
    .about-grid {
        margin: 25px 0 0;
    }
    .about-text-info {
        margin: 1em 0;
    }
    .about-text h3 {
        padding: 2em 0 1em;
    }
    .caption {
        padding: 9px 0 0 35px !important;
    }
    .advan-cup,
    .advan-ser,
    .advan-mach,
    .advan-tin {
        float: left;
        width: 20%;
    }
    .advan-text {
        float: right;
        width: 80%;
        margin-bottom: 3em;
    }
    .advan-top {
        margin: 0;
    }
    .advantages {
        padding: 2em 0em 0;
    }
    .portfolio {
        min-height: 940px;
    }
    .label {
        font-size: 59% !important;
    }
    .pagenatin.col-md-6 {
        float: left;
        width: 50%;
    }
    .contact-left,
    .contact-right,
    .contact-left1,
    .contact-right1 {
        float: none;
        width: 100%;
    }
    .log form input[type=submit] {
        display: block;
    }
    .sign-up1 h4 {
        font-size: 16px;
    }
    .sign-up {
        width: 100%;
    }
    .sign-up input[type="submit"],
    a.quicklybtn {
        font-size: 17px;
        margin-top: 2em;
    }
    .contact-left1 h3,
    .contact-right1 h3 {
        font-size: 1.6em;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #C34C21;
    }
    .navbar-toggle {
        background-color: #C34C21;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #C8633F;
    }
    .sign-in {
        float: none;
    }
    .navbar-nav {
        margin: 0.5em 0 0;
        background-color: #fff;
        text-align: center;
    }
    .sign-in {
        margin-top: 0;
        text-align: center;
    }
}

@media (max-width:736px) {
    .banner-body {
        padding: 2em 0 0;
    }
}

@media (max-width:667px) {
    .banner-inf {
        width: 85%;
        margin-top: 11.2em;
    }
}

@media (max-width:640px) {
    .header-bottom,
    .pages,
    .login,
    .sign-up-form,
    .about,
    .portfolio,
    .single-page-artical {
        padding: 0 2em 3.5em 2em;
    }
    .callbacks_nav {
        left: -6%;
        background-size: 285%;
    }
    .callbacks_nav.next {
        background: transparent url(c405ba53657abc6f1588dd86c77c7433.png) no-repeat -48px -7px;
    }
    .callbacks_nav.next {
        right: -6%;
        background-size: 285%;
    }
    .banner-inf p {
        margin: .5em 0 1em;
    }
    .banner {
        min-height: 343px;
    }
    .banner-bottom {
        padding: 2em 0;
    }
    .blog-left-grid-left h3 {
        font-size: 20px;
    }
    .blog-left-grid-left {
        width: 70%;
    }
    .blog-left-grid-right {
        width: 25%;
    }
    .resp-tab-item {
        padding: 11px 55px;
    }
    .newsletter input[type="submit"] {
        margin: 0 0 0.5em 16.7em;
    }
    .four-fig1:nth-child(1),
    .four-fig1:nth-child(3) {
        margin-right: .5em;
    }
    .four-fig1:nth-child(3) {
        margin-left: .5em;
    }
    .artical-content h3 {
        padding: 2em 0 1em;
        font-size: 1.5em;
    }
    .artical-links ul li a {
        padding-left: 10px;
    }
    .top-comment-left img {
        width: 100%;
    }
    .table-form input[type="submit"] {
        padding: 0.5em 11em;
    }
    .single-page-artical {
        min-height: 2100px;
    }
    .table-form textarea,
    .table-form form input[type="text"] {
        font-size: 14px;
    }
    .row {
        margin: 0;
    }
    .about-team-grids {
        float: left;
        width: 50%;
    }
    .caption {
        padding: 9px 0 0 12px !important;
    }
    .portfolio {
        min-height: 825px;
    }
    .label {
        font-size: 49% !important;
    }
    .Buttons h2,
    h3 {
        margin: 10px 0 0;
    }
    .label {
        font-size: 49% !important;
    }
    .well,
    .alert,
    .bread-crumbs ol li {
        font-size: 14px;
    }
    .in-left,
    .in-right {
        float: none;
        width: 100%;
    }
    .in-left {
        margin-bottom: 1.5em;
    }
    .in-left input[type="text"]:nth-child(2) {
        margin: 1.5em 0;
    }
    .contact-right1 h4 {
        font-size: 1em;
    }
    .footer {
        padding: 2em 0;
    }
    .login-right h3,
    .log h3 {
        font-size: 22px;
    }
    .login-right a {
        padding: 11px 32px;
    }
    .sign-up1 h4 {
        font-size: 14px;
    }
    .sign-up h5,
    .sign-up h6 {
        font-size: 18px;
    }
    .sign-up-form p {
        margin: .5em 0 0em;
    }
    .sign-up1 {
        width: 30%;
    }
    .sign-up2 {
        width: 68%;
    }
    .sign-up input[type="submit"],
    a.quicklybtn {
        margin-left: 9.3em;
    }
    .sign-up {
        padding: 2em 0em 1em;
    }
}

@media (max-width:480px) {
    .newsletter input[type="submit"] {
        margin: 0 0 0.5em 10.7em;
    }
    .banner-inf h3 {
        font-size: 1.2em;
    }
    .banner-inf p {
        font-size: 12px;
    }
    .banner-inf {
        width: 95%;
        margin-top: 7.2em;
    }
    .banner {
        min-height: 260px;
    }
    .header-bottom,
    .pages,
    .login,
    .sign-up-form,
    .about,
    .portfolio,
    .single-page-artical {
        padding: 0 1.5em 3em 1.5em;
    }
    .banner-bottom-grid img {
        width: 100%;
    }
    .blog-left-grid-left h3 {
        font-size: 17px;
    }
    .blog-left-grid-right {
        width: 29%;
    }
    .blog-left-grid-right a {
        padding: 10px 19px;
    }
    .blog-left-grid-left {
        margin-bottom: 1em;
    }
    h2.resp-accordion {
        background: #C34C21;
    }
    .newsletter h3,
    .pgs h3,
    .footer-grid h3 {
        font-size: 17px;
    }
    .newsletter {
        padding: 1em;
    }
    .newsletter input[type="submit"] {
        padding: 8px 0px;
    }
    .newsletter input[type="submit"] {
        margin: 0 0 0.5em 12.2em;
    }
    .four-fig1 {
        width: 47%;
    }
    .four-fig1:nth-child(1) {
        margin-right: 1em;
    }
    .four-fig1:nth-child(3) {
        margin-right: 1em;
        margin-left: 0;
    }
    .footer-grid {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
    .table-form input[type="submit"] {
        padding: 0.5em 9.1em;
    }
    .table-form textarea {
        width: 100%;
    }
    .table-form form input[type="text"] {
        width: 90%;
    }
    .table-form form input[type="text"],
    .table-form textarea {
        margin-top: 15px;
    }
    .top-comment-right ul li span.right-at {
        font-size: 0.8em;
    }
    .top-comment-right ul li a {
        font-size: 0.7em;
    }
    .comments-top-top {
        padding: 1em;
    }
    .top-comment-left {
        width: 17%;
    }
    .top-comment-right {
        width: 78%;
    }
    .about-text-info h5 {
        margin: 7px 0 0 0;
        font-size: 14px;
    }
    .advan-text h4 a {
        font-size: 18px;
    }
    .main ul li:nth-child(3) {
        display: none;
    }
    .portfolio h3 {
        padding: 2em 0 0;
    }
    .portfolio {
        min-height: 765px;
    }
    .bs-example h1 {
        font-size: 25px;
    }
    .bs-example h2 {
        font-size: 23px;
    }
    .bs-example h3 {
        font-size: 21px;
    }
    .label {
        font-size: 34% !important;
    }
    div#domprogress p {
        font-size: 14px;
    }
    p.phn-bottom {
        font-size: 1em;
    }
    .contact-right p.phn {
        font-size: 1.6em;
    }
    .contact-right,
    .contact-left1,
    .contact-right1 {
        padding: 2em 2em;
    }
    .contact-left1 h3,
    .contact-right1 h3 {
        font-size: 1.4em;
    }
    .contact-left iframe {
        height: 260px;
    }
    .log h5 {
        font-size: 15px;
    }
    .log p {
        margin: 0;
    }
    .log form input[type="text"],
    .log form input[type="password"] {
        width: 100%;
    }
    .log form input[type="password"] {
        margin-right: 0;
    }
    .log form input[type=submit] {
        padding: 8px 60px;
    }
    .login-right a {
        padding: 8px 25px;
    }
    .sign-up-form p {
        font-size: 13px;
    }
    .sign-up-form h3 {
        padding: 2em 0 0;
    }
    .sign-up input[type="submit"],
    a.quicklybtn {
        margin-left: 7.3em;
        margin-top: 1em;
        width: 40%;
        padding: 7px 0;
        font-size: 15px;
    }
    .sign-up {
        min-height: 600px;
    }
    h2.resp-accordion:hover {
        background: #C34C21;
    }
}

@media (max-width:384px) {
    .banner-inf {
        margin-top: 4.2em;
    }
    .banner-inf h3 {
        font-size: 1em;
    }
    .banner {
        min-height: 227px;
    }
    .newsletter input[type="submit"] {
        margin: 0 0 0.5em 8.2em;
    }
}

@media (max-width:320px) {
    a.navbar-brand {
        font-size: 2.2em;
    }
    .banner-body {
        padding: 1em 0 0;
    }
    .navbar {
        margin-bottom: 0;
    }
    .callbacks_nav {
        left: -11%;
        background-size: 266%;
    }
    .callbacks_nav.next {
        background: transparent url(c405ba53657abc6f1588dd86c77c7433.png) no-repeat -41px -7px;
    }
    .callbacks_nav.next {
        right: -11%;
        background-size: 276%;
    }
    .banner-inf a {
        font-size: 12px;
        width: 90px;
        height: 17px;
    }
    .banner-inf {
        margin-top: 2.2em;
        width: 100%;
    }
    .banner {
        min-height: 220px;
    }
    .banner-bottom {
        padding: 1em 0;
    }
    .banner-bottom-grid p,
    p.para,
    .footer-grd-left p,
    .footer-grid ul li a,
    .footer-bottom p {
        font-size: 13px;
    }
    .footer-grid ul li {
        margin: 7px 0;
        padding: 0 0 7px 24px;
    }
    .more a {
        padding: 16px 50px 18px 15px;
        background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 48px -196px #c34c21;
        width: 125px;
        font-size: 14px;
    }
    .banner-bottom-grid p,
    p.para {
        margin: 1em 0 1em;
    }
    .blog-left-grid-left,
    .blog-left-grid-right {
        width: 100%;
        float: none;
    }
    .blog-left-grid:nth-child(2) {
        margin: 2em 0 0;
    }
    a.sint:before {
        background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 48px -196px #F04709;
    }
    .blog-left-grid-right a {
        padding: 7px 19px;
        font-size: 13px;
    }
    .rd-mre a {
        padding: 7px 30px;
        background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 55px -195px #c34c21;
    }
    a.quod:before {
        background: url(cf662b3826947c89256f0a1db0d44e00.png) no-repeat 55px -195px #F04709;
    }
    h2.resp-accordion {
        font-size: 14px;
        margin: 0 !important;
        border: 1px solid #fff;
    }
    .facts {
        padding: 1em 0;
    }
    .tab_list {
        width: 44%;
    }
    .tab_list1 {
        width: 48%;
    }
    .newsletter input[type="text"] {
        padding: 7px 10px;
        font-size: 13px;
    }
    .newsletter input[type="submit"] {
        padding: 5px 0px;
        font-size: 13px;
        margin: 0 0 0.5em 8.7em;
    }
    .four-fig1:nth-child(1) {
        margin-right: 0.5em;
    }
    .four-fig1 {
        margin-bottom: 1em;
    }
    .newsletter {
        margin: 1em 0;
    }
    .four-fig1:nth-child(3) {
        margin-right: 0.5em;
    }
    .pgs ul li a,
    .artical-content p,
    .artical-links ul li span,
    .top-comment-right p,
    .about-info-right p,
    .caption p {
        font-size: 13px;
    }
    .pgs ul li {
        padding: 0 0 7px 24px;
        margin: 6px 0;
    }
    .artical-content h3 {
        font-size: 1.1em;
    }
    .artical-links ul li:last-child {
        float: none;
    }
    .comment-grid-top h3,
    .artical-commentbox h3 {
        font-size: 1.2em;
    }
    .comments-top-top {
        padding: 1em .5em;
    }
    .top-comment-left {
        width: 28%;
    }
    .top-comment-right {
        width: 66%;
    }
    .top-comment-right ul li {
        padding: 0 0.3em;
    }
    .table-form form input[type="text"],
    .table-form textarea {
        padding: 10px 10px;
        width: 100%;
        font-size: 13px;
    }
    .table-form input[type="submit"] {
        padding: 0.5em 4em;
        font-size: 13px;
    }
    .about-text h3 {
        padding: 1.5em 0 0.5em;
        font-size: 22px;
    }
    .portfolio h3 {
        padding: 1.5em 0 0;
        margin: 0 0 0 1.5em;
    }
    .about-info h4 {
        font-size: 13px;
        line-height: 1.6em;
    }
    .about-info p {
        font-size: 13px;
        margin: 1em 0;
    }
    .about-info-right,
    .about-text-info,
    .advantage-left,
    .advan-text,
    .col-md-6 {
        padding: 0 !important;
    }
    .about-info-right h4,
    .about-text-info h4 {
        font-size: 16px;
    }
    .about-text-info p {
        font-size: 13px;
        margin: 0;
    }
    .about-team-grids {
        float: none;
        width: 100%;
    }
    h3.ind {
        padding: 0em 0 .5em;
    }
    .advantages h3 {
        font-size: 20px;
    }
    .advantages {
        padding: 0;
    }
    .advan-cup,
    .advan-ser,
    .advan-mach,
    .advan-tin {
        float: left;
        width: 43%;
    }
    .advan-text h4 a {
        font-size: 15px;
    }
    .advan-text p {
        font-size: 13px;
    }
    .advan-text {
        width: 52%;
        margin-bottom: 1em;
    }
    .headdings {
        padding-top: 2em;
    }
    .Buttons {
        padding: 0;
    }
    h3.ghj {
        font-size: 22px;
    }
    div#domprogress p {
        font-size: 13px;
    }
    .progress {
        height: 6px;
        margin-bottom: 8px;
    }
    .alerts {
        padding: 0;
    }
    .well,
    .alert,
    .bread-crumbs ol li {
        font-size: 13px;
    }
    .alert {
        margin-bottom: 10px;
    }
    .pagination {
        margin: 8px 0;
    }
    .pagination-lg>li>a,
    .pagination-lg>li>span {
        padding: 5px 10px;
        font-size: 15px;
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 6px 10px;
    }
    .bread-crumbs {
        padding: 0;
    }
    .col-md-6 p {
        font-size: 13px;
    }
    .distracted {
        padding: 0;
    }
    .well {
        margin-bottom: 8px;
    }
    p.lom {
        font-size: 13px;
        width: 100%;
    }
    .contact-right p.phn {
        font-size: 1.3em;
    }
    .contact-right,
    .contact-left1,
    .contact-right1 {
        padding: 2em 1em;
    }
    .in-left input[type="text"],
    .in-right textarea {
        font-size: 13px;
    }
    .in-right textarea {
        min-height: 160px;
    }
    .in-right input[type="submit"],
    .contact-right1 p {
        font-size: 13px;
    }
    .login-right h3,
    .log h3 {
        font-size: 18px;
    }
    .log form input[type="text"],
    .log form input[type="password"] {
        margin-bottom: 13px;
    }
    .log a {
        font-size: 14px;
    }
    .log form input[type=submit] {
        margin: 0 0 15px 0;
    }
    .sign-up-form h3 {
        font-size: 22px;
        padding: 1.5em 0 0;
    }
    .sign-up h5,
    .sign-up h6 {
        font-size: 16px;
    }
    .sign-up h5 {
        margin: 0 0 1em;
    }
    .sign-up1,
    .sign-up2 {
        width: 100%;
        float: none;
    }
    .sign-up2 input[type="text"],
    .sign-up2 input[type="password"] {
        font-size: 13px;
        padding: 4px 10px;
        margin: 0;
    }
    .sign-up input[type="submit"],
    a.quicklybtn {
        width: 55%;
        padding: 7px 0;
        font-size: 13px;
        margin-left: 0;
        margin-top: 2em;
    }
    .sign-up {
        min-height: 555px;
    }
    .login-grids {
        padding: 1.5em 0 0;
    }
}body {
    margin: 0;
    padding: 0;
}

#Choco_overlay {
    background: #EA4C89 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

#Choco_content {
    display: none;
    width: 800px;
    height: 600px;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
    border-top: 1px solid transparent;
    /*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow {
    float: left;
    /* background-image:url(../images/left.png)!important; */
    background-position: 12%;
    left: -20%;
}

#Choco_right_arrow {
    float: right;
    /* background-image:url(../images/right.png)!important; */
    background-position: 88%;
    left: 20%;
}

.Choco_arrows {
    background-repeat: no-repeat;
    display: none;
    position: relative;
    cursor: pointer;
    width: 49%;
    top: -100%;
    height: 100%;
    margin-top: -30px;
}

#Choco_container_photo {
    text-align: center;
    width: 800px;
    height: 600px;
    /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}

#Choco_container_description {
    padding: 0;
    height: 26px;
    width: 100%;
    color: #FFFFFF;
    font-family: Tahoma;
    clear: both;
    position: relative;
    font-size: 12px;
    margin-top: -5px;
    overflow: hidden;
    visibility: hidden;
}

#Choco_container_title {
    float: left;
    padding: 5px;
}

#Choco_container_via {
    padding: 5px;
    float: right;
}

#Choco_container_via a {
    color: gray;
}

#Choco_container_via a:hover {
    color: white;
    background: gray;
}

#Choco_close {
    width: 30px;
    height: 25px;
    /* background-image:url(../images/close.png)!important; */
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    display: none;
}

#Choco_loading {
    width: 9px;
    height: 11px;
    /* background-image: url(../images/loading.gif); */
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    float: right;
    margin-top: -20px;
    display: none;
}

#Choco_bigImage {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -5px;
}/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { text-align:center; border: 0px; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	  width: 35px;
  height: 35px;
  display: block;
  background: url(75ad7af09dd8c0f2231ce6bf62f4bc4c.png) no-repeat;
   position: absolute;
    top: 47%; 
   z-index: 10; 
   cursor: pointer; 
   text-indent: -9999px; 
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background-position: -4px -190px;}
.flex-direction-nav .flex-prev {background-position: -50px -190px;
right: 0px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; 
    bottom: -14%;
  right: 0%;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #000000;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #fff;  }
.flex-control-paging li a.flex-active { background: #fff;  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
.flex-control-nav {
  bottom: -9%;
}
}
@media screen and (max-width: 320px) {


}/* user styling */

.dropdown-menu ul li{
    /* block-size: 1; */
    display:block;
    /* white-space: pre-line; */
     /* collapse WS, preserve LB */
     
     /* letter-spacing: 1em; */
}
.dropdown-menu{
    /* min-width: 0; */
    padding: 10px 10px 5px 5px;
}

.table-form input[type="submit"] {
    /* background: #C34C21;
    color: #fff;
    font-size: 1.2em;
    display: block;
    outline: none;
    border: none; */
    padding: .5em 0;
    width: 100%;
    /* margin: 0.8em 0 0; */
    /* font-family: LobsterTwo-Regular; */
}

/* .404st */

.about-info h2 {
    color: #f16522;
    /* font-size: 16px; */
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

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

.dropdown-menu {
    background-color: transparent;
}

.centeredLoading {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.editButtons {
    padding-bottom: 15px;
}


/* text angular */

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}

a {
    cursor: pointer;
}

.validationMessage {
    color: red;
}

.blog-top,
.col-md-4 .blog-top {
    margin-bottom: 5px;
    margin-top: 5px;
    /*margin: 5px;*/
}/*!
 *  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-face{font-family:'FontAwesome';src:url(674f50d287a8c48dc19ba404d20fe713.eot);src:url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'),url(fee66e712a8a08eef5805a46892932ad.woff) format('woff'),url(b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'),url(912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.fa-glass:before{content:"\F000"}.fa-music:before{content:"\F001"}.fa-search:before{content:"\F002"}.fa-envelope-o:before{content:"\F003"}.fa-heart:before{content:"\F004"}.fa-star:before{content:"\F005"}.fa-star-o:before{content:"\F006"}.fa-user:before{content:"\F007"}.fa-film:before{content:"\F008"}.fa-th-large:before{content:"\F009"}.fa-th:before{content:"\F00A"}.fa-th-list:before{content:"\F00B"}.fa-check:before{content:"\F00C"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\F00D"}.fa-search-plus:before{content:"\F00E"}.fa-search-minus:before{content:"\F010"}.fa-power-off:before{content:"\F011"}.fa-signal:before{content:"\F012"}.fa-gear:before,.fa-cog:before{content:"\F013"}.fa-trash-o:before{content:"\F014"}.fa-home:before{content:"\F015"}.fa-file-o:before{content:"\F016"}.fa-clock-o:before{content:"\F017"}.fa-road:before{content:"\F018"}.fa-download:before{content:"\F019"}.fa-arrow-circle-o-down:before{content:"\F01A"}.fa-arrow-circle-o-up:before{content:"\F01B"}.fa-inbox:before{content:"\F01C"}.fa-play-circle-o:before{content:"\F01D"}.fa-rotate-right:before,.fa-repeat:before{content:"\F01E"}.fa-refresh:before{content:"\F021"}.fa-list-alt:before{content:"\F022"}.fa-lock:before{content:"\F023"}.fa-flag:before{content:"\F024"}.fa-headphones:before{content:"\F025"}.fa-volume-off:before{content:"\F026"}.fa-volume-down:before{content:"\F027"}.fa-volume-up:before{content:"\F028"}.fa-qrcode:before{content:"\F029"}.fa-barcode:before{content:"\F02A"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-book:before{content:"\F02D"}.fa-bookmark:before{content:"\F02E"}.fa-print:before{content:"\F02F"}.fa-camera:before{content:"\F030"}.fa-font:before{content:"\F031"}.fa-bold:before{content:"\F032"}.fa-italic:before{content:"\F033"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-align-left:before{content:"\F036"}.fa-align-center:before{content:"\F037"}.fa-align-right:before{content:"\F038"}.fa-align-justify:before{content:"\F039"}.fa-list:before{content:"\F03A"}.fa-dedent:before,.fa-outdent:before{content:"\F03B"}.fa-indent:before{content:"\F03C"}.fa-video-camera:before{content:"\F03D"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\F03E"}.fa-pencil:before{content:"\F040"}.fa-map-marker:before{content:"\F041"}.fa-adjust:before{content:"\F042"}.fa-tint:before{content:"\F043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\F044"}.fa-share-square-o:before{content:"\F045"}.fa-check-square-o:before{content:"\F046"}.fa-arrows:before{content:"\F047"}.fa-step-backward:before{content:"\F048"}.fa-fast-backward:before{content:"\F049"}.fa-backward:before{content:"\F04A"}.fa-play:before{content:"\F04B"}.fa-pause:before{content:"\F04C"}.fa-stop:before{content:"\F04D"}.fa-forward:before{content:"\F04E"}.fa-fast-forward:before{content:"\F050"}.fa-step-forward:before{content:"\F051"}.fa-eject:before{content:"\F052"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-plus-circle:before{content:"\F055"}.fa-minus-circle:before{content:"\F056"}.fa-times-circle:before{content:"\F057"}.fa-check-circle:before{content:"\F058"}.fa-question-circle:before{content:"\F059"}.fa-info-circle:before{content:"\F05A"}.fa-crosshairs:before{content:"\F05B"}.fa-times-circle-o:before{content:"\F05C"}.fa-check-circle-o:before{content:"\F05D"}.fa-ban:before{content:"\F05E"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrow-down:before{content:"\F063"}.fa-mail-forward:before,.fa-share:before{content:"\F064"}.fa-expand:before{content:"\F065"}.fa-compress:before{content:"\F066"}.fa-plus:before{content:"\F067"}.fa-minus:before{content:"\F068"}.fa-asterisk:before{content:"\F069"}.fa-exclamation-circle:before{content:"\F06A"}.fa-gift:before{content:"\F06B"}.fa-leaf:before{content:"\F06C"}.fa-fire:before{content:"\F06D"}.fa-eye:before{content:"\F06E"}.fa-eye-slash:before{content:"\F070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\F071"}.fa-plane:before{content:"\F072"}.fa-calendar:before{content:"\F073"}.fa-random:before{content:"\F074"}.fa-comment:before{content:"\F075"}.fa-magnet:before{content:"\F076"}.fa-chevron-up:before{content:"\F077"}.fa-chevron-down:before{content:"\F078"}.fa-retweet:before{content:"\F079"}.fa-shopping-cart:before{content:"\F07A"}.fa-folder:before{content:"\F07B"}.fa-folder-open:before{content:"\F07C"}.fa-arrows-v:before{content:"\F07D"}.fa-arrows-h:before{content:"\F07E"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\F080"}.fa-twitter-square:before{content:"\F081"}.fa-facebook-square:before{content:"\F082"}.fa-camera-retro:before{content:"\F083"}.fa-key:before{content:"\F084"}.fa-gears:before,.fa-cogs:before{content:"\F085"}.fa-comments:before{content:"\F086"}.fa-thumbs-o-up:before{content:"\F087"}.fa-thumbs-o-down:before{content:"\F088"}.fa-star-half:before{content:"\F089"}.fa-heart-o:before{content:"\F08A"}.fa-sign-out:before{content:"\F08B"}.fa-linkedin-square:before{content:"\F08C"}.fa-thumb-tack:before{content:"\F08D"}.fa-external-link:before{content:"\F08E"}.fa-sign-in:before{content:"\F090"}.fa-trophy:before{content:"\F091"}.fa-github-square:before{content:"\F092"}.fa-upload:before{content:"\F093"}.fa-lemon-o:before{content:"\F094"}.fa-phone:before{content:"\F095"}.fa-square-o:before{content:"\F096"}.fa-bookmark-o:before{content:"\F097"}.fa-phone-square:before{content:"\F098"}.fa-twitter:before{content:"\F099"}.fa-facebook-f:before,.fa-facebook:before{content:"\F09A"}.fa-github:before{content:"\F09B"}.fa-unlock:before{content:"\F09C"}.fa-credit-card:before{content:"\F09D"}.fa-feed:before,.fa-rss:before{content:"\F09E"}.fa-hdd-o:before{content:"\F0A0"}.fa-bullhorn:before{content:"\F0A1"}.fa-bell:before{content:"\F0F3"}.fa-certificate:before{content:"\F0A3"}.fa-hand-o-right:before{content:"\F0A4"}.fa-hand-o-left:before{content:"\F0A5"}.fa-hand-o-up:before{content:"\F0A6"}.fa-hand-o-down:before{content:"\F0A7"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-globe:before{content:"\F0AC"}.fa-wrench:before{content:"\F0AD"}.fa-tasks:before{content:"\F0AE"}.fa-filter:before{content:"\F0B0"}.fa-briefcase:before{content:"\F0B1"}.fa-arrows-alt:before{content:"\F0B2"}.fa-group:before,.fa-users:before{content:"\F0C0"}.fa-chain:before,.fa-link:before{content:"\F0C1"}.fa-cloud:before{content:"\F0C2"}.fa-flask:before{content:"\F0C3"}.fa-cut:before,.fa-scissors:before{content:"\F0C4"}.fa-copy:before,.fa-files-o:before{content:"\F0C5"}.fa-paperclip:before{content:"\F0C6"}.fa-save:before,.fa-floppy-o:before{content:"\F0C7"}.fa-square:before{content:"\F0C8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\F0C9"}.fa-list-ul:before{content:"\F0CA"}.fa-list-ol:before{content:"\F0CB"}.fa-strikethrough:before{content:"\F0CC"}.fa-underline:before{content:"\F0CD"}.fa-table:before{content:"\F0CE"}.fa-magic:before{content:"\F0D0"}.fa-truck:before{content:"\F0D1"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-square:before{content:"\F0D3"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-plus:before{content:"\F0D5"}.fa-money:before{content:"\F0D6"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-up:before{content:"\F0D8"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-columns:before{content:"\F0DB"}.fa-unsorted:before,.fa-sort:before{content:"\F0DC"}.fa-sort-down:before,.fa-sort-desc:before{content:"\F0DD"}.fa-sort-up:before,.fa-sort-asc:before{content:"\F0DE"}.fa-envelope:before{content:"\F0E0"}.fa-linkedin:before{content:"\F0E1"}.fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}.fa-legal:before,.fa-gavel:before{content:"\F0E3"}.fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}.fa-comment-o:before{content:"\F0E5"}.fa-comments-o:before{content:"\F0E6"}.fa-flash:before,.fa-bolt:before{content:"\F0E7"}.fa-sitemap:before{content:"\F0E8"}.fa-umbrella:before{content:"\F0E9"}.fa-paste:before,.fa-clipboard:before{content:"\F0EA"}.fa-lightbulb-o:before{content:"\F0EB"}.fa-exchange:before{content:"\F0EC"}.fa-cloud-download:before{content:"\F0ED"}.fa-cloud-upload:before{content:"\F0EE"}.fa-user-md:before{content:"\F0F0"}.fa-stethoscope:before{content:"\F0F1"}.fa-suitcase:before{content:"\F0F2"}.fa-bell-o:before{content:"\F0A2"}.fa-coffee:before{content:"\F0F4"}.fa-cutlery:before{content:"\F0F5"}.fa-file-text-o:before{content:"\F0F6"}.fa-building-o:before{content:"\F0F7"}.fa-hospital-o:before{content:"\F0F8"}.fa-ambulance:before{content:"\F0F9"}.fa-medkit:before{content:"\F0FA"}.fa-fighter-jet:before{content:"\F0FB"}.fa-beer:before{content:"\F0FC"}.fa-h-square:before{content:"\F0FD"}.fa-plus-square:before{content:"\F0FE"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angle-down:before{content:"\F107"}.fa-desktop:before{content:"\F108"}.fa-laptop:before{content:"\F109"}.fa-tablet:before{content:"\F10A"}.fa-mobile-phone:before,.fa-mobile:before{content:"\F10B"}.fa-circle-o:before{content:"\F10C"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-spinner:before{content:"\F110"}.fa-circle:before{content:"\F111"}.fa-mail-reply:before,.fa-reply:before{content:"\F112"}.fa-github-alt:before{content:"\F113"}.fa-folder-o:before{content:"\F114"}.fa-folder-open-o:before{content:"\F115"}.fa-smile-o:before{content:"\F118"}.fa-frown-o:before{content:"\F119"}.fa-meh-o:before{content:"\F11A"}.fa-gamepad:before{content:"\F11B"}.fa-keyboard-o:before{content:"\F11C"}.fa-flag-o:before{content:"\F11D"}.fa-flag-checkered:before{content:"\F11E"}.fa-terminal:before{content:"\F120"}.fa-code:before{content:"\F121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\F122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\F123"}.fa-location-arrow:before{content:"\F124"}.fa-crop:before{content:"\F125"}.fa-code-fork:before{content:"\F126"}.fa-unlink:before,.fa-chain-broken:before{content:"\F127"}.fa-question:before{content:"\F128"}.fa-info:before{content:"\F129"}.fa-exclamation:before{content:"\F12A"}.fa-superscript:before{content:"\F12B"}.fa-subscript:before{content:"\F12C"}.fa-eraser:before{content:"\F12D"}.fa-puzzle-piece:before{content:"\F12E"}.fa-microphone:before{content:"\F130"}.fa-microphone-slash:before{content:"\F131"}.fa-shield:before{content:"\F132"}.fa-calendar-o:before{content:"\F133"}.fa-fire-extinguisher:before{content:"\F134"}.fa-rocket:before{content:"\F135"}.fa-maxcdn:before{content:"\F136"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-html5:before{content:"\F13B"}.fa-css3:before{content:"\F13C"}.fa-anchor:before{content:"\F13D"}.fa-unlock-alt:before{content:"\F13E"}.fa-bullseye:before{content:"\F140"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-rss-square:before{content:"\F143"}.fa-play-circle:before{content:"\F144"}.fa-ticket:before{content:"\F145"}.fa-minus-square:before{content:"\F146"}.fa-minus-square-o:before{content:"\F147"}.fa-level-up:before{content:"\F148"}.fa-level-down:before{content:"\F149"}.fa-check-square:before{content:"\F14A"}.fa-pencil-square:before{content:"\F14B"}.fa-external-link-square:before{content:"\F14C"}.fa-share-square:before{content:"\F14D"}.fa-compass:before{content:"\F14E"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\F150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\F151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\F152"}.fa-euro:before,.fa-eur:before{content:"\F153"}.fa-gbp:before{content:"\F154"}.fa-dollar:before,.fa-usd:before{content:"\F155"}.fa-rupee:before,.fa-inr:before{content:"\F156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\F157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\F158"}.fa-won:before,.fa-krw:before{content:"\F159"}.fa-bitcoin:before,.fa-btc:before{content:"\F15A"}.fa-file:before{content:"\F15B"}.fa-file-text:before{content:"\F15C"}.fa-sort-alpha-asc:before{content:"\F15D"}.fa-sort-alpha-desc:before{content:"\F15E"}.fa-sort-amount-asc:before{content:"\F160"}.fa-sort-amount-desc:before{content:"\F161"}.fa-sort-numeric-asc:before{content:"\F162"}.fa-sort-numeric-desc:before{content:"\F163"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbs-down:before{content:"\F165"}.fa-youtube-square:before{content:"\F166"}.fa-youtube:before{content:"\F167"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-youtube-play:before{content:"\F16A"}.fa-dropbox:before{content:"\F16B"}.fa-stack-overflow:before{content:"\F16C"}.fa-instagram:before{content:"\F16D"}.fa-flickr:before{content:"\F16E"}.fa-adn:before{content:"\F170"}.fa-bitbucket:before{content:"\F171"}.fa-bitbucket-square:before{content:"\F172"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-long-arrow-down:before{content:"\F175"}.fa-long-arrow-up:before{content:"\F176"}.fa-long-arrow-left:before{content:"\F177"}.fa-long-arrow-right:before{content:"\F178"}.fa-apple:before{content:"\F179"}.fa-windows:before{content:"\F17A"}.fa-android:before{content:"\F17B"}.fa-linux:before{content:"\F17C"}.fa-dribbble:before{content:"\F17D"}.fa-skype:before{content:"\F17E"}.fa-foursquare:before{content:"\F180"}.fa-trello:before{content:"\F181"}.fa-female:before{content:"\F182"}.fa-male:before{content:"\F183"}.fa-gittip:before,.fa-gratipay:before{content:"\F184"}.fa-sun-o:before{content:"\F185"}.fa-moon-o:before{content:"\F186"}.fa-archive:before{content:"\F187"}.fa-bug:before{content:"\F188"}.fa-vk:before{content:"\F189"}.fa-weibo:before{content:"\F18A"}.fa-renren:before{content:"\F18B"}.fa-pagelines:before{content:"\F18C"}.fa-stack-exchange:before{content:"\F18D"}.fa-arrow-circle-o-right:before{content:"\F18E"}.fa-arrow-circle-o-left:before{content:"\F190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\F191"}.fa-dot-circle-o:before{content:"\F192"}.fa-wheelchair:before{content:"\F193"}.fa-vimeo-square:before{content:"\F194"}.fa-turkish-lira:before,.fa-try:before{content:"\F195"}.fa-plus-square-o:before{content:"\F196"}.fa-space-shuttle:before{content:"\F197"}.fa-slack:before{content:"\F198"}.fa-envelope-square:before{content:"\F199"}.fa-wordpress:before{content:"\F19A"}.fa-openid:before{content:"\F19B"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\F19C"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\F19D"}.fa-yahoo:before{content:"\F19E"}.fa-google:before{content:"\F1A0"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-square:before{content:"\F1A2"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-stumbleupon:before{content:"\F1A4"}.fa-delicious:before{content:"\F1A5"}.fa-digg:before{content:"\F1A6"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-drupal:before{content:"\F1A9"}.fa-joomla:before{content:"\F1AA"}.fa-language:before{content:"\F1AB"}.fa-fax:before{content:"\F1AC"}.fa-building:before{content:"\F1AD"}.fa-child:before{content:"\F1AE"}.fa-paw:before{content:"\F1B0"}.fa-spoon:before{content:"\F1B1"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-recycle:before{content:"\F1B8"}.fa-automobile:before,.fa-car:before{content:"\F1B9"}.fa-cab:before,.fa-taxi:before{content:"\F1BA"}.fa-tree:before{content:"\F1BB"}.fa-spotify:before{content:"\F1BC"}.fa-deviantart:before{content:"\F1BD"}.fa-soundcloud:before{content:"\F1BE"}.fa-database:before{content:"\F1C0"}.fa-file-pdf-o:before{content:"\F1C1"}.fa-file-word-o:before{content:"\F1C2"}.fa-file-excel-o:before{content:"\F1C3"}.fa-file-powerpoint-o:before{content:"\F1C4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\F1C5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\F1C6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\F1C7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\F1C8"}.fa-file-code-o:before{content:"\F1C9"}.fa-vine:before{content:"\F1CA"}.fa-codepen:before{content:"\F1CB"}.fa-jsfiddle:before{content:"\F1CC"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\F1CD"}.fa-circle-o-notch:before{content:"\F1CE"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\F1D0"}.fa-ge:before,.fa-empire:before{content:"\F1D1"}.fa-git-square:before{content:"\F1D2"}.fa-git:before{content:"\F1D3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\F1D4"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-qq:before{content:"\F1D6"}.fa-wechat:before,.fa-weixin:before{content:"\F1D7"}.fa-send:before,.fa-paper-plane:before{content:"\F1D8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\F1D9"}.fa-history:before{content:"\F1DA"}.fa-circle-thin:before{content:"\F1DB"}.fa-header:before{content:"\F1DC"}.fa-paragraph:before{content:"\F1DD"}.fa-sliders:before{content:"\F1DE"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-bomb:before{content:"\F1E2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\F1E3"}.fa-tty:before{content:"\F1E4"}.fa-binoculars:before{content:"\F1E5"}.fa-plug:before{content:"\F1E6"}.fa-slideshare:before{content:"\F1E7"}.fa-twitch:before{content:"\F1E8"}.fa-yelp:before{content:"\F1E9"}.fa-newspaper-o:before{content:"\F1EA"}.fa-wifi:before{content:"\F1EB"}.fa-calculator:before{content:"\F1EC"}.fa-paypal:before{content:"\F1ED"}.fa-google-wallet:before{content:"\F1EE"}.fa-cc-visa:before{content:"\F1F0"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-bell-slash:before{content:"\F1F6"}.fa-bell-slash-o:before{content:"\F1F7"}.fa-trash:before{content:"\F1F8"}.fa-copyright:before{content:"\F1F9"}.fa-at:before{content:"\F1FA"}.fa-eyedropper:before{content:"\F1FB"}.fa-paint-brush:before{content:"\F1FC"}.fa-birthday-cake:before{content:"\F1FD"}.fa-area-chart:before{content:"\F1FE"}.fa-pie-chart:before{content:"\F200"}.fa-line-chart:before{content:"\F201"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-bicycle:before{content:"\F206"}.fa-bus:before{content:"\F207"}.fa-ioxhost:before{content:"\F208"}.fa-angellist:before{content:"\F209"}.fa-cc:before{content:"\F20A"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\F20B"}.fa-meanpath:before{content:"\F20C"}.fa-buysellads:before{content:"\F20D"}.fa-connectdevelop:before{content:"\F20E"}.fa-dashcube:before{content:"\F210"}.fa-forumbee:before{content:"\F211"}.fa-leanpub:before{content:"\F212"}.fa-sellsy:before{content:"\F213"}.fa-shirtsinbulk:before{content:"\F214"}.fa-simplybuilt:before{content:"\F215"}.fa-skyatlas:before{content:"\F216"}.fa-cart-plus:before{content:"\F217"}.fa-cart-arrow-down:before{content:"\F218"}.fa-diamond:before{content:"\F219"}.fa-ship:before{content:"\F21A"}.fa-user-secret:before{content:"\F21B"}.fa-motorcycle:before{content:"\F21C"}.fa-street-view:before{content:"\F21D"}.fa-heartbeat:before{content:"\F21E"}.fa-venus:before{content:"\F221"}.fa-mars:before{content:"\F222"}.fa-mercury:before{content:"\F223"}.fa-intersex:before,.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-venus-double:before{content:"\F226"}.fa-mars-double:before{content:"\F227"}.fa-venus-mars:before{content:"\F228"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-neuter:before{content:"\F22C"}.fa-genderless:before{content:"\F22D"}.fa-facebook-official:before{content:"\F230"}.fa-pinterest-p:before{content:"\F231"}.fa-whatsapp:before{content:"\F232"}.fa-server:before{content:"\F233"}.fa-user-plus:before{content:"\F234"}.fa-user-times:before{content:"\F235"}.fa-hotel:before,.fa-bed:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}.fa-yc:before,.fa-y-combinator:before{content:"\F23B"}.fa-optin-monster:before{content:"\F23C"}.fa-opencart:before{content:"\F23D"}.fa-expeditedssl:before{content:"\F23E"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\F240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\F241"}.fa-battery-2:before,.fa-battery-half:before{content:"\F242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\F243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\F244"}.fa-mouse-pointer:before{content:"\F245"}.fa-i-cursor:before{content:"\F246"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-sticky-note:before{content:"\F249"}.fa-sticky-note-o:before{content:"\F24A"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-diners-club:before{content:"\F24C"}.fa-clone:before{content:"\F24D"}.fa-balance-scale:before{content:"\F24E"}.fa-hourglass-o:before{content:"\F250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\F251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\F253"}.fa-hourglass:before{content:"\F254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\F255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\F256"}.fa-hand-scissors-o:before{content:"\F257"}.fa-hand-lizard-o:before{content:"\F258"}.fa-hand-spock-o:before{content:"\F259"}.fa-hand-pointer-o:before{content:"\F25A"}.fa-hand-peace-o:before{content:"\F25B"}.fa-trademark:before{content:"\F25C"}.fa-registered:before{content:"\F25D"}.fa-creative-commons:before{content:"\F25E"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-tripadvisor:before{content:"\F262"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-get-pocket:before{content:"\F265"}.fa-wikipedia-w:before{content:"\F266"}.fa-safari:before{content:"\F267"}.fa-chrome:before{content:"\F268"}.fa-firefox:before{content:"\F269"}.fa-opera:before{content:"\F26A"}.fa-internet-explorer:before{content:"\F26B"}.fa-tv:before,.fa-television:before{content:"\F26C"}.fa-contao:before{content:"\F26D"}.fa-500px:before{content:"\F26E"}.fa-amazon:before{content:"\F270"}.fa-calendar-plus-o:before{content:"\F271"}.fa-calendar-minus-o:before{content:"\F272"}.fa-calendar-times-o:before{content:"\F273"}.fa-calendar-check-o:before{content:"\F274"}.fa-industry:before{content:"\F275"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-map-o:before{content:"\F278"}.fa-map:before{content:"\F279"}.fa-commenting:before{content:"\F27A"}.fa-commenting-o:before{content:"\F27B"}.fa-houzz:before{content:"\F27C"}.fa-vimeo:before{content:"\F27D"}.fa-black-tie:before{content:"\F27E"}.fa-fonticons:before{content:"\F280"}.fa-reddit-alien:before{content:"\F281"}.fa-edge:before{content:"\F282"}.fa-credit-card-alt:before{content:"\F283"}.fa-codiepie:before{content:"\F284"}.fa-modx:before{content:"\F285"}.fa-fort-awesome:before{content:"\F286"}.fa-usb:before{content:"\F287"}.fa-product-hunt:before{content:"\F288"}.fa-mixcloud:before{content:"\F289"}.fa-scribd:before{content:"\F28A"}.fa-pause-circle:before{content:"\F28B"}.fa-pause-circle-o:before{content:"\F28C"}.fa-stop-circle:before{content:"\F28D"}.fa-stop-circle-o:before{content:"\F28E"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-hashtag:before{content:"\F292"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-percent:before{content:"\F295"}.fa-gitlab:before{content:"\F296"}.fa-wpbeginner:before{content:"\F297"}.fa-wpforms:before{content:"\F298"}.fa-envira:before{content:"\F299"}.fa-universal-access:before{content:"\F29A"}.fa-wheelchair-alt:before{content:"\F29B"}.fa-question-circle-o:before{content:"\F29C"}.fa-blind:before{content:"\F29D"}.fa-audio-description:before{content:"\F29E"}.fa-volume-control-phone:before{content:"\F2A0"}.fa-braille:before{content:"\F2A1"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\F2A4"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-signing:before,.fa-sign-language:before{content:"\F2A7"}.fa-low-vision:before{content:"\F2A8"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.fa-pied-piper:before{content:"\F2AE"}.fa-first-order:before{content:"\F2B0"}.fa-yoast:before{content:"\F2B1"}.fa-themeisle:before{content:"\F2B2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\F2B3"}.fa-fa:before,.fa-font-awesome:before{content:"\F2B4"}.fa-handshake-o:before{content:"\F2B5"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-open-o:before{content:"\F2B7"}.fa-linode:before{content:"\F2B8"}.fa-address-book:before{content:"\F2B9"}.fa-address-book-o:before{content:"\F2BA"}.fa-vcard:before,.fa-address-card:before{content:"\F2BB"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\F2BC"}.fa-user-circle:before{content:"\F2BD"}.fa-user-circle-o:before{content:"\F2BE"}.fa-user-o:before{content:"\F2C0"}.fa-id-badge:before{content:"\F2C1"}.fa-drivers-license:before,.fa-id-card:before{content:"\F2C2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\F2C3"}.fa-quora:before{content:"\F2C4"}.fa-free-code-camp:before{content:"\F2C5"}.fa-telegram:before{content:"\F2C6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\F2C7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\F2C8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\F2C9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\F2CA"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\F2CB"}.fa-shower:before{content:"\F2CC"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\F2CD"}.fa-podcast:before{content:"\F2CE"}.fa-window-maximize:before{content:"\F2D0"}.fa-window-minimize:before{content:"\F2D1"}.fa-window-restore:before{content:"\F2D2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\F2D3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\F2D4"}.fa-bandcamp:before{content:"\F2D5"}.fa-grav:before{content:"\F2D6"}.fa-etsy:before{content:"\F2D7"}.fa-imdb:before{content:"\F2D8"}.fa-ravelry:before{content:"\F2D9"}.fa-eercast:before{content:"\F2DA"}.fa-microchip:before{content:"\F2DB"}.fa-snowflake-o:before{content:"\F2DC"}.fa-superpowers:before{content:"\F2DD"}.fa-wpexplorer:before{content:"\F2DE"}.fa-meetup:before{content:"\F2E0"}.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}
