@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    padding: 0;
    margin: 0;
    background: #fff
}

body,
input,
textarea {
    font: 14px 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2a363f;
    letter-spacing: .5px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px
}

h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px
}

h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px
}

h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: normal
}

h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal
}

h6 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal
}

h1 strong {
    font-weight: 900;
    display: block
}

h1 em {
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    margin-top: 3px
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
    font-weight: 300
}

p {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px
}

a {
    color: #86c724;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #454545
}

.sitecolor {
    color: #86c724
}

.white {
    color: #fff
}

.caps {
    text-transform: uppercase
}

.gray {
    color: #999;
    font-weight: 400
}

.dark {
    color: #2a363f;
    font-weight: 400
}

.bigtfont {
    font-size: 16px;
    line-height: 27px
}

ul.defaulf {
    list-style: inherit;
    margin: 0 0 0 14px
}

ul.defaulf li {
    list-style: inherit;
    padding: 4px 0 4px 2px
}

ul,
ol {
    margin: 0 0 20px 0;
    list-style-position: inside
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}

strong {
    font-weight: bold
}

cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    border-left: 5px solid #e54c4c;
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    color: #454545
}

pre {
    background: #f4f4f4;
    font-size: 13px;
    font: 13px 'Open Sans', sans-serif;
    line-height: 1.5;
    margin-bottom: 40px;
    overflow: auto;
    padding: .75em 20px
}

code,
kbd {
    font-size: 13px;
    font: 13px 'Open Sans', sans-serif
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help
}

address {
    display: block;
    margin: 0 0 40px
}

ins {
    background: #fff9c0;
    text-decoration: none
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

.dropcap {
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 15px 8px 0 0;
    text-transform: uppercase
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

/*\*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

/**/
    {
    height: 1%
}

.clearfix {
    display: block
}

.less1 {
    width: 75%;
    margin: 0 auto
}

.less2 {
    width: 50%;
    margin: 0 auto
}

.less3 {
    width: 60%;
    margin: 0 auto
}

.less4 {
    width: 45%;
    margin: 0 auto
}

.less5 {
    width: 85%;
    margin: 0 auto
}

.less6 {
    width: 70%;
    margin: 0 auto
}

.margin_top1 {
    float: left;
    width: 100%;
    margin-top: 10px
}

.margin_top2 {
    float: left;
    width: 100%;
    margin-top: 20px
}

.margin_top3 {
    float: left;
    width: 100%;
    margin-top: 30px
}

.margin_top4 {
    float: left;
    width: 100%;
    margin-top: 40px
}

.margin_top5 {
    float: left;
    width: 100%;
    margin-top: 50px
}

.margin_top6 {
    float: left;
    width: 100%;
    margin-top: 60px
}

.margin_top7 {
    float: left;
    width: 100%;
    margin-top: 70px
}

.margin_top8 {
    float: left;
    width: 100%;
    margin-top: 80px
}

.margin_top9 {
    float: left;
    width: 100%;
    margin-top: 90px
}

.margin_top10 {
    float: left;
    width: 100%;
    margin-top: 100px
}

.margin_top11 {
    float: left;
    width: 100%;
    margin-top: 110px
}

.margin_top12 {
    float: left;
    width: 100%;
    margin-top: 120px
}

.margin_top13 {
    float: left;
    width: 100%;
    margin-top: 130px
}

.margin_top14 {
    float: left;
    width: 100%;
    margin-top: 140px
}

.margin_top15 {
    float: left;
    width: 100%;
    margin-top: 150px
}

.margin_top16 {
    float: left;
    width: 100%;
    margin-top: 160px
}

.margin_top17 {
    float: left;
    width: 100%;
    margin-top: 170px
}

.margin_top18 {
    float: left;
    width: 100%;
    margin-top: 180px
}

.margin_bottom1 {
    margin-bottom: 10px
}

.margin_bottom2 {
    margin-bottom: 20px
}

.margin_bottom3 {
    margin-bottom: 30px
}

.margin_bottom4 {
    margin-bottom: 40px
}

.margin_bottom5 {
    margin-bottom: 50px
}

.margin_bottom6 {
    margin-bottom: 60px
}

.margin_bottom7 {
    margin-bottom: 70px
}

.margin_bottom8 {
    margin-bottom: 80px
}

.margin_bottom9 {
    margin-bottom: 90px
}

.margin_bottom10 {
    margin-bottom: 100px
}

.margin_bottom11 {
    margin-bottom: 110px
}

.margin_bottom12 {
    margin-bottom: 120px
}

.imgleft {
    float: left
}

.imgleft2 {
    float: left;
    margin-right: 30px
}

.imgright {
    float: right
}

.alileft {
    text-align: left
}

.alicent {
    text-align: center
}

.aliright {
    text-align: right
}

.dncfont1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    letter-spacing: 1px;
    line-height: 27px
}

.rimg {
    width: 100%
}

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto
}

.container_full {
    width: 100%;
    float: left;
    margin: auto
}

.container {
    width: 1170px;
    margin: auto
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 90px 0 90px 0
}

.content_fullwidth.less {
    padding: 0 0 90px 0
}

.content_fullwidth.less2 {
    padding: 75px 0 90px 0
}

.content_fullwidth.less3 {
    padding: 75px 0 30px 0
}

.content_left {
    float: left;
    width: 71%;
    padding: 0
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 0
}

.content_right {
    float: right;
    width: 71%;
    padding: 0
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 0
}

.content_halfsite {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 0
}

.content_halfsite.last {
    margin-right: 0
}

.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left
}

.one_full {
    width: 100%
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.650%
}

.one_fourth {
    width: 22%
}

.one_fifth {
    width: 16.800%
}

.two_third {
    width: 65.350%
}

.three_fourth {
    width: 74%
}

.onecol_forty {
    width: 40%
}

.onecol_sixty {
    width: 56%
}

.onecol_thirtyfive {
    width: 35%
}

.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
    position: relative;
    margin-right: 2%;
    float: left
}

.one_full_less {
    width: 100%
}

.one_half_less {
    width: 49%
}

.one_third_less {
    width: 32%
}

.one_fourth_less {
    width: 23.500%
}

.one_fifth_less {
    width: 18.400%
}

.two_third_less {
    width: 66%
}

.three_fourth_less {
    width: 74.500%
}

.onecol_forty_less {
    width: 40%
}

.onecol_sixty_less {
    width: 58%
}

.onecol_thirtyfive_less {
    width: 36.250%
}

.last {
    margin-right: 0 !important;
    clear: right
}

#logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 3px;
    position: relative;
    text-indent: -999em
}

.logo {
    float: left;
    width: 25%;
    margin-top: 5px
}

.menu_main {
    float: left;
    width: 75%;
    z-index: 9999
}

.top_nav {
    float: left;
    width: 100%;
    background: #2a363f;
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.top_nav strong {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    letter-spacing: .3px
}

.top_nav strong i {
    color: #dadcdd;
    background: #6a7379;
    font-size: 13px;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    border-radius: 100%;
    margin-right: 3px
}

.top_nav .left {
    float: left;
    width: 30%;
    padding: 12px 0 13px 0
}

.top_nav .select-style {
    padding: 0;
    margin: 0;
    width: 100px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2a363f;
    background: #404a53 url("../images/arrow-down.png") no-repeat 90% 50%
}

.top_nav .select-style select {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
    padding: 4px 10px;
    width: 100%;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.top_nav .select-style select:focus {
    outline: 0
}

.top_nav .right {
    float: left;
    width: 70%;
    text-align: right
}

.top_nav ul.tplinks {
    float: right;
    padding: 0;
    margin: 0;
    padding-top: 12px
}

.top_nav .tplinks li {
    float: left;
    padding: 0;
    margin: 0 50px 0 0;
    letter-spacing: .3px
}

.top_nav .tplinks li img {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    opacity: .4
}

.top_nav .tplinks li a {
    float: left;
    color: #fff;
    font-size: 13px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease;
    margin-right: 0
}

.top_nav .tplinks li a i {
    padding-right: 5px
}

.top_nav .tplinks li a:hover {
    color: #999
}

.tpbut {
    float: right;
    color: #fff;
    margin-top: 10px;
    padding: 6px 14px 6px 14px;
    background: #4e5760;
    border-radius: 2px;
    margin-left: 10px;
    transition: all .3s ease
}

.tpbut i {
    color: #a0a5a9;
    transition: all .3s ease
}

.tpbut:hover {
    color: #fff;
    background: #86c724
}

.tpbut:hover i {
    color: #fff
}

.tpbut.two {
    padding: 3px 0 5px 0;
    background: 0;
    margin-left: 20px
}

.slidermar {
    margin-top: 108px
}

.domain_search {
    float: left;
    width: 100%;
    background: #2a363f;
    font-family: 'Roboto', sans-serif
}

.domain_search .serch_area {
    float: left;
    width: 100%;
    padding: 60px 0 45px 0;
    border-bottom: 1px solid #1d262c
}

.domain_search .serch_area h5 {
    float: left;
    margin: 14px 12px 0 0
}

.domain_search .serch_area .enter_email_input {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0 4px 20px;
    height: 54px;
    width: 55.2%;
    background: #fff;
    border-radius: 3px;
    border: 0;
    color: #727272;
    font-size: 16px
}

.domain_search .serch_area .input_submit {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 15px 25px 16px 25px;
    background-color: #86c724;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 3px;
    margin-left: 12px
}

.domain_search .serch_area .input_submit:hover {
    color: #86c724;
    cursor: pointer;
    background-color: #fff
}

.domain_search .offers {
    float: left;
    width: 100%;
    border-top: 1px solid #354049
}

.domain_search .offers ul {
    float: right;
    padding: 0;
    margin: 0
}

.domain_search .offers li {
    float: left;
    padding: 30px 18px 35px 18px;
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 200;
    border-left: 1px solid #1d262c
}

.domain_search .offers li.last {
    padding-bottom: 30px
}

.domain_search .offers li p {
    color: #878d93;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 14px
}

.domain_search .offers ul li a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.domain_search .offers ul li a:hover {
    color: #86c724
}

.host_plans {
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif
}

.host_plans .planbox {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px
}

.host_plans .planbox .title {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0
}

.host_plans .planbox .prices {
    background: #5f686f;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    padding: 27px 0 23px 0;
    color: #fff
}

.host_plans .planbox .prices:before {
    border-top: 15px solid #5f686f;
    border-left: 136px solid transparent;
    border-right: 136px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -14.6777777px;
    width: 0
}

.host_plans .planbox .prices strong {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    display: block
}

.host_plans .planbox .prices strong i {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal
}

.host_plans .planbox .prices b {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-bottom: 20px
}

.host_plans .planbox .prices b em {
    font-style: normal;
    text-decoration: line-through
}

.host_plans .planbox .prices a {
    color: #5f686f;
    font-size: 14px;
    background: #fff;
    padding: 11px 32px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease
}

.host_plans .planbox .prices a:hover {
    color: #fff;
    background: #86c724
}

.host_plans .planbox ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0
}

.host_plans .planbox li {
    float: left;
    width: 100%;
    padding: 9px 0;
    color: #2a363f;
    border-bottom: 1px solid #f3f3f3
}

.host_plans .planbox li.last {
    border-bottom: 0
}

.host_plans .planbox.highlight .prices {
    background: #86c724
}

.host_plans .planbox.highlight .prices:before {
    border-top: 15px solid #86c724
}

.host_plans .planbox.highlight .prices a {
    color: #86c724;
    background: #fff
}

.host_plans .planbox.highlight .prices a:hover {
    color: #5f686f
}

.host_plans .planbox.highlight .hiimg {
    display: block;
    margin: -22px auto 0 auto
}

.feature_section1 {
    float: left;
    width: 100%;
    padding: 95px 0 90px 0;
    background: #f3f3f3;
    text-align: center
}

.feature_section1 .one_third {
    text-align: left
}

.feature_section1 i {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 62px;
    position: relative;
    margin: 6px;
    color: #2a363f;
    font-size: 23px;
    margin-right: 20px
}

.feature_section1 i:after {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all ease .3s
}

.feature_section1 i:hover:after {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px
}

.feature_section2 {
    float: left;
    width: 100%
}

.feature_section2 .title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 75px 0 30px 0;
    background: url(../images/up-arrow.png) no-repeat center bottom
}

.feature_section2 .twoboxes {
    float: left;
    position: relative;
    z-index: 9;
    background: #3f4a52;
    width: 100%;
    padding: 85px 0 85px 0
}

.feature_section2 .twoboxes:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #2a363f
}

.feature_section2 .twoboxes .left {
    float: left;
    width: 45%;
    text-align: left
}

.feature_section2 .twoboxes .right {
    float: right;
    width: 43.5%;
    text-align: left
}

.feature_section2 .twoboxes i {
    float: left;
    margin-right: 25px;
    color: #fff;
    font-size: 58px;
    margin-top: 14px
}

.feature_section2 .twoboxes strong {
    color: #fff;
    font-size: 43px;
    line-height: 35px;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 45px
}

.feature_section2 .twoboxes strong em {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 0;
    font-style: normal
}

.feature_section2 .twoboxes ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.feature_section2 .twoboxes li {
    width: 100%;
    padding: 14px 0;
    margin: 0;
    color: #fff;
    font-size: 16px
}

.feature_section2 .twoboxes li i {
    color: #959b9f;
    float: left;
    font-size: 14px;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 30px
}

.feature_section2 .twoboxes li a {
    float: left;
    margin-top: 10px
}

.feature_section3 {
    float: left;
    width: 100%;
    padding: 85px 0 65px 0
}

.feature_section3 .lstblogs {
    float: left;
    width: 100%;
    background: #2a363f;
    font-family: 'Roboto', sans-serif
}

.feature_section3 .lstblogs img {
    float: left;
    width: 100%
}

.feature_section3 .lstblogs .date {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 3px;
    background: #86c724;
    text-align: center;
    margin: 30px 20px 30px 30px;
    width: 10%;
    transition: all .3s ease
}

.feature_section3 .lstblogs .date:hover {
    color: #2a363f;
    background: #fff
}

.feature_section3 .lstblogs .date strong {
    font-size: 27px;
    display: block;
    font-weight: 400
}

.feature_section3 .lstblogs h4 {
    float: left;
    margin: 30px 20px 30px 0;
    width: 76%;
    transition: all .3s ease
}

.feature_section3 .lstblogs .hline {
    width: 50px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    opacity: .5
}

.feature_section3 .lstblogs h4 a:hover {
    color: #86c724
}

.feature_section4 {
    float: left;
    width: 100%;
    padding: 90px 0
}

.feature_section4 .left,
.feature_section4 .center,
.feature_section4 .right {
    float: left;
    width: 33.3333333333%;
    padding: 45px 50px 56px 50px;
    text-align: center
}

.feature_section4 .left {
    background: #2a363f
}

.feature_section4 .center {
    background: #86c724
}

.feature_section4 .right {
    background: #f3f3f3
}

.feature_section4 strong {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif
}

.feature_section4 strong em {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    display: block;
    text-transform: none;
    margin-bottom: 9px
}

.feature_section4 .right strong,
.feature_section4 .right strong em {
    color: #2a363f
}

.feature_section4 img {
    margin: 25px auto 20px auto;
    display: block
}

.feature_section4.sty2 {
    padding: 0
}

.feature_section4.sty2 .left,
.feature_section4.sty2 .center,
.feature_section4.sty2 .right {
    padding: 35px 50px 35px 50px
}

.feature_section4.sty2 strong {
    font-size: 45px;
    font-weight: 900
}

.feature_section4.sty2 strong em {
    margin-bottom: 0;
    margin-top: 7px
}

.feature_section5 {
    float: left;
    width: 100%;
    padding: 40px 0 65px 0
}

.feature_section5 .two_third {
    padding-top: 70px
}

.feature_section5 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0 9px 0
}

.feature_section5 li {
    float: left;
    padding: 5px 7px;
    border: 1px dashed #d9dbdc;
    text-align: center;
    margin: 0 14px 14px 0
}

.feature_section5 li img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.feature_section6 {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 90px 0 80px 0;
    text-align: center
}

.feature_section6 .climg {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/h-lines.png) no-repeat center 48px
}

.feature_section6 .climg img {
    width: 12.5%;
    border-radius: 100%;
    margin-bottom: 25px
}

.feature_section6 .item strong {
    color: #86c724;
    font-size: 16px;
    font-weight: 600
}

.feature_section6 .item em {
    font-style: normal;
    color: #999
}

.feature_section6.sty2 {
    background: #fff
}

.feature_section6 .item strong {
    color: #2a363f
}

.feature_section7 {
    float: left;
    width: 100%;
    padding: 90px 0 97px 0;
    background: #f3f3f3;
    text-align: center
}

.feature_section7 .one_fifth_less {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 25px 0 14px 0;
    background: #fff;
    transition: all .1s ease
}

.feature_section7 .one_fifth_less i {
    color: #727272;
    display: block;
    font-size: 45px;
    margin-bottom: 14px
}

.feature_section7 .one_fifth_less:hover {
    border: 1px solid #2a363f;
    background: #2a363f
}

.feature_section7 .one_fifth_less:hover i,
.feature_section7 .one_fifth_less:hover h5 {
    color: #fff
}

.feature_section8 {
    float: left;
    width: 100%;
    background: #2a363f url(../images/site-img22.jpg) no-repeat left top;
    padding: 85px 0 67px 0;
    text-align: center
}

.feature_section8 .slidesec {
    float: left;
    width: 100%;
    padding: 40px;
    background: #fff;
    text-align: left
}

.feature_section8 .imgbox {
    float: left;
    width: 40%;
    margin-right: 45px
}

.feature_section8 .imgbox img {
    float: left;
    width: 100%
}

.feature_section8 i {
    color: #86c724;
    font-size: 14px
}

.feature_section9 {
    float: left;
    width: 100%;
    padding: 90px 0 45px 0;
    text-align: center
}

.feature_section9 .box {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
    padding: 25px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12)
}

.feature_section10 {
    float: left;
    width: 100%;
    padding: 50px 0 45px 0;
    text-align: center
}

.feature_section10 .box {
    float: left;
    width: 100%;
    padding: 16px 0 10px 0;
    border: 4px solid #f3f3f3;
    border-radius: 5px
}

.feature_section10 .box h1,
.feature_section10 .box h6 {
    margin-bottom: 5px
}

.feature_section10 .box h1 em {
    margin-top: 0;
    font-size: 14px
}

.feature_section11 {
    float: left;
    width: 100%;
    padding: 75px 0 75px 0;
    background: #eee;
    font-family: 'Roboto', sans-serif;
    text-align: center
}

.feature_section11 h1 {
    margin-bottom: 20px
}

.feature_section11 .tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    padding: 0;
    margin: 0
}

.feature_section11 .tabs>li {
    transition-duration: .25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #2a363f;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px
}

.feature_section11 .tabs>li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: .25s;
    border-radius: 3px 3px 0 0
}

.feature_section11 .tabs>li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.feature_section11 .tabs>li.active {
    color: #86c724
}

.feature_section11 .tabs>li.active:before {
    transition-duration: .5s;
    background-color: white;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature_section11 .tab__content {
    background-color: white;
    position: relative;
    width: 100%;
    border-radius: 3px
}

.feature_section11 .tab__content>li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none
}

.feature_section11 .tab__content>li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 45px 40px 40px 40px;
    background-color: #fff
}

.feature_section11 ul.domlist1 {
    float: left;
    width: 20%;
    padding: 0 0 58px 0;
    margin: 0;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff
}

.feature_section11 .domlist1 li {
    width: 100%;
    height: 50px;
    padding-top: 13px;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    color: #2a363f;
    font-size: 16px
}

.feature_section11 .domlist1 li.title {
    height: 50px;
    padding-top: 0
}

.feature_section11 .domlist1 li.title h6 {
    line-height: 18px
}

.feature_section11 .domlist1 li em {
    color: #ccc;
    text-decoration: line-through;
    margin-right: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px
}

.feature_section12 {
    float: left;
    width: 100%;
    padding: 18px 0 50px 0;
    text-align: center
}

.feature_section12 .one_fourth {
    text-align: left
}

.feature_section12 i {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 45px;
    position: relative;
    margin: 6px;
    color: #2a363f;
    font-size: 18px;
    margin-right: 18px
}

.feature_section12 i:after {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #f3f3f3;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all ease .3s
}

.feature_section12 i:hover:after {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px
}

.feature_section13 {
    float: left;
    width: 100%;
    padding: 75px 0 90px 0;
    text-align: center;
    background: #f3f3f3
}

.feature_section13 .one_half_less {
    padding: 35px 30px 35px 30px;
    background: #fff
}

.feature_section14 {
    float: left;
    width: 100%;
    padding: 90px 0 95px 0;
    text-align: center;
    background: #f3f3f3
}

.feature_section14 .one_half {
    float: left;
    padding: 30px 35px;
    background: #fff;
    text-align: left;
    border-radius: 3px;
    transition: all .3s ease
}

.feature_section14 .one_half:hover {
    color: #fff;
    background: #2a363f
}

.feature_section14 .one_half img {
    float: left;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-right: 25px
}

.feature_section14 .one_half h5 em {
    display: block;
    font-size: 13px;
    font-style: normal;
    color: #999;
    font-weight: 300
}

.feature_section15 {
    float: left;
    width: 100%;
    padding: 90px 0 95px 0;
    text-align: center;
    background: #f3f3f3
}

.feature_section15 .one_fourth_less {
    float: left;
    padding: 10px 10px 30px 10px;
    background: #fff;
    border-radius: 3px;
    transition: all .3s ease
}

.feature_section15 .one_fourth_less:hover {
    color: #fff;
    background: #2a363f
}

.feature_section15 .one_fourth_less img {
    width: 100%;
    margin-bottom: 20px
}

.feature_section15 .one_fourth_less h5 em {
    display: block;
    font-size: 13px;
    font-style: normal;
    color: #999;
    font-weight: 300
}

.feature_section15 .one_fourth_less p {
    width: 80%;
    margin: 0 auto 16px auto
}

.feature_section15 .one_fourth_less a i {
    color: #fff;
    font-size: 13px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    transition: all .3s ease
}

.feature_section15 .one_fourth_less a:hover i {
    color: #fff;
    background: #86c724
}

.feature_section16 {
    float: left;
    width: 100%;
    padding: 50px 0 40px 0;
    background: #f3f3f3
}

.feature_section17 {
    float: left;
    width: 100%;
    padding: 95px 0 90px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif
}

.feature_section17 .one_third {
    float: left;
    padding: 35px 50px 45px 50px;
    background: #fff;
    border-radius: 5px;
    border: 5px solid #f3f3f3
}

.feature_section17 .one_third i {
    color: #2a363f;
    font-size: 45px;
    margin-bottom: 27px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle
}

.feature_section17 .one_third a.but1 {
    color: #fff;
    border-radius: 3px;
    padding: 13px 27px;
    background: #86c724;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease
}

.feature_section17 .one_third a.but1:hover {
    color: #fff;
    background: #2a363f
}

.video_full_site {
    width: 70%;
    height: 450px
}

.client_logos {
    float: left;
    width: 100%;
    padding: 63px 0 50px 0;
    text-align: center
}

.client_logos ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0 3%
}

.client_logos li {
    float: left;
    padding: 0 12px;
    margin: 0
}

.client_logos.two {
    padding: 0 0 50px 0
}

.price_compare {
    float: left;
    width: 100%;
    padding: 90px 0;
    text-align: center
}

.price_compare table {
    width: 100%;
    font-family: 'Roboto', sans-serif
}

.price_compare table,
.price_compare th,
.price_compare td {
    border-collapse: separate;
    border-spacing: 10px 1px
}

.price_compare table i {
    font-size: 14px;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    background: #fff
}

.price_compare table td.first {
    background: #fff;
    border: 0
}

.price_compare td {
    padding: 12px 0 12px 0;
    text-align: left;
    background: #f9f9f9;
    text-align: center;
    color: #2a363f
}

.price_compare th {
    padding: 12px 0 12px 0;
    text-align: left;
    background: #f3f3f3;
    text-align: center;
    font-weight: normal;
    color: #2a363f
}

.price_compare th.alileft,
.price_compare td.alileft {
    text-align: left;
    padding: 12px 0 12px 18px;
    color: #2a363f;
    font-weight: 500;
    font-size: 15px
}

.price_compare .rowfirst {
    width: 37%
}

.price_compare .rowsremain {
    width: 21%;
    background: #eee
}

.price_compare .title {
    float: left;
    width: 75%;
    text-align: right
}

.price_compare .title .arrow_box {
    position: relative;
    background: #5f686f;
    padding: 12px 20px 12px 0
}

.price_compare .title .arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(153, 153, 153, 0);
    border-left-color: #5f686f;
    border-width: 18px;
    margin-top: -18px
}

.price_compare .title h5 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300
}

.price_compare .title h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 0
}

.price_compare .prices {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0
}

.price_compare .prices h4 {
    margin-bottom: 18px
}

.price_compare .prices strong {
    color: #86c724;
    font-size: 45px;
    font-weight: 800;
    display: block
}

.price_compare .prices strong i {
    color: #2a363f;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    background: 0
}

.price_compare .prices b {
    color: #727272;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-bottom: 22px;
    margin-top: 5px
}

.price_compare .prices b em {
    font-style: normal;
    text-decoration: line-through
}

.price_compare .prices a {
    color: #fff;
    font-size: 14px;
    background: #2a363f;
    padding: 10px 27px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease
}

.price_compare .prices a:hover {
    color: #fff;
    background: #86c724
}

.price_compare .rowsremain.center {
    background: #2a363f
}

.price_compare .rowsremain.center .prices strong {
    color: #fff
}

.price_compare .rowsremain.center .prices a {
    color: #2a363f;
    background: #fff
}

.price_compare .rowsremain.center .prices a:hover {
    color: #fff;
    background: #86c724
}

.price_compare .rowsremain.center .prices i {
    color: #fff
}

.price_compare .rowsremain.center span {
    color: #fff;
    padding: 3px 10px 4px 10px;
    background: #86c724;
    margin-top: -62px;
    margin-bottom: 32px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px
}

.parallax_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0 70px 0;
    background: #eee url("../images/gray-full.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center
}

.parallax_section2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0 100px 0;
    background: #eee url("../images/gray-full.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    -moz-box-shadow: inset 0 3px 3px -3px #e0e0e0, inset 0 -3px 3px -3px #e0e0e0;
    -webkit-box-shadow: inset 0 3px 3px -3px #e0e0e0, inset 0 -3px 3px -3px #e0e0e0;
    box-shadow: inset 0 3px 3px -3px #e0e0e0, inset 0 -3px 3px -3px #e0e0e0
}

.parallax_section2 .one_fifth_less {
    float: left;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
    padding: 20px 0 25px 0
}

.parallax_section3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0 70px 0;
    background: #454545 url("../images/site-img22.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center
}

.parallax_section4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0 70px 0;
    background: #454545 url("../images/site-img31.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center
}

.parallax_section5 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0 70px 0;
    background: #eee url("../images/site-img31.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center
}

.footer {
    float: left;
    width: 100%
}

.footer-logo {
    margin-bottom: 40px
}

.footer .ftop {
    float: left;
    width: 100%;
    height: 130px;
    background: #2a363f
}

.footer .ftop .left {
    float: left;
    width: 33.1%;
    margin-top: 32px;
    text-align: right
}

.footer .ftop .left h4 {
    margin-bottom: 5px
}

.footer .ftop .left h1 {
    color: #86c724;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px
}

.footer .ftop .right {
    float: right;
    width: 50%;
    margin-top: 50px
}

.footer .ftop .right p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 11px
}

.footer .ftop .right .newsle_eminput {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0 4px 20px;
    height: 50px;
    width: 78.4%;
    background: #fff;
    border-radius: 3px;
    border: 0;
    color: #727272;
    font-size: 14px
}

.footer .ftop .right .input_submit {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 13px 30px 14px 30px;
    background-color: #7f868c;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 3px;
    margin-left: 12px
}

.footer .ftop .right .input_submit:hover {
    color: #86c724;
    cursor: pointer;
    background-color: #fff
}

.footer .secarea {
    float: left;
    width: 100%;
    padding: 75px 0 67px 0;
    background: #2a363f url(../images/footer-bg-graph.png) no-repeat center bottom
}

.footer .secarea h4 {
    margin-bottom: 14px
}

.footer ul.foolist {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.footer .foolist li {
    padding: 4px 0;
    margin: 0
}

.footer .foolist li a {
    color: #aaa;
    transition: all .3s ease
}

.footer .foolist li a:hover {
    color: #fff
}

.fb-icon {
    width: 100%;
    float: left;
    text-align: right
}

.fb-icon a i {
    font-size: 32px;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fb-icon a i:hover {
    color: #fff
}

.footer .secarea .address {
    float: left;
    width: 100%;
    color: #aaa
}

.footer .secarea .address b {
    color: #fff;
    font-weight: normal
}

.footer .secarea .address a {
    color: #fff;
    transition: all .3s ease
}

.footer .secarea .address a:hover {
    color: #86c724
}

.footer .secarea .address a.smbut {
    font-size: 12px;
    color: #999;
    transition: all .3s ease
}

.footer .secarea .address a.smbut:hover {
    color: #fff
}

.copyrights {
    float: left;
    width: 100%;
    background: #1c2329;
    padding: 35px 0 32px 0;
    color: #8e9194;
    font-size: 13px
}

.copyrights a {
    color: #8e9194;
    padding: 0 5px;
    transition: all .3s ease
}

.copyrights a:hover {
    color: #fff
}

.page_title1 {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 108px;
    padding: 100px 0 59px 0;
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1 h1 {
    color: #86c724;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase
}

.page_title1 h1 em {
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 18px;
    font-style: normal;
    text-transform: none
}

.page_title1.sty2 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1.sty3 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1.sty4 {
    background: #fff url(../images/kapcsolat.jpg) no-repeat center center;
    background-size: cover
}

.page_title1.sty5 {
    background: #fff url(../images/webtarhely-akciok.jpg) no-repeat center center;
    background-size: contain
}

.page_title1.sty6 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1.sty8 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top;
    text-align: left;
    padding: 120px 0 81px 0
}

.page_title1.sty10 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top;
    text-align: left;
    padding: 120px 0 81px 0
}

.page_title1.sty11 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top;
    text-align: left;
    padding: 90px 0 59px 0
}

.page_title1.sty12 {
    background: #999 url(../images/gray-full.jpg) no-repeat center top;
    text-align: left;
    padding: 90px 0 59px 0
}

.page_title1.sty9 {
    text-align: left;
    padding: 58px 0 45px 0;
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1.sty9 h1 {
    float: left;
    font-size: 30px;
    color: #2a363f;
    margin-bottom: 12px
}

.page_title1 .pagenation {
    float: right;
    color: #727272;
    font-size: 13px;
    margin-top: 13px
}

.page_title1 .pagenation a {
    color: #999;
    transition: all .3s ease
}

.page_title1 .pagenation a:hover {
    color: #2a363f
}

.page_title1.sty13 {
    text-align: left;
    padding: 58px 0 45px 0;
    background: #999 url(../images/gray-full.jpg) no-repeat center top
}

.page_title1.sty13 h1 {
    float: left;
    font-size: 30px;
    color: #fff;
    margin-bottom: 12px
}

.page_title1.sty13 .pagenation {
    color: #fff
}

.page_title1.sty13 .pagenation a {
    color: #ccc
}

.page_title1.sty13 .pagenation a:hover {
    color: #fff
}

.page_title1.sty7 {
    padding: 100px 0 85px 0;
    background: #7ebb21 url(../images/site-img28.png) no-repeat center top
}

.page_title1.sty7 .serch_area {
    width: 61%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif
}

.page_title1.sty7 .serch_area .enter_email_input {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0 4px 30px;
    height: 64px;
    width: 77.6%;
    background: #fff;
    border-radius: 3px;
    border: 0;
    color: #727272;
    font-size: 16px
}

.page_title1.sty7 .serch_area .input_submit {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 20px 30px 21px 30px;
    background-color: #2a363f;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 3px;
    margin-left: 12px
}

.page_title1.sty7 .serch_area .input_submit:hover {
    color: #2a363f;
    cursor: pointer;
    background-color: #fff
}

.page_title1.sty7 .serch_area .molinks {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 14px
}

.page_title1.sty7 .serch_area .molinks a {
    color: #fff;
    margin: 0 10px 0 0;
    transition: all .3s ease
}

.page_title1.sty7 .serch_area .molinks a:hover {
    color: #2a363f
}

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.sidebar_widget ul.arrows_list1 {
    padding: 0;
    margin: 0;
    float: left;
    margin-top: -10px
}

.sidebar_widget ul.arrows_list1 li a {
    color: #86c724;
    line-height: 30px
}

.sidebar_widget ul.arrows_list1 li a:hover {
    color: #272727
}

.sidebar_widget ul.arrows_list1 i {
    margin-right: 4px
}

.sidebar_title {
    float: left;
    width: 100%
}

.sidebar_widget h4,
.clientsays_widget h4 {
    margin-bottom: 30px;
    float: left;
    font-weight: 500
}

ul.recent_posts_list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.recent_posts_list li {
    padding: 0 0 13px 0;
    margin: 0 0 16px 0;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999
}

.recent_posts_list li a:hover {
    color: #86c724
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.recent_posts_list li i {
    padding: 1px 0 0 0;
    margin: 0;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9
}

.recent_posts_list li.last {
    padding: 0 0 7px 0;
    margin: 0;
    border-bottom: 0 solid #f5f6f6
}

.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #999
}

.clientsays_widget strong {
    font-weight: 600;
    color: #454545
}

.clientsays_widget h3 {
    margin-bottom: 18px
}

.clientsays_widget img {
    float: left;
    margin-right: 13px;
    margin-top: 7px
}

.login_form {
    width: 35%;
    margin: 0 auto
}

.regist_form {
    width: 45%;
    margin: 0 auto
}

.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 59%;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #fafafa
}

.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #999;
    margin: 0;
    font-weight: 300
}

.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 59px;
    color: #86c724;
    margin: 0;
    font-style: normal
}

.portfolio_area {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.portfolio_area_left {
    padding: 0;
    margin: 0;
    width: 74%;
    float: left
}

.portfolio_area_left img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1)
}

.portfolio_area_right {
    padding: 0;
    margin: 0 0 0 4%;
    width: 22%;
    float: left
}

.project_details {
    padding: 0;
    margin: 80px 0 0 0
}

.project_details span {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3
}

.project_details strong {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #727272;
    float: left;
    width: 40%
}

.project_details em {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    float: left;
    width: 60%
}

.project_details span a {
    padding: 3px 10px;
    margin: 0 0 0 3px;
    font-size: 11px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    background-color: #e3e3e3;
    border-radius: 3px
}

.project_details span a:hover {
    background-color: #ddd
}

.addto_favorites {
    padding: 3px 10px 5px 10px;
    margin: 27px 0 0 0;
    width: 142px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
    background: #eee
}

.addto_favorites:hover {
    background: #e3e3e3
}

.addto_favorites i {
    color: #c3c3c3
}

ul.small_social_links {
    padding: 0;
    margin: 18px 0 25px 0
}

.small_social_links li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left
}

.small_social_links li i {
    font-size: 11px;
    color: #86c724;
    border: 1px solid #eee;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 23px
}

.small_social_links li a {
    opacity: 1
}

.small_social_links li a:hover {
    opacity: .7
}

.blog_post {
    float: left;
    width: 100%
}

.blog_post h3 {
    text-align: left;
    color: #333;
    line-height: 30px;
    display: block
}

.blog_post h3 a {
    color: #86c724;
    text-decoration: none;
    margin-top: 3px;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase
}

.blog_post h3 a:hover {
    color: #383634
}

ul.post_meta_links {
    float: left;
    margin: -5px 0 0 0;
    padding: 0
}

.post_meta_links li {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    list-style-type: none;
    color: #999
}

.post_meta_links li a {
    color: #999;
    padding: 0 18px 0 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}

.post_meta_links li a:hover {
    color: #727272;
    text-decoration: none
}

.post_meta_links li i {
    color: #bbb;
    font-size: 12px;
    font-style: normal
}

.blog_postcontent {
    float: left;
    width: 100%
}

.blog_postcontent .image_frame {
    float: left;
    width: 100%;
    margin-bottom: 27px
}

.blog_postcontent .image_frame.mone {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.blog_postcontent .image_frame.mtwo {
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden
}

.blog_postcontent .image_frame.mthree {
    float: left;
    width: 100%;
    height: 480px;
    overflow: hidden
}

.blog_postcontent .image_frame.mone img,
.blog_postcontent .image_frame.mtwo img,
.blog_postcontent .image_frame.mthree img {
    float: left;
    width: auto;
    margin-left: -45%;
    margin-top: -10%
}

.blog_postcontent .video_frame.mtwo iframe {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.blog_postcontent .image_frame.small {
    float: left;
    width: 43%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1)
}

.blog_postcontent .image_frame.small:hover {
    border: 7px solid #f9f9f9
}

.blog_postcontent .image_frame img {
    float: left;
    width: 100%
}

.blog_postcontent .video_frame.small iframe {
    height: 250px
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 520px;
    margin-bottom: 27px
}

.post_info_content_small {
    padding: 0;
    margin: 0 0 0 4%;
    width: 50%;
    float: left
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0 12px 80px;
    padding: 0;
    width: 80%
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.post_meta_links_small li a:hover {
    color: #727272;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.blog_post a.date {
    color: #454545;
    font-size: 16px;
    font-weight: normal
}

.blog_post a.date:hover {
    color: #86c724
}

.post_readmore:link,
.post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px
}

.sharepost ul {
    margin: 0;
    padding: 0
}

.sharepost li {
    margin: 0 7px 5px 0;
    padding: 2px 5px;
    float: left;
    border-radius: 2px;
    list-style-type: none;
    background-color: #86c724;
    transition: all .3s ease
}

.sharepost li i {
    color: #fff
}

.sharepost li:hover {
    background-color: #383634
}

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee
}

.about_author img {
    float: left;
    margin-right: 20px
}

.about_author a {
    font-family: 'Open Sans' !important;
    font-weight: normal;
    font-weight: 600;
    color: #333
}

.about_author a:hover {
    color: #86c724
}

.pagination.center {
    text-align: center
}

.pagination.center b {
    float: inherit
}

.pagination {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif
}

.pagination b {
    float: left;
    margin: 0 5px 2px 0;
    padding: 0 10px;
    font-weight: normal;
    color: #999
}

.pagination a.navlinks {
    font-size: 12px;
    color: #454545;
    background-color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px
}

.pagination a.navlinks:hover {
    color: #fff;
    background-color: #454545
}

.pagination a.current {
    color: #fff;
    background-color: #454545
}

.comment_wrap {
    padding: 20px 20px 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden
}

.gravatar {
    float: left
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px
}

.comment_content .comment_meta {
    position: relative
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0;
    overflow: hidden
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left
}

#comments_section li ul li {
    margin-left: 30px
}

.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px
}

.comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 40px;
    font-weight: normal
}

.comment_input_bg {
    float: left;
    width: 75%;
    height: 40px;
    padding: 7px 10px 0 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase
}

.comment_submit:hover {
    background-color: #f9f9f9;
    cursor: pointer
}

.comment_wrap {
    padding: 20px 20px 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden
}

.gravatar {
    float: left
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px
}

.comment_content .comment_meta {
    position: relative
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0;
    overflow: hidden
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left
}

#comments_section li ul li {
    margin-left: 30px
}

ul.adsbanner-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.adsbanner-list li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    width: 140px;
    height: 140px;
    list-style-type: none
}

.adsbanner-list li img {
    margin: 0;
    padding: 0;
    float: left;
    width: 140px;
    height: 140px;
    list-style-type: none
}

.adsbanner-list li.last {
    margin: 0;
    padding: 0;
    float: left;
    width: 140px;
    height: 140px;
    list-style-type: none
}

.address_info {
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 25px 30px 18px 30px;
    width: 100%;
    margin-bottom: 40px
}

.address_info.two {
    background-color: #fff;
    border: 0;
    padding-top: 0
}

.address_info h3 i {
    font-weight: 500;
    font-style: normal
}

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.google-map2 {
    width: 100%;
    height: 450px
}

.google-map3 {
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4)
}

.google-map4 {
    width: 100%;
    height: 200px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4)
}

.cforms label {
    float: left;
    width: 100%;
    color: #454545;
    font-weight: normal
}

.cforms label em {
    color: #86c724;
    font-size: 12px;
    font-style: normal
}

.cforms input {
    color: #454545;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0 2px 0 rgba(238, 238, 238, 1);
    -moz-box-shadow: inset 1px 0 2px 0 rgba(238, 238, 238, 1);
    box-shadow: inset 0 1px 2px 0 rgba(238, 238, 238, 1)
}

.cforms textarea {
    color: #454545;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0 2px 0 rgba(238, 238, 238, 1);
    -moz-box-shadow: inset 1px 0 2px 0 rgba(238, 238, 238, 1);
    box-shadow: inset 0 1px 2px 0 rgba(238, 238, 238, 1)
}

.cforms .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #86c724;
    border: 1px solid #7ea821;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

.cforms .button:hover {
    background: #454545;
    border: 1px solid #393939
}

.cforms .button2 {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #d2527f;
    border: 1px solid #d2527f;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

.cforms .button2:hover {
    background: #727272;
    border: 1px solid #393939
}

.cforms .button3 {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #db6364;
    border: 1px solid #db6364;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

.cforms .button3:hover {
    background: #454545;
    border: 1px solid #454545
}

#form_status span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: #e74c3c;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 18px
}

#form_status span.loading {
    color: #333;
    background: #eee;
    border-radius: 3px;
    padding: 18px 0
}

#form_status span.notice {
    color: yellow
}

#form_status .success {
    color: #fff;
    text-align: center;
    background: #86c724;
    border-radius: 3px;
    padding: 30px 0
}

#form_status .success i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px
}

#form_status .success h3 {
    color: #fff;
    margin-bottom: 10px
}

.cforms.two label {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: normal
}

.cforms.two label em {
    color: #999;
    font-size: 12px;
    font-style: normal
}

.cforms.two input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.two textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.two .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #86c724;
    border: 1px solid #86c724;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

.cforms.two .button:hover {
    background: #999;
    border: 1px solid #999
}

.cforms.three label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal
}

.cforms.three label em {
    color: #fff;
    font-size: 12px;
    font-style: normal
}

.cforms.three input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: #44c7af;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.three textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: #44c7af;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.three .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    background: #393939;
    border: 1px solid #393939;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

.cforms.three .button:hover {
    background: #575757;
    border: 1px solid #575757
}

.cforms.four label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    margin: 0;
    padding-left: 0
}

.cforms.four label.lst {
    text-align: left
}

.cforms.four label em {
    color: #fff;
    font-size: 12px;
    font-style: normal
}

.cforms.four input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.four textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 0;
    background: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.cforms.four .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    background: #6f6f75;
    border: 1px solid #6f6f75;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

.cforms.four .button:hover {
    background: #919195;
    border: 1px solid #919195
}

.logregform {
    float: left;
    width: 35%;
    margin-left: 32.5%;
    background: #fff;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.logregform.two {
    float: left;
    width: 50%;
    margin-left: 25%
}

.logregform .title {
    float: left;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 23px 0 21px 0
}

.logregform .title h3 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase
}

.logregform .title p {
    font-size: 12px
}

.logregform .feildcont {
    float: left;
    width: 100%;
    padding: 30px 30px 40px 30px;
    text-align: left
}

.logregform .feildcont label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #727272
}

.logregform .feildcont label em {
    color: #86c724;
    font-style: normal
}

.logregform .feildcont input {
    float: left;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px
}

.logregform.two .feildcont input {
    margin-bottom: 18px
}

.logregform .feildcont .checkbox {
    float: left;
    width: 100%
}

.logregform .feildcont .checkbox label {
    float: left;
    width: auto;
    font-size: 13px
}

.logregform .feildcont .checkbox label strong {
    font-weight: 600
}

.logregform .feildcont .checkbox label a {
    margin-left: 10px
}

.logregform .feildcont .fbut {
    float: left;
    background: #86c724;
    padding: 13px 23px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: all .3s ease;
    margin-top: 18px
}

.logregform .feildcont .fbut:hover {
    background: #393939
}

.logregform .feildcont .radiobut input {
    float: left;
    width: auto
}

.logregform .feildcont .radiobut .onelb {
    float: left;
    color: #aaa;
    margin: 0 12px 0 5px
}

.logregform .feildcont select {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 9px 5px 10px 5px;
    color: #999;
    text-align: left
}

.mgmenucols {
    float: left;
    width: 100%
}

.mgmenucols .one_fourth {
    width: 23.5%;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #f3f3f3;
    text-align: center
}

.mgmenucols .one_fourth.last {
    margin-right: 0;
    border-right: 0
}

.bordbox {
    float: left;
    width: 100%;
    padding: 30px 40px;
    border: 2px solid #f3f3f3;
    text-align: left;
    border-radius: 3px
}

.videofre1 {
    float: left;
    width: 100%;
    height: 350px
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 102px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001
}

.pt-2 {
    padding-top: 2em
}

.mt-3 {
    margin-top: 3em
}

.mb-2 {
    margin-bottom: 2em
}

.mb-4 {
    margin-bottom: 4em
}

.mr-2 {
    margin-right: 2em
}

.fl {
    float: left
}

.font-green {
    color: #86c724;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s
}

.domain {
    padding-bottom: 40px
}

.mega-menu-contnew .section-box h4 {
    max-width: 90%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.section-box i img {
    width: 120%;
    height: auto
}

#error_message {
    word-wrap: break-word;
    padding: 6px;
    display: none;
    color: #fff;
    background-color: #f87666
}

#success_message {
    word-wrap: break-word;
    padding: 6px;
    display: none;
    color: #fff;
    background-color: #86c724
}

.webtarhely {
    margin-top: 80px
}

.webtarhely .divider_line9 {
    padding-top: 40px;
    margin-bottom: 40px
}

.webtarhely h5 {
    font-weight: normal
}

.webtarhely h4 {
    font-size: 16px
}

.webtarhely i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    margin-top: -8px
}

.tarhely {
    padding: 60px 0 40px 0
}

.tarhely h1 {
    margin-bottom: 80px;
    text-transform: uppercase
}

.tarhely .title {
    min-height: 92px
}

.tarhely .planbox .title h4.caps strong {
    font-size: 16px;
    padding: 0 8px
}

.tarhely .planbox .prices strong {
    font-size: 30px;
    margin-bottom: 0px
}

.host_plans .one_fifth_less .planbox .prices:before {
    border-left: 108px solid transparent;
    border-right: 108px solid transparent;
    bottom: -14.6777777px
}

.host_plans .one_third_less .planbox .prices:before {
    border-left: 187.5px solid transparent;
    border-right: 187.5px solid transparent;
    bottom: -14.6777777px
}

.wtarhely {
    padding: 0
}

.wtarhely h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    color: #5f686f
}

.wtarhely .planbox {
    border: 0
}

.wtarhely .planbox h4.caps {
    font-size: 22px;
    color: #86c724
}

.wtarhely .planbox h4.caps em {
    font-size: 18px
}

.wtarhely .planbox .prices b {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px
}

.wtarhely .planbox .prices:before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent
}

.wtarhely .planbox .prices a {
    margin-top: 30px
}

.tarhely .planbox {
    border: 0
}

.alicenter {
    text-align: center
}

.pull_center {
    margin: 0 auto
}

.pullDown .but_large1 {
    background: #5f686f
}

.bottom {
    padding: 40px 0 30px 0
}

#scrollTo {
    margin: 30px 0 20px 0
}

.akciok .planbox .prices strong i {
    font-size: 14px;
    display: block
}

.akciok .planbox .title {
    padding: 10px 0;
    min-height: auto
}

.akciok .planbox .title h4.caps strong {
    padding: 0 4px
}

.planbox .prices strong i.vps {
    font-size: 16px
}

.iconcenter {
    height: 60px
}

.iconcenter i {
    margin-top: -8px
}

.iconcenter i.m0 {
    margin-top: 0
}

i.m0 {
    margin-top: 0
}

.responsive-img {
    max-width: 100%;
    height: auto
}

.domain_names h1 {
    margin-bottom: 40px
}

.domain_names {
    background-color: #f3f3f3
}

.domain_names .container {
    background-color: #fff;
    padding: 40px 20px
}

.domain_names ul li {
    display: inline-block
}

.domain_names .title {
    min-height: auto
}

.domain h5 div .rows {
    position: relative;
    float: left;
    height: 100px
}

.tarhelytipus {
    margin-top: 120px
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
    .container {
        width: 1000px;
        margin: auto
    }

    .domain_search .serch_area .enter_email_input {
        width: 47%
    }

    .host_plans .planbox .prices:before {
        border-left: 113px solid transparent;
        border-right: 113px solid transparent;
        bottom: -14px
    }

    .feature_section2 .twoboxes i {
        margin-right: 20px;
        font-size: 45px;
        margin-top: 14px
    }

    .feature_section2 .twoboxes strong {
        font-size: 35px;
        line-height: 30px
    }

    .feature_section2 .twoboxes strong em {
        color: #fff;
        font-size: 14px
    }

    .feature_section3 .lstblogs .date {
        margin: 20px 20px 20px 20px
    }

    .feature_section3 .lstblogs h4 {
        margin: 20px 20px 20px 0
    }

    .feature_section5 li {
        width: 22%
    }

    .feature_section13 .one_half_less img {
        width: 100%
    }

    .video_full_site {
        height: 380px
    }

    .feature_section17 .one_third {
        padding: 35px 40px 45px 40px
    }

    .feature_section17 .one_third a.but1 {
        padding: 13px 20px
    }

    .client_logos ul {
        margin: 0
    }

    .client_logos li {
        padding: 0 3px
    }

    .footer .ftop .right .newsle_eminput {
        width: 73%
    }

    .page_title1.sty7 .serch_area {
        width: 79%
    }

    .page_title1.sty7 .serch_area .enter_email_input {
        width: 72%
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    .container {
        width: 747px;
        margin: auto
    }

    .logo {
        width: 40%
    }

    .menu_main {
        width: 97%;
        position: absolute
    }

    .top_nav .left {
        width: 20%
    }

    .top_nav .right {
        width: 80%
    }

    .top_nav .tplinks li {
        margin: 0 10px 0 0
    }

    .domain_search .serch_area h5 {
        float: none;
        margin: 0 0 10px 0
    }

    .domain_search .offers ul {
        float: left
    }

    .domain_search .offers li {
        padding: 25px 16px 30px 16px;
        font-size: 21px
    }

    .host_plans .planbox .prices:before {
        border-left: 88px solid transparent;
        border-right: 88px solid transparent
    }

    .feature_section2 .twoboxes i {
        margin-right: 10px;
        font-size: 35px;
        margin-top: 12px
    }

    .feature_section2 .twoboxes strong {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 25px
    }

    .feature_section2 .twoboxes strong em {
        color: #fff;
        font-size: 13px
    }

    .feature_section3 .lstblogs .date {
        margin: 10px 10px 10px 10px
    }

    .feature_section3 .lstblogs h4 {
        margin: 10px 10px 10px 0
    }

    .feature_section5 li {
        width: 30%
    }

    .feature_section6 .climg img {
        width: 20%
    }

    .footer .ftop .left {
        width: 27%
    }

    .footer .ftop .left h4 {
        margin-bottom: 0;
        font-size: 14px
    }

    .footer .ftop .left h1 {
        font-size: 27px
    }

    .footer .ftop .right {
        width: 59%
    }

    .footer .ftop .right .newsle_eminput {
        width: 70%
    }

    .page_title1.sty7 .serch_area {
        width: 90%
    }

    .page_title1.sty7 .serch_area .enter_email_input {
        width: 68%
    }

    .feature_section13 .one_half_less img {
        width: 100%
    }

    .video_full_site {
        height: 300px
    }

    .feature_section17 .one_third {
        padding: 25px 20px 45px 20px
    }

    .feature_section17 .one_third a.but1 {
        padding: 13px 10px
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {

    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth,
    .one_fifth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .two_third_less,
    .three_fourth_less,
    .one_fifth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0;
        float: left
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important
    }

    .container {
        width: 590px;
        margin: auto
    }

    .logo {
        width: 50%
    }

    .menu_main {
        width: 93%;
        position: absolute
    }

    .top_nav {
        padding-bottom: 5px
    }

    .top_nav .left {
        width: 100%;
        padding: 7px 0 7px 0
    }

    .top_nav .right {
        width: 100%
    }

    .top_nav ul.tplinks {
        padding-top: 0
    }

    .top_nav .tplinks li {
        margin: 0 10px 0 0
    }

    .tpbut {
        margin-top: 0
    }

    .domain_search .serch_area h5 {
        float: none;
        margin: 0 0 10px 0
    }

    .domain_search .offers ul {
        float: left
    }

    .domain_search .offers li {
        padding: 25px 12px 30px 12px;
        font-size: 16px
    }

    .host_plans .one_fourth_less {
        width: 100%;
        margin-bottom: 75px
    }

    .host_plans .one_fourth_less.last {
        margin-bottom: 0
    }

    .host_plans .planbox .prices:before {
        border-left: 295px solid transparent;
        border-right: 295px solid transparent
    }

    .feature_section2 .twoboxes:before {
        right: 0
    }

    .feature_section2 .twoboxes .left {
        width: 100%;
        margin-bottom: 50px
    }

    .feature_section2 .twoboxes .right {
        float: left;
        width: 100%
    }

    .feature_section2 .twoboxes strong {
        margin-bottom: 25px
    }

    .feature_section4 .left,
    .feature_section4 .center,
    .feature_section4 .right {
        width: 100%
    }

    .feature_section5 li {
        width: 22%
    }

    .feature_section5 .two_third {
        padding-top: 0
    }

    .feature_section6 .climg img {
        width: 25%
    }

    .footer .ftop {
        height: 250px;
        background: url(../images/footer-img1.png) no-repeat -300px top
    }

    .footer .ftop .left {
        width: 100%;
        text-align: center
    }

    .footer .ftop .right {
        width: 100%;
        margin-top: 30px
    }

    .footer .secarea {
        padding-top: 35px
    }

    .footer .secarea .address {
        text-align: left
    }

    .footer .secarea .aliright {
        text-align: left
    }

    .footer .secarea .margin_bottom1 {
        margin-bottom: 0
    }

    .copyrights .one_half {
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }

    .page_title1.sty7 .serch_area {
        width: 95%
    }

    .page_title1.sty7 .serch_area .enter_email_input {
        width: 64%
    }

    .feature_section13 .one_half_less img {
        width: 100%
    }

    .video_full_site {
        height: 250px
    }

    .content_left {
        width: 100%;
        margin-bottom: 75px
    }

    .left_sidebar {
        width: 100%;
        margin-bottom: 75px
    }

    .content_right {
        width: 100%
    }

    .right_sidebar {
        width: 100%
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:639px) {

    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth,
    .one_fifth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .two_third_less,
    .three_fourth_less,
    .one_fifth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0;
        float: left
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important
    }

    .container {
        width: 440px;
        margin: auto
    }

    .logo {
        width: 70%
    }

    .menu_main {
        width: 91%;
        position: absolute
    }

    .top_nav {
        padding-bottom: 5px
    }

    .top_nav .left {
        width: 30%;
        padding: 7px 0 7px 0
    }

    .top_nav .right {
        width: 70%
    }

    .top_nav ul.tplinks {
        padding-top: 0
    }

    .top_nav .tplinks li {
        margin: 0 6px 0 0
    }

    .top_nav .tplinks li img {
        margin-right: 3px
    }

    .tpbut {
        margin-top: 0
    }

    .slidermar {
        margin-top: 105px
    }

    .domain_search .serch_area h5 {
        float: none;
        margin: 0 0 10px 0
    }

    .domain_search .serch_area .enter_email_input {
        width: 100%
    }

    .domain_search .serch_area .input_submit {
        margin-left: 0;
        margin-top: 10px
    }

    .domain_search .offers ul {
        float: left
    }

    .domain_search .offers li {
        padding: 25px 5px 30px 5px;
        font-size: 14px;
        font-weight: 400
    }

    .host_plans .one_fourth_less {
        width: 100%;
        margin-bottom: 75px
    }

    .host_plans .one_fourth_less.last {
        margin-bottom: 0
    }

    .host_plans .planbox .prices:before {
        border-left: 220px solid transparent;
        border-right: 220px solid transparent
    }

    .feature_section2 .twoboxes:before {
        right: 0
    }

    .feature_section2 .twoboxes .left {
        width: 100%;
        margin-bottom: 50px
    }

    .feature_section2 .twoboxes .right {
        float: left;
        width: 100%
    }

    .feature_section2 .twoboxes i {
        margin-right: 20px;
        font-size: 45px;
        margin-top: 14px
    }

    .feature_section2 .twoboxes strong {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 25px
    }

    .feature_section2 .twoboxes strong em {
        color: #fff;
        font-size: 14px
    }

    .feature_section3 .lstblogs .date {
        margin: 20px 20px 20px 20px
    }

    .feature_section3 .lstblogs h4 {
        margin: 20px 20px 20px 0
    }

    .feature_section4 .left,
    .feature_section4 .center,
    .feature_section4 .right {
        width: 100%
    }

    .feature_section5 li {
        width: 30%
    }

    .feature_section5 .two_third {
        padding-top: 0
    }

    .feature_section6 .climg {
        background-position: center 34px
    }

    .feature_section6 .climg img {
        width: 25%
    }

    .footer .ftop {
        height: 250px;
        background: url(../images/footer-img1.png) no-repeat -380px top
    }

    .footer .ftop .left {
        width: 100%;
        text-align: center
    }

    .footer .ftop .right {
        width: 100%;
        margin-top: 30px
    }

    .footer .ftop .right .newsle_eminput {
        width: 71%
    }

    .footer .secarea {
        padding-top: 35px
    }

    .footer .secarea .address {
        text-align: left
    }

    .footer .secarea .aliright {
        text-align: left
    }

    .footer .secarea .margin_bottom1 {
        margin-bottom: 0
    }

    .copyrights .one_half {
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }

    .page_title1 {
        margin-top: 105px
    }

    .page_title1.sty7 .serch_area {
        width: 90%
    }

    .page_title1.sty7 .serch_area .enter_email_input {
        width: 100%
    }

    .page_title1.sty7 .serch_area .input_submit {
        margin-left: 0;
        margin-top: 12px
    }

    .feature_section11 ul.domlist1 {
        width: 33%
    }

    .feature_section11 .tabs>li {
        font-size: 14px;
        line-height: 16px
    }

    .feature_section13 .one_half_less img {
        width: 100%
    }

    .video_full_site {
        width: 90%;
        height: 230px
    }

    .content_left {
        width: 100%;
        margin-bottom: 75px
    }

    .left_sidebar {
        width: 100%;
        margin-bottom: 75px
    }

    .content_right {
        width: 100%
    }

    .right_sidebar {
        width: 100%
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width:479px) {

    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth,
    .one_fifth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .two_third_less,
    .three_fourth_less,
    .one_fifth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        position: relative;
        margin-right: 0;
        float: left
    }

    .one_full,
    .one_half,
    .one_third,
    .one_fourth,
    .one_fifth,
    .two_third,
    .three_fourth,
    .onecol_forty,
    .onecol_sixty,
    .onecol_thirtyfive,
    .one_full_less,
    .one_half_less,
    .one_third_less,
    .one_fourth_less,
    .one_fifth_less,
    .two_third_less,
    .three_fourth_less,
    .onecol_forty_less,
    .onecol_sixty_less,
    .onecol_thirtyfive_less {
        width: 100%;
        margin-bottom: 50px
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important
    }

    .container {
        width: 300px;
        margin: auto
    }

    .logo {
        width: 100%
    }

    .menu_main {
        width: 93%;
        position: absolute
    }

    .top_nav {
        padding-bottom: 5px
    }

    .top_nav .left {
        width: 25%;
        padding: 7px 0 7px 0
    }

    .top_nav .right {
        width: 75%
    }

    .top_nav .select-style {
        width: 75px
    }

    .top_nav .select-style select {
        font-size: 9px;
        padding: 7px 5px;
        width: 100%
    }

    .top_nav strong {
        font-size: 12px;
        margin-right: 0
    }

    .top_nav strong i {
        font-size: 9px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-right: 1px
    }

    .top_nav ul.tplinks {
        padding-top: 0
    }

    .top_nav .tplinks li {
        margin: 0 6px 0 0
    }

    .top_nav .tplinks li a {
        font-size: 10px
    }

    .top_nav .tplinks li img {
        margin-right: 0;
        display: none
    }

    .tpbut {
        margin-top: 3px
    }

    .slidermar {
        margin-top: 102px
    }

    .domain_search .serch_area h5 {
        float: none;
        margin: 0 0 10px 0
    }

    .domain_search .serch_area .enter_email_input {
        width: 100%
    }

    .domain_search .serch_area .input_submit {
        margin-left: 0;
        margin-top: 10px
    }

    .domain_search .offers ul {
        float: left
    }

    .domain_search .offers li {
        padding: 25px 0 0 0;
        font-size: 14px;
        font-weight: 400;
        width: 90px;
        text-align: center;
        border: 0
    }

    .host_plans .one_fourth_less {
        width: 100%;
        margin-bottom: 65px
    }

    .host_plans .one_fourth_less.last {
        margin-bottom: 0
    }

    .host_plans .planbox .prices:before {
        border-left: 151px solid transparent;
        border-right: 151px solid transparent
    }

    .feature_section2 .twoboxes:before {
        right: 0
    }

    .feature_section2 .twoboxes .left {
        width: 100%;
        margin-bottom: 50px
    }

    .feature_section2 .twoboxes .right {
        float: left;
        width: 100%
    }

    .feature_section2 .twoboxes i {
        margin-right: 10px;
        font-size: 27px;
        margin-top: 12px
    }

    .feature_section2 .twoboxes strong {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 25px
    }

    .feature_section2 .twoboxes strong em {
        color: #fff;
        font-size: 12px
    }

    .feature_section3 .lstblogs .date {
        margin: 10px 10px 10px 10px;
        width: 14%
    }

    .feature_section3 .lstblogs h4 {
        margin: 10px 10px 10px 0;
        width: 72%
    }

    .feature_section4 .left,
    .feature_section4 .center,
    .feature_section4 .right {
        width: 100%;
        padding: 45px 20px 56px 20px
    }

    .feature_section5 li {
        width: 45%
    }

    .feature_section5 .two_third {
        padding-top: 0
    }

    .feature_section6 .climg img {
        width: 50%
    }

    .footer .ftop {
        height: 250px;
        background: url(../images/footer-img1.png) no-repeat -530px top
    }

    .footer .ftop .left {
        width: 100%;
        text-align: left
    }

    .footer .ftop .right {
        width: 100%;
        margin-top: 30px
    }

    .footer .ftop .right .newsle_eminput {
        width: 72%
    }

    .footer .ftop .right .input_submit {
        padding: 13px 12px 14px 12px;
        font-size: 14px;
        margin-left: 5px
    }

    .footer .ftop .left h4 {
        margin-bottom: 0;
        font-size: 14px
    }

    .footer .ftop .left h1 {
        font-size: 35px
    }

    .footer .secarea {
        padding-top: 35px
    }

    .footer .secarea .address {
        text-align: left
    }

    .footer .secarea .aliright {
        text-align: left
    }

    .footer .secarea .margin_bottom1 {
        margin-bottom: 0
    }

    .copyrights .one_half {
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }

    .page_title1 {
        margin-top: 102px
    }

    .page_title1.sty7 .serch_area {
        width: 90%
    }

    .page_title1.sty7 .serch_area .enter_email_input {
        width: 100%
    }

    .page_title1.sty7 .serch_area .input_submit {
        margin-left: 0;
        margin-top: 12px
    }

    .feature_section11 ul.domlist1 {
        width: 50%
    }

    .feature_section11 .tabs>li {
        font-size: 12px;
        line-height: 16px;
        padding: 12px 12px 18px 12px
    }

    .feature_section13 .one_half_less img {
        width: 100%
    }

    .video_full_site {
        width: 90%;
        height: 154px
    }

    .feature_section14 .one_half {
        text-align: center;
        padding: 30px 20px
    }

    .feature_section14 .one_half img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .feature_section17 .one_third {
        padding: 35px 40px 45px 40px
    }

    .feature_section17 .one_third a.but1 {
        padding: 13px 20px
    }

    .content_left {
        width: 100%;
        margin-bottom: 75px
    }

    .left_sidebar {
        width: 100%;
        margin-bottom: 75px
    }

    .content_right {
        width: 100%
    }

    .right_sidebar {
        width: 100%
    }

    .content_halfsite {
        width: 100%;
        margin-right: 0
    }
}

.button.one {
    color: #2a363f;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 30px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif
}

.button.one:hover {
    color: #fff;
    background: #86c724
}

.button.two {
    color: #2a363f;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #2a363f;
    padding: 9px 20px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif
}

.button.two:hover {
    color: #fff;
    background: #2a363f
}

.button.three {
    color: #2a363f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    white-space: nowrap;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif
}

.button.three:hover {
    color: #fff;
    background: #86c724
}

.button.three.dark {
    color: #fff;
    background: #2a363f
}

.button.three.dark:hover {
    color: #fff;
    background: #86c724
}

.list_divlines {
    padding: 0;
    margin: 0
}

.list_divlines li {
    padding: 10px 0 12px 0;
    margin: 0;
    line-height: 23px;
    border-bottom: 1px solid #3d3d3d
}

.list_divlines li i {
    color: #999;
    font-size: 11px;
    margin-right: 3px
}

.list_divlines2 {
    padding: 0;
    margin: 0
}

.list_divlines2 li {
    color: #999;
    padding: 10px 0 11px 0;
    margin: 0;
    line-height: 23px;
    border-top: 1px solid #eee
}

.list_divlines2 li.last {
    border-bottom: 1px solid #eee
}

.list_divlines2 li i {
    color: #ccc;
    margin-right: 7px
}

.harrow_line {
    float: left;
    width: 100%;
    height: 20px;
    background: url(../images/h-arrow-line2.png) no-repeat center top
}

.harrow_line2 {
    float: left;
    width: 100%;
    height: 20px;
    background: #eee url(../images/h-arrow-line3.png) no-repeat center top
}

.piechart1 {
    float: left;
    color: #2a363f;
    width: 20%;
    font-size: 16px;
    font-weight: normal;
    text-align: center
}

.piechart1.white {
    color: #fff
}

.piechart2 {
    float: left;
    width: 200px;
    text-align: center;
    color: #1e1e1e
}

.piechart2.s1 {
    width: 100px
}

.piechart2.s2 {
    width: 120px
}

.piechart2.s3 {
    width: 160px
}

.piechart2.s4 {
    width: 180px
}

.piechart3 {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 25%;
    text-align: center
}

.stcode_title1 h3 {
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal
}

.stcode_title1 .line {
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 18px;
    width: 100%
}

.stcode_title1 .text {
    background-color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 18px 0 0
}

.stcode_title2 h3 {
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: 300
}

.stcode_title2 .line {
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 16px;
    width: 100%
}

.stcode_title2 .line2 {
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 20px;
    width: 100%
}

.stcode_title2 .text {
    background-color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 18px 0 0
}

.stcode_title3 h3 {
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: 300
}

.stcode_title3 .line {
    background: url(../images/hcross-lines.jpg) repeat-x left top;
    position: absolute;
    height: 8px;
    display: block;
    top: 14px;
    width: 100%
}

.stcode_title3 .text {
    background-color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 18px 0 0
}

.stcode_title4 h3 {
    font-size: 27px;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal
}

.stcode_title4 .line {
    background: #86c724;
    position: absolute;
    height: 2px;
    display: block;
    bottom: 0;
    width: 72px
}

.stcode_title4 .text {
    z-index: 20;
    position: relative;
    text-align: center
}

.stcode_title5 h3 {
    font-size: 27px;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal;
    margin-bottom: 25px
}

.stcode_title5 h3.nmb {
    margin-bottom: 3px
}

.stcode_title5 .line {
    background: #86c724;
    position: absolute;
    height: 3px;
    display: block;
    bottom: 0;
    width: 100px
}

.stcode_title5 .line2 {
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    bottom: 1px;
    width: 100%
}

.stcode_title5 .text {
    z-index: 20;
    position: relative;
    text-align: center
}

.stcode_title6 {
    text-align: center
}

.stcode_title6 h2 b {
    font-weight: bold
}

.stcode_title6 h2 strong {
    color: #fff;
    padding: 0 10px 3px 10px;
    background-color: #2a363f
}

.stcode_title6.white h2 strong {
    color: #2a363f;
    padding: 0 10px 3px 10px;
    background-color: #fff
}

.stcode_title7 {
    text-align: center
}

.stcode_title7 em {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400
}

.stcode_title7 .line {
    background: #86c724;
    height: 3px;
    display: block;
    bottom: 0;
    width: 100px;
    margin: 18px auto 0 auto
}

.stcode_title8 h2 {
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 300
}

.stcode_title8 .line {
    background: url(../images/h-line.jpg) no-repeat center top;
    position: absolute;
    height: 1px;
    display: block;
    top: 18px;
    width: 100%;
    margin: 0 auto
}

.stcode_title8 .text {
    background-color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 25px
}

.stcode_title9 {
    text-align: center
}

.stcode_title9 em {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400
}

.stcode_title9 .line {
    background: url(../images/h-line2.png) no-repeat center top;
    height: 3px;
    display: block;
    bottom: 0;
    width: 210px;
    margin: 18px auto 0 auto
}

.stcode_title10 {
    text-align: center
}

.stcode_title10 em {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400
}

.stcode_title10 .line {
    background: url(../images/h-line3.png) no-repeat center 13px;
    height: 39px;
    display: block;
    bottom: 0;
    width: 300px;
    margin: 3px auto 0 auto
}

.stcode_title10 i {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 50px
}

.stcode_title11 {
    text-align: center
}

.stcode_title11 em {
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-top: 12px;
    font-style: normal;
    color: #999;
    font-weight: 400
}

.stcode_title11 .line {
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0;
    width: 140px;
    margin: 7px auto 0 auto
}

.stcode_title11 .line2 {
    background: url(../images/h-line9.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0;
    width: 140px;
    margin: 18px auto 0 auto
}

.stcode_title11 .line3 {
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0;
    width: 140px;
    margin: 20px auto 0 auto
}

.stcode_title11 .line4 {
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0;
    width: 140px;
    margin: 16px auto 0 auto
}

.stcode_title12 h2 {
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 300;
    margin-bottom: 14px;
    color: #86c724
}

.stcode_title12 h4 {
    font-size: 22px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #727272
}

.stcode_title12 .line {
    background: url(../images/h-line.jpg) no-repeat center top;
    position: absolute;
    height: 1px;
    display: block;
    top: 14px;
    width: 100%;
    margin: 0 auto
}

.stcode_title12 .text {
    background-color: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0 20px
}

.stcode_title13 {
    padding: 1px 12px;
    font-size: 40px;
    color: #f7ca18;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 1px solid #f7ca18;
    border-left: 5px solid #f7ca18;
    border-right: 5px solid #f7ca18;
    border-bottom: 1px solid #f7ca18;
    background: #fff
}

.stcode_title14 {
    text-align: center
}

.stcode_title14 em {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1px
}

.stcode_title14 strong {
    font-weight: 800
}

.stcode_title14 .line {
    background: #d64541;
    height: 2px;
    display: block;
    bottom: 0;
    width: 140px;
    margin: 16px auto 0 auto
}

.stcode_title14 .line.white {
    background: #fff
}

.stcode_title15 {
    text-align: center
}

.stcode_title15 .line {
    background: #181818;
    height: 2px;
    display: block;
    bottom: 0;
    width: 50px;
    margin: 5px auto 0 auto
}

.divider_line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3
}

.divider_line1 {
    float: left;
    width: 100%;
    padding-top: 70px;
    margin-bottom: 75px;
    border-bottom: 1px solid #eee
}

.divider_line1.nomp {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.divider_line2 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/divider-line1.png) no-repeat center bottom
}

.divider_line2.nop {
    padding-top: 0;
    height: 10px
}

.divider_line3 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    text-align: center;
    background: url(../images/h-line.jpg) repeat-x left 103px
}

.divider_line3 i {
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    line-height: 27px
}

.divider_line4 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    text-align: center;
    background: url(../images/h-line.jpg) repeat-x left 111px
}

.divider_line4 i {
    color: #d3d3d3;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    font-size: 20px
}

.divider_line4.lessm {
    padding-top: 50px;
    margin-bottom: 60px;
    background: url(../images/h-line.jpg) repeat-x left 73px
}

.divider_line5 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/h-line.jpg) repeat-x left 105px;
    text-align: center
}

.divider_line5 i {
    color: #d3d3d3;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    font-size: 18px;
    border: 1px solid #d3d3d3
}

.divider_line6 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/shadow3.png) repeat-x left bottom;
    text-align: center
}

.divider_line7 {
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e3e3e3
}

.divider_line8 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    border-bottom: 1px dotted #d9d9d9
}

.divider_line9 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/shadow2.png) no-repeat center bottom;
    text-align: center
}

.divider_line9.lessm {
    padding-top: 59px;
    margin-bottom: 50px
}

.divider_line9.lessm2 {
    padding-top: 10px;
    margin-bottom: 106px
}

.divider_line10 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/hcross-lines.jpg) repeat-x left bottom;
    text-align: center
}

.divider_line11 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/h-line5.png) no-repeat center bottom;
    text-align: center
}

.divider_line12 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/h-line6.png) no-repeat center bottom;
    text-align: center
}

.divider_line13 {
    float: left;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 90px;
    background: url(../images/h-line7.png) no-repeat center bottom;
    text-align: center
}

.divider_line13.lessm {
    padding-top: 50px;
    margin-bottom: 50px
}

.divider_line20 {
    width: 80%;
    padding-top: 20px;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #999
}

.divider_line21 {
    float: left;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee
}

.divider_line21.last {
    margin-bottom: 0
}

.divider_line22 {
    float: left;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1
}

.divider_line23 {
    float: left;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d0d0d0
}

.infomes,
.errormes,
.noticemes,
.successmes {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #bbb;
    font-size: 14px
}

.infomes i,
.errormes i,
.noticemes i,
.successmes i {
    margin-right: 7px
}

p.error {
    border: 0
}

.infomes strong,
.errormes strong,
.noticemes strong,
.successmes strong {
    font-size: 16px
}

.message-box-wrap {
    border: 0 solid #fff;
    padding: 20px 20px
}

.infomes {
    color: #3378b9;
    border-color: #9ecaf3;
    background-color: #dbedfd
}

.errormes {
    color: #bd6767;
    border-color: #f1bdbd;
    background-color: #fdd
}

.noticemes {
    color: #a79a30;
    border-color: #d7d099;
    background-color: #f6f2d2
}

.successmes {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4
}

.close-but {
    width: 10px;
    height: 10px;
    float: right;
    border: 0;
    margin: 8px;
    cursor: pointer;
    font-size: 0;
    background: url(../images/elements/icon-remove.png) no-repeat center top
}

.alertymes1 {
    float: left;
    width: 100%;
    padding: 22px;
    border-radius: 5px;
    color: #2a363f;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.1)
}

.alertymes1 i {
    margin-right: 10px
}

.alertymes2 {
    float: left;
    width: 100%;
    padding: 22px;
    color: #fff;
    background-color: #86c724
}

.alertymes2 i {
    margin-right: 10px
}

.alertymes3 {
    float: left;
    width: 100%;
    padding: 22px;
    color: #dda614;
    border: 5px solid #e3b028;
    background-color: #fff
}

.alertymes3 i {
    margin-right: 10px
}

.alertymes4 {
    float: left;
    width: 100%;
    padding: 22px;
    color: #eb3535;
    border: 1px solid #eb3535;
    background-color: #fff;
    text-align: center
}

.alertymes4 i {
    margin-right: 10px
}

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease
}

a.but_goback i {
    color: #fff
}

a.but_goback {
    padding: 13px 25px 13px 22px;
    margin: 0;
    background: #86c724;
    border-bottom: 1px solid #999
}

a.but_goback:hover {
    color: #fff;
    background-color: #383634
}

a.but_ok_2 {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_ok_2:hover {
    background-color: #f90
}

a.but_wifi {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #09c;
    border-bottom: 1px solid #909090
}

a.but_wifi:hover {
    background-color: #00abde
}

a.but_warning_sign {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #e5cc19;
    border-bottom: 1px solid #909090
}

a.but_warning_sign:hover {
    background-color: #efda1b
}

a.but_user {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #007f99;
    border-bottom: 1px solid #909090
}

a.but_user:hover {
    background-color: #0090ad
}

a.but_tag {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #e59919;
    border-bottom: 1px solid #909090
}

a.but_tag:hover {
    background-color: #efa61b
}

a.but_table {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #4c6699;
    border-bottom: 1px solid #909090
}

a.but_table:hover {
    background-color: #5674ad
}

a.but_star {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #99cc4c;
    border-bottom: 1px solid #909090
}

a.but_star:hover {
    background-color: #a6da52
}

a.but_search {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #66667f;
    border-bottom: 1px solid #909090
}

a.but_search:hover {
    background-color: #747490
}

a.but_phone {
    padding: 10px 20px 10px 20px;
    margin: 0;
    background: #e56619;
    border-bottom: 1px solid #909090
}

a.but_phone:hover {
    background-color: #ef6f1b
}

a.but_pencil {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #cc4c19;
    border-bottom: 1px solid #909090
}

a.but_pencil:hover {
    background-color: #da521b
}

a.but_new_window {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #001900;
    border-bottom: 1px solid #909090
}

a.but_new_window:hover {
    background-color: #2a363f
}

a.but_music {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #cccc7f;
    border-bottom: 1px solid #909090
}

a.but_music:hover {
    background-color: #dada8a
}

a.but_hand_right {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_hand_right:hover {
    color: #fff;
    background-color: #f90
}

a.but_thumbs_down {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #99c;
    border-bottom: 1px solid #909090
}

a.but_thumbs_down:hover {
    background-color: #a6a6da
}

a.but_thumbs_up {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #00cce5;
    border-bottom: 1px solid #909090
}

a.but_thumbs_up:hover {
    background-color: #00daef
}

a.but_globe {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #699;
    border-bottom: 1px solid #909090
}

a.but_globe:hover {
    background-color: #6fa6a6
}

a.but_hospital {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #196666;
    border-bottom: 1px solid #909090
}

a.but_hospital:hover {
    background-color: #1b6f6f
}

a.but_coffe_cup {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #7f994c;
    border-bottom: 1px solid #909090
}

a.but_coffe_cup:hover {
    background-color: #8aa652
}

a.but_settings {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #997f4c;
    border-bottom: 1px solid #909090
}

a.but_settings:hover {
    background-color: #a68a52
}

a.but_chat {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #7f9919;
    border-bottom: 1px solid #909090
}

a.but_chat:hover {
    background-color: #8aa61b
}

a.but_play_button {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #4c664c;
    border-bottom: 1px solid #909090
}

a.but_play_button:hover {
    background-color: #567456
}

a.but_remove_2 {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #e59966;
    border-bottom: 1px solid #909090
}

a.but_remove_2:hover {
    background-color: #efa66f
}

a.but_lock {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #994c19;
    border-bottom: 1px solid #909090
}

a.but_lock:hover {
    background-color: #a6521b
}

a.but_shopping_cart {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #cc7f4c;
    border-bottom: 1px solid #909090
}

a.but_shopping_cart:hover {
    background-color: #da8a52
}

a.but_exclamation_mark {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #4c7f7f;
    border-bottom: 1px solid #909090
}

a.but_exclamation_mark:hover {
    background-color: #528a8a
}

a.but_info {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #667fcc;
    border-bottom: 1px solid #909090
}

a.but_info:hover {
    background-color: #6f8ada
}

a.but_question_mark {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #4c0019;
    border-bottom: 1px solid #909090
}

a.but_question_mark:hover {
    background-color: #620020
}

a.but_minus {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #666;
    border-bottom: 1px solid #909090
}

a.but_minus:hover {
    background-color: #747474
}

a.but_plus {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #2a363f;
    border-bottom: 1px solid #909090
}

a.but_plus:hover {
    background-color: #444
}

a.but_folder_open {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #9c9;
    border-bottom: 1px solid #909090
}

a.but_folder_open:hover {
    background-color: #a6daa6
}

a.but_file {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #999;
    border-bottom: 1px solid #909090
}

a.but_file:hover {
    background-color: #a6a6a6
}

a.but_envelope {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #727272;
    border-bottom: 1px solid #909090
}

a.but_envelope:hover {
    background-color: #7c7c7c
}

a.but_edit {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #e5cc7f;
    border-bottom: 1px solid #909090
}

a.but_edit:hover {
    background-color: #efda8a
}

a.but_cogwheel {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #194c7f;
    border-bottom: 1px solid #909090
}

a.but_cogwheel:hover {
    background-color: #1e5c99
}

a.but_check {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #004c4c;
    border-bottom: 1px solid #909090
}

a.but_check:hover {
    background-color: #005c5c
}

a.but_camera {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #007fcc;
    border-bottom: 1px solid #909090
}

a.but_camera:hover {
    background-color: #008ada
}

a.but_calendar {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #4c99e5;
    border-bottom: 1px solid #909090
}

a.but_calendar:hover {
    background-color: #52a6ef
}

a.but_bookmark {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #900;
    border-bottom: 1px solid #909090
}

a.but_bookmark:hover {
    background-color: #b60000
}

a.but_book {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #7f9999;
    border-bottom: 1px solid #909090
}

a.but_book:hover {
    background-color: #8aa6a6
}

a.but_download {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_download:hover {
    background-color: #f90
}

a.but_pdf {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_pdf:hover {
    background-color: #f90
}

a.but_word_doc {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_word_doc:hover {
    background-color: #f90
}

a.but_woman {
    padding: 10px 22px 10px 22px;
    margin: 0;
    background: #ff8100;
    border-bottom: 1px solid #909090
}

a.but_woman:hover {
    background-color: #f90
}

.but_small1 {
    color: #fff;
    padding: 10px 25px;
    background-color: #86c724;
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap
}

.but_small1:hover {
    color: #fff;
    background-color: #2a363f
}

.but_small1.gray {
    color: #fff;
    background-color: #2a363f
}

.but_small1.gray:hover {
    color: #fff;
    background-color: #86c724
}

.but_small3 {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    padding-right: 20px;
    padding-left: 58px;
    position: relative;
    background-color: #86c724;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true)
}

.but_small3 span {
    position: absolute;
    left: 0;
    width: 41px;
    background-color: #8db737;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease
}

.but_small3:hover {
    color: #fff
}

.but_small3 span i {
    color: #fff;
    font-size: 18px;
    margin-left: 12px
}

.but_small3:hover span,
.but_small3.active span {
    color: #fff;
    background-color: #2a363f;
    border-right: 1px solid #181818
}

.but_small3.gray {
    background-color: #636363
}

.but_small3.gray span {
    background-color: #454545
}

.but_small3.gray:hover {
    color: #fff
}

.but_small3.gray span i {
    color: #fff;
    font-size: 18px;
    margin-left: 12px
}

.but_small3.gray:hover span,
.but_small3.gray.active span {
    color: #fff;
    background-color: #2a363f;
    border-right: 1px solid #181818
}

.but_small2 {
    color: #fff;
    padding: 10px 25px;
    background-color: #86c724;
    border-radius: 20px;
    transition: all .3s ease;
    border-bottom: 1px solid #2a363f;
    white-space: nowrap
}

.but_small2:hover {
    color: #fff;
    background-color: #2a363f
}

.but_small2.nob {
    padding: 10px 30px;
    border-bottom: 0 solid #2a363f
}

.but_small4 {
    color: #fff;
    padding: 10px 25px;
    background-color: #86c724;
    border-radius: 5px;
    transition: all .3s ease;
    border-bottom: 3px solid #2a363f;
    white-space: nowrap
}

.but_small4:hover {
    color: #fff;
    background-color: #2a363f;
    border-bottom: 0 solid #454545
}

.but_small5 {
    color: #86c724;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    white-space: nowrap;
    border: 2px solid #86c724
}

.but_small5:hover {
    color: #2a363f;
    border: 2px solid #2a363f
}

.but_small5.light {
    color: #fff;
    background: 0;
    border: 2px solid #fff
}

.but_small5.light:hover {
    color: #86c724;
    background-color: #fff;
    border: 2px solid #fff
}

.but_small5.light2 {
    color: #fff;
    background: 0;
    border: 1px solid #fff;
    padding: 8px 18px
}

.but_small5.light2:hover {
    color: #86c724;
    background-color: #fff;
    border: 1px solid #fff
}

.but_medium1 {
    color: #fff;
    padding: 14px 35px;
    background-color: #86c724;
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap
}

.but_medium1:hover {
    color: #fff;
    background-color: #2a363f
}

.but_medium1.white {
    color: #fff;
    padding: 14px 35px;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold
}

.but_medium1.white:hover {
    color: #272727;
    background-color: #fff
}

.but_medium1.white.active {
    color: #272727;
    background-color: #fff
}

.but_medium3 {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding-right: 30px;
    padding-left: 68px;
    position: relative;
    background-color: #86c724;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true)
}

.but_medium3 span {
    position: absolute;
    left: 0;
    width: 48px;
    background-color: #8db737;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease
}

.but_medium3:hover {
    color: #fff
}

.but_medium3 span i {
    color: #fff;
    font-size: 18px;
    margin-left: 16px
}

.but_medium3:hover span,
.but_medium3.active span {
    color: #fff;
    background-color: #2a363f;
    border-right: 1px solid #181818
}

.but_medium2 {
    color: #fff;
    padding: 14px 35px;
    background-color: #86c724;
    border-radius: 30px;
    transition: all .3s ease;
    border-bottom: 1px solid #2a363f;
    white-space: nowrap
}

.but_medium2:hover {
    color: #fff;
    background-color: #2a363f
}

.but_medium4 {
    color: #fff;
    padding: 14px 35px;
    background-color: #86c724;
    border-radius: 5px;
    transition: all .3s ease;
    border-bottom: 3px solid #2a363f;
    white-space: nowrap
}

.but_medium4:hover {
    color: #fff;
    background-color: #2a363f;
    border-bottom: 0 solid #454545
}

.but_medium5 {
    color: #86c724;
    padding: 12px 35px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    white-space: nowrap;
    border: 2px solid #86c724
}

.but_medium5:hover {
    color: #2a363f;
    border: 2px solid #2a363f
}

.but_large1 {
    color: #fff;
    padding: 18px 50px;
    background-color: #86c724;
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap
}

.but_large1:hover {
    color: #fff;
    background-color: #2a363f
}

.but_large1.two:hover {
    color: #fff;
    background-color: #727272
}

.but_large1.small {
    color: #fff;
    padding: 13px 50px;
    background-color: #86c724;
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

.but_large1.small:hover {
    color: #fff;
    background-color: #2a363f
}

.but_large3 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 35px;
    padding-left: 83px;
    position: relative;
    background-color: #86c724;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#ff123852, Positive=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#33000000, Positive=true)
}

.but_large3 span {
    position: absolute;
    left: 0;
    width: 58px;
    background-color: #8db737;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s ease
}

.but_large3:hover {
    color: #fff
}

.but_large3 span i {
    color: #fff;
    font-size: 18px;
    margin-left: 20px
}

.but_large3:hover span,
.but_large3.active span {
    color: #fff;
    background-color: #2a363f;
    border-right: 1px solid #181818
}

.but_large2 {
    color: #fff;
    padding: 16px 50px;
    background-color: #86c724;
    border-radius: 30px;
    transition: all .3s ease;
    border-bottom: 1px solid #2a363f;
    white-space: nowrap
}

.but_large2:hover {
    color: #fff;
    background-color: #2a363f
}

.but_large4 {
    color: #fff;
    padding: 16px 50px;
    background-color: #86c724;
    border-radius: 5px;
    transition: all .3s ease;
    border-bottom: 3px solid #2a363f;
    white-space: nowrap
}

.but_large4:hover {
    color: #fff;
    background-color: #2a363f
}

.but_large4.white {
    color: #86c724;
    background-color: #fff;
    border-bottom: 0 solid #2a363f
}

.but_large4:hover {
    color: #fff;
    background-color: #2a363f;
    border-bottom: 0 solid #454545
}

.but_large5 {
    color: #86c724;
    padding: 16px 45px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    white-space: nowrap;
    border: 2px solid #86c724
}

.but_large5:hover {
    color: #2a363f;
    border: 2px solid #2a363f
}

.but_full {
    float: left;
    width: 100%;
    text-align: center;
    color: #272727;
    padding: 30px 0;
    background-color: #f7f7f7;
    border-radius: 4px;
    transition: all .3s ease;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    font-size: 22px;
    font-weight: 600
}

.but_full:hover {
    background-color: #fff
}

.imagede {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.but_full2 {
    width: 100%;
    height: 70px;
    background-color: #f3f3f3;
    overflow: hidden;
    text-align: center;
    color: #272727;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600
}

.but_full2 .butprogress {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    height: 70px;
    width: 10px;
    background: #86c724;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.but_full2 .done {
    float: left;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #EEE;
    height: 70px;
    width: 100%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    vertical-align: middle;
    line-height: 70px;
    font-weight: 600;
    position: relative;
    z-index: 98
}

.but_full2 strong {
    position: relative;
    z-index: 99;
    font-weight: normal
}

.but_full2:hover .butprogress {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    width: 100%;
    border-radius: 4px
}

.but_full2 .butprogress a {
    color: #fff
}

.but_full2.two .butprogress {
    background: #e3e3e3
}

.pritable {
    float: left;
    width: 100%;
    padding: 120px 0
}

.pritable.ltp {
    padding-top: 80px
}

.pritable .pacdetails {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    box-shadow: 0 -5px 0 #2a363f
}

.pritable .pacdetails .title {
    float: left;
    width: 100%;
    padding: 30px 0 45px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px
}

.pritable .pacdetails .title strong {
    color: #2a363f;
    font-size: 40px;
    font-weight: bold;
    display: block
}

.pritable .pacdetails .title h2 {
    font-size: 22px;
    color: #999;
    font-weight: normal;
    margin-bottom: 12px;
    display: block
}

.pritable .pacdetails ul {
    padding: 0;
    margin: 0
}

.pritable .pacdetails li {
    padding: 0;
    margin: 18px 0
}

.pritable .pacdetails li strong {
    font-weight: 600
}

.pritable .pacdetails .bottom {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
    border-top: 1px solid #eee
}

.pritable .pacdetails .bottom a {
    color: #2a363f;
    font-size: 16px;
    background: #eee;
    padding: 12px 35px;
    border-radius: 3px;
    transition: all .3s ease
}

.pritable .pacdetails .bottom a:hover {
    color: #fff;
    background: #999
}

.pritable .pacdetails .title sup {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0
}

.pritable .pacdetails .title sub {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0
}

.pritable .pacdetails.two {
    border-right: 0 solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 0 solid #eee
}

.pritable .pacdetails.four {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 0 solid #eee
}

.pritable .pacdetails.three {
    margin-top: -30px;
    box-shadow: 0 -5px 0 #86c724
}

.pritable .pacdetails.three .title strong {
    color: #86c724
}

.pritable .pacdetails.three .bottom a {
    color: #fff;
    background: #86c724
}

.pritable .pacdetails.three h6 {
    width: 140px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    background: #86c724;
    margin: 0 auto;
    line-height: 18px;
    border-radius: 10px
}

.pritable .pacdetails.three .title {
    padding-top: 30px
}

.pritable .pacdetails.three .title h2 {
    margin-top: 12px
}

.pritable.stwo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 160px 0 120px 0;
    background: #2a363f url("../images/site-img227.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center
}

.pritable.stwo .pacdetails {
    background: rgba(255, 255, 255, 0.97);
    border-right: 1px solid #999;
    box-shadow: 0 -5px 0 #999
}

.pritable.stwo .pacdetails .title {
    border-bottom: 1px solid #e3e3e3
}

.pritable.stwo .pacdetails.three .title strong {
    color: #3498db
}

.pritable.stwo .pacdetails.three .bottom a {
    color: #fff;
    background: #3498db
}

.pritable.stwo .pacdetails.three h6 {
    width: 140px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    background: #3498db;
    margin: 0 auto;
    line-height: 18px;
    border-radius: 10px
}

.pritable.stwo .pacdetails.three {
    box-shadow: 0 -5px 0 #3498db
}

.pricingtable1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0 0 0
}

.pricingtable1 ul {
    float: left;
    width: 107%;
    padding: 0;
    margin: 0
}

.pricingtable1 li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee
}

.pricingtable1 li.title {
    padding: 25px 0;
    background-color: #eee;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.pricingtable1 li.title h4 {
    font-weight: 300;
    margin-bottom: 10px
}

.pricingtable1 li.title h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif
}

.pricingtable1 li.title h1 em {
    font-size: 16px;
    font-weight: normal;
    font-style: normal
}

.pricingtable1 li.planbut {
    padding: 35px 0;
    background-color: #eee;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.pricingtable1 li.planbut a {
    color: #fff;
    font-size: 16px;
    padding: 12px 28px;
    background-color: #b1b1b1;
    border-radius: 4px;
    transition: all .3s ease
}

.pricingtable1 li.planbut a:hover {
    color: #fff;
    background-color: #86c724
}

.pricingtable1 ul.active li.planbut a {
    color: #fff;
    background-color: #86c724
}

.pricingtable1 ul.active li.title h4 {
    color: #86c724
}

.pricingtable1 ul.active li.title h1 {
    color: #86c724
}

.pricingtable1 ul.active li.title {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.pricingtable1 ul.active li.mostp {
    color: #fff;
    padding: 5px 0;
    background-color: #86c724;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.pricingtable1 ul.active {
    margin-top: -34px
}

.pricing-tables-main {
    position: relative;
    float: left;
    margin-top: 50px
}

.pricing-tables {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #eee
}

.pricing-tables .title {
    float: left;
    width: 100%;
    height: 57px;
    padding: 13px 0 10px 0;
    background-color: #454545;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal
}

.pricing-tables .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #636363;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal
}

.pricing-tables .price i {
    font-size: 14px;
    color: #ccc;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px
}

.pricing-tables .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272
}

.pricing-tables .cont-list ul {
    margin: 0;
    padding: 0
}

.pricing-tables .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 35px;
    border-bottom: 1px solid #fff
}

.pricing-tables .cont-list li.last {
    border: 0
}

.pricing-tables .ordernow {
    float: left;
    width: 100%;
    padding: 28px 0;
    background-color: #eee;
    text-align: center
}

.pricing-tables .ordernow .but_small3 span i {
    margin-left: 3px
}

.pricing-tables-helight .ordernow .but_small3 span i {
    margin-left: 3px
}

.pricing-tables-helight {
    position: relative;
    float: left;
    width: 27%;
    z-index: 9;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1)
}

.pricing-tables-helight .title {
    float: left;
    width: 100%;
    height: 73px;
    padding: 20px 0 0 0;
    margin-top: -10px;
    background-color: #88b330;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #739b20;
    border-bottom: 1px solid #abd457;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal
}

.pricing-tables-helight .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #86c724;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal
}

.pricing-tables-helight .price i {
    font-size: 14px;
    color: #eee;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px
}

.pricing-tables-helight .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272
}

.pricing-tables-helight .cont-list ul {
    margin: 0;
    padding: 0
}

.pricing-tables-helight .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 35px;
    border-bottom: 1px solid #fff
}

.pricing-tables-helight .cont-list li.last {
    border: 0
}

.pricing-tables-helight .ordernow {
    float: left;
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #f3f3f3;
    text-align: center;
    color: #fff
}

.pricingtable3 {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12)
}

.pricingtable3 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.pricingtable3 li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    background-color: #fff
}

.pricingtable3 li.title {
    color: #fff;
    padding: 18px 0;
    background-color: #999;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1)
}

.pricingtable3 li.title h3 {
    margin: 0
}

.pricingtable3 li.price {
    padding: 30px 0 20px 0
}

.pricingtable3 li.price h1 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: bold
}

.pricingtable3 li.price h1 em {
    font-size: 16px;
    font-style: normal;
    font-weight: normal
}

.pricingtable3 li.hecont {
    padding: 25px 50px 40px 50px;
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1)
}

.pricingtable3 li.hecont strong {
    background-color: #454545;
    padding: 12px 30px;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap
}

.pricingtable3 li.title.act {
    background-color: #86c724
}

.pricingtable3 li.hecont.act strong {
    background-color: #86c724
}

.pricingtable3 li.price.act h1 {
    color: #86c724
}

.pricingtable9 {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 50px 0 0 0
}

.pricingtable9 strong {
    color: #86c724;
    font-family: 'Roboto', sans-serif;
    font-size: 72px;
    font-weight: 300;
    margin: 40px 0 40px 0;
    display: block
}

.pricingtable9 b {
    color: #86c724;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block
}

.pricingtable9 span {
    float: left;
    width: 100%;
    padding: 25px 0 32px 0;
    color: #fff;
    background: #2a363f;
    margin-top: 45px;
    line-height: 27px
}

.pricingtable9 span i {
    font-size: 13px;
    margin-right: 1px
}

.pricingtable9.two strong {
    color: #f9bf36
}

.pricingtable9.two b {
    color: #f9bf36
}

.pricingtable10 {
    float: left;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    padding: 50px 0 0 0
}

.pricingtable10 strong {
    color: #ee7164;
    font-family: 'Roboto', sans-serif;
    font-size: 90px;
    font-weight: 300;
    margin: 50px 0 45px 0;
    display: block
}

.pricingtable10 b {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block
}

.pricingtable10 span {
    float: left;
    width: 100%;
    padding: 25px 0 30px 0;
    color: #fff;
    background: #ee7164;
    margin-top: 45px;
    line-height: 30px;
    font-size: 16px
}

.pricingtable10 span i {
    font-size: 14px;
    margin-right: 5px
}

ul.list_empty {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%
}

.list_empty li {
    float: left;
    padding: 0;
    margin: 0 16px 40px 0
}

ul.list_empty2 {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%
}

.list_empty2 li {
    float: left;
    padding: 0;
    margin: 0 5px 0 0
}

ul.list1 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.list1 li {
    padding: 8px 0;
    margin: 0
}

.list1 li i {
    font-size: 18px;
    margin-right: 8px
}

.list1.small li i {
    font-size: 12px;
    margin-right: 5px
}

ul.list2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.list2 li {
    padding: 0;
    margin: 0;
    line-height: 32px
}

.list2 li i {
    font-size: 14px;
    margin-right: 8px
}

ul.list9 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.list9 li {
    padding: 7px 0;
    margin: 0;
    font-size: 16px
}

.list9 li i {
    color: #86c724;
    font-size: 14px;
    margin-right: 8px
}

.list9 li a {
    color: #2a363f
}

.list9 li a:hover {
    color: #86c724
}

.counters1 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center
}

.counters1 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #2a363f
}

.counters1 h4 {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin: 13px 0 0 0
}

.counters1.two span {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

.counters1.two h4 {
    font-size: 16px;
    color: #fff;
    margin: 3px 0 0 0
}

.counters1.three span {
    font-size: 40px;
    color: #2a363f;
    font-weight: 400
}

.counters1.three h4 {
    font-size: 16px;
    color: #999;
    margin: 3px 0 0 0
}

.counters2 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center
}

.counters2 i {
    color: #86c724;
    font-size: 40px;
    display: block;
    margin-bottom: 30px
}

.counters2 h4 {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin: 30px 0 0 0
}

.counters2 .one_fourth {
    background-color: #f3f3f3;
    padding: 30px 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #2a363f;
    font-weight: bold
}

.counters2 .one_fifth {
    background: 0;
    padding: 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #2a363f;
    font-weight: bold
}

.counters2 .one_fifth h4 {
    font-size: 16px;
    color: #2a363f;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0 0 0
}

.counters2 .one_fifth .vlines {
    font-size: 16px;
    color: #2a363f;
    font-weight: 400;
    margin: 10px 0 0 0
}

.counters3 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center
}

.counters3 .one_fourth {
    padding: 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    color: #2a363f;
    text-align: left
}

.counters3 .one_fourth i {
    float: left;
    font-size: 55px;
    margin-bottom: 20px;
    margin-right: 25px
}

.counters3 .one_fourth.white {
    color: #e3e3e3
}

.counters3 .one_fourth.white i {
    color: #86c724
}

.counters3 .one_fourth.one {
    color: #86c724
}

.counters3 .one_fourth.one i {
    color: #86c724
}

.counters3 .one_fourth.two {
    color: #86c724
}

.counters3 .one_fourth.two i {
    color: #86c724
}

.counters3 .one_fourth.three {
    color: #3fc35f
}

.counters3 .one_fourth.three i {
    color: #3fc35f
}

.counters3 .one_fourth.four {
    color: #febc1d
}

.counters3 .one_fourth.four i {
    color: #febc1d
}

.counters3 h4 {
    text-align: left;
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin: 10px 0 0 0
}

.counters4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 45px 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    border: 1px solid #e9e9e9;
    color: #86c724
}

.counters4 span {
    font-weight: bold
}

.counters4 h4 {
    font-size: 21px;
    color: #454545;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0
}

.counters4.two {
    padding: 70px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f9f9f9
}

.counters4.three {
    padding: 100px 0 100px 0;
    border: 0;
    border-bottom: 1px solid #eee
}

.counters5 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center
}

.counters5 span {
    font-size: 67px;
    font-weight: 600;
    color: #fff
}

.counters5 h4 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 35px 0
}

.counters6 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 300
}

.counters6 i {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 35px
}

.counters6 h4 {
    display: block;
    width: 50%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 35px auto 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 5px 0 8px 0
}

.counters7 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: 600
}

.counters7 i {
    color: #59abe3;
    font-size: 30px;
    display: block;
    margin-bottom: 35px
}

.counters7 h4 {
    display: block;
    width: 50%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 21px auto 0 auto
}

.counters7.two i {
    color: #46d8bd
}

.counters8 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 45px;
    color: #2a363f;
    font-weight: 600
}

.counters8 h4 {
    display: block;
    width: 50%;
    font-size: 16px;
    color: #727272;
    margin: 27px auto 0 auto
}

.counters9 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center
}

.counters9 .circle {
    width: 138px;
    height: 138px;
    padding-top: 40px;
    border: 1px solid #eee;
    border-radius: 100%;
    margin: 0 auto
}

.counters9 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #2a363f;
    font-weight: 300
}

.counters9 h4 {
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin: 5px 0 0 0
}

.counters10 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 45px;
    color: #2a2a30;
    font-weight: 700
}

.counters10 h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #727272;
    margin: 18px auto 0 auto
}

.counters10 .one_half {
    padding: 30px 0 30px 0;
    border: 2px solid #e9e9e9
}

.counters11 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 50px;
    color: #272727;
    font-weight: 300;
    font-family: 'Roboto', sans-serif
}

.counters11 i {
    color: #d64541;
    font-size: 20px;
    display: block;
    margin-bottom: 35px
}

.counters11 h4 {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 50%;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin: 25px auto 0 auto;
    padding: 5px 0 8px 0
}

.counters12 {
    float: left;
    width: 100%
}

.counters12 h1 {
    font-weight: 800;
    margin-bottom: 0
}

.counters12 h5 {
    margin-bottom: 5px
}

.fati1 {
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background-color: #2a363f;
    margin-right: 13px;
    margin-bottom: 13px
}

.fati2 {
    color: #2a363f;
    font-size: 50px;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 30px
}

.fati3 {
    color: #2a363f;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #999;
    margin-bottom: 12px
}

.fati4 {
    color: #fff;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #86c724;
    margin-bottom: 12px
}

.fati4.two {
    float: left;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-right: 14px
}

.fati5 {
    color: #86c724;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #86c724;
    margin-bottom: 12px
}

.fati6 {
    color: #760001;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #ed2b2b;
    margin-bottom: 12px
}

.fati7 {
    color: #999;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px
}

.fati8 {
    color: #2a363f;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #2a363f;
    margin-bottom: 12px
}

.fati9 {
    color: #86c724;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 95px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    border: 5px solid #86c724;
    margin-bottom: 12px
}

.fati10 {
    color: #fff;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #febc1d;
    margin-bottom: 12px
}

.fati11 {
    color: #fff;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #35d3b7;
    margin-bottom: 12px
}

.fati12 {
    color: #527c00;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #a5d549;
    margin-bottom: 12px
}

.fati13 {
    color: #727272;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 95px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    margin-bottom: 12px
}

.fati14 {
    color: #2a363f;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 4px;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #999;
    margin-bottom: 12px
}

.fati15 {
    color: #fff;
    font-size: 45px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 4px;
    text-align: center;
    margin-right: 12px;
    background-color: #2a363f;
    margin-bottom: 12px
}

.fati16 {
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 35px;
    vertical-align: middle;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    background-color: #2a363f;
    margin-right: 14px;
    margin-bottom: 14px
}

.fati17 {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 27px;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background-color: #2a363f;
    margin-right: 14px;
    margin-bottom: 14px
}

.fati18 {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background-color: #2a363f;
    margin-right: 7px;
    margin-bottom: 7px
}

.fati19 {
    color: #fff;
    font-size: 21px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #fff;
    transition: all .3s ease
}

.fati19:hover {
    color: #86c724;
    border: 1px solid #fff;
    background: #fff
}

.flips1 {
    width: 100%;
    height: 320px;
    margin: 0;
    position: relative
}

.flipscont1 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.flips1_front {
    padding: 0;
    width: 100%;
    z-index: 2
}

.flips1_front img {
    width: 100%;
    height: 259px;
    margin-bottom: 10px
}

.flips1_front h5 {
    margin-bottom: 3px
}

.flips1_front img.full {
    width: 100%;
    height: auto
}

.flips1_back {
    width: 100%;
    padding: 50px 35px;
    color: #fff;
    background-color: #2a363f;
    z-index: 1;
    height: 320px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -sand-transform: rotateY(180deg)
}

.flips1:hover .flips1_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -sand-transform: rotateY(180deg)
}

.flips1:hover .flips1_back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -sand-transform: rotate(0deg)
}

.flips1_back .fsoci {
    float: left;
    width: 100%;
    margin: 18px 0 32px 0
}

.flips1_back .fsoci i {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: #fff;
    transition: all .3s ease
}

.flips1_back .fsoci i:hover {
    background: #fff;
    color: #272727
}

.flips2 {
    width: 100%;
    height: 320px;
    margin: 0;
    position: relative
}

.flipscont2 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #eee
}

.flips2_front {
    padding: 0;
    width: 100%;
    z-index: 2
}

.flips2_front img {
    width: 100%
}

.flips2_back {
    width: 100%;
    padding: 50px 35px;
    color: #fff;
    background-color: #86c724;
    z-index: 1;
    height: 320px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -sand-transform: rotateX(180deg)
}

.flips2:hover .flips2_front {
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -sand-transform: rotateX(180deg)
}

.flips2:hover .flips2_back {
    z-index: 2;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -sand-transform: rotate(0deg)
}

.flips3 {
    width: 100%;
    height: 230px;
    margin: 0;
    position: relative
}

.flipscont3 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #fff
}

.flips3_front.flipscont3 i {
    font-size: 50px;
    color: #86c724;
    margin-top: 50px;
    margin-bottom: 20px
}

.flips3_front {
    padding: 0;
    width: 100%;
    z-index: 2
}

.flips3_back {
    width: 100%;
    padding: 27px 35px;
    color: #fff;
    background-color: #86c724;
    z-index: 1;
    height: 230px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -sand-transform: rotateY(180deg)
}

.flips3:hover .flips3_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -sand-transform: rotateY(180deg)
}

.flips3:hover .flips3_back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -sand-transform: rotate(0deg)
}

.flips3.active .flips3_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -sand-transform: rotateY(180deg)
}

.flips3.active .flips3_back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -sand-transform: rotate(0deg)
}

.flips4 {
    width: 100%;
    height: 100px;
    margin: 0;
    position: relative
}

.flipscont4 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border: 1px solid #eee
}

.flips4_front {
    padding: 0;
    width: 100%;
    z-index: 2
}

.flips4_front img {
    width: 100%
}

.flips4_back {
    width: 100%;
    padding: 12px 25px 0 25px;
    background-color: #eee;
    z-index: 1;
    height: 100px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -sand-transform: rotateY(180deg)
}

.flips4:hover .flips4_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -sand-transform: rotateY(180deg)
}

.flips4:hover .flips4_back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -sand-transform: rotate(0deg)
}

.flips4_back h5 {
    margin-bottom: 5px
}

.flips4_back h5 a:hover {
    color: #86c724
}

.flips4.active .flips4_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -sand-transform: rotateY(180deg)
}

.flips4.active .flips4_back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -sand-transform: rotate(0deg)
}

.imgframe1 {
    float: left;
    width: 100%;
    border: 8px solid #d3d3d3
}

.imgframe2 {
    float: left;
    width: 100%;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.20)
}

.imgframe3 {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #2a363f;
    border: 8px solid #2a363f
}

.imgframe3 img {
    float: left;
    width: 100%
}

.imgframe3 strong {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    padding: 14px 0 12px 0;
    text-align: center
}

.imgframe4 {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 10px 6px -6px #454545;
    -moz-box-shadow: 0 10px 6px -6px #454545;
    box-shadow: 0 10px 6px -6px #454545
}

.imgframe5 {
    float: left;
    width: 100%;
    position: relative
}

.imgframe5 img {
    float: left;
    width: 100%
}

.imgframe5:before,
.imgframe5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 12px 10px #454545;
    -moz-box-shadow: 0 12px 10px #454545;
    box-shadow: 0 12px 10px #454545;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.imgframe5:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.imgframe6 {
    float: left;
    width: 100%;
    position: relative
}

.imgframe6 img {
    float: left;
    width: 100%;
    border: 10px solid #f3f3f3
}

.imgframe6:before,
.imgframe6:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 16px 10px #454545;
    -moz-box-shadow: 0 16px 10px #454545;
    box-shadow: 0 16px 10px #454545;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.imgframe6:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.pop-wrapper {
    width: 90%;
    padding: 0;
    margin: 0 auto 30px auto
}

.pop-wrapper li {
    float: left;
    margin: 0 25px 70px 25px
}

.pop-wrapper li a {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 2px;
    outline: 0;
    position: relative;
    background-color: #f3f3f3;
    border-radius: 100%;
    text-align: center
}

.pop-wrapper li a span {
    width: 300px;
    height: auto;
    line-height: 21px;
    padding: 10px;
    left: 50%;
    margin-left: -150px;
    font-family: 'Alegreya SC', Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #719dab;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid #fff;
    background: #f9f9f9;
    text-indent: 0;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pop-wrapper li a span:before,
.pop-wrapper li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1)
}

.pop-wrapper li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff
}

.pop-wrapper li a:hover span {
    opacity: .9;
    bottom: 116px
}

.pop-wrapper h6 {
    margin-top: 10px
}

.pop-wrapper2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 30px auto
}

.pop-wrapper2 li {
    float: left
}

.pop-wrapper2 li a span {
    width: 200px;
    height: auto;
    line-height: 21px;
    padding: 10px;
    left: 50%;
    margin-left: -134px;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #719dab;
    text-align: center;
    border: 4px solid #fff;
    background: #fff;
    text-indent: 0;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 80px;
    opacity: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal
}

.pop-wrapper2 li a span:before,
.pop-wrapper2 li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1)
}

.pop-wrapper2 li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff
}

.pop-wrapper2 li a:hover span {
    opacity: 1;
    bottom: 59px
}

.pop-wrapper2.colored li a span {
    color: #fff;
    border: 4px solid #86c724;
    background: #86c724;
    box-shadow: none
}

.pop-wrapper2.colored li a span:after {
    border-top: 10px solid #86c724
}

.pop-wrapper2 li a span.grayd {
    color: #fff;
    background: #454545;
    border: 4px solid #454545;
    box-shadow: none
}

.pop-wrapper2 li a span.grayd:after {
    border-top: 10px solid #454545
}

.pop-wrapper2 li a span.bord {
    background: #eee;
    border: 4px solid #e3e3e3;
    box-shadow: none
}

.pop-wrapper2 li a span.bord:after {
    border-top: 10px solid #e3e3e3
}

.pop-wrapper4 {
    padding: 0;
    margin: 0 auto 30px auto
}

.pop-wrapper4 li {
    float: left;
    margin: 0;
    padding: 0
}

.pop-wrapper4 li a {
    position: relative
}

.pop-wrapper4 li a span {
    width: 100px;
    height: auto;
    line-height: 21px;
    padding: 10px;
    left: 50%;
    margin-left: -56px;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 4px solid #454545;
    background: #454545;
    text-indent: 0;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 40px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pop-wrapper4 li a span:before,
.pop-wrapper4 li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1)
}

.pop-wrapper4 li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #454545
}

.pop-wrapper4 li a:hover span {
    opacity: .9;
    bottom: 50px
}

.smlined {
    width: 21%;
    height: 1px;
    background: #999;
    margin: 0 auto
}

.lirts {
    float: left;
    width: 100%
}

.lirts h5 {
    margin-bottom: 10px
}

.lirts i {
    float: left;
    font-size: 40px;
    color: #999;
    margin-right: 30px;
    margin-top: 7px
}

.lirts p {
    margin-left: 70px
}

.lirts span {
    float: left;
    font-size: 40px;
    color: #999;
    margin-right: 30px;
    margin-top: 3px
}

.big_text1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    color: #454545
}

.big_text1 i {
    color: #86c724;
    font-style: normal
}

.josstext {
    color: #2a363f;
    font-size: 27px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'Josefin Sans', sans-serif
}

.josstext span {
    width: 100px;
    height: 1px;
    background: #2a363f;
    display: block;
    margin-top: 20px
}

.josstext2 {
    width: 85%;
    margin: 0 auto 67px auto;
    color: #2a363f;
    font-size: 27px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'Josefin Sans', sans-serif
}

.josstext2 span {
    width: 100px;
    height: 1px;
    background: #2a363f;
    display: block;
    margin: 20px auto 0 auto
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
    .flips1 {
        height: 264px
    }

    .flips1_back {
        padding: 20px 10px;
        height: 264px
    }

    .flips2 {
        height: 264px
    }

    .flips2_back {
        padding: 20px 10px;
        height: 264px
    }

    .flips4_back {
        padding: 12px 10px 0 10px
    }

    .pop-wrapper2 li a span {
        margin-left: -112px
    }

    .counters10 {
        font-size: 30px
    }

    .counters10 h4 {
        font-size: 12px;
        margin: 10px auto 0 auto
    }

    .counters10 .one_half {
        padding: 20px 0 20px 0
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    .piechart1 {
        width: 30%
    }

    .piechart3 {
        width: 50%
    }

    .flips1 {
        height: 203px
    }

    .flips1_back {
        padding: 20px 10px;
        height: 203px
    }

    .flips1_back h4 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .flips1_back p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: -25px
    }

    .flips2 {
        height: 203px
    }

    .flips2_back {
        padding: 20px 10px;
        height: 203px
    }

    .flips2_back h4 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .flips2_back p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: -25px
    }

    .flips4_back {
        padding: 12px 0 0 0
    }

    .flips4_back p {
        font-size: 13px;
        line-height: 18px
    }

    .pricingtable3 li.hecont {
        padding: 20px 5px 35px 5px
    }

    .pricingtable3 .but_small1 {
        padding: 10px 10px
    }

    .pop-wrapper {
        width: 63%
    }

    .pop-wrapper li {
        float: left;
        margin: 0 40px 120px 40px
    }

    .pop-wrapper2 li a span {
        margin-left: -91px
    }

    .counters5 span {
        font-size: 55px
    }

    .counters5 h4 {
        font-size: 16px
    }

    .counters9 .circle {
        width: 120px;
        height: 120px;
        padding-top: 34px
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {
    .piechart1 {
        width: 50%
    }

    .piechart3 {
        width: 50%
    }

    .pritable .pacdetails {
        width: 100%;
        margin-bottom: 100px
    }

    .pritable .pacdetails.two {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .pritable .pacdetails.four {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .counters4 {
        font-size: 35px;
        line-height: 35px
    }

    .flips1_front img {
        width: 100%;
        height: 100%
    }

    .flips1_front img.full {
        width: 100%;
        height: 320px
    }

    .flips2_front img {
        width: 100%;
        height: 100%
    }

    .flips4_front img {
        width: auto
    }

    .flips4_back {
        padding: 22px 25px 0 25px
    }

    .pricing-tables {
        width: 100%;
        margin-bottom: 80px
    }

    .pricing-tables-helight {
        width: 100%;
        margin-bottom: 80px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee
    }

    .pop-wrapper {
        width: 75%
    }

    .pop-wrapper li {
        float: left;
        margin: 0 40px 120px 40px
    }

    .pop-wrapper2 li a span {
        margin-left: -281px
    }

    .counters5 span {
        font-size: 45px
    }

    .counters5 h4 {
        font-size: 16px
    }

    .button.five {
        padding: 13px 20px
    }

    .pricingtable9 strong {
        font-size: 55px;
        margin: 30px 0 30px 0
    }

    .counters9 .circle {
        width: 100px;
        height: 100px;
        padding-top: 27px
    }

    .counters9 span {
        font-size: 27px
    }

    .counters9 h4 {
        font-size: 14px;
        margin: 0
    }
}

@media only screen and (min-width:480px) and (max-width:639px) {
    .piechart1 {
        width: 50%
    }

    .piechart3 {
        width: 100%
    }

    .pritable .pacdetails {
        width: 100%;
        margin-bottom: 100px
    }

    .pritable .pacdetails.two {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .pritable .pacdetails.four {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .counters4 {
        font-size: 35px;
        line-height: 35px
    }

    .flips1_front img {
        width: 100%;
        height: 100%
    }

    .flips1_front img.full {
        width: 100%;
        height: 320px
    }

    .flips2_front img {
        width: 100%;
        height: 100%
    }

    .flips4_front img {
        width: auto
    }

    .flips4_back {
        padding: 22px 25px 0 25px
    }

    .pricing-tables {
        width: 100%;
        margin-bottom: 80px
    }

    .pricing-tables-helight {
        width: 100%;
        margin-bottom: 80px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee
    }

    .pop-wrapper {
        width: 50%
    }

    .pop-wrapper li {
        float: left;
        margin: 0 40px 120px 40px
    }

    .pop-wrapper2 li a span {
        margin-left: -217px
    }

    .counters5 span {
        font-size: 35px
    }

    .counters5 h4 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .stcode_title13 {
        font-size: 30px
    }
}

@media only screen and (max-width:479px) {
    .piechart1 {
        width: 100%
    }

    .piechart3 {
        width: 100%
    }

    .pritable .pacdetails {
        width: 100%;
        margin-bottom: 100px
    }

    .pritable .pacdetails.two {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .pritable .pacdetails.four {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

    .counters4 {
        font-size: 35px;
        line-height: 35px
    }

    .flips4_front img {
        width: auto
    }

    .flips4_back {
        padding: 12px 10px 0 10px
    }

    .pricing-tables {
        width: 100%;
        margin-bottom: 80px
    }

    .pricing-tables-helight {
        width: 100%;
        margin-bottom: 80px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee
    }

    .pop-wrapper {
        width: 68%
    }

    .pop-wrapper li {
        float: left;
        margin: 0 40px 120px 40px
    }

    .pop-wrapper2 li a span {
        margin-left: -150px
    }

    .but_medium1,
    .but_medium1.white {
        padding: 14px 20px
    }

    .counters5 span {
        font-size: 27px
    }

    .counters5 h4 {
        font-size: 12px;
        margin-bottom: 7px
    }

    .stcode_title13 {
        padding: 1px 10px;
        font-size: 25px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

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

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

.fa-flip-horizontal {
    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 {
    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: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-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-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"
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href)")"
    }

    abbr[title]:after {
        content: " ("attr(title)")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: ""
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: ""
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: ""
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: ""
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -10px
}

.row:before,
.row:after {
    display: table;
    content: ""
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: ""
}

.row:after {
    clear: both
}

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

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

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

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

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

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

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

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

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

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

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

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

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

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

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

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

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

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

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

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

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

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

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

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

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

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

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1000px) {
    .container {
        width: 750px
    }

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

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

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

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

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

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

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

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

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

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

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

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

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

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

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

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

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

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

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

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }

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

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

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

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

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

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

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

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

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

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

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

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

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

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

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

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

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

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

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

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }

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

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

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

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

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

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

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

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

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

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

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

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

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

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

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

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

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

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

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

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

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

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

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

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

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

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f3f3f3
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: ""
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: ""
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 80px
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.menu_main2 .dropdown-menu.pull-right {
    left: 0;
    right: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #272727;
    white-space: nowrap;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #454545;
    text-decoration: none;
    background-color: #f3f3f3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:1000px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: ""
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: ""
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: ""
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: ""
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child>.btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: ""
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: ""
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}

ul.nav .dropdown li a em {
    color: #fff;
    background: #9eca45;
    font-style: normal;
    padding: 3px 5px 2px 5px;
    border-radius: 1px;
    margin-left: 3px;
    text-transform: uppercase;
    font-size: 9px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:1000px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:1000px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:hover .caret,
.nav-pills>li.active>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:1000px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:1000px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border: 0 solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: ""
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: ""
}

.navbar:after {
    clear: both
}

@media(min-width:1000px) {}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: ""
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: ""
}

.navbar-header:after {
    clear: both
}

@media(min-width:1000px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: auto;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ""
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ""
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: hidden
}

.menu_main2 .navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:1000px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:1000px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:1000px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:1000px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:1000px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:1000px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px
}

@media(max-width:1000px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:1000px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media(min-width:1000px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media(min-width:1000px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:1000px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -4px;
    border-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:1000px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default .navbar-brand {
    color: #777
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media(max-width:767px) {

    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {

    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media(max-width:767px) {

    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {

    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media(max-width:767px) {

    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {

    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media(max-width:767px) {

    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {

    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {

    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .navbar {
        border: 1px solid transparent
    }
}

@media only screen and (max-width:479px) {
    .navbar {
        border: 1px solid transparent
    }
}

ul.nav>li>a.active {
    color: #86c724
}

ul.nav>li>a:hover.active {
    color: #86c724
}

ul.nav>li>a:hover {
    color: #86c724;
    transition: all .3s ease
}

ul.nav .dropdown li a.active,
ul.nav .dropdown li a.active i {
    color: #86c724
}

ul.nav .dropdown li:hover a.active {
    color: #86c724
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #86c724
}

.mega-menu-contnew .section-box a.active,
.mega-menu-contnew .section-box a.active strong,
.mega-menu-contnew .section-box a.active span,
.mega-menu-contnew .section-box a.active i {
    color: #86c724
}

.list-unstyled a.active {
    color: #393939
}

.list-unstyled a.active i {
    color: #393939
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0
}

.yamm .yamm-content {
    padding: 50px 40px 40px 40px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.yamm .dropdown.yamm-hw .dropdown-menu {
    left: auto;
    right: 0;
    width: 550px
}

.yamm .yamm-content .col-md-4,
.yamm .yamm-content .col-md-8 {
    padding-right: 5px;
    padding-left: 5px
}

.yamm .yamm-content .thumbnail {
    padding: 0;
    border: 0
}

.yamm .yamm-content .caption {
    padding: 0
}

.yamm .yamm-content .caption h3 {
    font-size: 18px;
    color: #272727;
    margin-top: 14px;
    margin-bottom: 8px
}

.yamm .yamm-content .caption p {
    font-size: 14px;
    color: #727272
}

.list-unstyled.two {
    margin-top: -12px
}

.list-unstyled li p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2a363f;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0;
    margin-bottom: 18px;
    letter-spacing: .5px
}

.list-unstyled li i {
    color: #999;
    margin-right: 4px;
    font-size: 11px;
    transition: all .3s ease
}

.list-unstyled li {
    padding: 5px 0
}

.list-unstyled a {
    color: #727272;
    padding: 5px 0 5px 0;
    width: 100%;
    font-size: 14px;
    transition-property: margin-left, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all .3s ease
}

.list-unstyled a:hover {
    color: #393939;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 3px
}

.list-unstyled a:hover i {
    color: #393939
}

.menu-sepbox {
    float: right;
    width: 136%;
    padding: 27px 40px 31px 40px;
    background: #f7f7f7;
    margin-top: -5px;
    text-align: center;
    font-family: 'Roboto', sans-serif
}

.menu-sepbox img {
    float: left;
    width: 100%
}

.menu-sepbox h6 {
    margin-bottom: 0
}

.menu-sepbox a.purcnow {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #2a363f;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s ease
}

.menu-sepbox a.purcnow:hover {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #86c724;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600
}

.mega-menu-contnew {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif
}

.mega-menu-contnew .section-box {
    float: left;
    width: 50%;
    color: #999;
    font-weight: 300;
    transition: all .3s ease
}

.mega-menu-contnew .section-box.last {
    background: #f3f3f3
}

.mega-menu-contnew .section-box strong {
    color: #454545;
    font-size: 18px;
    font-weight: 400;
    display: block;
    transition: all .3s ease
}

.mega-menu-contnew .section-box span {
    float: left;
    color: #6e7a83;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 14px;
    margin-right: 12px;
    border-right: 1px solid #eee;
    transition: all .3s ease
}

.mega-menu-contnew .section-box i {
    float: left;
    color: #6e7a83;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 14px;
    margin-right: 12px;
    border-right: 1px solid #eee;
    transition: all .3s ease
}

.mega-menu-contnew .section-box a {
    color: #999
}

.mega-menu-contnew .section-box a:hover,
.mega-menu-contnew .section-box a:hover strong,
.mega-menu-contnew .section-box a:hover span,
.mega-menu-contnew .section-box a:hover i {
    color: #86c724
}

.mega-menu-contnew .section-box.last {
    text-align: center;
    background: #f7f7f7;
    border-left: 1px solid #e3e3e3;
    padding: 25px 0 38px 0;
    font-size: 14px;
    color: #2a363f
}

.mega-menu-contnew .section-box.last strong {
    color: #2a363f;
    font-size: 40px;
    font-weight: 800;
    margin: 12px 0 5px 0
}

.mega-menu-contnew .section-box.last strong em {
    font-size: 18px;
    font-weight: 400;
    font-style: normal
}

.mega-menu-contnew .section-box.last b {
    text-decoration: line-through;
    font-style: normal;
    font-weight: normal;
    color: #999
}

.mega-menu-contnew .section-box.last a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #2a363f;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s ease
}

.mega-menu-contnew .section-box.last a:hover {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #86c724;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600
}

.list-unstyled a:before {
    font-size: 12px;
    margin-right: 5px
}

.row-border+.row .caption h3 {
    margin-top: 0
}

.row-border {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .list-unstyled li:first-child {
        border-bottom: 0;
        margin-bottom: 0;
        top-bottom: 15px
    }

    .list-unstyled li p {
        color: #bbb
    }

    .list-unstyled li {
        padding: 8px 0
    }

    .list-unstyled a {
        color: #bbb
    }

    .list-unstyled a {
        color: #bbb
    }

    .list-unstyled a {
        color: #bbb
    }

    .list-unstyled a:hover {
        color: #fff
    }

    .yamm .yamm-content .thumbnail {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.075)
    }

    .yamm .yamm-content .caption p {
        color: #ccc
    }

    .yamm .yamm-content .caption h3 {
        color: #ccc
    }

    .yamm .yamm-content .thumbnail>img {
        margin-left: 0
    }

    .row-border {
        border-bottom: 0
    }
}

@media(max-width:999px) {
    .list-unstyled a {
        color: #bbb
    }

    .list-unstyled li:first-child {
        border-bottom: 1px solid #3b3b3b;
        margin-bottom: 16px
    }

    .list-unstyled li p {
        color: #fff;
        padding-top: 10px
    }

    .list-unstyled .img_left4 {
        margin-right: 20px
    }
}
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0;
    border-radius: 0
}

.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase
}

.navbar-nav>li>a i {
    display: block;
    text-align: center
}

.navbar-default {
    margin-right: -32px
}

.navbar-default.two {
    width: 100%
}

.navbar-nav.dark>li>a {
    padding-top: 30px;
    padding-bottom: 27px;
    text-transform: uppercase
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media(min-width:769px; ) {
    .dropdown-submenu>.dropdown-menu:last-child {
        border-top: 0 solid #000
    }
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-brand {
    padding: 0;
    margin: 15px 0
}

.wrapper {
    margin-top: 0
}

.navbar-fixed-top+.wrapper {
    margin-top: 104px
}

.dropdown-menu {
    min-width: 200px
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    transition: all .3s ease
}

.dropdown-menu>li>a:hover {
    border-bottom: 1px solid #eee
}

.dropdown-menu>li:last-child>a {
    border-bottom: 0 solid #d1d1d1
}

.help {
    height: 40px
}

.help>.container {
    padding-top: 10px
}

@media(max-width:999px) {
    .navbar-collapse.pull-right {
        width: 100%;
        background: #1e1e1e
    }

    #navbar-collapse-1>ul>li.dropdown>a>b {
        float: right
    }

    .navbar-default .navbar-brand {
        margin-left: 14px
    }

    #navbar-collapse-1>ul>li {
        border-bottom: 1px solid #eee
    }

    #navbar-collapse-1>ul>li.open {
        background-color: #2b2b2b
    }

    .help {
        display: none
    }

    .navbar-nav>li>a {
        color: #b3b3b3;
        padding: 14px 15px
    }

    .navbar-nav>li>a:hover {
        color: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #92d102;
        background-color: transparent;
        padding: 10px 20px;
        border-bottom: 0
    }

    .dropdown-menu>li>a {
        padding: 8px 20px !important;
        border-bottom: 0
    }

    .dropdown-submenu>.dropdown-menu:last-child {
        border-top: 0
    }
}

.navbar-nav>li>a {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.25)
}

.callus {
    color: #545454;
    font-size: 13px;
    padding-top: 13px
}

.callus a {
    margin-right: 20px;
    color: #545454
}

.social-icons ul li {
    float: left;
    list-style-type: none;
    margin: 10px 0 10px 7px
}

.social-icons a {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    text-align: center
}

.social-icons a i {
    font-size: 15px;
    color: #272727;
    line-height: 24px;
    text-align: center
}

.social-icons a:hover {
    background-color: #272727;
    border: 1px solid #272727
}

.social-icons a:hover i {
    color: #fff
}

.header {
    -webkit-border-radius: 0;
    border-spacing: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
    -webkit-touch-callout: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

:focus {
    outline: 0
}

body {
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210, 210, 210, .4)
}

.header {
    display: block;
    position: fixed;
    z-index: 9000 !important;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 110px;
    padding-top: 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.header.innerpages {
    top: 0;
    padding-top: 20px;
    background: #fff
}

.compact .header {
    display: block;
    position: fixed;
    z-index: 9000 !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .99);
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

.compact .header #logo {
    background-size: 50%;
    background-position: left 9px
}

.menu_main .col-md-3 {
    width: 28%;
    border-right: 1px solid #eee;
    margin-right: 7%
}

.menu_main .col-md-3.last {
    border-right: 0 solid #eee;
    margin-right: 0
}

@media only screen and (min-width:1000px) and (max-width:1169px) {
    .compact .header #logo {
        background-size: 45%;
        background-position: left 12px
    }

    .mega-menu-contnew .section-box strong {
        font-size: 16px
    }

    .mega-menu-contnew .section-box span,
    .mega-menu-contnew .section-box i {
        font-size: 25px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
        margin-right: 10px
    }

    .menu-sepbox {
        width: 139%;
        padding: 27px 20px 31px 20px
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    .compact .header #logo {
        background-position: left 12px
    }

    .compact .header {
        padding-top: 0;
        padding-bottom: 10px
    }

    .menu_main .col-md-3 {
        width: 100%;
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .menu_main .col-md-3.last {
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .yamm .yamm-content {
        padding: 10px 20px 20px 20px
    }

    .mega-menu-contnew .section-box strong {
        color: #fff;
        font-size: 16px
    }

    .mega-menu-contnew .section-box span,
    .mega-menu-contnew .section-box i {
        color: #fff;
        border-right: 1px solid #454545;
        font-size: 21px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 8px;
        margin-right: 8px
    }

    .menu-sepbox {
        width: 100%;
        padding: 27px 20px 31px 20px
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {
    .header {
        top: 77px
    }

    .compact .header #logo {
        background-position: left 10px
    }

    .compact .header {
        padding-top: 0;
        padding-bottom: 5px
    }

    .menu_main .col-md-3 {
        width: 100%;
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .menu_main .col-md-3.last {
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .yamm .yamm-content {
        padding: 10px 20px 20px 20px
    }

    .mega-menu-contnew .section-box {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 40px
    }

    .mega-menu-contnew .section-box strong {
        color: #fff
    }

    .mega-menu-contnew .section-box span,
    .mega-menu-contnew .section-box i {
        color: #fff;
        border-right: 1px solid #454545
    }

    .menu-sepbox {
        width: 100%;
        padding: 27px 20px 31px 20px
    }
}

@media only screen and (min-width:480px) and (max-width:639px) {
    .header {
        top: 77px
    }

    .compact .header #logo {
        background-position: left 10px
    }

    .compact .header {
        padding-top: 0;
        padding-bottom: 5px
    }

    .menu_main .col-md-3 {
        width: 100%;
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .menu_main .col-md-3.last {
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .yamm .yamm-content {
        padding: 10px 20px 20px 20px
    }

    .mega-menu-contnew .section-box {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 40px
    }

    .mega-menu-contnew .section-box strong {
        color: #fff
    }

    .mega-menu-contnew .section-box span,
    .mega-menu-contnew .section-box i {
        color: #fff;
        border-right: 1px solid #454545
    }

    .menu-sepbox {
        width: 100%;
        padding: 27px 20px 31px 20px
    }
}

@media only screen and (max-width:479px) {
    .header {
        top: 77px
    }

    .compact .header #logo {
        background-position: left 10px
    }

    .compact .header {
        padding-top: 0;
        padding-bottom: 5px
    }

    .menu_main .col-md-3 {
        width: 100%;
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .menu_main .col-md-3.last {
        border-right: 0 solid #eee;
        margin-right: 0
    }

    .yamm .yamm-content {
        padding: 10px 20px 20px 20px
    }

    .mega-menu-contnew .section-box {
        width: 95%;
        margin-left: 3%;
        margin-bottom: 40px
    }

    .mega-menu-contnew .section-box strong {
        color: #fff
    }

    .mega-menu-contnew .section-box span,
    .mega-menu-contnew .section-box i {
        color: #fff;
        border-right: 1px solid #454545
    }

    .menu-sepbox {
        width: 100%;
        padding: 27px 20px 31px 20px
    }
}

@media(max-width:999px) {
    #navbar-collapse-1>ul>li {
        border-bottom: 0
    }
}

.nav>li>a {
    padding-left: 18px;
    padding-right: 18px
}

.navbar-default .navbar-nav>li>a {
    color: #2a363f;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif
}

.menu_main3 .navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 7px 5px;
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    margin-left: 0;
    background: #272727;
    cursor: pointer;
    float: right
}

.navbar-toggle>span {
    Color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #272727
}

.navbar-collapse {
    border-top: 0
}

@media only screen and (min-width:99px) and (max-width:999px) {
    li.dropdown ul.dropdown-menu li a {
        color: #fff
    }

    li.dropdown ul.dropdown-menu li a:hover {
        color: #333;
        border-bottom: 0
    }

    li.dropdown a:hover {
        color: #fff
    }

    li.dropdown ul.dropdown-menu .yamm-content li a:hover {
        color: #999
    }
}

@media(min-width:1000px) {
    .dropdown-submenu:hover>.dropdown-menu {
        -webkit-animation-duration: .5s;
        -webkit-animation-name: fadeInFromNone;
        -webkit-animation-fill-mode: forwards;
        animation-duration: .5s;
        animation-name: fadeInFromNone;
        animation-fill-mode: forwards;
        -ms-animation-duration: .5s;
        -ms-animation-name: fadeInFromNoneIE;
        -ms-animation-fill-mode: forwards
    }

    .yamm ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
        animation-duration: .5s;
        animation-name: fadeInFromNone;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .5s;
        -webkit-animation-name: fadeInFromNone;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-duration: 5s;
        -ms-animation-name: fadeInFromNoneIE;
        -ms-animation-fill-mode: forwards
    }

    @-webkit-keyframes fadeInFromNone {
        0% {
            opacity: 0
        }

        1% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeInFromNoneIE {
        0% {
            opacity: 0
        }

        1% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeInFromNone {
        0% {
            opacity: 0
        }

        1% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        padding: 22px 18px
    }
}

.navbar-toggle>button {
    background: 0;
    border: 0;
    float: right
}

.navbar-default .navbar-toggle i {
    color: #fff;
    font-size: 21px
}

.yamm ul.nav li.dropdown:hover b {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.container>.navbar-collapse {
    margin-right: 0
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.25)
}

button.navbar-toggle {
    clear: right
}

.width50 {
    width: 50%
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.dropdown-menu.two {
    right: 0
}

.container-fluid {
    width: 100%;
}

.more-info {
    margin-top: .5rem;
}

.more_info_button {
    padding: .7rem 1.4rem;
    background-color: #2a363f;
}

.more_info_button:hover {
    color: #fff;
}

.more-info-container {
    position: relative;
    background-color: #2a363f;
    color: #fff;
    padding: 1rem 1.4rem;
    z-index: 200;
    display: none;
    width: 100%;
    margin-top: 1rem;
    width: 100%;
    transition: all .3s ease;
}

.more_info_close {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 1rem;
    cursor: pointer;
}

.more-info-container table {
    border-collapse: collapse;
    width: 100%;
}

.more-info-container table tbody tr td {
    padding: 2rem;
    white-space: nowrap;
}

.more-info-container table thead {
    background-color: #86c724;
    color: #2a363f;
}

.more-info-container table thead tr th {
    padding: 2rem;
}

.more-info-container table tbody tr:nth-child(even) {
    background-color: #748a9c;
}

.more-info-container table tbody tr:nth-child(odd) {
    background-color: #485561;
}

.more-info-container .button-link {
    padding: .4rem .7rem;
    background-color: #fff;
    color: #2a363f;
    border: 1px solid #2a363f;
    transition: all .3s ease;
}

.more-info-container .button-link:hover {
    background-color: #86c724;
}

.h-1 {
    height: 1rem;
}

.w-1 {
    width: 1rem;
}

.h-2 {
    height: 1.5rem;
}

.w-2 {
    width: 1.5rem;
}

.f-row {
    overflow-x: auto;
}


@media only screen and (min-width:99px) and (max-width:999px) {
    .navbar-default .navbar-nav>li>a {
        color: #999
    }
}

@media only screen and (max-width:1199px) {
    .container>.navbar-collapse {
        z-index: 9999
    }

    .navbar-default.two {
        margin-right: 200px
    }

    .navbar-default {
        margin-right: 0
    }

    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:1112px) {
    .container>.navbar-collapse {
        z-index: 9999
    }

    .navbar-default.two {
        margin-right: 227px
    }
}

@media only screen and (max-width:991px) {
    .menu_main2 .container>.navbar-collapse {
        width: 100%;
        background-color: #161616
    }
}

@media only screen and (max-width:800px) {
    .navbar-default.two {
        margin-right: 0
    }
}

@media only screen and (max-width:479px) {
    .host_plans .caps {
        font-size: 20px
    }

    .domain_search .offers {
        display: none
    }

    .webtarhely h5 img {
        width: 100%;
        height: auto;
        display: block
    }

    .mmtb-1 {
        margin: 1em 0
    }

    .iconcenter {
        height: 40px
    }

    .iconcenter h4 {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .top_nav {
        display: none
    }

    .header {
        top: 0
    }

    .logo {
        width: auto
    }

    .logo img {
        max-width: 180px;
        height: auto
    }

    .menu_main {
        right: 30px;
        width: 55%
    }

    .domain_search .offers {
        display: none
    }

    .host_plans .planbox .prices strong {
        font-size: 30px
    }

    .feature_section1 .caps {
        font-size: 20px
    }

    .tarhely h1 {
        font-size: 20px
    }

    .host_plans .one_fifth_less .planbox .prices:before {
        border-left: 0;
        border-right: 0
    }

    .host_plans .one_third_less .planbox .prices:before {
        border-left: 0;
        border-right: 0
    }

    .tarhely {
        padding-top: 40px
    }

    .tarhely h1 {
        margin-bottom: 20px
    }

    .bottom {
        padding: 40px 0 0 0
    }

    .tld,
    .period {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    .menu_main {
        right: 50px;
        width: 60%
    }

    .host_plans .planbox .prices strong {
        font-size: 30px
    }

    .domain_search .offers li {
        font-size: 16px
    }

    .footer .one_half {
        width: 40%
    }

    .footer .one_fourth img {
        max-width: 100%;
        height: auto
    }

    .wtarhely .planbox .prices:before {
        border-left: 0;
        border-right: 0
    }

    .host_plans .one_fifth_less .planbox .prices:before {
        border-left: 0;
        border-right: 0
    }

    .host_plans .one_third_less .planbox .prices:before {
        border-left: 0;
        border-right: 0
    }

    .host_plans .planbox .prices a {
        padding: 10px 10px
    }

    .tarhely .planbox .title h4.caps strong {
        font-size: 14px;
        padding: 0 8px
    }

    .tarhely .planbox .prices strong {
        font-size: 20px;
        margin-bottom: 0px
    }

    .iconcenter {
        height: 50px
    }

    .iconcenter h4 {
        font-size: 12px
    }
}

@media only screen and (min-width:1000px) and (max-width:1199px) {
    .host_plans .one_fifth_less .planbox .prices:before {
        border-left: 88px solid transparent;
        border-right: 88px solid transparent;
        bottom: -14.6777777px
    }

    .host_plans .one_third_less .planbox .prices:before {
        border-left: 155.5px solid transparent;
        border-right: 155.5px solid transparent;
        bottom: -14.6777777px
    }

    .iconcenter {
        height: 50px
    }

    .iconcenter h4 {
        font-size: 14px
    }
}

@media only screen and (max-width:1199px) {
    #scrollTo {
        margin: 30px 0 20px 0
    }

    .scrollup {
        bottom: 22px;
        left: 20px
    }
}

.cc-window {
    z-index: 2147483655;
}

.robot{
    display:none;
}

.planbox .prices div {
    font-size: 12px
}

.planbox .prices a {
    top: 10px;
    position: relative
}
