/*-----------------------------------------------------------------------------------*/


/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

.home ::selection {
    background: #1c1c1c;
    color: #fff;
}

.home ::-moz-selection {
    background: #000;
    color: #fff;
}

.home footer::selection {
    background: #fff;
    color: #000;
}

.home footer::-moz-selection {
    background: #fff;
    color: #000;
}

 .home .breadcrumbs_block::selection {
    background: #fff;
    color: #000;
}

 .home .breadcrumbs_block::-moz-selection {
    background: #fff;
    color: #000;
}

 .home .cleancode_block::selection {
    background: #fff;
    color: #000;
}

 .home .cleancode_block::-moz-selection {
    background: #fff;
    color: #000;
}

body.home {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
}

 .home #page {
    overflow-x: hidden;
    position: relative;
    z-index: 5;
}

 .home .preloader_hide {
    opacity: 0;
}

 .home #preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    display: block;
}

.home section {
    background-color: #fff;
}

 .home .container {
    padding-left: 0;
    padding-right: 0;
}

 .home .parallax {
    background-position: 0 0;
    width: 100%;
    background-attachment: fixed !important;
}

.home a,
.home input,
.home select,
.home textarea {
    vertical-align: top;
    outline: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.home select:-moz-focusring {
    color: transparent;
    outline: none !important;
    text-shadow: 0 0 0 #000 !important;
    border: 0 !important;
}

.home textarea {
    resize: none;
}

.home img {
    outline: 0;
    vertical-align: top;
    border: 0;
    max-width: 100.1%;
    height: auto;
}

.home a {
    color: #999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home a:hover,
.home a:focus {
    text-decoration: none;
    color: #333;
}

 .home .margbot0 {
    margin-bottom: 0;
}

 .home .margbot5 {
    margin-bottom: 5px !important;
}

 .home .margbot10 {
    margin-bottom: 10px;
}

 .home .margbot20 {
    margin-bottom: 20px;
}

 .home .margbot25 {
    margin-bottom: 25px;
}

 .home .margbot30 {
    margin-bottom: 30px !important;
}

 .home .margbot40 {
    margin-bottom: 40px;
}

 .home .margbot50 {
    margin-bottom: 50px;
}

 .home .margbot60 {
    margin-bottom: 60px;
}

 .home .margbot70 {
    margin-bottom: 70px;
}

 .home .margbot80 {
    margin-bottom: 80px;
}

 .home .pad0 {
    padding: 0 !important;
}

 .home .padbot0 {
    padding-bottom: 0 !important;
}

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

 .home .padbot20 {
    padding-bottom: 20px !important;
}

 .home .padbot30 {
    padding-bottom: 30px !important;
}

 .home .padbot40 {
    padding-bottom: 40px !important;
}

 .home .padbot50 {
    padding-bottom: 50px !important;
}

 .home .padbot60 {
    padding-bottom: 60px !important;
}

 .home .padbot70 {
    padding-bottom: 70px !important;
}

 .home .padbot80 {
    padding-bottom: 80px !important;
}

 .home .padtop0 {
    padding-top: 0 !important;
}

 .home .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 166, 124, 0.5);
}

 .home .relative_block {
    position: relative;
    z-index: 5;
}


/*-----------------------------------------------------------------------------------*/


/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/

.home hr {
    border-color: #ededed;
}

.home ul,
.home ol {
    padding: 0;
    margin: 0;
}

.home li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home p {
    margin: 0 0 20px;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 300;
    color: #333;
}

.home h1 {
    margin: 0 0 26px;
    line-height: 46px;
    font-size: 46px;
}

.home h2 {
    margin: 0 0 26px;
    line-height: 40px;
    font-size: 40px;
}

.home h2 b {
    font-weight: 500;
}

.home h3 {
    margin: 0 0 21px;
    line-height: 25px;
    font-size: 22px;
}

.home h3 b {
    font-weight: 900;
}

.home h4 {
    margin: 0 0 34px;
    line-height: 25px;
    font-size: 20px;
}

.home h4 b {
    font-weight: 500;
}

.home h5 {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 15px;
}

.home h6 {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 12px;
}

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

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

 .home .color_text {
    color: #30a67c;
}

 .home .color_dark {
    color: #505050;
}

 .home .color_light {
    color: #979797;
}

 .home .color_white {
    color: #fff;
}

 .home .color_red {
    color: #c10707;
}

 .home .color_yellow {
    color: #fec400;
}

 .home .color_bg {
    background: #30a67c;
}


/* __________ blockquote __________ */

.home blockquote {
    position: relative;
    margin: 0 0 13px;
    padding: 0 0 0 47px;
    border: 0;
    font-style: italic;
    font-size: 16px;
    color: #979797;
}

.home blockquote:before {
    content: '“';
    position: absolute;
    left: 15px;
    top: 13px;
    font-style: italic;
    font-size: 70px;
    color: #979797;
}


/*-----------------------------------------------------------------------------------*/


/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/


/* __________ Buttons __________ */

 .home .btn {
    margin: 0;
    padding: 24px 27px 22px;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    text-shadow: none;
    background-image: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .btn:focus,
 .home .btn:hover {
    color: #333;
    border-color: #333;
}

 .home .btn-active {
    background-color: #FFEC00;
    color: #fff;
    border-color: #1c1c1c;
}

 .home .btn-active:hover {
    color: #fff;
}

 .home .btn-lg {
    padding: 19px 30px;
    font-size: 18px;
}

 .home .btn-sm {
    padding: 6px 20px 5px;
    font-size: 13px;
}

 .home .btn-xs {
    padding: 2px 15px 3px;
    font-size: 11px;
}

 .home .btn_shortcodes .btn {
    margin: 0 7px 10px 0;
}

 .home .btn_shortcodes .btn:last-child {
    margin-right: 0;
}

 .home .ie .btn,
 .home .ie .btn-default {
    filter: none !important;
}


/* __________ breadcrumb __________ */

 .home .breadcrumbs_block {
    padding: 81px 0;
    background-image: url(../images/clean_code_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

 .home .breadcrumbs_block h2 {
    margin-bottom: 15px;
    line-height: 80px;
    font-size: 80px;
    color: #fff;
}

 .home .breadcrumbs_block p {
    margin: 0;
    line-height: 34px;
    font-size: 26px;
    color: #999;
}


/*-----------------------------------------------------------------------------------*/


/*	HEADER
/*-----------------------------------------------------------------------------------*/

.home header {
    position: relative;
    height: 80px;
    background-color: #fff;
}


/* __________ Logo __________ */

 .home .logo {
    float: left;
    margin-top: 6px;
}

 .home .logo a {
    text-transform: uppercase;
    line-height: 80px;
    font-size: 26px;
    color: #333;
}

 .home .logo a span {
    display: inline-block;
    padding-right: 18px;
}

 .home .logo a span.b1 {
    font-weight: 900;
}

 .home .logo a span.b2 {
    font-weight: 700;
}

 .home .logo a span.b3 {
    font-weight: 400;
}

 .home .logo a span.b4 {
    font-weight: 300;
}

 .home .logo a span.b5 {
    font-weight: 100;
}


/* __________ Menu __________ */

 .home .menu_block {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    width: 100%;
    background-color: #FFEC00;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

 .home .navmenu ul li {
    position: relative;
    display: inline-block;
}

 .home .navmenu ul li a {
    border-bottom: 3px solid transparent;
    display: block;
    margin: 0 0 10px 0px;
    padding: 14px 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 16px;
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .navmenu li:hover a,
 .home .navmenu li.active a {
    color: #333;
    font-weight: 600;
}
/*
.home .navmenu ul li.active a.main {
    color: #1c1c1c;
    border-bottom: 3px solid #1c1c1c;
}
*/
.home .navmenu ul li.active {
    /* border-bottom: 3px solid #E74638; */
    /* color: #E74638; */
}

/*.home .navmenu ul li:hover a.main {
    color: #1c1c1c;
    border-bottom: 3px solid #1c1c1c;
}
*/

/* Sub menu */

 .home .sub-menu ul {
    display: none;
    position: absolute;
    z-index: 9990;
    width: 180px;
    left: 50%;
    top: 100%;
    padding: 0;
    margin: 3px 0 0 -90px;
}

 .home .sub-menu.last ul {
    right: 0;
    left: auto;
}

 .home .sub-menu ul:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #1c1c1c;
}

 .home .sub-menu ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 0;
}

 .home .sub-menu ul li a {
    position: relative;
    margin: 0;
    padding: 15px 5px 14px 21px;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    color: #999 !important;
    background: #1c1c1c;
    border-bottom: 1px solid #282828;
}

 .home .sub-menu ul li:last-child a {
    border-bottom: 0;
}

 .home .sub-menu ul li.active a,
 .home .sub-menu ul li a:hover {
    color: #fff !important;
    background: #161616;
}


/*-----------------------------------------------------------------------------------*/


/*	SEARCH FORM TOP
/*-----------------------------------------------------------------------------------*/

 .home #search-form form {
    position: relative;
    height: 40px;
    margin: 20px 0 20px 19px;
    padding-left: 49px;
    border-left: 1px solid #ccc;
    font-family: FontAwesome;
}

 .home #search-form form:before {
    content: "\f002";
    position: absolute;
    left: 29px;
    top: -2px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #cccc;
}

 .home #search-form input {
    width: 42px;
    margin: 0;
    padding: 11px 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    background: none;
    border: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home #search-form input:focus {
    width: 140px;
    padding: 11px 20px 11px 0;
}


/*-----------------------------------------------------------------------------------*/


/*	HOME
/*-----------------------------------------------------------------------------------*/

 .home #home {
    position: relative;
}


/*-----------------------------------------------------------------------------------*/


/*	ABOUT
/*-----------------------------------------------------------------------------------*/

 .home #about {
    padding-top: 70px;
}


/* __________ Services __________ */

 .home .services_block {
    padding: 7px 0 0;
}

 .home .services_item {
    display: block;
    cursor: default;
}

 .home .services_item p {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 19px;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    color: #333;
}

 .home .services_item p b {
    font-weight: 400;
}

 .home .services_item p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ccc;
}

 .home .services_item span {
    display: block;
    padding-bottom: 9px;
    font-weight: 300;
    font-size: 14px;
    color: #666;
}


/* __________ Clean Code __________ */

 .home .cleancode_block {
    padding: 96px 0 78px;
    background-image: url(../img/clean_code_bg.jpg);
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed !important;
}

 .home .cleancode_block .tab-content {
    overflow: hidden;
    padding: 0;
    margin: 0 0 80px;
}

 .home .cleancode_block p.title {
    margin: 0 0 17px;
    font-weight: 100;
    line-height: 80px;
    font-size: 60px;
    color: #fff;
}

 .home .cleancode_block p.title b {
    font-weight: 500;
}

 .home .cleancode_block span {
    font-weight: 300;
    line-height: 34px;
    font-size: 26px;
    color: #999;
}

 .home .cleancode_block .tab-pane {
    display: block;
    height: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

 .home .cleancode_block .tab-pane.active {
    height: auto;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

 .home .ie .cleancode_block .tab-pane {
    display: none;
}

 .home .ie .cleancode_block .tab-pane.active {
    display: block;
}

 .home .cleancode_block .nav-tabs {
    margin: 0 -15px;
    border: 0;
}

 .home .cleancode_block .nav-tabs li {
    margin: 0;
    padding: 0 5px;
}

 .home .cleancode_block .nav-tabs li a {
    width: 170px;
    height: 170px;
    margin: 0;
    padding: 54px 0 0;
    text-align: center;
    border: 0 !important;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

 .home .cleancode_block .nav-tabs li a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0 -102px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

 .home .cleancode_block .nav-tabs li a.i1 i {
    background-image: url(../images/i1.png);
}

 .home .cleancode_block .nav-tabs li a.i2 i {
    background-image: url(../images/i2.png);
}

 .home .cleancode_block .nav-tabs li a.i3 i {
    background-image: url(../images/i3.png);
}

 .home .cleancode_block .nav-tabs li a.i4 i {
    background-image: url(../images/i4.png);
}

 .home .cleancode_block .nav-tabs li a.i5 i {
    background-image: url(../images/i5.png);
}

 .home .cleancode_block .nav-tabs li a.i6 i {
    background-image: url(../images/i6.png);
}

 .home .nav-tabs li a:hover,
 .home .nav-tabs li a:focus {
    background-color: transparent;
}

 .home .nav-tabs li.active a,
 .home .nav-tabs li.active a:hover,
 .home .nav-tabs li.active a:focus {
    background-color: #fff;
}

 .home .nav-tabs li a:hover i {
    background-position: 0 -7px;
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

 .home .nav-tabs li.active a i {
    background-position: 0 0;
    transform: translateY(-16px);
    -o-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
}

 .home .cleancode_block .nav-tabs li a span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    opacity: 0;
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

 .home .nav-tabs li.active a span {
    opacity: 1;
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}


/* __________ Multi Purpose __________ */

 .home .purpose_block {
    padding: 90px 0px 45px 0px;
}

 .home .purpose_block p {
    margin-bottom: 26px;
    font-weight: 300;
    line-height: 26px;
    font-size: 17px;
    color: #666;
}

 .home .purpose_block .btn {
    margin-top: 2px;
    margin-right: 16px;
    margin-bottom: 58px;
}

 .home .purpose_block .btn-active {
    overflow: hidden;
}

 .home .purpose_block .btn-active span:before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    line-height: 20px;
    font-size: 13px;
    color: #FFEC00;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .purpose_block .btn-active:hover span:before {
    color: #1c1c1c;
}

 .home .purpose_block .btn-active span {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .purpose_block .btn-active:hover span,
 .home .purpose_block .btn-active:focus span {
    color: #FFEC00;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

 .home .purpose_block .ipad_img1 {
    margin-top: -111px;
    /* height: 400px; */
}


/*-----------------------------------------------------------------------------------*/


/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/

 .home #projects {
    padding-top: 47px;
}

 .home .work_item {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .owl-item:hover .work_item {
    transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

 .home .work_item .work_description {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .work_item:hover .work_description {
    opacity: 1;
}

 .home .work_item .work_description .work_descr_cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .work_item:hover .work_description .work_descr_cont {
    opacity: 1;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

 .home .work_item .work_description a {
    display: block;
    margin: 0 0 6px;
    font-weight: 300;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}

 .home .work_item .work_description span {
    color: #666;
}

 .home .work_item a.zoom {
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 36px;
    margin-left: -30px;
    opacity: 0;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

 .home .work_item:hover a.zoom {
    bottom: 56px;
    opacity: 1;
}

 .home .work_item a.zoom:hover {
    background-image: url(../images/zoom_h.png);
}


/* __________ WORKS DETAILS __________ */

 .home #project_prev,
 .home #project_close,
 .home #project_next {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 -2px 0 -3px;
    border: 2px solid #ccc;
    font-family: FontAwesome;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

 .home #project_prev:hover,
 .home #project_close:hover,
 .home #project_next:hover {
    z-index: 2;
    border-color: #333;
}

 .home #project_prev i,
 .home #project_close i,
 .home #project_next i {
    line-height: 46px;
    font-size: 26px;
    color: #ccc;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

 .home #project_close i {
    margin: 0 -2px;
}

 .home #project_prev:hover i,
 .home #project_close:hover i,
 .home #project_next:hover i {
    color: #333;
}

 .home #project_prev.first,
 .home #project_next.last {
    cursor: default;
}

 .home #project_prev.first:hover,
 .home #project_next.last:hover {
    border-color: #ccc;
}

 .home #project_prev.first:hover i,
 .home #project_next.last:hover i {
    color: #ccc;
}

.home ul.project_info li {
    margin-bottom: 3px;
    font-style: italic;
    color: #505050;
}

.home ul.project_info li span {
    color: #979797;
}

.home ul.project_info li span {
    color: #979797;
}

 .home .project_shared {
    padding: 15px 0;
}

 .home .project_shared a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #ccc;
}

 .home .project_shared a:hover {
    border-color: #333;
    color: #333;
}


/* __________ Our Clients __________ */

 .home .our_clients {
    padding: 71px 0 78px;
}

 .home .our_clients .client_img {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .our_clients .client_img:hover {
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/


/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/

 .home #team {
    padding: 75px 0 100px;
    background-image: url(../img/team_bg.jpg);
    background-size: cover;
    background-attachment: fixed !important;
}

 .home .crewman_item {
    position: relative;
    margin: 0 15px;
}

 .home .crewman_item .crewman_descr {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

 .home .crewman_item:hover .crewman_descr {
    opacity: 1;
}

 .home .crewman_item .crewman_descr .crewman_descr_cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

 .home .crewman_item:hover .crewman_descr .crewman_descr_cont {
    opacity: 1;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

 .home .crewman_item .crewman_descr p {
    margin: 0 0 6px;
    font-weight: 300;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}

 .home .crewman_item .crewman_descr span {
    color: #666;
}

 .home .crewman_item .crewman_social {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

 .home .crewman_item .crewman_social a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 7px 0 10px;
    border: 2px solid #333;
    border-radius: 50%;
    line-height: 58px;
    font-size: 26px;
    color: #333;
}

 .home .crewman_item:hover .crewman_social {
    bottom: 56px;
    opacity: 1;
}

 .home .crewman_item .crewman_social a:hover {
    color: #fff;
    border-color: #fff;
}


/*-----------------------------------------------------------------------------------*/


/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

 .home #news {
    padding: 45px 0 50px;
}

 .home .testimonials {
    margin-bottom: 77px;
}

 .home .testim_content {
    font-weight: 300;
    line-height: 38px;
    font-size: 26px;
    color: #FFF;
}

 .home .testim_author {
    padding-top: 46px;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
}

 .home .testim_author b {
    font-weight: 500;
    color: #FFEC00;
}


/*-----------------------------------------------------------------------------------*/


/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/

 .home .post_item_img {
    position: relative;
}

 .home .post_item_img:before {
    content: '';
    position: absolute;
    z-index: 25;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .post_item:hover .post_item_img:before {
    background-color: rgba(0, 0, 0, 0.8);
}

 .home .post_item_content {
    padding: 23px 0 0;
}

 .home .post_item_content a.title {
    font-weight: 300;
    line-height: 34px;
    font-size: 24px;
    color: #333;
}

 .home .post_item_inf {
    padding-top: 2px;
}

 .home .post_item_inf li {
    display: inline-block;
    padding-right: 12px;
    color: #ccc;
}

 .home .post_item_inf a {
    padding-right: 12px;
    font-weight: 300;
    font-size: 14px;
}

 .home .post_item_img a.link {
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: 30%;
    width: 60px;
    height: 36px;
    margin: 0 0 -18px -30px;
    opacity: 0;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

 .home .post_item:hover .post_item_img a.link {
    bottom: 50%;
    opacity: 1;
}

 .home .post_item_img a.link:hover {
    background-image: url(../images/zoom_h.png);
}


/* __________ Recent Posts Small __________ */

 .home .recent_posts_small {
    margin-bottom: 15px;
}

 .home .post_item_img_small {
    overflow: hidden;
    float: left;
    width: 70px;
    height: 50px;
    margin: 2px 15px 13px 0;
}

 .home .post_item_img_small img {
    width: auto;
    max-width: none;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

 .home .recent_posts_small:hover .post_item_img_small img {
    opacity: 0.5;
}

 .home .post_item_content_small a.title {
    display: block;
    line-height: 17px;
    font-size: 14px;
    color: #ccc;
}

 .home .post_item_content_small a.title:hover {
    color: #666;
}

 .home .post_item_inf_small li {
    display: inline-block;
    padding-top: 4px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 11px;
    color: #666;
}


/* __________ Recent Posts Sidebar __________ */

 .home .recent_posts_widget {
    margin-bottom: 25px;
}

 .home .post_item_img_widget {
    overflow: hidden;
    width: 270px;
    height: 180px;
    margin-bottom: 16px;
    background-color: #000;
}

 .home .post_item_img_widget img {
    width: auto;
    max-width: none;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

 .home .recent_posts_widget:hover .post_item_img_widget img {
    opacity: 0.5;
}

 .home .post_item_content_widget a.title {
    display: block;
    line-height: 21px;
    font-size: 18px;
    color: #333;
}

 .home .post_item_content_widgeta.title:hover {
    color: #666;
}

 .home .post_item_inf_widget li {
    display: inline-block;
    padding-top: 12px;
    padding-right: 10px;
    line-height: 17px;
    font-size: 11px;
    color: #999;
}


/*-----------------------------------------------------------------------------------*/


/*	FOOTER
/*-----------------------------------------------------------------------------------*/

 .home #contacts {
    position: relative;
    z-index: 0;
    padding: 0;
    background: transparent;
}

.home footer {
    overflow: hidden;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 50%;
    opacity: 0;
    width: 100%;
    padding: 60px 0 10px;
    color: #999;
    background-color: #1c1c1c;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.home footer h4 {
    color: #FFEC00;
}


/* __________ Footer About Block __________ */

 .home .foot_about_block p {
    margin-bottom: 24px;
    padding-right: 71px;
    line-height: 24px;
    font-size: 12px;
}


/*-----------------------------------------------------------------------------------*/


/*	MAP
/*-----------------------------------------------------------------------------------*/

 .home #map {
    position: fixed;
    z-index: 3;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 401px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home #map iframe {
    width: 100%;
    height: 399px;
}

 .home #map.showed {
    bottom: 0;
}

 .home .map_hide {
    position: absolute;
    left: 50%;
    z-index: 20;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 525px;
    background-color: #333;
    font-family: FontAwesome;
    text-align: center;
}

 .home .map_hide:hover {
    background-color: #fff;
}

 .home .map_hide i {
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .map_hide i {
    margin: 0 -2px;
}

 .home .map_hide:hover i {
    color: #333;
}


/*-----------------------------------------------------------------------------------*/


/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/

 .home .social li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

 .home .social li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #FFEC00;
    text-align: center;
    line-height: 46px;
    font-size: 23px;
    color: #FFEC00;
}

 .home .social li a:hover {
    color: #ccc;
    border-color: #ccc;
}


/*-----------------------------------------------------------------------------------*/


/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/


/* __________ Contact Form __________ */

.home textarea,
.home input[type="text"] {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 8px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    font-style: normal;
    border-radius: 0;
    background: none;
    border: 2px solid #242424;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}

.home textarea {
    overflow: hidden;
    min-height: 95px;
    resize: none;
}

.home textarea,
.home input[type="text"].last {
    margin-right: 0;
}

.home textarea:focus,
.home input[type="text"]:focus,
.home input[type="password"]:focus,
.home input[type="datetime"]:focus,
.home input[type="datetime-local"]:focus,
.home input[type="date"]:focus,
.home input[type="month"]:focus,
.home input[type="time"]:focus,
.home input[type="week"]:focus,
.home input[type="number"]:focus,
.home input[type="email"]:focus,
.home input[type="url"]:focus,
.home input[type="search"]:focus,
.home input[type="tel"]:focus,
.home input[type="color"]:focus {
    outline: 0;
    box-shadow: none;
    color: #666;
    border-color: #ccc;
}

 .home .contact_btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 10px 0;
    padding: 13px 30px;
    border: 2px solid #242424;
    border-radius: 0;
    box-shadow: 0;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 20px;
    font-size: 13px;
    color: #333;
    background: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .contact_btn.active,
 .home .contact_btn:hover {
    background: none;
    color: #fff;
    border-color: #ccc;
}

 .home .notification_error {
    color: #30a67c;
}


/*-----------------------------------------------------------------------------------*/


/*	BLOG
/*-----------------------------------------------------------------------------------*/

 .home .single_page #blog {
    padding-top: 50px;
}

 .home .blog_block hr {
    border-top: 2px solid #e9e9e9;
}


/* __________ Blog Post __________ */

 .home .blog_post_img {
    overflow: hidden;
    float: left;
    position: relative;
    width: 470px;
    height: 369px;
    margin-right: 30px;
    background-color: #000;
}

 .home .blog_post_img img {
    width: auto;
    max-width: none;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .blog_post:hover .blog_post_img img {
    opacity: 0.5;
}

 .home .blog_post a.zoom {
    position: absolute;
    z-index: 30;
    left: 50%;
    bottom: 50px;
    width: 60px;
    height: 36px;
    margin: 0 0 -30px -30px;
    opacity: 0;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

 .home .blog_post:hover a.zoom {
    bottom: 50%;
    opacity: 1;
}

 .home .blog_post a.zoom:hover {
    background-image: url(../images/zoom_h.png);
}

 .home .blog_post_descr hr {
    border-color: #e9e9e9;
    margin: 25px 0;
}

 .home .blog_post_date {
    margin-top: -3px;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
}

 .home .blog_post_title {
    display: block;
    padding-bottom: 19px;
    line-height: 36px;
    font-size: 30px;
    color: #333;
}

 .home .blog_post_title:hover {
    color: #666;
}

 .home .blog_post_info li {
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

 .home .blog_post_info li:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 4px;
    height: 12px;
    width: 1px;
    background-color: #d3d3d3;
}

 .home .blog_post_info li:last-child:before {
    display: none;
}

 .home .blog_post_info li a {
    font-size: 14px;
}

 .home .blog_post_content {
    padding-bottom: 18px;
    line-height: 26px;
    font-size: 17px;
}

 .home .blog_post .read_more_btn {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

 .home .blog_post .read_more_btn:hover {
    color: #666;
}


/* __________ Pagination __________ */

 .home .pagination {
    display: block;
    margin: 0 0 50px;
    padding: 0;
    border-radius: 0;
}

 .home .pagination li {
    float: left;
    width: 68px;
    height: 70px;
}

 .home .pagination li a {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 900;
    text-align: center;
    line-height: 68px;
    font-size: 20px;
    color: #999;
}

 .home .pagination li a:focus,
 .home .pagination li a:hover {
    background: none !important;
    color: #333 !important;
}

 .home .pagination li.active a {
    border: 2px solid #333 !Important;
    font-size: 26px;
    color: #333 !important;
    background: none !important;
}


/* __________ Single Blog Post __________ */

 .home .single_blog_post_date {
    margin: -2px 0 -4px;
    line-height: 13px;
    font-size: 11px;
    color: #999;
}

 .home .single_blog_post_title {
    padding-bottom: 12px;
    line-height: 60px;
    font-size: 50px;
    color: #333;
}

 .home .single_blog_post_info {
    padding-bottom: 20px;
}

 .home .single_blog_post_info li {
    position: relative;
    display: inline-block;
    padding: 0 25px 4px 0;
}

 .home .single_blog_post_info li:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 4px;
    height: 12px;
    width: 1px;
    background-color: #d3d3d3;
}

 .home .single_blog_post_info li:last-child:before {
    display: none;
}

 .home .single_blog_post_info li a {
    font-size: 14px;
}

 .home .single_blog_post_img img {
    margin-bottom: 23px;
    width: 100%;
}

 .home .single_blog_post_content {
    line-height: 26px;
    font-size: 17px;
}


/* __________ Single Blog Post Tags __________ */

 .home .single_blog_post_tags li {
    display: inline-block;
    margin: 0 3px 5px 0;
}

 .home .single_blog_post_tags li a {
    display: block;
    padding: 9px 19px;
    font-size: 16px;
    border: 1px solid #e9e9e9;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

 .home .single_blog_post_tags li a:hover {
    padding: 8px 18px;
    border: 2px solid #333;
}


/* __________ Comments __________ */

 .home #comments .avatar {
    overflow: hidden;
    margin: 3px 30px 0 0;
    width: 70px;
    height: 70px;
    border: 1px solid #efefef;
}

 .home #comments .avatar img {
    width: 100%;
}

 .home .comment_right {
    display: table;
}

 .home .comment_info {
    padding-bottom: 11px;
}

 .home #comments .comment_author {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

 .home #comments .comment_date {
    color: #999;
    font-size: 11px;
}

 .home #comments .comment_inf_sep {
    padding: 0 12px;
    font-size: 16px;
    color: #ccc;
}

 .home #comments .comment_right p {
    font-size: 12px;
}

 .home #comment_form textarea,
 .home #comment_form input[type="text"] {
    padding: 10px 8px 11px;
    border-color: #e9e9e9;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

 .home #comment_form textarea {
    min-height: 140px;
}

 .home #comment_form .contact_btn {
    background-color: #1c1c1c;
    color: #fff;
}

 .home #comment_form .contact_btn:hover {
    background-color: #ccc;
}

 .home .comment_note {
    padding-top: 11px;
    font-size: 12px;
}


/*-----------------------------------------------------------------------------------*/


/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/

 .home .single_page #portfolio {
    padding-top: 50px;
}

 .home .portfolio_block hr {
    border-top: 2px solid #e9e9e9;
}


/* __________ Single Portfolio Post __________ */

 .home .single_portfolio_post_title {
    padding-bottom: 20px;
    line-height: 40px;
    font-size: 40px;
    color: #333;
}


/*-----------------------------------------------------------------------------------*/


/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/

 .home .sidepanel {
    margin-bottom: 25px;
}

 .home .sidebar hr {
    border-color: #e9e9e9;
    margin: 25px 0;
}


/* __________ Widjet Meta __________ */

 .home .widget_meta li {
    position: relative;
    padding: 13px 10px 12px 30px;
    border-top: 1px solid #e9e9e9;
}

 .home .widget_meta li:last-child {
    border-bottom: 1px solid #e9e9e9;
}

 .home .widget_meta li:before {
    content: '°';
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 27px;
    color: #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 .home .widget_meta li:hover:before {
    color: #333;
}

 .home .widget_meta li a {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    color: #666;
}

 .home .widget_meta li a:hover {
    color: #333;
}


/* __________ Popular Tags __________ */

 .home .widget_tags li {
    display: inline-block;
    margin: 0 3px 5px 0;
}

 .home .widget_tags li a {
    display: block;
    padding: 9px 19px;
    font-size: 16px;
    border: 1px solid #e9e9e9;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

 .home .widget_tags li a:hover {
    padding: 8px 18px;
    border: 2px solid #333;
}


/* __________ Text Widget __________ */

 .home .widget_text p {
    line-height: 26px;
    font-size: 16px;
}


/* __________ Work Info __________ */

 .home .work_info {
    padding-bottom: 25px;
}

 .home .work_info li {
    padding-bottom: 6px;
    font-size: 14px;
    color: #999;
}

 .home .work_info li a {
    color: #333;
}


/* __________ Shared __________ */

 .home .shared li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

 .home .shared li a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 46px;
    font-size: 23px;
    color: #ccc;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

 .home .shared li a:hover {
    padding: 0;
    color: #333;
    border: 2px solid #242424;
}

 .home .cleancode_block p.title {
    margin: 0 0 17px;
    font-weight: 100;
    line-height: 80px;
    font-size: 60px;
    color: #fff;
}

 .home .cleancode_block p.title-2 {
    margin: 0 0 17px;
    font-weight: 100;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
}

 .home .cleancode_block p.title-3 {
    margin: 0 0 17px;
    font-weight: 100;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

 .home .cleancode_block p.title-4 {
    margin: 0 0 17px;
    font-weight: 100;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
}

.home2 .logo img{
    padding:10px;
}

/*
.home2 .header2_search,.header2_menu{
    margin-top: 116px;
}
*/

.home .navmenu {
    margin-top: 15px;
}

.home2 .navmenu {
    margin-top: 116px;
}

.home2 .menu_block{
    position: static;
}
.home2 footer {
    overflow: hidden;
    position: static;
    opacity: 1;


}

.home2 footer {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
}

/*-----------------------------------------------------------------------------------*/


/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
     .home .parallax,
     .home .cleancode_block,
     .home #team,
     .home .top_slider .slide1,
     .home .top_slider .slide2,
     .home .top_slider .slide3 {
        background-attachment: scroll !important;
        background-position: 0 0;
    }
     .home .top_slider .slide1,
     .home .top_slider .slide2,
     .home .top_slider .slide3 {
        /*background-size: cover !important;*/
        /*background-size: contain !important;*/
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 1024px) {}

@media (min-width: 992px) and (max-width: 1199px) {
     .home .parallax,
     .home .cleancode_block,
     .home #team {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
    }
    .home h2 {
        font-size: 35px;
        line-height: 35px;
    }
    /* __________ Menu __________ */
     .home .navmenu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* __________ Index __________ */
     .home .cleancode_block p.title {
        font-size: 70px;
        line-height: 70px;
    }
     .home .cleancode_block .nav-tabs li a {
        width: 136px;
        height: 136px;
        padding-top: 35px;
    }
     .home .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }
     .home .cleancode_block .nav-tabs li a span {
        font-size: 16px;
    }
     .home .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }
     .home .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
     .home .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
     .home .purpose_block p {
        font-size: 15px;
        line-height: 22px;
    }
     .home .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }
     .home .work_item:hover a.zoom {
        bottom: 30px;
    }
     .home .img_wrapper {
        width: 137px !important;
    }
     .home .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }
     .home .post_item_img a.link:hover {
        background-position: 0 -24px;
    }
     .home .post_item_content a.title {
        font-size: 19px;
        line-height: 24px;
    }
     .home .owl-theme .owl-controls {
        top: -69px;
    }
     .home .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }
     .home .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }
    /* __________ Blog __________ */
     .home .blog_post_descr hr {
        margin: 15px 0;
    }
     .home .blog_post_img {
        width: 400px;
        height: 314px;
    }
     .home .blog_post_title {
        font-size: 24px;
        line-height: 27px;
    }
     .home .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }
     .home .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }
    /* __________ Sidebar __________ */
     .home .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }
     .home .post_item_img_widget {
        width: 220px;
        height: 146px;
    }
     .home .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }
    /* __________ All Styles __________ */
     .home .breadcrumbs_block {
        padding: 50px 0;
    }
     .home .map_hide {
        margin-left: 435px;
    }
}

@media (min-width: 768px) {
       /*menu for desktop*/
    .menu--antonio .menu__link {
        position: relative;
        color: #1c1c1c;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }
    .menu--antonio .menu__item-current .menu__link {
        color: #1c1c1c;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu--antonio .menu__item-current .menu__link.special {
        color: #bf211e;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu--antonio .menu__link:hover,
    .menu--antonio .menu__link:focus {
       color: #1c1c1c;
    }

    .menu--antonio .menu__item::before,
    .menu--antonio .menu__item::after,
    .menu--antonio .menu__link::before,
    .menu--antonio .menu__link::after {
        content: '';
        position: absolute;
        background: #1c1c1c;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
    }

    .home .navmenu li.special a {
        color: #bf211e;
    }

    .menu--antonio .menu__item.special::before,
    .menu--antonio .menu__item.special::after,
    .menu--antonio .menu__link.special::before,
    .menu--antonio .menu__link.special::after {
        content: '';
        position: absolute;
        background: #bf211e;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
    }

    .menu--antonio .menu__item::before,
    .menu--antonio .menu__item::after {
        top: 0;
        width: 2px;
        height: 78%;
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
    }

    .menu--antonio .menu__item::before {
        left: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    .menu--antonio .menu__item::after {
        right: 0;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .menu--antonio .menu__link::before,
    .menu--antonio .menu__link::after {
        left: 2px;
        width: 97%;
        height: 2px;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }

    .menu--antonio .menu__link::before {
        top: 0px;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    .menu--antonio .menu__link::after {
        bottom: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .menu--antonio .menu__item:hover::before,
    .menu--antonio .menu__item:hover::after,
    .menu--antonio .menu__item:hover .menu__link::before,
    .menu--antonio .menu__item:hover .menu__link::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu--antonio .menu__item.active::before,
    .menu--antonio .menu__item.active::after,
    .menu--antonio .menu__item.active .menu__link::before,
    .menu--antonio .menu__item.active .menu__link::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu--antonio .menu__item.active::before,
    .menu--antonio .menu__item.active::after,
    .menu--antonio .menu__item.active .menu__link::before,
    .menu--antonio .menu__item.active .menu__link::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu--antonio .menu__item-current::after {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .menu--antonio .menu__item-current .menu__link::before {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .menu--antonio .menu__item-current .menu__link::after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .home .logo a {
        font-size: 22px;
    }
     .home #search-form input:focus {
        width: 42px;
    }
    /* __________ Menu __________ */
     .home .navmenu ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    /* __________ Index __________ */
     .home .cleancode_block p.title {
        font-size: 60px;
        line-height: 60px;
    }
     .home .cleancode_block span {
        font-size: 20px;
        line-height: 24px;
    }
     .home .cleancode_block .nav-tabs li a {
        width: 100px;
        height: 100px;
        padding-top: 24px;
    }
     .home .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }
     .home .cleancode_block .nav-tabs li a span {
        font-size: 13px;
    }
     .home .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }
     .home .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
     .home .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
     .home .purpose_block {
        padding-top: 35px;
    }
     .home .purpose_block .ipad_img1 {
        margin-top: -50px;
    }
     .home .purpose_block p {
        font-size: 12px;
        line-height: 20px;
    }
     .home .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }
     .home .work_item:hover a.zoom {
        bottom: 30px;
    }
     .home .img_wrapper {
        width: 100px !important;
    }
     .home .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }
     .home .post_item_img a.link:hover {
        background-position: 0 -24px;
    }
     .home .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }
     .home .post_item_content {
        padding-top: 15px;
    }
     .home .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }
     .home .post_item_inf li {
        padding-right: 5px;
    }
     .home .owl-theme .owl-controls {
        top: -69px;
    }
     .home .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }
     .home .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }
     .home .crewman_item .crewman_social a {
        width: 36px;
        height: 36px;
        margin: 0 2px 0 5px;
        font-size: 17px;
        line-height: 34px;
    }
     .home .crewman_item:hover .crewman_social {
        bottom: 30px;
    }
     .home .testim_content {
        font-size: 17px;
        line-height: 24px;
    }
    /* __________ Blog __________ */
     .home .blog_post_descr hr {
        margin: 15px 0;
    }
     .home .blog_post_img {
        width: 400px;
        height: 314px;
    }
     .home .blog_post_title {
        font-size: 24px;
        line-height: 27px;
    }
     .home .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }
     .home .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }
    /* __________ Sidebar __________ */
     .home .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }
     .home .post_item_img_widget {
        width: 220px;
        height: 146px;
        float: left;
        margin-right: 30px;
    }
     .home .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }
    /* __________ All Styles __________ */
     .home .breadcrumbs_block {
        padding: 50px 0;
    }
     .home .breadcrumbs_block h2 {
        font-size: 60px;
        line-height: 64px;
    }
     .home .breadcrumbs_block p {
        font-size: 21px;
        line-height: 24px;
    }
    /* __________ Footer __________ */
    .home footer {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
    }
     .home .map_hide {
        margin-left: 325px;
    }
     .home .respond_clear {
        clear: both;
        height: 0;
        font-size: 0;
    }
}

@media (max-width: 991px) {
    .page-content {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
     .home .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home h2 {
        font-size: 30px;
        line-height: 32px;
    }
     .home .logo a {
        font-size: 22px;
    }
     .home #search-form input:focus {
        width: 42px;
    }
    /* __________ Menu __________ */
    .home a.menu_toggler {
        display: inline-block;
        float: right;
        margin: 20px 0 0 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        font-size: 23px;
        color: #fff;
        background-color: #333;
    }
    .home a.menu_toggler:hover {
        background-color: #333;
    }
     .home .navmenu {
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        background-color: rgba(16, 16, 16, 0.55);
        z-index: 9999;
        margin: 115px 2px -1px -1px;
        -webkit-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
        display: none;
        height: 1200px;
    }
     .home .navmenu ul {
        padding: 10px 0;
        background-color: #fff;
    }
     .home .navmenu ul li {
        display: block;
        text-align: left;
    }
     .home .navmenu ul li a {
        padding: 4px 20px;
    }
     .home .sub-menu ul {
        display: block;
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
     .home .sub-menu ul:before {
        display: none !important;
    }
     .home .navmenu li.sub-menu:hover,
     .home .navmenu li.sub-menu.active_page {
        background: none;
    }
     .home .sub-menu ul li a {
        background: none;
        border: 0;
        padding-left: 30px;
    }
     .home .sub-menu ul li a:hover,
     .home .sub-menu ul li.active a {
        background: none !important;
        color: #333 !Important;
    }
     .home .sub-menu ul li a:before {
        content: '-';
        position: absolute;
        z-index: 10;
        left: 17px;
        top: 4px;
        color: #666;
    }
    /* __________ Index __________ */
     .home .cleancode_block p.title {
        font-size: 40px;
        line-height: 40px;
    }
     .home .cleancode_block span {
        font-size: 15px;
        line-height: 22px;
    }
     .home .cleancode_block .nav-tabs {
        margin: 0 auto;
        width: 450px;
    }
     .home .cleancode_block .nav-tabs li a {
        width: 120px;
        height: 120px;
        padding-top: 24px;
    }
     .home .cleancode_block .nav-tabs li a i {
        width: 45px;
        height: 45px;
    }
     .home .cleancode_block .nav-tabs li a span {
        font-size: 13px;
    }
     .home .cleancode_block .nav-tabs li a i {
        background-position: 0 -45px;
    }
     .home .nav-tabs li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
     .home .nav-tabs li.active a i {
        background-position: 0 0;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
     .home .purpose_block {
        padding-top: 35px;
    }
     .home .ipad_img_in {
        width: 350px;
        margin: 0 auto;
    }
     .home .purpose_block .ipad_img1 {
        margin-top: 40px;
    }
     .home .purpose_block p {
        font-size: 12px;
        line-height: 20px;
    }
     .home .work_item a.zoom {
        width: 40px;
        height: 24px;
        margin-left: -20px;
    }
     .home .work_item:hover a.zoom {
        bottom: 30px;
    }
     .home .our_clients .row {
        text-align: center;
        margin: 0 auto;
        width: 450px;
    }
     .home .client_img {
        width: 140px;
        display: inline-block;
    }
     .home .img_wrapper {
        width: 110px !important;
    }
     .home .post_item_img a.link {
        width: 40px;
        height: 24px;
        margin: 0 0 -12px -20px;
    }
     .home .post_item_img a.link:hover {
        background-position: 0 -24px;
    }
     .home .post_item_content a.title {
        font-size: 15px;
        line-height: 20px;
    }
     .home .post_item_content {
        padding-top: 15px;
    }
     .home .post_item_inf a {
        font-size: 12px;
        padding-right: 5px;
    }
     .home .post_item_inf li {
        padding-right: 5px;
    }
     .home .owl-theme .owl-controls {
        top: -69px;
    }
     .home .testimonials .owl-theme .owl-controls {
        top: -49px;
    }
     .home .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
    }
     .home .owl-theme .owl-controls .owl-buttons div:before {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }
     .home .crewman_item .crewman_social a {
        width: 36px;
        height: 36px;
        margin: 0 2px 0 5px;
        font-size: 17px;
        line-height: 34px;
    }
     .home .crewman_item:hover .crewman_social {
        bottom: 30px;
    }
     .home .testim_content {
        font-size: 17px;
        line-height: 24px;
    }
     .home #news .recent_posts {
        width: 450px;
        margin: 0 auto;
    }
    /* __________ Blog __________ */
     .home .blog_post_descr hr {
        margin: 15px 0;
    }
     .home .blog_post_img {
        width: 200px;
        height: 157px;
        margin-right: 20px;
    }
     .home .blog_post_title {
        font-size: 19px;
        line-height: 22px;
    }
     .home .blog_post_descr hr {
        clear: both;
        border: 0;
    }
     .home .blog_post_content {
        font-size: 14px;
        line-height: 22px;
    }
     .home .blog_post_info li a {
        font-size: 13px;
    }
     .home .blog_post_info li {
        padding-right: 15px;
    }
     .home .blog_post_info li:before {
        right: 6px;
    }
     .home .blog_post_content {
        padding-top: 20px;
    }
     .home .pagination li {
        width: 40px;
        height: 40px;
    }
     .home .pagination li a {
        font-size: 16px;
        line-height: 38px;
    }
     .home .pagination li.active a,
     .home .pagination li a:focus,
     .home .pagination li a:hover {
        font-size: 18px;
    }
     .home .single_blog_post_title {
        font-size: 44px;
        line-height: 50px;
    }
    /* __________ Single Blog Post __________ */
     .home .single_blog_post_date {
        margin: 0;
    }
     .home .single_blog_post_title {
        font-size: 26px;
        line-height: 32px;
    }
     .home .comment_note {
        padding: 0 0 20px;
    }
    /* __________ Sidebar __________ */
     .home .widget_meta li a {
        font-size: 17px;
        line-height: 20px;
    }
     .home .post_item_img_widget {
        width: 220px;
        height: 146px;
        float: left;
        margin-right: 30px;
    }
     .home .post_item_content_widget a.title {
        font-size: 16px;
        line-height: 20px;
    }
    /* __________ All Styles __________ */
     .home .breadcrumbs_block {
        padding: 40px 0;
    }
     .home .breadcrumbs_block h2 {
        font-size: 50px;
        line-height: 54px;
    }
     .home .breadcrumbs_block p {
        font-size: 16px;
        line-height: 20px;
    }
    /* __________ Footer __________ */
    .home footer {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
    }
     .home .map_hide {
        margin: 0;
        left: auto;
        right: 15px;
    }
     .home .respond_clear {
        clear: both;
        height: 0;
        font-size: 0;
    }
}

@media (max-width: 479px) {
     .home #search-form {
        display: none;
    }
    /* __________ Index __________ */
    .home h2 {
        font-size: 26px;
        line-height: 26px;
    }
     .home .purpose_block .btn {
        padding: 10px;
        margin: 10px 5px 0 0;
    }
     .home .cleancode_block p.title,
     .home .cleancode_block p.title-2,
     .home .cleancode_block p.title-3,
     .home .cleancode_block p.title-4 {
        font-size: 26px;
        line-height: 26px;
    }
     .home .cleancode_block .nav-tabs {
        width: 290px;
    }
     .home .cleancode_block .nav-tabs li {
        padding: 0;
    }
     .home .cleancode_block .nav-tabs li a {
        width: 96px;
        height: 96px;
    }
     .home .ipad_img_in {
        width: 290px;
    }
     .home .our_clients .row {
        width: 290px;
    }
     .home .testimonials .owl-theme .owl-controls {
        top: 0;
    }
     .home #news .recent_posts {
        width: 290px;
    }
    /* __________ Blog __________ */
     .home .blog_post_img {
        float: none;
        margin: 0 0 20px;
        width: 290px;
        height: 227px;
    }
     .home .blog_post_descr hr {
        border-bottom: 2px solid #e9e9e9;
    }
     .home .blog_post_content {
        padding-top: 0;
    }
    /* __________ Single Blog Post __________ */
     .home .single_blog_post_title {
        font-size: 17px;
        line-height: 22px;
    }
     .home .single_blog_post_content {
        font-size: 13px;
        line-height: 20px;
    }
    /* __________ Sidebar __________ */
     .home .post_item_img_widget {
        float: none;
        margin-right: 0;
    }
    /* __________ Bootstrap Style __________ */
     .home .col-ss-1,
     .home .col-ss-2,
     .home .col-ss-3,
     .home .col-ss-4,
     .home .col-ss-5,
     .home .col-ss-6,
     .home .col-ss-7,
     .home .col-ss-8,
     .home .col-ss-9,
     .home .col-ss-10,
     .home .col-ss-11 {
        float: left;
    }
     .home .col-ss-12 {
        width: 100%;
    }
     .home .col-ss-11 {
        width: 91.66666666666666%;
    }
     .home .col-ss-10 {
        width: 83.33333333333334%;
    }
     .home .col-ss-9 {
        width: 75%;
    }
     .home .col-ss-8 {
        width: 66.66666666666666%;
    }
     .home .col-ss-7 {
        width: 58.333333333333336%;
    }
     .home .col-ss-6 {
        width: 50%;
    }
     .home .col-ss-5 {
        width: 41.66666666666667%;
    }
     .home .col-ss-4 {
        width: 33.33333333333333%;
    }
     .home .col-ss-3 {
        width: 25%;
    }
     .home .col-ss-2 {
        width: 16.666666666666664%;
    }
     .home .col-ss-1 {
        width: 8.333333333333332%;
    }
}


/*
Custom
 */

 .home .flexslider.top_slider .flex-direction-nav li a:hover {
    background-color: #FFEC00;
}

 .home .top_slider .slide_btn:hover {
    background-color: #FFEC00;
    color: #fff;
}

 .home .top_slider .slide1 {
    background-image: url(../img/background.jpg);
}

 .home .top_slider .slide2 {
    background-image: url(../img/background2.jpg);
}

 .home .top_slider .slide3 {
    background-image: url(../img/background.jpg);
}

 .home .top_slider .slide4 {
    background-image: url(../img/background4.jpg);
}

 .home .top_slider .slide5 {
    background-image: url(../img/background5.jpg);
}

 .home .top_slider .slide6 {
    background-image: url(../img/background6.jpg);
}

 .home .cleancode_block p b {
    color: #FFEC00;
}


/*.purpose_block h2 b{
 	color: #FFEC00;
}*/

 .home .cleancode_block .nav-tabs li a {
    width: 120px;
    height: 120px;
    margin: 0;
    text-align: center;
    border: 0 !important;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    padding: 30px 0 0;
}

 .home .cleancode_block .nav-tabs li a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 0px -121px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

 .home .cleancode_block .nav-tabs li.active a i {
    /*display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;*/
    background-position: 0px 4px;
    /*background-size: 100% auto;
    -webkit-background-size: 100% auto;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;*/
}


/*.cleancode_block .nav-tabs li a i {
	height: 100px;
	width: 100px;
}*/


/*.cleancode_block .nav-tabs li a {
    padding: 30px 0 0;
}*/

 .home .cleancode_block .nav-tabs li a.round i {
    background-image: url(../img/shape/round.png);
}

 .home .cleancode_block .nav-tabs li a.pear i {
    background-image: url(../img/shape/pear.png);
}

 .home .cleancode_block .nav-tabs li a.heart i {
    background-image: url(../img/shape/heart.png);
}

 .home .cleancode_block .nav-tabs li a.oval i {
    background-image: url(../img/shape/oval.png);
}

 .home .cleancode_block .nav-tabs li a.square i {
    background-image: url(../img/shape/square.png);
}

 .home .cleancode_block .nav-tabs li a.princess i {
    background-image: url(../img/shape/princess.png);
}

 .home .cleancode_block .nav-tabs li a.marquise i {
    background-image: url(../img/shape/marquise.png);
}

 .home .cleancode_block .nav-tabs li a.cusion i {
    background-image: url(../img/shape/cusion.png);
}

 .home .cleancode_block .nav-tabs li a.emerald i {
    background-image: url(../img/shape/emerald.png);
}

 .home .cleancode_block .nav-tabs li a.asscher i {
    background-image: url(../img/shape/asscher.png);
}

 .home .cleancode_block .nav-tabs li a.radiant i {
    background-image: url(../img/shape/radiant.png);
}

 .home .cleancode_block .nav-tabs li a.other i {
    background-image: url(../img/shape/other.png);
}

 .home .cleancode_block {
    mask-image: url(#SVGMask);
    /* mask-type: luminance; */
    mask-mode: alpha;
}

 .home .btn-active2 {
    color: #1c1c1c;
}

.home footer h4 {
    color: #FFF;
}

.home footer h4 b {
    color: #FFEC00;
}

 .home #news {
    padding: 77px 0 12px;
    background-image: url(../img/pattern.png);
    /* background-size: cover; */
    background-position: 0 0;
    background-attachment: fixed !important;
}

 .home #news h2 {
    color: #FFF;
}

 .home #news h2 b {
    color: #FFEC00;
}

 .home #news .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFEC00;
}

 .home #news .owl-theme .owl-controls .owl-page span {
    border: 2px solid #FFEC00;
}

 .home .social .fa-twitter {
    color: #00ABF1;
}

 .home .social li a.twitter {
    border: 1px solid #00ABF1;
}

 .home .social .fa-facebook {
    color: #4867AA;
}

 .home .social li a.facebook {
    border: 1px solid #4867AA;
}

 .home .social .fa-google-plus {
    color: #E84739;
}

 .home .social li a.google-plus {
    border: 1px solid #E84739;
}

.home footer .office i.fa {
    color: #FFEC00;
    font-size: 22px;
    display: inline-block;
}

.home footer .office p {
    margin-left: 24px;
    margin-top: -25px;
}

.home footer a:hover,
.home footer a:focus {
    text-decoration: none;
    color: #FFEC00;
}

.home footer {
    /* padding: 77px 0 12px; */
    background-image: url(../img/pattern.png);
    /* background-size: cover; */
    background-position: 0 0;
    /* background-attachment: fixed !important; */
}

.home #about {
	background-image: url(../img/img2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    background-position: top right;
}

.home .purpose_block {
	background-image: url(../img/hearts.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 800px;
    background-position: right bottom;
}

.home .logo.pull-left {
    margin-top: 0px;
}

.home2 .logo.pull-left {
    margin-top: 6px;
}


.bx-button-box{
  line-height: 37px;
  text-align: center;
  font-color: #fff;
  font-weight: 700;
}
.bx-button-box a{
  color: #333823;
  text-decoration: none;
}
.bx-button-box .d-button{
  background-color: rgba(128, 128, 128, 0);
  border: 1px solid gray;
}
.bx-button-box .bx-button-visited a{
  color: #333;
}
.bx-button-box .bx-button-visited div{
  background-color: #FFEC00;
  border: 1px solid #D9534F;
}
.bx-button-box .d-button img{
  width: 16px;
  margin-right: 2px;
}
.sellDiamond_table tfoot th
{
    padding-left:9px !important;
    font-weight:bold !important;   
}
.sellDiamond_table thead th
{
    font-weight: 900 !important;
    font-size: 15px !important;
}
