.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//celikce.com.tr/wp-content/themes/thebuilt/js/owl-carousel/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}html {
overflow-x: hidden;
}
body {
font-family: Arial, sans-serif;
margin-top: 0 !important;
background: #ffffff;
font-size: 14px;
color: #2A2F35;
line-height: 1.7;
}
a,
a:focus {
color: #FBBE3F;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:focus {
text-decoration: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline-style: none;
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 15px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
cite {
font-style: italic;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
input[type="radio"],
input[type="checkbox"] {
height: 46px;
}
textarea {
resize: none;
height: 150px;
margin-bottom: 30px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
select {
max-width: 100%;
}
input,
input.input-text,
select,
textarea {
border: 1px solid #f3f3f3;
background-color: #f3f3f3;
padding: 14px;
color: #2A2F35;
font-size: 14px;
vertical-align: middle;
box-shadow: none;
border-radius: 0;
line-height: 15px;
font-weight: 400;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
line-height: 15px;
}
input::-webkit-input-placeholder,
input:-moz-placeholder  {
font-size: 13px!important;
}
textarea:focus,
input:focus {
border: 1px solid #FBBE3F;
box-shadow: none;
background: #ffffff;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b8b8b8;
font-size: 18px;
}
a.btn,
.btn,
.btn:focus,
input[type="submit"],
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
padding: 16px 30px;
line-height: 1;
color: #2A2F35;
text-align: left;
text-shadow: none;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
background: #FBBE3F;
border: none;
border-radius: 0;
filter: none;
box-shadow: none;
text-align: center;
font-size: 14px;
font-weight: normal;
height: 46px;
text-transform: uppercase;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
background: #eeeeee;
color: #2A2F35;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
text-shadow: none;
}
.btn:hover,
input[type="submit"]:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#jckqv .button:hover {
background: #2A2F35;
color: #fff;
}
.btn:active,
.btn-primary,
.btn-primary:focus {
color: #ffffff;
background: #2A2F35;
box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active {
background: #FBBE3F;
}
table {
margin-bottom: 10px;
width: 100%;
}
table thead th {
background-color: #2A2F35;
color: #ffffff;
}
table tr {
background-color: #F7F7F7;
}
table tr:nth-child(2n) {
background-color: #FDFDFD;
}
table tr:hover,
table tr:nth-child(2n):hover {
background-color: #F0F0F0;
}
table td a {
color: #2A2F35;
}
table td a:hover {
color: #828282;
text-decoration: underline;
}
table td,
table th {
padding: 15px 30px;
}
table tfoot tr {
background-color: #ECECEC;
border-top: 2px solid #2A2F35;
}
table tfoot td {
color: #828282;
}
.label {
color: inherit;
font-size: inherit;
text-align: inherit;
line-height: inherit;
white-space: inherit;
}
.panel {
box-shadow: none;
border: none;
}
blockquote {
border: 0;
padding: 0;
font-size: 16px;
font-style: normal;
font-weight: bold;
border-left: 10px solid #FBBE3F;
color: #000000;
padding-left: 30px;
}
.color input:-moz-placeholder,
.color textarea:-moz-placeholder {
color: #aaaaaa;
}
.color input:-ms-input-placeholder,
.color textarea:-ms-input-placeholder {
color: #aaaaaa;
}
.color input::-webkit-input-placeholder,
.color textarea::-webkit-input-placeholder {
color: #aaaaaa;
}
.color textarea,
.color input {
background: #ffffff;
color: #aaaaaa;
}
.clear {
clear: both;
} .content-block.stick-to-footer  + .container-fluid-footer > .row > .footer-sidebar-2-wrapper {
margin-top: -1px;
}
.content-block.stick-to-footer article {
margin-bottom: 0;
}
.content-block.stick-to-footer + .container-fluid-footer {
margin-top: 0;
}
.container-bg {
background: #f4f4f4;
margin-bottom: 30px;
}
.container-bg .col-md-12 {
padding: 0;
}
.container-bg h1 {
padding: 20px 0;
}
.container-bg.with-bg {
background-size: cover;
background-position: center center; 
}
.container-bg.with-bg .container-bg-overlay {
background-color: rgba(0,0,0,0.3);
}
.container-bg.with-bg h1 {
color: #ffffff;
padding: 100px 0;
}
body.transparent-header .container-bg.with-bg h1 {
padding: 280px 0 40px;
}
.page-item-title h1 {
color: #2A2F35;
font-weight: normal;
font-size: 30px;
margin-bottom: 30px;
margin-top: 30px;
text-align: left;
text-transform: uppercase;
}
.container-fluid .col-md-12 article {
padding: 0;
}
.content-block > .container {
padding: 0;
}
.content-block + .project-container {
padding: 0;
}
.content-block .page-container {
margin-bottom: 0;
}
.breadcrumbs-container-wrapper {
background: #ffffff;
padding: 15px 0;
font-size: 14px;
color: #828282;
border-bottom: 1px solid #F5F5F5;
}
.breadcrumbs-container-wrapper a {
color: #2A2F35;
text-decoration: none;
}
.breadcrumbs-container-wrapper a:hover {
color: #FBBE3F;
}
.breadcrumbs-container-wrapper span {
margin-left: 3px;
margin-right: 3px;
}
.breadcrumbs-container-wrapper span:first-child {
margin-left: 0;
} .coming-soon-page {
padding: 0;
}
.coming-soon-page .page-item-title {
display: none;
}
.wpadminbar-coming-soon-active {
background: red!important;
} .parallax {
background-attachment: inherit;
background-position: center top;
background-repeat: repeat-y !important;
background-size: cover!important;
} .page-404 {
margin: 55px auto 100px auto;
text-align: center;
}
.page-404 h1 {
color: #FBBE3F;
font-size: 100px;
font-weight: bold;
margin-bottom: 0;
}
.page-404 h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
text-transform: uppercase;
color: #000000;
}
.page-404 p {
margin-bottom: 50px;
font-size: 24px;
font-weight: 400;
}
.page-404 .search-form #s {
width: 300px;
}
.page-404-box {
background: #f4f4f4;
padding: 100px 30px 90px;
margin-bottom: 50px;
} .page-search-no-results {
margin: 55px auto 100px auto;
text-align: center;
}
.page-search-no-results h3 {
font-size: 50px;
font-weight: 700;
margin-bottom: 30px;
}
.page-search-no-results p {
margin-bottom: 20px;
font-weight: 400;
}
.page-search-no-results .search-form #s {
width: 300px;
} header > .container-fluid {
padding-left: 150px;
padding-right: 150px;
}
header.main-header {
background: #ffffff;
}
header .logo-link img {
max-width: 100%;
} header.main-header.top-menu-position-header .header-center {
background: #2A2F35;
padding-left: 30px;
padding-right: 30px;
}
header.main-header.top-menu-position-header .header-left {
background: #FBBE3F;
padding-left: 30px;
padding-right: 30px;
}
header.main-header.top-menu-position-header .header-right {
float: right;
margin-top: 25px;
display: inline-block;
position: absolute;
right: 45px;
}
header.main-header.top-menu-position-header .navbar {
padding-right: 80px;
width: 100%;
display: inline-block;
}
header.main-header.top-menu-position-header .navbar-inner {
margin: 0;
margin-top: 20px;
margin-bottom: 15px;
}
header.main-header.top-menu-position-header .nav > li:first-child > a  {
padding-left: 0;
}
header.main-header.top-menu-position-header .nav > li> a {
color: #b8b8b8;
}
header.main-header.top-menu-position-header .nav > li > a:hover {
color: #FBBE3F;
}
header.main-header.top-menu-position-header .nav > li.current-menu-item:not(.pull-right) > a {
color: #FBBE3F;
}
header.main-header.top-menu-position-header .header-right ul.header-nav a {
color: #ffffff;
}
header.main-header.top-menu-position-header .header-right ul.header-nav a:hover {
color: #FBBE3F;
}
header.main-header.top-menu-position-header .header-menu .social-icons-top a {
color: #ffffff;
}
header.main-header.top-menu-position-header .header-menu .social-icons-top a:hover {
color: #FBBE3F;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header {
background: transparent;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .container,
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .row,
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .col-md-12 {
padding: 0;
margin: 0;  
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .container {
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #464A4F;
}
header.main-header.top-menu-position-header .header-menu-bg.top-menu-position-header .col-md-12 {
height: auto!important;
}
header.fixed.main-header.top-menu-position-header {
padding-top: 0;
padding-bottom: 0;
background: #2A2F35;
}
header.fixed.main-header.top-menu-position-header .logo-link > img {
max-height: none;
}
body.transparent-header header.main-header.top-menu-position-header .col-md-12 {
height: auto!important;
}
header.main-header.top-menu-position-header .header-menu-bg.transparent-header {
position: relative;
}
header.main-header.transparent-header.top-menu-position-header {
top: 0!important;
}
header.main-header.top-menu-position-header .header-left.logo {
text-align: center;
}
header .light-logo {
display: none;
}
header.transparent-header .regular-logo {
display: none;
}
header.transparent-header .light-logo {
display: inline;
}
header.main-header.transparent-header {
background: transparent;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 100;
}
header.sticky-header.transparent-header {
position: fixed;
}
header.fixed {
top: -50px;
position: fixed;
width: 100%;
z-index: 5000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
padding-top: 15px;
padding-bottom: 15px;
}
header.fixed .mainmenu-belowheader {
display: none;
}
header.fixed:not(.top-menu-position-header) .logo-link > img {
max-height: 40px;
width: auto;
max-width: none;
}
header .container {
padding: 0;
}
header .col-md-12 {
display: table;
height: 120px;
}
header .header-left.logo {
height: 100%;
display: table-cell;
vertical-align: middle;
text-align: left;
min-width: 115px;
}
header .header-left.logo a {
max-width: 216px;
}
header .header-center {
display: table-cell;
vertical-align: middle;
min-width: 650px;
}
header .header-right {
display: table-cell;
vertical-align: middle;
min-width: 115px;
}
header .header-right ul.header-nav {
white-space: nowrap;
float: right;
margin-bottom: 0;
font-size: 18px;
}
header .header-right ul.header-nav .shopping-cart-product-title a {
white-space: pre-wrap;
}
header .header-right ul.header-nav > li {
display: inline-block;
margin-left: 15px;
}
header .header-right ul.header-nav > li.float-sidebar-toggle {
position: relative;
}
header .header-right ul.header-nav > li.float-sidebar-toggle a {
cursor: pointer;
}
header .header-right ul.header-nav a {
color: #2A2F35;
}
header.transparent-header .header-right ul.header-nav a {
color: #ffffff;
}
header .header-right ul.header-nav a:hover {
color: #FBBE3F;
}
.header-logo-center .header-info-2-text {
display: none;
}
.header-logo-center .navbar {
margin-left: 0;
}
.header-logo-center .header-center {
width: 20%;
min-width: 0;
text-align: center;
}
.header-logo-center .header-left {
width: 30%;
}
.header-logo-center .header-right {
width: 30%;
}
.tagline {
color: #818181;
font-size: 12px;
margin-top: 19px;
}
.tagline {
color: #818181;
font-size: 12px;
margin-top: 19px;
}
.header-info-2-text {
margin-left: 30px;
float: left;
width: 100%;
}
header.transparent-header .header-info-2-text {
color: #ffffff;
}
.header-info-2-text .header-info-half {
width: 37%;
float: left;
}
.header-info-2-text .header-info-half .header-info-content-icon {
font-size: 30px;
line-height: 30px;
color: #828282;
float: left;
margin-right: 15px;
}
.header-info-2-text .header-info-half .header-info-content-title {
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
}
.header-info-2-text .header-info-half .header-info-content-text {
font-size: 22px;
line-height: 22px;
color: #FBBE3F;
} .navbar {
border-radius: 0;
-webkit-border-radius: 0;
border: none;
margin: 0;
line-height: 1.42857;
position: static;
height:80px;
}
.navbar-inner {
display: table;
margin: 0 auto;
}
.navbar .navbar-inner .container {
}
.navbar .nav > li:nth-child(1) {
border-left: none;
}
.navbar .nav > li:last-child {
}
.navbar .nav > li {
float: left;
}
.nav > li sup,
.nav > li sub {
text-transform: none;
font-weight: normal;
font-size: 12px;
}
.navbar .nav > li > a {
color: #000000;
display: block;
font-weight: bold;
font-size: 14px;
padding: 10px 20px;
text-decoration: none;
background: transparent;
cursor: pointer;
}
.navbar .nav > li.current-menu-item:not(.pull-right) > a {
color: #FBBE3F;
}
.navbar.menu-uppercase .nav > li > a {
text-transform: uppercase;
}
.navbar .nav > li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
font-style: normal;
font-weight: normal;
margin-left: 10px;
margin-right: 0;
margin-bottom: -1px;
}
header.transparent-header .navbar .nav > li > a {
color: #b8b8b8;
}
header.transparent-header .navbar .nav > li > a:hover {
color: #FBBE3F;
}
header.transparent-header .navbar .nav > li.current-menu-item:not(.pull-right)  > a {
color: #FBBE3F;
}
.navbar .nav > li > a:hover {
background: transparent;
color: #FBBE3F;
}
.navbar .nav > li.current-menu-item:not(.pull-right) > a {
color: #FBBE3F;
}
.navbar .nav li a > i.fa {
margin-right: 10px;
font-weight: normal;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
box-shadow: none;
}
.navbar {
background: none;
min-height: 0;
}
.navbar-collapse {
padding: 0;
max-height: inherit;
clear: both;
}
.navbar-collapse.in {
margin-bottom: 15px;
}
.navbar .nav ul {
list-style: none;
}
.navbar .nav li.menu-item-has-children.mobile-submenu-opened > a:after {
content: "";
}
.navbar .navbar-toggle {
background: #FBBE3F;
cursor: pointer;
color: #ffffff;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
padding: 14px 40px;
text-transform: uppercase;
font-weight: bold;
display: none;
margin: 0 auto 20px;
float: none;
}
.navbar .navbar-toggle:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
}
.navbar .navbar-toggle:hover {
background: #000000;
}
.collapse.in + #searchform {
display: none;
}
.collapse.in + #searchform {
display: none;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-left: 0 !important;
margin-right: 0 !important;
}
.nav .sub-menu {
display: none;
position: absolute;
margin: 0;
text-align: left;
z-index: 0;
padding: 0;
}
.nav > li > .sub-menu {
left: 0;
}
.nav > li .sub-menu {
background: #ffffff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav .sub-menu li {
float: none;
}
.nav .sub-menu li.menu-item > a {
display: block;
background: transparent;
color: #2a2f35;
font-size: 14px;
font-weight: normal;
min-width: 250px;
width: 250px;
text-transform: none;
text-decoration: none;
padding: 10px 25px;
cursor: pointer;
line-height: 20px;
}
.nav .sub-menu > li.menu-item.current-menu-item > a {
color: #FBBE3F;
}
.nav .sub-menu > li.menu-item.current-menu-item > a:hover {
color: #2a2f35;
}
.nav .sub-menu li.menu-item > a:hover {
text-decoration: none;
background: #FBBE3F;
}
.nav .sub-menu li .sub-menu {
margin-top: -40px;
right: -100%;
}
.navbar .sub-menu li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
float: right;
}
.nav li:hover > .sub-menu {
display: block;
z-index: 1000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border: none;
} .mainmenu-belowheader {
background: transparent;
z-index: 10;
position: relative;
}
header.transparent-header .mainmenu-belowheader {
background: rgba(0, 0, 0, 0.5);
border: none;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li:not(.pull-right) > a {
color: #b8b8b8;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li:not(.pull-right) > a:hover {
color: #FBBE3F;
}
header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li.current-menu-item:not(.pull-right) > a {
color: #FBBE3F;
}
.mainmenu-belowheader .navbar {
position: relative;
}
.mainmenu-belowheader.mainmenu-light {
background: #ffffff;
border-top: 1px solid #E2E2E2;
border-bottom: 1px solid #E2E2E2;
}
.mainmenu-belowheader.mainmenu-light .navbar .nav > li > a {
color: #828282;
}
.mainmenu-belowheader.mainmenu-light .navbar .nav > li > a:hover {
color: #FBBE3F;
}
.mainmenu-belowheader.mainmenu-light .nav > li .sub-menu {
background: #efefef;
box-shadow: none;
}
.mainmenu-belowheader.mainmenu-dark {
background: #2A2F35;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a {
color: #b8b8b8;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li.current-menu-item:not(.pull-right) > a {
color: #FBBE3F;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a:hover {
color: #ffffff;
}
.mainmenu-belowheader .navbar {
margin-left: 0;
min-height: 0;
}
.mainmenu-belowheader .navbar .nav > li > a {
padding-top: 30px;
padding-bottom: 30px;
}
.mainmenu-belowheader:not(.menu-center) .navbar .nav > li:first-child > a {
padding-left: 0;
}
.mainmenu-belowheader.container:not(.menu-center) .navbar .nav > li:first-child > a {
padding-left: 40px;
}
.mainmenu-belowheader.menu-center .nav {
display: table;
margin: 0 auto;
}
.mainmenu-belowheader.menu-uppercase .navbar .nav > li > a {
text-transform: uppercase;
}
.mainmenu-belowheader .navbar .nav > li.pull-right > a {
padding-left: 40px;
padding-right: 40px;
}
.mainmenu-belowheader .navbar .nav > li.pull-right > a:hover {
color: #ffffff;
background: #000000;
}
.mainmenu-belowheader .navbar .nav > li.mgt-highlight > a {
background: #FBBE3F;
color: #2a2f35;
}
.mainmenu-belowheader .navbar .nav > li.mgt-animated > a:before {
background: #000000;
}
.mainmenu-belowheader .navbar .nav > li.mgt-animated > a {
margin-bottom: 0;
} .header-menu-bg {
z-index: 10001;
background: #F5F5F5;
}
.header-menu .container-fluid {
padding-left: 165px;
padding-right: 165px;
}
.header-menu-bg.transparent-header {
background: transparent; position: absolute;
width: 100%;
}
.header-menu-bg.transparent-header .header-menu {
color: #b8b8b8;
}
.header-menu-bg.transparent-header .header-menu .social-icons-top a {
color: #ffffff;
}
.header-menu-bg.transparent-header .header-menu .social-icons-top a:hover {
color: #FBBE3F;
}
.header-menu-bg.transparent-header .header-menu .top-menu li a {
color: #b8b8b8;
}
.header-menu-bg.transparent-header .header-menu .top-menu li a:hover {
color: #FBBE3F;
}
.header-menu {
overflow: visible;
color: #828282;
font-size: 14px;
}
.header-menu ul {
margin: 0;
padding: 0;
}
.header-menu li {
position: relative;
display: block;
float: left;
}
.header-menu .col-md-12 {
padding: 0;
}
.header-menu .header-info-text {
display: inline-block;
padding: 12px 0;
}
.header-menu .social-icons-top {
float: right;
}
.header-menu .social-icons-top .fa {
font-size: 14px;
}
.header-menu .social-icons-top a {
color: #828282;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
}
.header-menu .social-icons-top a:hover {
color: #FBBE3F;
}
.header-menu .social-icons-top li:last-child a {
padding-right: 0;
}
.header-menu .top-menu {
display: inline-block;
float: right;
}
.header-menu .top-menu-container {
display: inline-block;
float: right;
}
.header-menu .top-menu li ul {
display: none;
border-bottom: 0;
position: absolute;
background: #fff;
z-index: 10000;
}
.header-menu .top-menu li:hover > ul {
display: block;
}
.header-menu .top-menu .sub-menu li .sub-menu {
right: -99.5%;
top: 0;
}
.header-menu .top-menu > li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
font-style: normal;
font-weight: normal;
margin-left: 10px;
margin-right: 0;
margin-bottom: -1px;
}
.header-menu .top-menu li a {
color: #828282;
display: block;
padding-right: 15px;
padding-left: 15px;
padding-top: 12px;
padding-bottom: 12px;
text-decoration: none;
}
.header-menu .top-menu li a:hover {
text-decoration: none;
color: #FBBE3F;
}
.header-menu .top-menu ul.links > li:first-child > a {
padding-left: 0;
}
.header-menu .top-menu li ul a {
padding: 5px 15px;
min-width: 190px;
border: 1px solid rgba(0,0,0,0.1);
font-size: 13px;
border-bottom: 0;
}
.header-menu .top-menu li ul li {
float: none;
}
.header-menu .top-menu li ul > li:last-child > a {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-menu .top-menu .sub-menu li a:hover {
color: #FBBE3F;
}
.header-menu .menu-top-menu-container-toggle {
float: right;
display: none;
color: #828282;
cursor: pointer;
padding: 12px;
padding-left: 0;
}
.header-menu .menu-top-menu-container-toggle:hover {
opacity: 0.5;
}
.header-menu .menu-top-menu-container-toggle:after {
content: "";
display: inline-block;
font-family: "fontawesome";
font-weight: normal;
font-size: 14px;
}
.header-menu .top-menu .sub-menu li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
float: right;
}
.header-menu .top-menu li.menu-item-has-children.mobile-submenu-opened > a:after {
content: "";
} .blog-post {
padding: 0 0 30px;
margin-bottom: 30px;
clear: both;
border-bottom: 1px solid #eeeeee;
}
.mgt-grid-posts {
margin-left: -15px;
margin-right: -15px;
}
.mgt-grid-posts .blog-post {
clear: none;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0;
width: 50%;
border-bottom: none;
}
.mgt-grid-posts .blog-post:nth-child(2n+1) {
clear: both;
}
.blog-post.blog-post-single {
margin-bottom: 20px;
padding-bottom: 0;
border-bottom: 0;
}
.blog-post-single .post-content-wrapper {
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eeeeee;
}
.blog-post-single .post-info {
line-height: 1em;
}
.blog-post iframe {
width: 100%;
margin-bottom: -5px;
}
.blog-post > .post > .post-content-wrapper > .entry-content {
margin-bottom: 30px;
}
.blog-post > .post > .post-content-wrapper > .entry-content .wpb_gallery {
margin-bottom: 0;
}
.blog-post.blog-post-single .post-content {
margin-left: 0;
}
.blog-post .entry-content p:last-child {
margin-bottom: 0;
}
.blog-post .tags {
display: block;
text-transform: uppercase;
}
.blog-post .tags a {
background: #2A2F35;
color: #ffffff;
padding: 3px 12px;
display: inline-block;
text-decoration: none;
margin-right: 5px;
margin-top: 2px;
margin-bottom: 2px;
font-size: 12px;
}
.blog-post .tags .fa {
margin-right: 2px;
}
.blog-post .tags a:nth-child(1) {
margin-left: 10px;
}
.blog-post .tags a:hover {
color: #000000;
background: #FBBE3F;
}
.blog-post .post-categories {
text-decoration: none;
background: #FBBE3F;
display: inline-block;
padding: 5px 20px;
color: #2A2F35;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
position: absolute;
bottom: 0;
left: 0;
max-width: 100%;
}
.blog-post .post-categories a {
color: #2A2F35;
text-decoration: none;
}
.blog-post .post-content {
background: transparent;
padding: 0;
}
.blog-post .post-content img {
max-width: 100%;
height: auto;
}
.blog-post .entry-content h1,
.blog-post .entry-content h2,
.blog-post .entry-content h3,
.blog-post .entry-content h4,
.blog-post .entry-content h5,
.blog-post .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6,
.single .project-container h1,
.single .project-container h2,
.single .project-container h3,
.single .project-container h4,
.single .project-container h5,
.single .project-container h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
margin-top: 30px;
color: #2A2F35;
}
.page .mgt-promo-block h1,
.page .mgt-promo-block h2,
.page .mgt-promo-block h3,
.page .mgt-promo-block h4,
.page .mgt-promo-block h5,
.page .mgt-promo-block h6,
.page .mgt-header-block h1,
.page .mgt-header-block h2,
.page .mgt-header-block h3,
.page .mgt-header-block h4,
.page .mgt-header-block h5,
.page .mgt-header-block h6,
.page .woocommerce ul.products li.product h3,
.page .mgt-icon-box h5,
.page .mgt-icon-box h6,
.page .mgt-post h5,
.page .rev_slider_wrapper h1,
.page .rev_slider_wrapper h2,
.page .rev_slider_wrapper h3,
.page .rev_slider_wrapper h4,
.page .rev_slider_wrapper h5,
.page .rev_slider_wrapper h6,
.page .mgt-signup-block h5,
.page .mgt-cta-block h1,
.page .mgt-cta-block h5,
.page .mgt-client-review .mgt-client-review-title h5,
.page .portfolio-item-block .title,
.blog-post .mgt-promo-block h1,
.blog-post .mgt-promo-block h2,
.blog-post .mgt-promo-block h3,
.blog-post .mgt-promo-block h4,
.blog-post .mgt-promo-block h5,
.blog-post .mgt-promo-block h6,
.blog-post .mgt-header-block h1,
.blog-post .mgt-header-block h2,
.blog-post .mgt-header-block h3,
.blog-post .mgt-header-block h4,
.blog-post .mgt-header-block h5,
.blog-post .mgt-header-block h6,
.blog-post .woocommerce ul.products li.product h3,
.blog-post .mgt-client-review .mgt-client-review-title h5,
.blog-post .mgt-icon-box h5,
.blog-post .mgt-icon-box h6,
.blog-post .mgt-post h5,
.blog-post .rev_slider_wrapper h1,
.blog-post .rev_slider_wrapper h2,
.blog-post .rev_slider_wrapper h3,
.blog-post .rev_slider_wrapper h4,
.blog-post .rev_slider_wrapper h5,
.blog-post .rev_slider_wrapper h6,
.blog-post .mgt-signup-block h5,
.blog-post .mgt-cta-block h5,
.blog-post .mgt-cta-block h1,
.blog-post .portfolio-item-block .title,
.single .mgt-promo-block h1,
.single .mgt-promo-block h2,
.single .mgt-promo-block h3,
.single .mgt-promo-block h4,
.single .mgt-promo-block h5,
.single .mgt-promo-block h6,
.single .mgt-header-block h1,
.single .mgt-header-block h2,
.single .mgt-header-block h3,
.single .mgt-header-block h4,
.single .mgt-header-block h5,
.single .mgt-header-block h6,
.single .woocommerce ul.products li.product h3,
.single .mgt-client-review .mgt-client-review-title h5,
.single .mgt-icon-box h5,
.single .mgt-icon-box h6,
.single .mgt-post h5,
.single .rev_slider_wrapper h1,
.single .rev_slider_wrapper h2,
.single .rev_slider_wrapper h3,
.single .rev_slider_wrapper h4,
.single .rev_slider_wrapper h5,
.single .rev_slider_wrapper h6,
.single .mgt-signup-block h5,
.single .mgt-cta-block h5,
.single .mgt-cta-block h1,
.single .portfolio-item-block .title {
margin-top: 0;
}
.blog-post .wpb_wrapper > h1,
.blog-post .wpb_wrapper > h2,
.blog-post .wpb_wrapper > h3,
.blog-post .wpb_wrapper > h4,
.blog-post .wpb_wrapper > h5,
.blog-post .wpb_wrapper > h6,
.page .wpb_wrapper > h1,
.page .wpb_wrapper > h2,
.page .wpb_wrapper > h3,
.page .wpb_wrapper > h4,
.page .wpb_wrapper > h5,
.page .wpb_wrapper > h6 {
margin-top: 0;
}
.blog-post .more-link {
margin-top: 20px;
margin-bottom: 0;
}
.blog-post .comments-count {
font-size: 12px;
margin-top: 20px;
font-weight: 700;
text-transform: uppercase;
}
.blog-post .post-format:before {
margin-top: 7px;
text-align: center;
color: #fff;
display: inline-block;
font-family: "FontAwesome";
font-size: 19px;
}
.blog-post .format-standard .post-format:before {
content: "";
}
.blog-post .type-page .post-format:before {
content: "";
}
.blog-post .format-aside .post-format:before {
content: "";
}
.blog-post .format-image .post-format:before {
content: "";
}
.blog-post .format-gallery .post-format:before {
content: "";
}
.blog-post .format-quote .post-format:before {
content: "";
}
.blog-post .format-video .post-format:before {
content: "";
}
.blog-post .format-audio .post-format:before {
content: "";
}
.blog-post .format-link .post-format:before {
content: "";
}
.blog-post .format-status .post-format:before {
content: "";
}
.blog-post .format-chat .post-format:before {
content: "";
}
.blog-post .format-status .entry-content,
.blog-post .format-status .entry-summary {
background: #eeeeee;
padding: 20px;
display: block;
}
.blog-post .format-status .post-header-title,
.blog-post .format-status .post-info {
display: none;
}
.blog-post .format-link .entry-content {
font-weight: 400;
}
.blog-post .format-quote .post-header-title {
display: none;
}
.blog-post .format-aside .post-header-title {
display: none;
}
.blog-post .format-quote blockquote {
border: none;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: 25px;
padding: 0;
margin-bottom: 0;
padding: 30px;
background: #eeeeee;
}
.mgt-masonry-item .blog-post .format-quote .post-content {
padding-top: 15px;
}
.blog-post .format-link .entry-content a,
.blog-post .format-link .entry-summary a {
background: #eeeeee;
padding: 20px;
display: block;
}
.blog-post .sticky .post-header-title {
font-weight: bold;
}
.blog-post .post-header-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
}
.blog-post .post-header-title a {
text-decoration: none;
color: #2A2F35;
}
.blog-post .post-header-title a:hover {
text-decoration: none;
color: #FBBE3F;
}
.blog-post .post-info {
color: #828282;
margin-bottom: 15px;
padding: 0;
}
.blog-post .post-info span {
margin-right: 10px;
margin-left: 0;
}
.blog-post .post-info span a {
color: #828282;
}
.blog-post.blog-post-single .post-info a {
text-decoration: none;
}
.blog-post.blog-post-single .post-info {
margin-bottom: 20px;
}
.blog-post .post-info span i {
margin-right: 5px;
}
.blog-post .post-info span:first-child {
margin-left: 0;
}
.blog-post .blog-post-thumb {
margin-bottom: 30px;
position: relative;
}
.blog-post .blog-post-thumb img {
width: 100%;
height: auto;
}
.author-bio {
margin-top: 20px;
margin-bottom: 20px;
padding: 30px;
background: #f4f4f4;
}
.author-bio .author-title {
font-size: 14px;
margin-bottom: 5px;
text-transform: uppercase;
}
.author-bio .author-title strong {
font-weight: normal;
}
.author-bio .author-info {
display: table;
}
.author-bio .author-description {
padding-right: 15px;
color: #5E636C;
}
.author-bio .author-image {
width: 100px;
height: 100px;
overflow: hidden;
float: left;
margin-right: 30px;
} .post-social {
font-size: 14px;
margin-bottom: 0;
display: inline-block;
}
.post-social-wrapper > span .fa {
margin-right: 5px;
}
.post-social-wrapper {
display: inline-block;
}
.post-social-wrapper span {
display: inline-block;
text-transform: uppercase;
margin-right: 5px;
}
.blog-post.blog-post-single .post-social-wrapper {
margin-top: 10px;
}
.post-social-title {
cursor: pointer;
font-weight: 400;
float: right;
margin-right: 10px;
line-height: 40px;
}
.post-social-title a {
text-decoration: none;
}
.post-social-title i {
margin-right: 9px;
font-weight: normal;
color: #FBBE3F;
}
.post-social a {
color: #ACACAC;
font-size: 16px;
margin-right: 5px;
text-decoration: none;
width: 20px;
display: inline-block;
text-align: center;
vertical-align: middle;
display: inline-block;
}
.post-social a:hover {
color: #FBBE3F;
border-color: #FBBE3F;
}
.woocommerce .shop-product .summary .product_meta .post-social a:hover {
text-decoration: none;
color: #008c8d;
}
.post-social span {
display: none;
} .navigation-post,
.navigation-paging {
margin: 0;
margin-bottom: 50px;
border: 1px solid #eeeeee;
}
.single-post .navigation-post .col-md-12 {
padding-left: 0;
padding-right: 0;
}
.single-post .navigation-post,
.single-post .navigation-paging {
margin-bottom: 30px;
}
.navigation-paging .nav-previous a {
border-right: 1px solid #eeeeee;
}
.navigation-paging .nav-next a {
border-left: 1px solid #eeeeee;
}
.navigation-post .col-md-2 {
padding-left: 0;
padding-right: 0;
}
.navigation-paging a {
width: 50%;
height: 50px;
display: block;
text-align: center;
font-weight: 400;  
line-height: 50px; 
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #2A2F35;
}
.navigation-paging a:hover {
color: #FBBE3F;
}
.navigation-paging .nav-previous a:before {
font-family: "FontAwesome";
content: "";
display: inline-block;
position: relative;
top: 0;
margin-right: 10px;
}
.navigation-paging .nav-next a:after {
font-family: "FontAwesome";
content: "";
position: relative;
top: 0;
display: inline-block;
margin-left: 10px;
}
.navigation-paging .nav-next a {
float: right;
}
.navigation-paging .nav-previous a {
float: left;
} footer {
padding: 25px 0;
font-size: 13px;
background: #1C2126;
color: rgba(255, 255, 255, 0.4);
}
footer a {
text-decoration: none;
color: #ffffff;
}
footer a:hover {
color: #FBBE3F;
text-decoration: none;
}
footer h6 {
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}
footer .footer-copyright {
padding-left: 0;
padding-right: 0;
}
footer .footer-menu {
text-align: right;
padding-right: 0;
}
footer .footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
footer .footer-menu ul li {
display: inline;
margin-right: 25px;
}
footer .footer-menu ul li:last-child {
margin-right: 0;
}
#top-link {
display: block;
color: #2A2F35;
bottom: -60px;
position: fixed;
right: 40px;
width: 50px;
height: 50px;
z-index: 999;
text-align: center;
background-color: #FBBE3F;
}
#top-link:before {
font-family: "FontAwesome";
display: block;
content: "";
font-size: 20px;
margin-top: 2px;
}
#top-link span {
position: absolute;
bottom: 7px;
display: block;
text-align: center;
width: 100%;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
#top-link:hover {
background-color: #2A2F35;
text-decoration: none;
color: #ffffff;
} .container-fluid-footer {
padding: 0;
margin-top: 30px;
}
.related-works + .container-fluid-footer,
.related-works + .container-fluid-footer .footer-sidebar-2-wrapper {
margin-top: 0;
}
.container-fluid-footer > .row {
margin: 0;
}
.footer-sidebar-2-wrapper {
background: #2A2F35;
margin-top: 30px;
}
footer .container {
padding-left: 0;
padding-right: 0;
}
footer .container > .row {
margin: 0;
}
.footer-container {
padding: 60px 0 10px;
color: #b8b8b8;
}
.footer-container h2.widgettitle {
color: #ffffff;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
background: none;
border: none;
font-weight: normal;
font-size: 14px;
margin-top: 0;
padding: 0;
text-transform: uppercase;
}
.sidebar.footer-container .widget a:not(.select2-choice) {
color: #b8b8b8;
text-decoration: none;
}
.sidebar.footer-container .widget a:not(.select2-choice):hover {
text-decoration: underline;
color: #FBBE3F;
}
.sidebar.footer-container .widget.widget_tag_cloud a {
color: #000000;
}
.sidebar.footer-container .widget.widget_tag_cloud a:hover {
text-decoration: none;
color: #ffffff;
}
.footer-container ul {
list-style: none;
padding: 0;
}
.custom-footer-contact .address .info {
margin-bottom: 0;
}
.custom-footer-contact .phone .info {
margin-bottom: 0;
padding-top: 3px;
}
.custom-footer-contact .email .info {
}
.footer-sidebar-2.sidebar .widget.widget_nav_menu li a:hover {
margin-left: 5px;
}
.footer-sidebar-2.sidebar .widget.widget_nav_menu li a:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-style: normal;
font-weight: normal;
margin-right: 10px;
}
.footer-sidebar-2.sidebar .widget.widget_text .textwidget {
font-size: 14px;
}
.footer-sidebar-2.sidebar .widget.widget_text .textwidget i.fa {
margin-right: 10px;
} .sidebar {
margin-top: 40px;
}
.content-block .sidebar {
margin-top: 0;
}
.project-container .sidebar {
margin-top: 0;
}
.sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar > ul > li {
margin-bottom: 40px;
}
.sidebar .widgettitle {
color: #2A2F35;
font-size: 16px;
position: static;
margin-bottom: 20px;
margin-top: 0;
display: block;
font-weight: normal;
text-transform: uppercase;
}
.sidebar.footer-sidebar .widgettitle {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
.sidebar .widget:first-child .widgettitle {
margin-top: 0;
}
.sidebar.footer-sidebar-2 .widget:first-child .widgettitle {
margin-top: 0;
}
.sidebar.footer-sidebar-2 ul li {
margin-bottom: 50px;
}
.sidebar.footer-sidebar-2 ul li:nth-of-type(4n+1) {
clear: both;
}
.sidebar .widget_search input[type="submit"] {
width: 100%;
}
.sidebar .widget_search form {
margin-bottom: 0;
}
.sidebar .widget_calendar caption {
font-weight: 400;
margin-bottom: 10px;
font-size: 14px;
}
.sidebar .widget_calendar th {
background: #FBBE3F;
color: #fff;
border: 1px solid #eeeeee;
text-align: center;
padding: 5px;
}
.sidebar .widget_calendar tbody td {
background: #fff;
border: 1px solid #eeeeee;
padding: 5px;
}
.sidebar .widget_calendar tbody td a {
border: 1px solid #FBBE3F;
display: block;
color: #1151D3;
}
.sidebar .widget_calendar tfoot td {
background: #FBBE3F;
padding: 5px;
}
.sidebar .widget.widget_calendar tfoot td a {
color: #ffffff!important;
display: block;
}
.footer-sidebar-2-wrapper .sidebar.footer-container .widget.widget_calendar tbody td a {
color: #b8b8b8;
}
.footer-sidebar-2-wrapper .sidebar.footer-container .widget.widget_calendar tbody td a:hover {
color: #FBBE3F;
text-decoration: none;
}
.sidebar .widget_calendar tbody td.pad,
.sidebar .widget_calendar tfoot td.pad {
background: #eeeeee;
}
.footer-sidebar {
margin-bottom: 0;
margin-top: 80px;
padding: 0;
}
.footer-sidebar-2 {
margin-bottom: 0;
margin-top: 0;
}
.footer-sidebar-2.sidebar {
font-weight: normal;
}
.footer-sidebar > ul > li {
float: left;
width: 25%;
min-height: 250px;
margin-bottom: 10px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
}
.footer-sidebar > ul > li:nth-of-type(4n+1) {
clear: both;
}
.footer-sidebar .line {
width: 30px;
height: 2px;
background-color: #000000;
margin-bottom: 17px;
}
.footer-sidebar .product_list_widget li {
border-bottom: 1px solid rgba(0,0,0, 0.05); }
.footer-sidebar .product_list_widget li:first-child {
padding-top: 0;
}
.footer-sidebar .product_list_widget li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.footer-sidebar.sidebar.container > ul#footer-sidebar {
margin-left: -15px;
margin-right: -15px;
}
.footer-sidebar-2 > ul > li {
float: left;
width: 25%;
margin-bottom: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 30px 0 0;
}
.footer-sidebar-2.sidebar .widgettitle {
margin-top: 0;
}
.footer-sidebar-2.sidebar .widget li {
border: none;
padding: 0;
margin: 0;
}
.footer-sidebar .woocommerce ul.cart_list li img,
.footer-sidebar  .woocommerce ul.product_list_widget li img,
.footer-sidebar  .woocommerce-page ul.cart_list li img,
.footer-sidebar  .woocommerce-page ul.product_list_widget li img {
width: 70px;
}  .sidebar.main-sidebar .widget.widget_nav_menu li,
.sidebar.main-sidebar .widget.widget_nav_menu li ul {
margin: 0;
padding: 0;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu {
background: #2A2F35;  
}
.sidebar.main-sidebar .widget.widget_nav_menu li a {
display: block;
color: #b8b8b8;
text-decoration: none;
padding: 10px 25px;
border-bottom: 2px solid rgba(255,255,255,0.15);
margin: 0;
font-size: 14px;
}
.sidebar.main-sidebar .widget.widget_nav_menu li a:hover {
background: rgba(0,0,0,0.2);
color: #b8b8b8;
border-color: rgba(255,255,255,0.15);
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu > li ul li a {
padding-left: 25px;
font-size: 12px;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.menu > li ul li ul li a {
padding-left: 35px;
}
.sidebar.main-sidebar .widget.widget_nav_menu .current-menu-item > a {
color: #2A2F35;
background: #FBBE3F;
}
.sidebar.main-sidebar .widget.widget_nav_menu ul.sub-menu {
display: none;
}
.sidebar.main-sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
float: right;
}
.sidebar.main-sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a:after {
content: "";
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.menu > li ul li a {
padding-left: 15px;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.menu > li ul li ul li a {
padding-left: 25px;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
float: right;
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened > a:after {
content: "";
}
.sidebar.offcanvas-sidebar .widget.widget_nav_menu ul.sub-menu {
display: none;
} .widget-download-link-wrapper {
border: 4px solid #FBBE3F;
padding: 13px;
margin-bottom: 10px;
}
.widget-download-link-wrapper:last-child {
margin-bottom: 0;
}
.widget-download-link-wrapper .widget-download-icon {
color: #FBBE3F;
float: left;
}
.widget-download-link-wrapper .widget-download-icon .fa {
margin-right: 12px;
font-size: 30px;
}
.widget-download-link-wrapper .widget-download-title {
font-size: 14px;
line-height: 17px;
color: #2A2F35;
}
.widget-download-link-wrapper .widget-download-title a {
color: #2A2F35;
}
.widget-download-link-wrapper .widget-download-title a:hover {
color: #FBBE3F;
text-decoration: none;
}
.sidebar .widget .widget-download-link-wrapper .widget-download-title a:hover {
text-decoration: none;
}
.widget-download-link-wrapper .widget-download-subtitle {
font-size: 12px;
line-height: 14px;
color: #828282;
}
.widget-download-link-wrapper .widget-download-details {
display: table;
} .sidebar .widget.widget_thebuilt_recent_entries li {
border-bottom: 1px solid #eeeeee;
padding-bottom: 15px;
margin-bottom: 20px;
}
.sidebar.footer-sidebar-2 .widget.widget_thebuilt_recent_entries li {
border-color: #585858;
}
.sidebar .widget.widget_thebuilt_recent_entries li:last-child {
border-bottom: none;
margin-bottom: 0;
}
.sidebar .widget.widget_thebuilt_recent_entries li .post-date {
display: block;
color: #828282;
font-size: 12px;
margin-top: 5px;
}
.sidebar .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper .post-title {
line-height: 18px;
}
.sidebar .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper .post-title a {
color: #2A2F35;
}
.sidebar.footer-sidebar-2 .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper .post-title a {
color: #ffffff;
}
.sidebar .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper .post-title a:hover {
color: #FBBE3F;
text-decoration: none;
}
.sidebar .widget.widget_thebuilt_recent_entries li .widget-post-thumb-wrapper {
margin-bottom: 10px;
} .sidebar .widget .mgt-promo-block .mgt-promo-block-content {
padding: 40px 40px 30px;
}  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: 15px;
}
.woocommerce-breadcrumb {
display: none;
}
.woocommerce .quantity .qty {
width: 5em;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background: none!important;
}
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
box-shadow: none;
-webkit-box-shadow: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
border-radius: 0;
padding: 0;
border: 0;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
top: 0 !important;
}
.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
border: none !important;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button:disabled,
.single_add_to_cart_button:active,
.single_add_to_cart_button:disabled,
.single_add_to_cart_button:disabled:active {
border: none !important;
background: #1B344E!important;
color: #ffffff!important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
box-shadow: none;
-moz-box-shadow: none;
outline: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
display: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
box-shadow: none;
-webkit-box-shadow: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
box-shadow: none;
-webkit-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
text-shadow: none;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
box-shadow: none;
-webkit-box-shadow: none;
background: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
box-shadow: none;
-webkit-box-shadow: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 45px;
width: 200px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
width: 100%;
}
.woocommerce-page .content-block {
margin-bottom: 50px;
}
.woocommerce-shop {
margin-top: 30px;
padding-left: 0;
padding-right: 0;
}
#ship-to-different-address {
position: relative;
margin-top: 20px;
margin-bottom: 5px;
}
#ship-to-different-address-checkbox {
position: absolute;
top: 15px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #000000;
}
.product_meta > span {
display: block;
}
.woocommerce ul.products li.product .onsale {
margin: 0;
border-radius: 0;
width: 50px;
height: 50px;
line-height: 50px;
padding: 0;
background: #FBBE3F;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: bold;
color: #FBBE3F;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
display: inline-block;
text-decoration: none;
}
.woocommerce ul.products li.product h3 {
text-transform: uppercase;
color: #2A2F35;
font-size: 16px;
}
.woocommerce ul.products li.product h3:hover {
color: #FBBE3F;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
width: 30px;
height: 30px;
}
.woocommerce span.onsale {
left: 0;
top: 0;
width: 50px;
line-height: 50px;
height: 50px;
border-radius: 0;
background: #FBBE3F;
}
.woocommerce .reset_variations {
display: none!important;
}
.woocommerce .woocommerce-variation-price {
margin-bottom: 10px;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
text-decoration: none;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
font-size: 25px;
color: #FBBE3F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist {
padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-radius: 0;
}
.woocommerce table.shop_table,
#add_payment_method #payment, 
.woocommerce-checkout #payment {
border-radius: 0;
} 
.woocommerce table.shop_attributes td {
padding: 8px;
}
#ship-to-different-address-checkbox {
top: -6px;
}
.woocommerce-thankyou-order-details.order_details {
background: #eeeeee;
}
.woocommerce-thankyou-order-details.order_details li {
padding-top: 15px;
padding-bottom: 15px;
}
.woocommerce.widget_shopping_cart .total {
border-top: 1px solid #F5F5F5;
}
.woocommerce.widget_shopping_cart .buttons a.button {
font-size: 12px;
height: auto;
}
.woocommerce.widget_shopping_cart .buttons a.button:hover {
text-decoration: none!important;
}
.woocommerce.widget.widget_product_categories {
color: #828282;
}
.woocommerce.widget.widget_product_categories a {
color: #000000;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.woocommerce.widget.widget_product_categories a:hover {
text-decoration: none;
color: #FBBE3F;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
}
.woocommerce-review-link {
color: #2A2F35;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th {
padding: 0;
background: none;
}
.woocommerce div.product form.cart .variations label{
padding-top: 8px;
}
.woocommerce div.product form.cart .variations .select2-container {
width: 100%;
} .woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
text-shadow: none;
border: none;
box-shadow: none;
border-radius: 0;
text-shadow: none !important;
-webkit-border-radius: 0;
-webkit-box-shadow: none;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
top: 0;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
text-shadow: none;
}
.woocommerce ul.products li.product a.button {
float: left;
margin-right: 10px;
}
.woocommerce ul.products li.product .added_to_cart {
background: none;
color: #2a2f35;
font-size: 10px!important;
margin-right: 0;
margin-top: 19px;
padding: 0!important;
}
.woocommerce ul.products li.product .added_to_cart:hover {
color: #FBBE3F;
background: none;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page #content input.button.added:before {
top: 11px;
font-size: 10px;
font-weight: normal;
margin-right: 5px;
}
.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after {
display: none;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
animation: 2s linear 0s normal none infinite running spin;
content: "";
font-family: WooCommerce;
font-weight: 400;
position: absolute;
right: -20px;
margin-top: 2px;
vertical-align: middle;
}
.woocommerce #content table.cart a.remove, 
.woocommerce table.cart a.remove, 
.woocommerce-page #content table.cart a.remove, 
.woocommerce-page table.cart a.remove {
line-height: 26px;
font-weight: 300;
font-size: 30px;
float: none;
}
.woocommerce #content table.cart a.remove:hover, 
.woocommerce table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover {
background: none;
color: #000000!important;
}
.wc-forward a:after, 
.wc-forward:after {
display: none;
}
.wc-backward a:before, 
.wc-backward:before {
display: none;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
width: auto;
font-size: 13px;
height: auto;
padding: 12px 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: #2A2F35;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background: #FBBE3F;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #F4F4F4;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
width: 45px;
}
#ship-to-different-address label {
font-weight: normal;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
background: #FBBE3F;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
background: #2A2F35;
}
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce p.stars a,
.woocommerce p.stars a:hover {
color: #fde428;
}
.woocommerce ul.cart_list li.empty {
padding-left: 0;
}
.woocommerce #reviews #comment {
margin-bottom: 0;
}
.woocommerce ul.products li.product .button {
margin-top: 5px;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart {
margin-top: 30px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.mejs-container .mejs-controls div {
line-height: 16px!important;
}
.mejs-container {
overflow: hidden;
}
.taxonomy-description {
padding: 15px;
padding-bottom: 0;
}
.taxonomy-description p {
margin: 0;
}
.blog-header-title {
margin: 70px 0;
text-transform: uppercase;
}
.about-meta {
margin-top: 30px;
}
.about-meta i {
margin-right: 5px;
margin-left: 5px;
}
#respond {
margin-top: 15px;
}
.comment-form label {
display: block;
font-weight: 700;
}
.comments-area {
margin-bottom: 50px;
}
.page .comments-area {
border-top: 1px solid #eeeeee;
margin-top: 30px;
}
.comment-list .children {
padding: 0;
}
.comment-list .children li.comment {
padding-left: 30px;
}
.comment-list li.comment:first-child {
border-top: 1px solid #eeeeee;
margin-top: 0;
}
.comment-list li.comment {
margin-top: 0;
list-style: none;
border-bottom: 1px solid #eeeeee;
}
.comment-list .children li.comment {
border-top: 1px solid #eeeeee;
border-bottom: 0;
}
.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment-content {
margin-top: 5px;
}
.comment-body {
padding: 0;
}
.comment-author {
width: 60px;
margin: 20px 0;
margin-top: 25px;
margin-right: 30px;
float: left;
}
.comment-metadata {
margin-top: 20px;
margin-bottom: 20px;
display: table;
}
.comment-metadata a {
text-decoration: none;
}
.comment-metadata .author {
line-height: 18px;
}
.comment-metadata .author cite {
font-style: normal;
font-weight: normal;
text-transform: uppercase;
font-size: 16px;
}
.comment-meta .reply {
float: right;
margin-right: 0;
margin-top: 20px;
}
.comment-meta .reply a {
text-decoration: none;
display: inline-block;
padding: 0 10px;
font-size: 12px;
color: #2A2F35;
text-transform: uppercase;
}
.comment-meta .reply a:hover {
color: #FBBE3F;
}
.comment-meta .reply a:hover {
text-decoration: none;
}
.comment-meta .date {
font-size: 12px;
}
.comment-meta .date a {
color: #828282;
}
.comments-title {
font-size: 16px;
font-weight: 400;
text-align: left;
margin: 0;
padding: 0;
margin-bottom: 30px;
margin-top: 40px;
}
.comment-reply-title {
font-size: 16px;
font-weight: 700;
}
.comments-area textarea,
.comments-area input {
margin-bottom: 30px;
}
.comments-area input#submit {
margin-bottom: 0;
}
#comments-form-wrapper {
font-weight: 400;
display: none;
}
.single-post #blog_show_comment_form {
margin-top: -57px;
float: right;
}
.page #blog_show_comment_form {
margin-top: -57px;
float: right;
}
.sidebar .widget .select2-container, 
.sidebar .widget .select2-container, 
.sidebar .widget input[type="search"],
.sidebar .widget input[type="text"], 
.sidebar .widget input[type="password"] {
width: 100%;
}
.sidebar .widget input[type="search"], 
.sidebar .widget input[type="text"], 
.sidebar .widget input[type="password"] {
margin-bottom: 10px;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
text-align: left;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
text-transform: uppercase;
font-weight: bold;
border: none;
background: #F4F4F4;
color: #2A2F35;
padding: 3px 10px;
margin-right: 5px;
margin-bottom: 10px;
display: inline-block;
text-decoration: none;
line-height: 20px;
vertical-align: middle;
}
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_categories li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_archive li,
.sidebar .widget.widget_nav_menu li {
margin-top: 5px;
margin-bottom: 5px;
}
.sidebar .widget a:hover {
text-decoration: underline;
}
.sidebar .widget .mgt-promo-block a:hover {
text-decoration: none;
}
.content-block .widget_archive ul li a,
.content-block .widget_categories ul li a {
text-decoration: none;
font-size: 15px;
font-weight: bold;
color: #000000;
}
.content-block .widget_categories ul li {
color: #828282;
}
.content-block .widget_archive ul li a:hover,
.content-block .widget_categories ul li a:hover {
text-decoration: none;
color: #FBBE3F;
}
.sidebar .widget_pages ul li li a {
display: block;
}
.sidebar .widget_pages ul li li a {
padding-left: 15px;
}
.footer-sidebar-2-wrapper .widget_tag_cloud .tagcloud a, 
.footer-sidebar-2-wrapper .widget_product_tag_cloud .tagcloud a {
border-color: #ffffff;
line-height: 20px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
text-decoration: none;
border-color: #2A2F35;
background-color: #2A2F35;
color: #ffffff;
}
.widget_calendar table {
width: 100%;
text-align: center;
}
.widget_calendar #calendar_wrap {
}
.widget img {
max-width: 100%;
height: auto;
}
.widget_rss li {
margin-bottom: 20px;
}
.only-fixed {
position: fixed !important;
top: 0 !important;
}
input.pass-input {
margin-bottom: 0;
}
.entry-content {
overflow: visible;
}
.entry-content img {
height: auto;
max-width: 100%;
}
body .gallery {
margin-bottom: -30px!important;
}
img.alignleft {
float: left;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 10px;
}
.alignleft {
float: left;
}
img.alignright {
float: right;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
img.alignnone {
margin-bottom: 10px;
margin-top: 10px;
}
.alignright {
float: right;
}
.aligncenter {
text-align: center;
margin: auto;
}
.image-attachment {
margin: 150px 0;
}
.image-attachment .about-meta {
margin-bottom: 0;
}
.comments-area input[type="text"] {
width: 462px;
}
.comments-area textarea {
width: 100%;
}
.wp-caption {
max-width: 100%;
color: #8e8e8e;
font-style: italic;
margin-bottom: 30px;
}
.wp-caption.alignright {
margin-left: 30px;
margin-bottom: 5px;
margin-top: 5px;
}
.wp-caption.alignleft {
margin-right: 30px;
margin-bottom: 5px;
margin-top: 5px;
}
.wp-caption-text {
padding: 5px;
text-align: center;
font-size: 14px;
}
.wp-caption img {
width: 100%;
}
.gallery-caption {
color: #8e8e8e;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.shortcode br {
display: none;
} body .select2-container .select2-choice {
border-color: #eeeeee;
background: #ffffff;
padding: 8px 10px 5px 15px;
height: auto;
font-weight: normal;
border-radius: 0;
height: 45px;
}
body .select2-container .select2-choice:hover {
text-decoration: none;
}
body .select2-search {
padding: 0;
}
body .select2-search input {
border-color: #eeeeee;
color: #000000;
background: #F5F5F5;
font-size: 13px;
padding: 14px 20px 14px 40px;
line-height: 15px;
}
body .select2-search:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-size: 15px;
left: 15px;
position: absolute;
top: 50%;
margin-top: -9px;
color: #17477c;
}
body .select2-drop-active {
border-color: #eeeeee;
}
body .select2-results {
background: none;
margin: 0;
padding: 0;
border-top: 1px solid #eeeeee;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-drop.select2-drop-above.select2-drop-active {
border: none;
border-radius: 0;
}
body .select2-results .select2-result-label {
padding: 7px 14px;
font-size: 13px;
font-weight: normal;
border-bottom: 1px dotted #eeeeee;
}
body .select2-results .select2-result:last-child .select2-result-label {
border-bottom: 0;
}
body .select2-container .select2-choice .select2-arrow {
width: 35px;
background: none;
border: none;
text-align: left;
}
body .select2-container .select2-choice .select2-arrow b {
display: none;
}
body .select2-container .select2-choice .select2-arrow:after {
content: "";
display: inline-block;
font-family: "fontawesome";
margin-left: 15px;
margin-top: 9px;
}
body .header-menu .select2-container .select2-choice .select2-arrow:after {
margin-top: 2px;
}
body .search-bar .select2-container .select2-choice .select2-arrow:after {
margin-top: 7px;
}
body .select2-drop {
background-color: #ffffff;
color: #FBBE3F; }
body .select2-results .select2-highlighted {
background: #ffffff;
color: #606060;
}
body .select2-drop-active {
border: none;
}
body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
border-radius: 0;
border-color: #eeeeee;
}
body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #eeeeee;
border-radius: 0;
}
body .select2-dropdown-open.select2-drop-above .select2-results {
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
body .select2-container-multi.select2-container-active .select2-choices {
border: none;
}
body .select2-results .select2-no-results, .select2-results .select2-searching, 
body .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
background: #fff;
font-size: 13px;
padding: 14px;
font-weight: 400;
} body .owl-theme .owl-controls {
text-align: center;
margin-top: 0;
}
body .owl-theme .owl-controls .owl-buttons {
opacity: 0;
}
body .owl-theme:hover .owl-controls .owl-buttons {
opacity: 1;
}
body .owl-theme .owl-controls .owl-buttons div {
background: transparent;
opacity: 1.0;
margin: 0;
background-position: center center;
background-repeat: no-repeat;
width: 40px;
height: 40px;
border-radius: 0;
}
body .owl-theme .owl-controls .owl-buttons div.owl-prev {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big.png);
opacity: 0.25;
position: absolute;
left: -130px;
margin-top: -20px;
top: 50%;
}
body .vc_row.vc_row-fluid[data-vc-stretch-content="true"] .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 50px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-prev {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big-invert.png);
}
body .col-md-9 .owl-theme .owl-controls .owl-buttons div.owl-prev,
body .wpb_column:not(.vc_col-sm-12) .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .owl-theme .owl-controls .owl-buttons div.owl-prev {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big@2x.png);
background-size: 40px 40px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-prev {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big-invert@2x.png);
}
}
body .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
opacity: 0.7;
}
body .owl-theme .owl-controls .owl-buttons div.owl-next{
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big.png);
opacity: 0.25;
position: absolute;
right: -130px;
margin-top: -20px;
top: 50%;
}
body .vc_row.vc_row-fluid[data-vc-stretch-content="true"] .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 50px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-next{
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big-invert.png);
}
body .col-md-9 .owl-theme .owl-controls .owl-buttons div.owl-next,
body .wpb_column:not(.vc_col-sm-12) .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .owl-theme .owl-controls .owl-buttons div.owl-next {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big@2x.png);
background-size: 40px 40px;
}
body .owl-theme.owl-invert-nav .owl-controls .owl-buttons div.owl-next {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big-invert@2x.png);
}
}
body .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
opacity: 0.7;
}
body .owl-theme .owl-controls .owl-page span {
background-color: #D1CFCF;
opacity: 1;
}
body .owl-theme .owl-controls .owl-page.active span, 
body .owl-theme .owl-controls.clickable .owl-page:hover span {
border: 3px solid #FBBE3F;
background-color: #fff;
opacity: 1;
}
body .owl-theme .owl-controls .owl-pagination {
margin-top: 35px;
margin-bottom: 40px;
}
body .fullwidth-background .owl-theme .owl-controls .owl-pagination {
margin-top: 5px;
margin-bottom: 50px;
} .wpb_column > .wpb_wrapper > *:last-child > .wpb_content_element {
margin-bottom: 0;
}
.wpb_text_column.text-size-large p {
font-size: 28px;
margin-bottom: 40px;
font-weight: lighter;
}
.wpb_text_column.text-weight-lighter p {
font-weight: lighter;
}
.wpb_text_column.disable-underline a {
text-decoration: none;
}
body .wpb_gmaps_widget .wpb_wrapper {
padding: 2px;
}
a .fa.fa-2 {
color: #000000;
}
.fa.fa-2 {
font-size: 2em;
margin-right: 30px;
}
.fa.fa-3 {
font-size: 3em;
margin-right: 30px;
}
.fa.fa-4 {
font-size: 4em;
margin-right: 30px;
}
.fa.fa-5 {
font-size: 7em;
margin-right: 30px;
}
.fa.fa-6 {
font-size: 12em;
margin-right: 30px;
}
.fa.fa-7 {
font-size: 20em;
margin-right: 30px;
}
body .wpb_button, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
body .wpb_content_element.mgt-promo-block,
body .wpb_content_element.wpb_revslider_element,
body .wpb_content_element.mgt-cta-block,
body .wpb_content_element.mgt-signup-block {
margin-bottom: 0;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 56%;
position: relative;
}
.wpb_video_widget .wpb_wrapper iframe {
box-sizing: border-box;
display: block;
height: 100%;
left: 0;
margin: 0;
position: absolute;
top: 0;
width: 100%;
}
body .wpb_single_image .vc_single_image-wrapper {
display: block;
}
body .wpb_single_image .vc_single_image-wrapper img { width: auto;
}
.container-fluid .col-md-12 .vc_row {
margin-left: auto;
margin-right: auto;
}
.container.fullwidth-no-padding .row .col-md-12 {
padding: 0;
}
.container-fluid .col-md-12.entry-content,
.container-fluid .col-md-12.post-single-content,
.container-fluid .col-md-12.portfolio-single-content {
padding-left: 0;
padding-right: 0;
}
.fullwidth-slider .vc-carousel {
width: 100% !important;
}
.fullwidth-slider .vc-inner img {
width: 100%;
height: auto;
}
.vc-carousel-control {
color: #fff;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next {
background: none;
font-size: 36px;
}
body .vc_images_carousel .vc_carousel-control .icon-prev, 
body .vc_images_carousel .vc_carousel-control .icon-next {
display: none;
}
body .vc_images_carousel a.vc_carousel-control.vc_left {
background: transparent url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big.png) no-repeat center center;
opacity: 0.45;
width: 54px;
height: 54px;
margin-top: -27px;
left: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .vc_images_carousel a.vc_carousel-control.vc_left {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big@2x.png);
background-size: 54px 54px;
}
}
body .vc_images_carousel a.vc_carousel-control.vc_right {
background: transparent url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big.png) no-repeat center center;
opacity: 0.45;
width: 54px;
height: 54px;
margin-top: -27px;
right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .vc_images_carousel a.vc_carousel-control.vc_right {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big@2x.png);
background-size: 54px 54px;
}
}
body .vc_images_carousel a.vc_carousel-control.vc_left:hover {
background-color: transparent;
opacity: 0.7;
}
body .vc_images_carousel a.vc_carousel-control.vc_right:hover {
background-color: transparent;
opacity: 0.7;
}
body .vc_images_carousel .vc_carousel-control {
text-shadow: none;
margin-top: 0;
}
body .vc_images_carousel .vc_carousel-indicators li {
background: #ffffff;
border: #ffffff;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active {
border-color:#4987CA;
background: #4987CA;
} body .vc_progress_bar .vc_single_bar.bar_green .vc_label {
text-shadow: none;   
}
body .vc_progress_bar .vc_single_bar {
box-shadow: none;
border-radius: 0;
}
body .vc_progress_bar .vc_single_bar .vc_bar {
border-radius: 0;
} body .vc_toggle_default .vc_toggle_content, 
body .vc_toggle_default .vc_toggle_title {
padding-left: 0!important;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
color: #ffffff;
}
body .vc_toggle .vc_toggle_title h4 {
font-size: 20px;
font-weight: 700;
}
body .vc_toggle .vc_toggle_title:before {
content: "";
display: inline-block;
font-family: "fontawesome";
margin-right: 10px;
font-size: 20px;
}
body .vc_toggle.vc_toggle_active .vc_toggle_title:before {
content: "";
}
body .vc_toggle.vc_toggle_default .vc_toggle_icon {
display: none;
}
body .vc_toggle_default .vc_toggle_title, 
body .vc_toggle_default .vc_toggle_content {
padding-left: 0;
} body .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel-title {
font-size: 14px;
}
body .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-classic {
font-size: 14px;
color: #828282;
}
body .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
background: #FBBE3F;
color: #ffffff;
}
body .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after, 
body .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
border-color: #ffffff;
}
body .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading {
border: none;
}
body .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background: #F5F5F5;
} body .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active > a {
background-color: #FBBE3F;
color: #2a2f35;
}
body .vc_tta.vc_tta-style-classic .vc_tta-panel-body, 
body .vc_tta.vc_tta-style-classic .vc_tta-panel-heading, 
body .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
border: 0;
} .single-product-shortcode .woocommerce ul.products li.product, 
.single-product-shortcode .woocommerce-page ul.products li.product {
width: 100%;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
color: #ffffff;
}
.content-block .vc_separator h4 {
font-size: 130%;
font-weight: bold;
margin-top: 0;
}
.content-block .vc_separator .vc_sep_holder .vc_sep_line {
border-color: #eeeeee;
}
.content-block .vc-carousel-control {
text-shadow: none;
}
.content-block .wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
background: none;
}
body .flexslider {
margin-bottom: 0;
background: none;
box-shadow: none;
border: none;
border-radius: 0;
}
body .flexslider .slides img {
height: auto;
}
body .flexslider .flex-direction-nav a {
text-indent: 0;
background: none;
color: #fff;
font-size: 0;
margin-top: -27px;
}
body .flexslider .flex-direction-nav .flex-prev:before {
display: none;
}
body .flexslider .flex-direction-nav .flex-next:before {
display: none;
}
body .flexslider .flex-direction-nav a.flex-prev {
background: transparent url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big.png) no-repeat center center;
opacity: 0.45;
width: 54px;
height: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .flexslider .flex-direction-nav .flex-prev {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-left-big@2x.png);
background-size: 54px 54px;
}
}
body .flexslider .flex-direction-nav .flex-next {
background: transparent url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big.png) no-repeat center center;
opacity: 0.45;
width: 54px;
height: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
body .flexslider .flex-direction-nav .flex-next {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/img/arrow-right-big@2x.png);
background-size: 54px 54px;
}
}
body .flexslider .flex-direction-nav .flex-prev:hover {
background-color: transparent;
opacity: 0.7;
}
body .flexslider .flex-direction-nav .flex-next:hover {
background-color: transparent;
opacity: 0.7;
}
body .wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: 10px;
}
body .wpb_gallery .wpb_flexslider .flex-control-paging {
display: none;
}
body .flexslider .flex-prev {
text-align: left;
}
body .flexslider .flex-next {
text-align: right;
}
body .flexslider .flex-prev:hover,
body .flexslider .flex-prev,
body .flexslider:hover .flex-prev {
opacity: 0.45;
left: 30px;
}
body .flexslider .flex-next,
body .flexslider .flex-next:hover,
body .flexslider:hover .flex-next {
opacity: 0.45;
right: 30px;
}
body .flexslider .flex-next,
body .flexslider .flex-prev {
opacity: 0;
}
body .flex-control-paging {
opacity: 0;
}
body .flexslider:hover .flex-control-paging {
opacity: 1;
}
body .flex-control-paging li a {
background: #ffffff;
box-shadow: none;
}
body .flex-control-paging li a.flex-active,
body .flex-control-paging li a:hover {
background: #FBBE3F;
}
.wpb_button {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border: none;
text-shadow: none !important;
}
body .wpb_toggle,
body #content h4.wpb_toggle {
font-size: 14px;
color: #000;
font-weight: 400;
background: none;
padding-left: 0;
}
body .wpb_toggle:before,
body #content h4.wpb_toggle:before {
font-family: "FontAwesome";
font-size: 15px;
content: '';
margin-right: 10px;
color: #535353;
}
body .wpb_toggle.wpb_toggle_title_active:before,
body #content h4.wpb_toggle.wpb_toggle_title_active:before {
content: '';
}  .mgt-promo-block {
display: table;
background-position: top center;
}
a.mgt-promo-block-link {
text-decoration: none;
}
.mgt-promo-block .mgt-promo-block-content {
display: table-cell;
vertical-align: middle;
color: #ffffff;
text-align: left;
padding: 15px;
}
.mgt-promo-block .mgt-promo-block-content.va-middle {
vertical-align: middle;
}
.mgt-promo-block .mgt-promo-block-content.va-top {
vertical-align: top;
}
.mgt-promo-block .mgt-promo-block-content.va-bottom {
vertical-align: bottom;
}
.mgt-promo-block .mgt-promo-block-content h1,
.mgt-promo-block .mgt-promo-block-content h2,
.mgt-promo-block .mgt-promo-block-content h3,
.mgt-promo-block .mgt-promo-block-content h4,
.mgt-promo-block .mgt-promo-block-content h5,
.mgt-promo-block .mgt-promo-block-content h6 {
color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content p {
color: #b8b8b8;
}
.mgt-promo-block.darken .mgt-promo-block-content {
background: rgba(0,0,0,0.3);
}
.mgt-promo-block.cover-image {
background-position: center center;
background-size: cover;
}
.mgt-promo-block.without-image  .mgt-promo-block-content,
.mgt-promo-block.without-image .mgt-promo-block-content * {
color: #2A2F35;
}
.mgt-promo-block .mgt-promo-block-content *.not(a) {
color: #ffffff;
}
.mgt-promo-block .mgt-promo-block-content span {
display: inline-block;
}
.mgt-promo-block .mgt-promo-block-content a:not(.btn) {
color: #ffffff;
text-decoration: none;
}
.mgt-promo-block.animated:hover .mgt-promo-block-content {
background-color: rgba(0, 0, 0, 0.5);
}
.mgt-promo-block .mgt-promo-block-content .btn {
margin-top: 0;
}
.mgt-promo-block .mgt-promo-block-content i.fa {
color: #FBBE3F;
margin-bottom: 20px;
}
.mgt-promo-block .mgt-promo-block-content .mgt-button i.fa {
color: inherit;
margin-bottom: 0;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button {
overflow: hidden;
}
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button .mgt-button {
opacity: 0;
position: relative;
bottom: -5em;
}
.mgt-promo-block:hover .mgt-promo-block-content.mgt-hide-button .mgt-button {
bottom: 0;
opacity: 1;
}
.mgt-promo-block .mgt-button.mgt-align-left {
float: none;
}
.mgt-promo-block .mgt-promo-block-content .mgt-promo-block-content-inside > .mgt-button-wrapper:first-child > .mgt-button {
margin-top: 10px;
}
.mgt-promo-block.black-text .mgt-promo-block-content,
.mgt-promo-block.black-text .mgt-promo-block-content h1,
.mgt-promo-block.black-text .mgt-promo-block-content h2,
.mgt-promo-block.black-text .mgt-promo-block-content h3,
.mgt-promo-block.black-text .mgt-promo-block-content h4,
.mgt-promo-block.black-text .mgt-promo-block-content h5,
.mgt-promo-block.black-text .mgt-promo-block-content h6,
.mgt-promo-block.black-text .mgt-promo-block-content a:not(.btn) {
color: #2A2F35;
}
.mgt-promo-block.black-text .mgt-promo-block-content .mgt-promo-block-content-inside > i.fa {
color: #2A2F35;
}
.mgt-promo-block.black-text .mgt-promo-block-content p {
color: #828282;
}
.mgt-promo-block .mgt-promo-block-content i.fa + .mgt-button-wrapper .mgt-button {
margin-top: 0;
}
.mgt-promo-block.text-color-hover-white:hover *:not(.mgt-button):not(.fa) {
color: #ffffff!important;
} .mgt-header-block.wpb_content_element {
margin-top: 45px;
}
.mgt-header-block .mgt-header-block-title {
margin-bottom: 0;
padding-bottom: 0;
font-weight: bold;
}
.mgt-header-block p {
font-size: 16px;
margin-bottom: 0;
padding-bottom: 0;
color: #828282;
}
.mgt-header-block .mgt-header-line {
height: 1px;
width: 45px;
background: #FBBE3F;
display: table;
margin-top: 10px;
}
.mgt-header-block.text-center .mgt-header-line {
margin: 10px auto 0;
}
.mgt-header-block.text-right .mgt-header-line {
float: right;
}
.mgt-header-block.text-white .mgt-header-block-title {
color: #ffffff;
}
.mgt-header-block.text-white p {
color: #b8b8b8;
}
.mgt-header-block.mgt-header-block-style-2 .mgt-header-block-title {
font-weight: normal;
text-transform: none;
}
.mgt-header-block.mgt-header-block-style-2 p {
font-size: 14px;
margin-bottom: 0;
}
.mgt-header-block.mgt-header-texttransform-both p,
.mgt-header-block.mgt-header-texttransform-both .mgt-header-block-title {
text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-header .mgt-header-block-title {
text-transform: uppercase;
}
.mgt-header-block.mgt-header-texttransform-subheader p {
text-transform: uppercase;
} .mgt-post-list-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.mgt-post-list {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 45px;
}
.mgt-post-list.owl-carousel {
margin-left: 0;
margin-right: 0;
}
.mgt-post-list .mgt-post {
width: 25%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
float: left;
position: relative;
overflow: hidden;
}
.mgt-post-list.owl-carousel .mgt-post {
margin-bottom: 0;
}
.mgt-post-list.mgt-single-post {
margin-left: 0;
margin-right: 0;
}
.mgt-post-list.mgt-single-post .mgt-post {
padding-left: 0;
padding-right: 0;
width: 100%!important;
float: none;
}
.mgt-post-list .mgt-post.small-blocks {
width: 25%;
}
.mgt-post-list.owl-carousel .mgt-post.small-blocks,
.mgt-post-list.owl-carousel .mgt-post.normal-blocks,
.mgt-post-list.owl-carousel .mgt-post.medium-blocks,
.mgt-post-list.owl-carousel .mgt-post.large-blocks {
width: 100%;
}
.mgt-post-list .mgt-post.normal-blocks {
width: 33.3333%;
}
.mgt-post-list .mgt-post.medium-blocks {
width: 50%;
}
.mgt-post-list .mgt-post.large-blocks {
width: 100%;
}
.mgt-post-list .mgt-post .mgt-post-image {
background: #d7d7d7;
height: 230px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-bottom: 25px;
}
.mgt-post-list .mgt-post-image-wrapper {
height: 100%;
position: relative;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 0;
}
.mgt-post-list .mgt-post-details .mgt-post-title h5:hover {
color: #FBBE3F;
}
.mgt-post-list:not(.owl-carousel) .mgt-post-details .mgt-post-title h5 {
}
.mgt-post-list .mgt-post-details .mgt-post-title a {
text-decoration: none;
}
.mgt-post-list .mgt-post-details .mgt-post-date {
font-size: 13px;
color: #828282;
margin-top: 5px;
}
.mgt-post-list .mgt-post-details .mgt-post-text {
color: #828282;
margin-top: 15px;
}
.mgt-post-list .mgt-post-details .btn {
margin-top: 20px;
}
.mgt-post-list .mgt-post-details .mgt-post-date i.fa {
margin-right: 5px;
}
.mgt-post-list .mgt-post-details .mgt-post-date span.post-comments-count {
margin-left: 10px;
}
.mgt-post-list.animated .mgt-post .mgt-post-image-wrapper:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.mgt-post-list.animated .mgt-post .mgt-post-image-wrapper:hover .mgt-post-wrapper-icon {
opacity: 1;
}
.mgt-post-list .mgt-post-icon {
background-color: #FBBE3F;
color: #ffffff;
width: 40px;
height: 40px;
float: right;
margin-left: 10px;
display: none;
}
.mgt-post-list .mgt-post-wrapper-icon {
color: #ffffff;
display: table;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
margin: 0 auto;
border-radius: 25px;
background: rgba(0, 0, 0, 0.6);
position: relative;
top: 90px;
opacity: 0;
}
.mgt-post-list .mgt-post-categories {
text-decoration: none;
background: #FBBE3F;
display: inline-block;
padding: 5px 20px;
color: #2A2F35;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
position: absolute;
bottom: 0;
left: 0;
max-width: 100%;
}
.mgt-post-list .mgt-post-wrapper-icon:hover {
background-color: #FBBE3F;
}
.mgt-post-list .mgt-post-icon:before {
margin-top: 6px;
text-align: center;
color: #fff;
display: block;
font-family: "FontAwesome";
font-size: 19px;
}
.mgt-post-list .mgt-post-icon:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-standard:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-aside:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-image:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-gallery:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-quote:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-video:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-audio:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-link:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-status:before {
content: "";
}
.mgt-post-list .mgt-post-icon.format-chat:before {
content: "";
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: auto;
right: 60px;
margin-right: 0;
margin-left: 0;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 15px;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons {
opacity: 1;
}
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-prev,
.mgt-header-block.text-left + .mgt-post-list-wrapper .mgt-post-list.owl-theme .owl-controls .owl-buttons div.owl-next {
top: -44px;
} .mgt-icon-box {
margin-top: 30px;
margin-bottom: 30px!important;
}
.mgt-icon-box h6 {
color: #828282!important;
font-weight: normal;
font-size: 14px;
margin-bottom: 5px;
}
.mgt-icon-box h5 {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
.mgt-icon-box .mgt-icon-box-icon {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
float: left;
margin-right: 25px;
color: #FBBE3F;
}
.mgt-icon-box.mgt-icon-image .mgt-icon-box-icon {
width: 70px;
height: 70px;
line-height: 70px;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon {
width: 70px;
height: 70px;
background: #b8b8b8;
line-height: 70px;
color: #ffffff;
border-radius: 35px;
cursor: default;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-background-invert .mgt-icon-box-icon {
background: #FBBE3F;
}
.mgt-icon-box.mgt-icon-background.mgt-icon-background-invert:hover .mgt-icon-box-icon {
background: #b8b8b8;
}
.mgt-icon-box.mgt-icon-background:hover .mgt-icon-box-icon {
background: #FBBE3F;
color: #ffffff;
}
.mgt-icon-box .mgt-icon-box-icon .mgt-font-icon {
font-size: 32px;
line-height: 32px;
}
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon .mgt-font-icon {
line-height: 68px;
font-size: 24px;
}
.mgt-icon-box .mgt-icon-box-icon img {
width: auto;
height: auto;
max-width: 70px;
}
.mgt-icon-box .mgt-icon-box-content {
display: table;
color: #828282;
}
.mgt-icon-box.mgt-icon-box-centered {
text-align: center;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-icon {
float: none;
margin: 0 auto;
display: table;
margin-bottom: 25px;
}
.mgt-icon-box.mgt-icon-box-centered .mgt-icon-box-content {
display: block;
}
.mgt-icon-box.mgt-icon-box-left {
text-align: left;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-icon {
float: none;
margin-bottom: 25px;
}
.mgt-icon-box.mgt-icon-box-left .mgt-icon-box-content {
display: block;
}
.mgt-icon-box.text-white .mgt-icon-box-content {
color: #b8b8b8;
}
.mgt-icon-box.text-white h5 {
color: #ffffff!important;
}
.mgt-icon-box.text-white h6 {
color: #b8b8b8!important;
} .mgt-message-box {
padding: 25px;
padding-left: 70px;
font-weight: 400;
font-size: 16px;
margin-bottom: 10px;
}
.mgt-message-box:before {
position: absolute;
margin-top: -2px!important;
margin-left: -30px!important;
}
.mgt-message-box-error {
background: #FFF2F2;
color: #d83a3a;
}
.mgt-message-box-error:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-size: 20px;
margin-left: 0;
margin-top: 5px;
}
.mgt-message-box-info {
background: #F2F9FF;
color: #19527e;
}
.mgt-message-box-info:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-size: 20px;
margin-left: 0;
margin-top: 5px;
}
.mgt-message-box-message {
background: #F2FEF3;
color: #1b7121;
}
.mgt-message-box-message:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-size: 20px;
margin-left: 0;
margin-top: 5px;
}
.mgt-message-box-warning {
background: #FFFAF2;
color: #a76800;
}
.mgt-message-box-warning:before {
content: "";
display: inline-block;
font-family: "fontawesome";
font-size: 20px;
margin-left: 0;
margin-top: 5px;
} .mgt-button {
margin-bottom: 10px;
}
.mgt-button:before {
background: #FBBE3F;
}
.mgt-button.mgt-style-text:before,
.mgt-button.mgt-style-textwhite:before {
background: transparent;
}
.mgt-button.mgt-style-solid:before {
background: #2A2F35;
}
.mgt-button.hvr-sweep-to-right:hover,
.mgt-button.hvr-sweep-to-left:hover,
.mgt-button.hvr-sweep-to-bottom:hover,
.mgt-button.hvr-sweep-to-top:hover,
.mgt-button.hvr-bounce-to-right:hover,
.mgt-button.hvr-bounce-to-left:hover,
.mgt-button.hvr-bounce-to-bottom:hover,
.mgt-button.hvr-bounce-to-top:hover {
background: #FBBE3F;
}
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-solid-invert.hvr-bounce-to-top:hover {
background: #2A2F35;
}
.mgt-button.mgt-style-borderedblack:before {
background: #2A2F35;
}
.mgt-button.mgt-style-bordered.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-bordered.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedblack.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedgrey.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-borderedwhite.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-text.hvr-bounce-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-textwhite.hvr-bounce-to-top:hover {
background: transparent;
}
.mgt-button.mgt-style-grey.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-grey.hvr-bounce-to-top:hover {
background: #B8B8B8;
}
.mgt-button.mgt-style-red.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-red.hvr-bounce-to-top:hover {
background: #F43E3E;
}
.mgt-button.mgt-style-green.hvr-sweep-to-right:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-left:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-sweep-to-top:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-right:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-left:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-bottom:hover,
.mgt-button.mgt-style-green.hvr-bounce-to-top:hover {
background: #79C852;
}
body .wpb_column > .wpb_wrapper > .mgt-button:last-child,
body .wpb_text_column .mgt-button:last-child,
body #content .wpb_text_column .mgt-button:last-child {
margin-bottom: 10px;
}
.mgt-button-wrapper.mgt-button-top-margin-enable {
margin-top: 30px;
}
.mgt-button-wrapper + *:not(.mgt-button-wrapper) {
margin-right: 10px;
}
.mgt-button-wrapper.mgt-button-wrapper-align-left + .mgt-button-wrapper.mgt-button-wrapper-align-left {
margin-left: 10px;
}
.mgt-button-wrapper.mgt-button-wrapper-align-right + .mgt-button-wrapper.mgt-button-wrapper-align-right {
margin-right: 10px;
}
.mgt-button.mgt-button-icon-position-left i {
margin-right: 10px;
}
.mgt-button.mgt-button-icon-position-right i {
margin-left: 10px;
}
.mgt-button-wrapper.mgt-button-wrapper-display-inline {
display: inline-block;
}
.mgt-button-wrapper.mgt-button-wrapper-align-center {
text-align: center;
} 
.mgt-button.mgt-align-left {
float: left;
margin-left: 0;
}
.mgt-button.mgt-align-center {
margin-left: 0;
margin-right: 0;
}
.mgt-promo-block-button-separator.mgt-promo-block-button-align-center {
text-align: center;
}
.mgt-button.mgt-align-right {
float: right;
margin-right: 0;
}
.mgt-button.mgt-style-solid-invert,
.mgt-button.mgt-style-solid-invert:active,
.mgt-button.mgt-style-solid-invert:focus {
background: #2A2F35;
color: #ffffff;
}
.mgt-button.mgt-style-solid-invert:hover {
background: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-bordered,
.mgt-button.mgt-style-bordered:active,
.mgt-button.mgt-style-bordered:focus {
border: 3px solid #FBBE3F;
color: #FBBE3F;
background: transparent;
}
.mgt-button.mgt-style-bordered:hover {
background: #FBBE3F;
border-color: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-borderedblack,
.mgt-button.mgt-style-borderedblack:active,
.mgt-button.mgt-style-borderedblack:focus {
background: transparent;
border: 3px solid #2A2F35;
color: #2A2F35;
}
.mgt-button.mgt-style-borderedblack:hover {
background: #2A2F35;
border-color: #2A2F35;
color: #ffffff;
}
.mgt-button.mgt-style-borderedwhite,
.mgt-button.mgt-style-borderedwhite:active,
.mgt-button.mgt-style-borderedwhite:focus {
background: transparent;
border: 3px solid #ffffff;
color: #ffffff;
}
.mgt-button.mgt-style-borderedwhite:hover {
background: #FBBE3F;
border-color: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-borderedgrey,
.mgt-button.mgt-style-borderedgrey:active,
.mgt-button.mgt-style-borderedgrey:focus {
background: transparent;
border: 3px solid #B7B7B7;
color: #B7B7B7;
}
.mgt-button.mgt-style-borderedgrey:hover {
background: #FBBE3F;
border-color: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-grey,
.mgt-button.mgt-style-grey:active,
.mgt-button.mgt-style-grey:focus {
background: #B8B8B8;
color: #ffffff;
}
.mgt-button.mgt-style-grey:hover {
background: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-green,
.mgt-button.mgt-style-green:active,
.mgt-button.mgt-style-green:focus {
background: #79c852;
color: #ffffff;
}
.mgt-button.mgt-style-red {
background: #f43e3e;
color: #ffffff;
}
.mgt-button.mgt-style-green:hover,
.mgt-button.mgt-style-red:hover {
background: #FBBE3F;
border-color: #FBBE3F;
color: #000000;
}
.mgt-button.mgt-style-text,
.mgt-button.mgt-style-textwhite,
.mgt-button.mgt-style-text:active,
.mgt-button.mgt-style-textwhite:active,
.mgt-button.mgt-style-text:focus,
.mgt-button.mgt-style-textwhite:focus {
background: transparent;
padding-left: 0;
padding-right: 0;
color: #FBBE3F;
}
.mgt-button.mgt-style-text:hover {
color: #2A2F35;
}
.mgt-button.mgt-style-textwhite:hover {
color: #ffffff;
}
.mgt-button.mgt-size-small {
font-size: 13px;
height: auto;
padding: 12px 15px;
}
.mgt-button.mgt-size-large {
padding: 20px 35px;
font-size: 17px;
height: auto;
}
.mgt-button.mgt-style-text.mgt-size-small,
.mgt-button.mgt-style-text.mgt-size-large,
.mgt-button.mgt-style-textwhite.mgt-size-small,
.mgt-button.mgt-style-textwhite.mgt-size-large {
padding-left: 0;
padding-right: 0;
}
.mgt-button.mgt-text-size-small {
font-size: 12px;
height: auto;
}
.mgt-button.mgt-text-size-large {
font-size: 18px;
height: auto;
}
.mgt-button.mgt-text-transform-uppercase {
text-transform: uppercase;
}
.mgt-button.mgt-text-transform-none {
text-transform: none;
}
.mgt-button.mgt-style-bordered,
.mgt-button.mgt-style-borderedblack,
.mgt-button.mgt-style-borderedgrey,
.mgt-button.mgt-style-borderedwhite,
.mgt-button.mgt-style-borderedtransparent,
.mgt-button.mgt-style-borderedtransparentwhite {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 27px;
padding-right: 27px;
}
.mgt-button.mgt-style-bordered.mgt-size-small,
.mgt-button.mgt-style-borderedblack.mgt-size-small,
.mgt-button.mgt-style-borderedgrey.mgt-size-small,
.mgt-button.mgt-style-borderedwhite.mgt-size-small,
.mgt-button.mgt-style-borderedtransparent.mgt-size-small,
.mgt-button.mgt-style-borderedtransparentwhite.mgt-size-small {
padding-top: 9px;
padding-bottom: 9px;
padding-left: 11px;
padding-right: 11px;
}
.mgt-button.mgt-style-bordered.mgt-size-large,
.mgt-button.mgt-style-borderedblack.mgt-size-large,
.mgt-button.mgt-style-borderedgrey.mgt-size-large,
.mgt-button.mgt-style-borderedwhite.mgt-size-large,
.mgt-button.mgt-style-borderedtransparent.mgt-size-large,
.mgt-button.mgt-style-borderedtransparentwhite.mgt-size-large {
padding-top: 17px;
padding-bottom: 17px;
padding-left: 32px;
padding-right: 32px;
} .mgt-cta-block {
padding: 50px;
background-size: cover!important;
}
.mgt-cta-block.no-side-paddings {
padding-left: 0;
padding-right: 0;
}
.mgt-cta-block.white-text,
.mgt-cta-block.white-text h5 {
color: #ffffff;
}
.mgt-cta-block.white-text .mgt-cta-block-content a {
color: #ffffff;
text-decoration: underline;
}
.mgt-cta-block h5 {
font-size: 30px;
font-weight: bold;
margin: 0;
padding: 0;
}
.mgt-cta-block .mgt-cta-block-content {
font-size: 16px;
margin-top: 0;
color: #828282;
}
.mgt-cta-block.white-text .mgt-cta-block-content {
color: #b8b8b8;
}
.mgt-cta-block .mgt-button {
margin-bottom: 0;
}
.mgt-cta-block.with-text .mgt-button {
margin-top: 10px;
}
.mgt-cta-block.with-text .mgt-button.mgt-size-small {
margin-top: 10px;
}
.mgt-cta-block.with-text .mgt-button.mgt-size-large {
margin-top: 5px;
}
.mgt-cta-block.without-text .mgt-button.mgt-size-normal + h5 {
padding-top: 7px;
}
.mgt-cta-block.without-text .mgt-button.mgt-size-small {
margin-top: 4px;
}
.mgt-cta-block.without-text .mgt-button.mgt-size-large + h5 {
padding-top: 10px;
} .mgt-signup-block {
display: table;
width: 100%;
padding: 55px 0;
}
.mgt-signup-block.white-text,
.mgt-signup-block.white-text h5 {
color: #ffffff;
}
.mgt-signup-block.black-text,
.mgt-signup-block.black-text h5 {
color: #000000;
}
.mgt-signup-block h5 {
font-size: 37px;
font-weight: 300;
margin-bottom: 0;
}
.mgt-signup-block .mgt-signup-block-form {
vertical-align: middle;
display: table-cell;
padding-left: 35px;
}
.mgt-signup-block .mgt-signup-block-header {
vertical-align: middle;
display: table-cell;
text-align: right;
padding-right: 35px;
}
.mgt-signup-block .mgt-signup-block-form input.email {
width: 300px;
}
.mgt-signup-block .mgt-signup-block-form input.mgt-button {
margin-bottom: 0;
} .mgt-counter-wrapper {
text-align: left;
}
.mgt-counter-wrapper .mgt-counter-value {
font-size: 36px;
font-weight: bold;
color: #000000;
}
.mgt-counter-wrapper.text-white .mgt-counter-value {
color: #ffffff;
}
.mgt-counter-wrapper.text-center {
text-align: center;
}
.mgt-counter-wrapper h5.mgt-counter-title {
color: #828282;
margin-top: 0;
font-size: 18px;
}
.mgt-counter-wrapper.text-white h5.mgt-counter-title {
color: #b8b8b8;
}
.mgt-counter-wrapper .mgt-counter-icon {
color: #FBBE3F;
font-size: 30px;
margin-bottom: 0;
} .mgt-client-reviews {
margin-bottom: 0!important;
}
.mgt-client-reviews-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.mgt-client-reviews .mgt-client-review {
color: #828282;
padding: 0;
margin-bottom: 10px;
}
.mgt-client-reviews .mgt-client-review h5 {
color: #ffffff;
}
.mgt-client-reviews .mgt-client-review h5 span {
color: #828282;
}
.mgt-client-reviews-wrapper .mgt-client-review {
margin-bottom: 0;
margin-top: 30px;
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
.mgt-client-reviews .mgt-client-review.text-dark,
.mgt-client-reviews .mgt-client-review.text-dark h5 {
color: #2A2F35;
}
.mgt-client-reviews .mgt-client-review.text-white {
color: #b8b8b8;
}
.mgt-client-reviews .mgt-client-review.text-white h5 span {
color: #b8b8b8;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-image {
width: 40px;
height: 40px;
overflow: hidden;
border-radius: 20px;
margin-right: 15px;
display: inline-block;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-image img {
width: 40px;
height: 40px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details {
display: block;
margin-bottom: 30px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-content {
font-size: 24px;
margin-bottom: 40px;
margin-left: 45px;
margin-bottom: 30px;
}
.mgt-client-reviews .mgt-client-review.reviews-style-box {
margin-top: 0;
text-align: left;
}
.mgt-client-reviews .mgt-client-review.reviews-style-box .mgt-client-review-details {
background: #F5F5F5;
padding: 40px 25px;
}
.mgt-client-reviews .mgt-client-review.reviews-style-box .mgt-client-review-details .mgt-client-review-content {
color: #828282;
font-size: 14px;
}
.mgt-client-reviews .mgt-client-review.reviews-style-box .mgt-client-review-details .mgt-client-review-title {
margin-left: 45px;
}
.mgt-client-reviews .mgt-client-review.reviews-style-box:before {
color: #b8b8b8;
margin-left: 27px;
margin-top: 40px;
}
.mgt-client-reviews .mgt-client-review:before {
content: '';
font-size: 24px;
margin-left: 0;
margin-top: 0;
position: absolute;
font-family: "FontAwesome";
left: 15px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title h5 {
font-size: 14px;
margin-bottom: 0;
display: inline-block;
vertical-align: top;
margin-top: 12px;
}
.mgt-client-reviews .mgt-client-review .mgt-client-review-details .mgt-client-review-title {
display: inline-block;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: auto;
right: 60px;
margin-right: 0;
margin-left: 0;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 15px;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons {
opacity: 1;
}
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-prev,
.mgt-header-block.text-left + .mgt-client-reviews-wrapper .mgt-client-reviews.owl-theme .owl-controls .owl-buttons div.owl-next {
top: -44px;
}
.mgt-client-reviews-wrapper .owl-theme .owl-controls .owl-pagination {
margin-top: 0;
} .portfolio-list {
overflow: visible;
}
.portfolio-list .mix {
display: none;
}
.portfolio-filter {
margin: 0 0 30px 0;
text-align: left;
display: inline-block;
background: #2A2F35;
}
.portfolio-filter.filter-center {
margin: 0 auto;
margin-bottom: 30px;
display: table;
}
.portfolio-filter.filter-bordered {
border: 1px solid #484F57;
}
.portfolio-filter a {
display: inline-block;
padding: 5px 0;
color: #b8b8b8;
cursor: pointer;
padding: 15px 25px;
text-decoration: none;
}
.portfolio-filter .col-md-12 {
padding-left: 0;
padding-right: 0;
}
.portfolio-filter a.view-all {
color: #FBBE3F;
}
.portfolio-filter a.view-all:hover,
.portfolio-filter a:hover, 
.portfolio-filter a.active {
color: #2A2F35;
text-decoration: none;
background: #FBBE3F;
}
.portfolio-item-block {
background: transparent;
width: 25%;
padding-bottom: 25%;
position: relative;
overflow: hidden;
float: left;
}
.portfolio-list.portfolio-with-spaces .portfolio-item-block,
.portfolio-list.portfolio-with-spaces .portfolio-item-block .portfolio-item-bg {
border: 15px solid transparent;
}
.portfolio-list.portfolio-with-spaces {
margin-left: -15px;
margin-right: -15px;
}
.portfolio-filter + .portfolio-list.portfolio-with-spaces {
margin-top: -15px;
}
.container .col-md-12 .vc_row-fluid.vc_row .portfolio-list.portfolio-grid-layout-4.portfolio-with-spaces {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-4 .portfolio-item-block,
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-4 .portfolio-item-block .portfolio-item-bg {
border: 5px solid transparent;
}
.portfolio-columns-3 .portfolio-item-block {
width: 33.3333%;
padding-bottom: 33.3333%;
}
.portfolio-columns-4 .portfolio-item-block {
width: 25%;
padding-bottom: 25%;
}
.portfolio-columns-5 .portfolio-item-block {
width: 20%;
padding-bottom: 20%;
} .portfolio-list.portfolio-grid-layout-5 .portfolio-item-block {
background: #ffffff;
width: 100%;
padding-bottom: 10%;
position: relative;
overflow: hidden;
float: left;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block .info {
position: relative;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block {
padding-bottom: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-5 .portfolio-item-block {
border: 15px solid transparent;
border-left-width: 15px;
border-right-width: 15px;
} .portfolio-list.portfolio-grid-layout-6 .portfolio-item-block {
background: #ffffff;
width: 100%;
padding-bottom: 20%;
position: relative;
overflow: hidden;
float: left;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block .info {
position: relative;
padding-top: 80px;
padding-bottom: 80px;
}
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block {
padding-bottom: 0;
}
.portfolio-list.portfolio-with-spaces.portfolio-grid-layout-6 .portfolio-item-block {
border: 15px solid transparent;
border-left-width: 15px;
border-right-width: 15px;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block .title,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block .title {
font-size: 40px;
} .portfolio-item-block a,
.portfolio-item-block a:hover {
text-decoration: none;
}
.portfolio-item-block .portfolio-item-image {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.portfolio-item-block:hover .portfolio-item-image {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.portfolio-item-block .portfolio-item-bg {
opacity: 0;
}
.portfolio-item-block:hover .portfolio-item-bg {
opacity: 1;
}
.portfolio-item-block .info {
position: absolute;
padding: 40px;
left: 0;
left: -100%;
max-height: 100%;
overflow: hidden;
max-width: 100%;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block .info {
left: -200%;
}
.portfolio-item-block:hover .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block:hover .info {
left: 0;
} .portfolio-item-block.portfolio-item-animation-0 .portfolio-item-bg {
background: #FBBE3F;
}
.portfolio-item-block.portfolio-item-animation-0 .btn {
border: 3px solid #000000;
background: transparent;
color: #000000;
}
.portfolio-item-block.portfolio-item-animation-0 .btn:hover {
background: #000000;
border-color: #000000;
color: #ffffff;
} .portfolio-item-block.portfolio-item-animation-1 .portfolio-item-bg {
background: #000000;
}
.portfolio-item-block.portfolio-item-animation-1:hover .portfolio-item-bg {
opacity: 0.5;
} .portfolio-item-block.portfolio-item-animation-2 .portfolio-item-bg {
background: #000000;
}
.portfolio-item-block.portfolio-item-animation-2:hover .portfolio-item-bg {
opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-2:hover .portfolio-item-image {
transform: scale(1.0);
-ms-transform: scale(1.0);
-webkit-transform: scale(1.0);
} .portfolio-item-block.portfolio-item-animation-3 .portfolio-item-bg {
background: #000000;
}
.portfolio-item-block.portfolio-item-animation-3:hover .portfolio-item-bg {
opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-3:hover .portfolio-item-image {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.portfolio-item-block.portfolio-item-animation-3 .info {
position: absolute;
padding: 40px;
left: auto;
bottom: 0;
bottom: -100%;
max-height: 100%;
overflow: hidden;
}
.portfolio-item-block.portfolio-item-animation-3:hover .info {
bottom: 0;
left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-3 .info {
left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-3:hover .info {
left: auto;
}
.portfolio-item-block.portfolio-item-animation-3 .sub-title {
margin-bottom: 215px;
margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-3:hover .sub-title {
margin-bottom: 5px;
} .portfolio-item-block.portfolio-item-animation-4 .portfolio-item-bg {
background: #000000;
}
.portfolio-item-block.portfolio-item-animation-4:hover .portfolio-item-bg {
opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-4:hover .portfolio-item-image {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.portfolio-item-block.portfolio-item-animation-4 .info {
position: absolute;
padding: 40px;
left: auto;
bottom: 0;
bottom: -100%;
max-height: 100%;
overflow: hidden;
}
.portfolio-item-block.portfolio-item-animation-4:hover .info {
bottom: 0;
left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-4 .info {
left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-4:hover .info {
left: auto;
}
.portfolio-item-block.portfolio-item-animation-4 .sub-title {
margin-bottom: 215px;
margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-4:hover .sub-title {
margin-bottom: 5px;
} .portfolio-item-block.portfolio-item-animation-5 .portfolio-item-bg {
background: #000000;
}
.portfolio-item-block.portfolio-item-animation-5:hover .portfolio-item-bg {
opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-5:hover .portfolio-item-image {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.portfolio-item-block.portfolio-item-animation-5 .info {
position: absolute;
padding: 40px;
left: auto;
bottom: auto;
max-height: 100%;
overflow: hidden;
transform: scale(10);
-ms-transform: scale(10);
-webkit-transform: scale(10);
opacity: 0;
text-align: left;
padding-top: 10%;
}
.portfolio-item-block.portfolio-item-animation-5:hover .info {
bottom: auto;
left: auto;
padding-top: 50%;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-5 .info {
left: auto;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-5:hover .info {
left: auto;
}
.portfolio-item-block.portfolio-item-animation-5 .sub-title {
margin-bottom: 5px;
margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-5:hover .sub-title {
margin-bottom: 5px;
} .portfolio-item-block.portfolio-item-animation-6 .portfolio-item-bg {
background: #000000;
border-bottom: 0;
opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-6:hover .portfolio-item-bg {
background: #000000;
opacity: 0.5;
}
.portfolio-item-block.portfolio-item-animation-6 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-6 .info {
left: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-6:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-6:hover .info {
left: 30px;
}
.portfolio-item-block.portfolio-item-animation-6:hover .info {
left: 10px;
}
.portfolio-item-block.portfolio-item-animation-6 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-6 .sub-title {
margin-left: 0;
} .portfolio-item-block.portfolio-item-animation-7 .portfolio-item-bg {
background: #2A2B2F;
border-bottom: 1px solid #38393c;
opacity: 1;
}
.portfolio-item-block.portfolio-item-animation-7:hover .portfolio-item-bg {
opacity: 0.3;
}
.portfolio-item-block.portfolio-item-animation-7 .info,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-7 .info {
left: 0;
}
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block.portfolio-item-animation-7:hover .info,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block.portfolio-item-animation-7:hover .info {
left: 30px;
}
.portfolio-item-block.portfolio-item-animation-7:hover .info {
left: 10px;
}
.portfolio-item-block.portfolio-item-animation-7 .sub-title,
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block.portfolio-item-animation-7 .sub-title {
margin-left: 0;
}
.portfolio-item-block.portfolio-item-animation-7:hover .portfolio-item-image {
transform: none;
-ms-transform: none;
-webkit-transform: none;
} .portfolio-item-block .portfolio-item-image {
background-color: #EEEEEE;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
}
.portfolio-item-block .portfolio-item-bg {
position: absolute;
width: 100%;
height: 100%;
}
.portfolio-item-block h4.title {
font-size: 20px;
font-weight: normal;
margin-bottom: 0;
margin-top: 0;
color: #ffffff;
}
.portfolio-item-block .btn {
border: 3px solid #FBBE3F;
background: transparent;
color: #FBBE3F;
font-size: 12px;
height: 40px;
line-height: 15px;
padding: 10px 18px;
margin-top: 20px;
}
.portfolio-item-block .project-description {
font-size: 13px;
color: rgba(255,255,255,0.8);
margin-top: 10px;
margin-bottom: 15px;
}
.portfolio-item-block .btn:hover {
background: #FBBE3F;
border-color: #FBBE3F;
color: #000000;
}
.portfolio-item-block .sub-title {
display: block;
margin-bottom: 5px;
margin-left: -500px;
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
color: #ffffff;
line-height: 10px;
}
.portfolio-item-block:hover .sub-title {
margin-left: 0;
}
.portfolio-more-button {
margin: 0 auto;
display: block;
font-size: 14px;
font-weight: 500;
padding: 15px;
background-color: #26CDB3;
color: #FFFFFF;
text-decoration: none;
} .portfolio-list.portfolio-grid-layout-1 .portfolio-item-block {
width: 25%;
padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(2) {
width: 25%;
padding-bottom: 50%;
float: right;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(3) {
width: 50%;
padding-bottom: 50%;
float: right;
}
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(5),
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(10) {
width: 50%;
} .portfolio-list.portfolio-grid-layout-2 .portfolio-item-block {
width: 25%;
padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(1),
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(2) {
width: 50%;
padding-bottom: 50%;
} .portfolio-list.portfolio-grid-layout-3 .portfolio-item-block {
width: 25%;
padding-bottom: 25%;
}
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(3),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(8),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(3n+8) {
width: 50%;
} .portfolio-item-block.slide-item {
width: 100%;
float: none;
height: 550px;
padding-bottom: 0;
}
.portfolio-list.portfolio-grid-layout-4 {
display: none;
} .portfolio-navigation-prev,
.portfolio-navigation-next {
position: fixed;
top: 50%;
left: 0;
z-index: 10000;
width: 100px;
}
.portfolio-navigation-next {
right: -100px;
left: auto;
}
.portfolio-navigation-prev {
left: -100px;
}
.portfolio-navigation-prev:before {
text-transform: uppercase;
opacity: 1;
font-size: 14px;
line-height: 50px;
width: 100px;
text-align: center;
right: -75px;
display: block;
background: #f4f4f4;
height: 50px;
top: 25px;
position: absolute;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
content: attr(data-name);
cursor: pointer;
}
.portfolio-navigation-next:before {
text-transform: uppercase;
opacity: 1;
font-size: 14px;
line-height: 50px;
width: 100px;
text-align: center;
left: -75px;
display: block;
background: #f4f4f4;
height: 50px;
top: 25px;
position: absolute;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
content: attr(data-name);
cursor: pointer;
}
.portfolio-navigation-prev:hover {
left: 0;
}
.portfolio-navigation-next:hover {
right: 0;
}
.portfolio-navigation-prev .portfolio-navigation-image,
.portfolio-navigation-next .portfolio-navigation-image {
opacity: 0;
}
.portfolio-navigation-prev:hover .portfolio-navigation-image,
.portfolio-navigation-next:hover .portfolio-navigation-image {
opacity: 1;
}
.portfolio-navigation-prev .portfolio-navigation-image img,
.portfolio-navigation-next .portfolio-navigation-image img {
max-width: 100px;
height: auto;
}
.porftolio-slider ul {
list-style: none;
margin: 0;
padding: 0;
}
.porftolio-slider .slides li {
text-align: center;
}
.porftolio-slider img {
width: 100%;
}
.portfolio-layout-0 .porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 30px;
margin-top: -25px;
top: 50%;
}
.portfolio-layout-0 .porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 30px;
margin-top: -25px;
top: 50%;
}
.portfolio-item-image {
margin-bottom: 30px;
}
.portfolio-item-data .page-item-title h1 {
text-align: left;
}
.portfolio-item-data {
margin-bottom: 30px;
}
.portfolio-item-details .portfolio-item-image-container {
padding: 0;
}
.portfolio-item-details .mgt-header-block.wpb_content_element {
margin-top: 0;
}
.portfolio-item-details.portfolio-layout-0.portfolio-title-position-disable {
margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-disable {
margin-top: 30px;
}
body.transparent-header .portfolio-item-details.portfolio-layout-1.portfolio-title-position-disable {
margin-top: 0;
}
.portfolio-item-details.portfolio-layout-0.portfolio-title-position-description {
margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-description {
margin-top: 30px;
}
.portfolio-item-details.portfolio-layout-1.portfolio-title-position-description .portfolio-item-image {
margin-bottom: 0;
}
.portfolio-item-details .project-details {
margin-bottom: 0;
}
.portfolio-item-details .project-content + .project-details {
margin-top: 30px;
}
.portfolio-item-details .project-content + .post-social-wrapper {
margin-top: 30px;
}
.portfolio-item-details .project-content img {
height: auto;
max-width: 100%;
}
.portfolio-item-details .project-details span {
color: #acacac;
font-weight: bold;
text-transform: uppercase;
display: block;
}
.portfolio-item-details .post-social-wrapper {
margin-top: 0;
}
.portfolio-item-details .comments-area {
margin-top: 50px;
}
.related-works {
background: #fff;
}
.related-works .col-md-12 {
padding-left: 0;
padding-right: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
width: 50px;
height: 50px;
background: rgba(0,0,0,0.5);
color: #ffffff;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
background: rgba(0,0,0,0.8);
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: auto;
right: 51px;
top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
top: 0;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
font-family: "FontAwesome";
font-size: 35px;
content: "";
display: inline-block;
position: relative;
top: -7px;
margin-right: 10px;
left: 2px;
}
.porftolio-slider .owl-theme .owl-controls .owl-buttons div.owl-next:after {
font-family: "FontAwesome";
font-size: 35px;
content: "";
position: relative;
top: -7px;
display: inline-block;
margin-left: 10px;
right: 2px;
} .mgt-countdown-wrapper {
text-align: center;
}
.mgt-countdown-wrapper .mgt-countdown-item {
font-size: 50px;
line-height: 50px;
} .mgt-pricing-table p {
margin: 0;
padding: 0;
}
.mgt-pricing-table h4.mgt-pricing-table-header {
background-position: center center;
background-size: cover;
background-color: #ffffff;
color: #2A2F35;
font-size: 20px;
text-align: center;
padding: 20px 15px;
margin: 0;
}
.mgt-pricing-table.style-dark h4.mgt-pricing-table-header {
background: #2A2F35;
color: #fff;
}
.mgt-pricing-table h4.mgt-pricing-table-header p {
font-size: 16px;
font-weight: normal;
line-height: 18px;
}
.mgt-pricing-table.enlarge {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform-origin: center center;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
z-index: 1;
}
.mgt-pricing-table.shadow {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.mgt-pricing-table.featured h4.mgt-pricing-table-header {
background: #FBBE3F;
color: #2A2F35;
}
.mgt-pricing-table .mgt-pricing-table-subheader {
background: #F9F9F9;
color: #000;
font-size: 48px;
text-align: center;
padding: 30px 15px;
margin: 0;
}
.mgt-pricing-table.style-dark .mgt-pricing-table-subheader {
background: #1C2126;
color: #fff;
}
.mgt-pricing-table .mgt-pricing-table-subheader sub {
bottom: 0;
font-size: 0.4em;
opacity: 0.6;
}
.mgt-pricing-table .mgt-pricing-table-subheader sup {
top: -0.6em;
font-size: 0.5em;
}
.mgt-pricing-table .mgt-pricing-table-icon {
text-align: center;
margin-bottom: 40px;
}
.mgt-pricing-table .mgt-pricing-table-icon i {
font-size: 50px;
opacity: 0.6;
}
.mgt-pricing-table ul {
margin: 0;
padding: 0;
}
.mgt-pricing-table ul li {
text-align: center;
background: #FFFFFF;
color: #2A2F35;
margin: 0;
padding: 8px 10px;
list-style: none;
font-size: 14px;
}
.mgt-pricing-table.style-dark ul li {
background: #41464A;
color: #fff;
}
.mgt-pricing-table ul li:nth-child(even) {
background: #ffffff;
}
.mgt-pricing-table.style-dark ul li:nth-child(even) {
background: #41464A;
color: #fff;
}
.mgt-pricing-table .mgt-pricing-table-button {
padding: 30px 10px;
background: #F9F9F9;
}
.mgt-pricing-table.style-dark .mgt-pricing-table-button {
background: #1C2126;
}
.mgt-pricing-table .mgt-pricing-table-button .mgt-button {
margin-bottom: 0;
}
.mgt-pricing-table {
transition: transform 500ms ease 0s;
-webkit-transition: transform 500ms ease 0s;
-moz-transition: transform 500ms ease 0s;
}
.mgt-pricing-table.animation-zoom:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
z-index: 2;
}
.mgt-pricing-table.animation-shadow:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.mgt-pricing-table.animation-shadowzoom:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
z-index: 2;
}
.mgt-pricing-table.bordered,
.mgt-pricing-table.bordered h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered ul li,
.mgt-pricing-table.bordered .mgt-pricing-table-button {
border: 1px solid #E8E8E8;
}
.mgt-pricing-table.bordered.style-dark,
.mgt-pricing-table.bordered.style-dark h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered.style-dark .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered.style-dark ul li,
.mgt-pricing-table.bordered.style-dark .mgt-pricing-table-button {
border-color: #343739;
}
.mgt-pricing-table.bordered h4.mgt-pricing-table-header,
.mgt-pricing-table.bordered .mgt-pricing-table-subheader,
.mgt-pricing-table.bordered ul li,
.mgt-pricing-table.bordered .mgt-pricing-table-button {
border-bottom: 0;
border-left: 0;
border-right: 0;
}
.mgt-pricing-table.bordered h4.mgt-pricing-table-header {
border-top: 0;
}
.mgt-pricing-table.bordered.featured h4.mgt-pricing-table-header {
border: 0;
} .st-pusher,
.st-sidebar-pusher {
background: #ffffff; }
body .st-sidebar-menu .sidebar {
background: #2A2F35;
color: #b8b8b8;
padding: 40px;
}
body .st-sidebar-menu {
background: #2A2F35;
}
body .st-sidebar-menu .sidebar a {
color: #ffffff;
}
body .st-sidebar-menu .sidebar a:hover {
color: #FBBE3F;
}
body .st-sidebar-menu .sidebar .select2-choice {
color: #000000;
}
body .st-sidebar-menu .widgettitle {
color: #b8b8b8;
font-size: 1.3em;
}
html.offcanvasmenu,
html.offcanvassidebar {
margin-top: 0!important;
}
html.offcanvasmenu.offcanvasmenu-open body,
html.offcanvassidebar.offcanvassidebar-open body {
margin-top: 0!important;
}
#st-trigger-effects {
float: left;
margin-right: 30px;
margin-top: 0;
}
#st-trigger-effects .mgt-button {
margin-bottom: 0;
}
.st-menu .sidebar.col-md-3 {
width: 100%;
margin-top: 0;
padding: 20px;
}
.st-sidebar-menu .sidebar {
padding: 20px;
background: #ffffff;
margin-top: 0;
}
.st-menu-close-btn,
.st-sidebar-menu-close-btn {
color: #fff;
font-size: 28px;
height: 28px;
width: 40px;
line-height: 26px;
position: absolute;
right: 35px;
text-align: center;
top: 36px;
cursor: pointer;
z-index: 10000;
}
.st-menu-close-btn:hover,
.st-sidebar-menu-close-btn:hover {
color: #666666;
}
body .st-sidebar-menu .sidebar .menu a {
text-decoration: none;
position: relative;
}
body .st-sidebar-menu .sidebar .widget-social-follow a {
margin-right: 20px;
}
body .st-sidebar-menu .sidebar .widget-social-follow a:hover {
color: #666666;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="file"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form .select2-container {
width: 100%;
}
.wpcf7-form p {
font-weight: bold;
}
.ninja-forms-cont textarea.ninja-forms-field {
margin-bottom: 0;
}
.ninja-forms-required-items {
margin-bottom: 8px;
} .search-toggle-btn {
cursor: pointer;
}
.search-close-btn {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer;
}
.search-close-btn:hover {
opacity: 0.6;
}
.search-close-btn .fa {
font-size: 40px;
color: #000000;
}
.search-fullscreen-wrapper {
position: fixed;
background: rgba(255, 255, 255, 0.95);
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #ffffff;
z-index: 20000;
display: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
margin: 0 auto;
margin-top: 300px;
display: table;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
font-size: 30px;
line-height: 35px;
height: auto;
color: #000000;
background: none;
border: none;
border-bottom: 3px solid #000000;
padding-left: 0;
padding-right: 0;
width: 700px;
}
.search-fullscreen-wrapper .search-fullscreen-form .submit.btn {
display: none;
} .parallax-it-row {
overflow: visible;
}
.parallax-it-fast,
.parallax-it-medium,
.parallax-it-slow {
overflow: hidden;
position: relative;
} .tos-wrapper .tos-caption {
display: none;
}
.tos-close span {
display: none;
}
.tos-close:after {
content: "x";
font-size: 18px;
color: #ffffff;
text-align: center;
line-height: 18px;
padding-left: 15px;
padding-top: 8px;
display: inline-block;
} .text-color-white,
.text-color-white * {
color: #ffffff;
}
.text-color-black,
.text-color-black * {
color: #000000;
}
.text-color-theme,
.text-color-theme * {
color: #FBBE3F;
}
ul.slides {
margin: 0;
}
noindex:-o-prefocus,
.bottom {
bottom: 0;
}
a.pp_expand {
transition: none;
-webkit-transition: none;
}@media (max-width: 1440px) {
body .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 30px;
}
body .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 30px;
}
header > .container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.header-menu .container-fluid {
padding-left: 45px;
padding-right: 45px;
}
}
@media (max-width: 1200px) {
.search-bar-toggle input[type="text"],
.search-bar-toggle input[type="search"] {
width: 931px;
}
.mgt-promo-block {
width: 100%!important;
background-size: cover!important;
}
header .header-center {
min-width: 0;
}
.header-info-2-text {
margin-left: 60px;
}
.header-logo-center .search-bar #searchform #s {
width: 180px;
padding-right: 5px;
}
.portfolio-item-block .title {
font-size: 25px;
}
.header-info-2-text .header-info-half {
width: 50%;
}
}
@media (max-width: 1024px) {
.footer-container {
padding-left: 0;
padding-right: 0;
}
.header-info-2-text {
float: none;
margin: 0 auto;
display: table;
}
.mainmenu-belowheader:not(.menu-center) .navbar .nav > li:first-child > a {
padding-left: 15px;
}
header .header-left.logo,
header .header-center,
header .header-right {
display: block;
}
header .header-left.logo {
text-align: center;
margin: 20px 0;
}
header .header-logo-center .header-left.logo {
text-align: left;
}
header .header-right ul.header-nav {
float: none;
margin: 0 auto;
padding: 0;
display: table;
margin-top: 20px;
margin-bottom: 30px;
}
header .header-right ul.header-nav > li:first-child {
margin-left: 0;
}
header .col-md-12 {
height: auto!important;
display: block;
}
header > .container > .row {
margin: 0;
}
header > .container {
padding: 0;
}
.footer-sidebar > ul > li:first-child {
padding-left: 15px;
}
.footer-sidebar > ul > li:last-child {
padding-right: 15px;
}
.content-block
.parallax {
background-attachment: scroll!important;
background-position: center top!important;
}
footer .footer-copyright,
footer .footer-menu {
padding: 0;
text-align: center;
}
.mgt-post-list .mgt-post {
width: 50%!important;
}
.mgt-post-list.owl-carousel .mgt-post {
width: 100%!important;
}
.header-logo-center .header-center {
width: auto;
}
.header-logo-center .header-left {
width: auto;
}
.header-logo-center .header-right {
width: auto;
}
header.fixed {
position: relative;
}
header > .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
footer .col-md-4 {
margin-bottom: 30px;
}
footer .col-md-4:last-child {
margin-bottom: 0;
}
.parallax-it-fast,
.parallax-it-medium,
.parallax-it-slow {
transform: translate3d(0px, 0px, 0px)!important;
-webkit-transform: translate3d(0px, 0px, 0px)!important;
-moz-transform: translate3d(0px, 0px, 0px)!important;
}
.portfolio-navigation-prev,
.portfolio-navigation-next {
display: none;
} header.main-header.top-menu-position-header .header-left {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 0;
margin-top: 0;
}
header.main-header.top-menu-position-header .header-right {
margin-top: 5px;
min-width: 0;
}
header.main-header.top-menu-position-header .header-right ul.header-nav {
float: right;
}
body.transparent-header .container-bg.with-bg h1 {
padding: 100px 0;
}
}
@media (min-width: 979px) and (max-width: 992px) {
}
@media (max-width: 979px)  {
.footer-sidebar-2 > ul > li,
.footer-sidebar > ul > li {
width: 50%;
}
.sidebar.footer-sidebar-2 ul li:nth-of-type(4n+1) {
clear: none;
}
.sidebar.footer-sidebar-2 ul li:nth-of-type(2n+1) {
clear: both;
}
.footer-sidebar > ul > li:nth-of-type(4n+1) {
clear: none;
}
.footer-sidebar > ul > li:nth-of-type(2n+1) {
clear: both;
}
.comments-area input[type="text"] {
width: 100%;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
width: 352px;
}
#sidebar > li {
width: 50%;
}
.footer-sidebar.sidebar.container > ul#footer-sidebar {
margin-left: 0;
margin-right: 0;
}
.footer-sidebar > ul > li {
width: 50%;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
right: -3px;
} .content-block > .container-fluid {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.content-block > .container-fluid > .row {
margin-left: 0;
margin-right: 0;
}
.mgt-signup-block .mgt-signup-block-header {
display: block;
text-align: center;
margin-bottom: 20px;
padding: 0;
}
.mgt-signup-block .mgt-signup-block-form {
display: table;
margin: 0 auto;
padding: 0;
}
.portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(n) {
width: 33.3333%!important;
padding-bottom: 33.3333%!important;
float: left;
}
.portfolio-list.portfolio-grid-layout-4 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-5 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-6 .portfolio-item-block {
width: 100%!important;
}
.thebuiltnext {
display: none!important;
}
.mask {
display: none!important;
}
div.wpb_text_column[class^="vc_custom_"], 
div.wpb_text_column[class*=" vc_custom_"],
div.wpb_column[class^="vc_custom_"], 
div.wpb_column[class*=" vc_custom_"] {
padding-left: 15px!important;
padding-right: 15px!important;
padding-top: 30px!important;
padding-bottom: 30px!important;
}
}
@media (min-width: 768px) and (max-width: 979px)  {
blockquote {
margin: 0;
}
}
@media (max-width: 767px)  {
.container-bg .col-md-12 {
padding-left: 15px;
padding-right: 15px;
}
.footer-container {
padding-left: 15px;
padding-right: 15px;
}
.container.fullwidth-no-padding .row .col-md-12 {
padding-left: 15px;
padding-right: 15px;
}
.st-sidebar-content-inner {
margin-top: 0!important;
}
.content-block > .container > .row {
margin-left: 0;
margin-right: 0;
}
.content-block + .project-container > .row {
margin-left: 0;
margin-right: 0;
}
.main-left-menu-place {
padding-right: 0!important;
margin-right: 0!important;
margin-left: 0!important;
margin-bottom: 10px!important;
}
#mega_main_menu.left ul > li > .mega_dropdown {
width: 100%!important;
}
#mega_main_menu.primary {
min-height: 0!important;
}
#mega_main_menu {
margin-right: 0!important;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown > .mega_dropdown > li, 
#mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown > .mega_dropdown > li {
padding-bottom: 0;
}
.nav .sub-menu {
z-index: 0;
}
.nav .sub-menu li.menu-item > a {
color: #000000!important;
}
header.top-menu-position-header .nav .sub-menu li.menu-item > a {
color: #ffffff!important;
}
.nav > li .sub-menu {
background: none;
}
footer .col-md-6 {
margin-bottom: 10px;
}
.navbar .navbar-toggle  {
display: table;
}
.mainmenu-belowheader {
background: none!important;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a {
color: #000000;
}
.mainmenu-belowheader.mainmenu-dark .navbar .nav > li > a:hover {
color: #000000;
}
.mainmenu-belowheader.menu-center .nav {
display: block;
}
.navbar .nav > li.menu-item-has-children > a:after {
float: right;
content: "";
}
.mainmenu-belowheader.menu-uppercase .navbar .nav > li.pull-right a {
background: none;
float: none;
padding-left: 15px;
padding-right: 15px;
}
.mainmenu-belowheader.menu-uppercase .navbar .nav > li.pull-right a:hover {
color: #000000;
}
.mainmenu-belowheader.mainmenu-light {
border-top: none;
border-bottom: none;
}
.nav > li .sub-menu {
box-shadow: none;
}
.footer-sidebar.sidebar .widgettitle {
margin-top: 20px!important;
}
.navbar .nav .sub-menu li:hover {
border-bottom: 0;	
}
.navbar .container {
background: none!important;
}
header .header-right ul.header-nav {
margin-top: 10px;
}
.navbar .nav > li:not(.menu-item-has-children) > a:after { 
display: none;
}
.nav .sub-menu, .nav .children,
.navbar .nav .sub-menu li {
border: 0;
}
.mainmenu-belowheader .navbar .nav > li > a {
padding-top: 5px;
padding-bottom: 5px;
}
.mainmenu-belowheader.container:not(.menu-center) .navbar .nav > li:first-child > a {
padding-left: 15px;
}
.navbar-collapse {
padding-right: 0;
}
.nav .sub-menu, .nav .children {
box-shadow: none;
}
.navbar {
padding-bottom: 0;
margin: 0;
}
.navbar-inner {
width: 100%;
}
header .navbar {
padding-bottom: 0;
margin: 0;
}
.nav .sub-menu li .sub-menu,
.nav .children li .children {
margin-top: 0!important;
}
.nav .sub-menu li.menu-item > a, 
.nav .children li.menu-item > a {
font-size: 15px;
}
.navbar .nav > li > a {
font-size: 15px;
}
.nav > li > .sub-menu {
left: 0!important;
padding-top: 5px;
padding-bottom: 5px;
}
.navbar-collapse {
padding: 0;
}
.navbar-collapse.in {
background: #ffffff;
}
.nav .sub-menu li a {
background: none!important;
}
.nav a:hover,
.nav a:before {
background: none!important;
}
.navbar .nav li {
display: block;
width: 100%;
}
.nav .sub-menu {
padding: 0;
position: relative;
margin-left: 0;
}
.nav li:hover .sub-menu {
display: none;
}
.nav .sub-menu li .sub-menu {
position: relative;
right: auto;
margin-top: 0;
}
.nav .sub-menu li .sub-menu {
margin-left: 0;
}
.nav .sub-menu li .sub-menu a {
background: none;
}
.nav .sub-menu li.menu-item > a {
background: none;
padding: 5px 10px;
display: block;
width: auto;
}
.navbar .nav li .sub-menu li.menu-item > a {
padding-top: 5px!important;
padding-bottom: 5px!important;
padding-left: 15px!important;
padding-right: 15px!important;
}
.loop-item-nav a {
margin-left: 10px;
margin-right: 10px;
}
.navbar .nav li.menu-item > a {
padding: 5px 14px;
}
.navbar .nav li a:hover {
}
.navbar .nav > li > a {
font-weight: bold;
}
.navbar .nav > li > a:hover {
color: inherit;
}
.loop-item-nav .span6 {
width: 50%;
float: left;
}
.author-bio {
padding: 15px;
}
.author-bio .author-image {
width: 50px;
height: 50px;
border-radius: 25px;
margin-right: 15px;
}
.author-bio .author-image img {
width: 50px;
height: auto;
}
.content-block.blog-post {
padding-bottom: 30px;
margin-bottom: 30px;
}
.blog-post .post-content {
margin-left: 0;
}
.blog-post .post-date-wrapper {
margin: 0 auto;
width: 72px;
margin-bottom: 20px;
float: none;
}
.blog-post .post-content-wrapper {
width: 100%;
float: none;
}
body {
padding-left: 0;
padding-right: 0;
}
.page-header {
font-size: 30px;
padding-bottom: 23px;
}
.header-title {
top: 50%;
margin-top: -100px;
}
.page-header {
font-size: 10px;
}
.mgt-menu-vertical.navbar .nav > li,
.mgt-menu-vertical.navbar .nav > li:first-child {
border: 0;
}
.mgt-menu-vertical.navbar .nav > li > a {
padding-left: 0;
padding-right: 0;
}
#blog_show_comment_form {
margin-top: 0;
float: none;
}
.search-fullscreen-wrapper .search-fullscreen-form {
margin-top: 200px;
}
.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
width: 300px;
font-size: 18px;
}
.related-works .page-item-title h1 {
text-align: center;
}
.mgt-pricing-table.animation-zoom:hover {
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
.mgt-pricing-table.animation-shadow:hover {
box-shadow: none;
}
.mgt-pricing-table.animation-shadowzoom:hover {
box-shadow: none;
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
.mgt-pricing-table.enlarge {
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
.mgt-pricing-table.shadow {
box-shadow: none;
}
.mgt-pricing-table {
margin-bottom: 30px!important;
}
.header-menu .top-menu ul.links > li > a:first-child {
padding: inherit;
}
.header-menu .menu-top-menu-container-toggle + div {
display: none;
}
.header-menu .menu-top-menu-container-toggle {
display: block;
}
.header-menu .menu-top-menu-container-toggle + div {
float: none;
position: absolute;
top: 50px;
width: 100%;
z-index: 10;
background: #eeeeee;
margin-left: -15px;
margin-right: -15px;
padding-top: 10px;
padding-bottom: 10px;
}
.header-menu .menu-top-menu-container-toggle + div li {
float: none;
}
.header-menu .menu-top-menu-container-toggle + div li a {
width: 100%;
padding: 6px 25px!important;
margin-bottom: 0;
}
.header-menu .top-menu li.menu-item-has-children > a:after,
.header-menu .top-menu li.menu-item-has-children > a:after {
display: inline-block;
font-family: "fontawesome";
content: "";
margin-left: 5px;
font-weight: normal;
float: right;
}
.header-menu .top-menu .sub-menu,
.header-menu .top-menu .sub-menu a {
border: none;
}
.header-menu .top-menu li:hover > ul {
display: none;
}
.header-menu .top-menu .sub-menu li .sub-menu {
margin-top: 0;
right: auto;
padding-left: 15px!important;
}
.header-menu .top-menu .sub-menu li .sub-menu li .sub-menu {
margin-top: 0;
}
.header-menu .top-menu .sub-menu li a:hover {
background: none;
}
.header-menu .top-menu li ul {
position: relative;
background: transparent;
margin-left: 10px;
}
.header-menu .top-menu .sub-menu li .sub-menu {
padding-left: 0!important;
}
.header-menu li ul a {
min-height: 0;
border: 0!important;
}
.header-menu .top-menu {
float: none;
width: 100%;
}
.header-menu .col-md-12 {
padding-left: 15px;
padding-right: 15px;
}
.header-menu .top-menu li ul {
width: 100%;
}
header.main-header.top-menu-position-header .header-menu .menu-top-menu-container-toggle {
color: #ffffff;
}
header.main-header.top-menu-position-header .header-menu .menu-top-menu-container-toggle + div {
right: 0;
margin-right: 0;
margin-left: 0;
}
header.main-header.top-menu-position-header .navbar {
padding-right: 0;
}
header.main-header.top-menu-position-header .navbar-collapse {
padding-top: 20px;
}
header.main-header.top-menu-position-header .navbar .nav li a {
padding-left: 0;
padding-right: 0;
}
header.main-header.top-menu-position-header .header-right ul.header-nav {
margin-top: 25px;
}
header.main-header.top-menu-position-header .navbar .navbar-toggle {
display: inline-block;
}
header.main-header.top-menu-position-header .navbar-inner {
margin-bottom: 0;
}
.search-close-btn {
right: 30px;
top: 30px;
}
.mgt-grid-posts {
margin-left: 0;
margin-right: 0;
}
.mgt-grid-posts .blog-post {
float: none;
padding-left: 0;
padding-right: 0;
width: 100%;
}
}
@media (max-width: 568px)  {
.comments-title {
text-align: center;
}
.single-post #blog_show_comment_form,
.page #blog_show_comment_form {
float: none;
margin-top: 0;
}
.footer-sidebar-2 > ul > li, 
.footer-sidebar > ul > li {
width: 100%;
padding-right: 0;
clear: both;
}
.sidebar.footer-sidebar-2 ul li {
margin-bottom: 30px;
}
.header-info-2-text .header-info-half {
margin: 10px 0;
float: none;
width: 100%;
text-align: center;
}
.header-info-2-text .header-info-half .header-info-content-icon {
float: none;
margin-bottom: 10px;
}
body .wpb_content_element.wpb_tour .wpb_tabs_nav {
width: 100%;
float: none;
}
body .wpb_content_element.wpb_tour .wpb_tour_next_prev_nav {
margin-left: 0;
float: none;
}
body .wpb_content_element.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
width: 100%;
padding-top: 15px;
padding-left: 0;
}
body .wpb_tour_next_prev_nav {
padding-left: 0;
}
.page-404 {
margin: 30px auto;
width: auto;
padding-left: 15px;
padding-right: 15px;
}
.page-404 h1 {
color: #4686CC;
font-size: 60px;
margin-bottom: 20px;
}
.page-404 h3 {
font-size: 25px;
margin-bottom: 35px;
}
.mgt-post-list .mgt-post {
width: 100%!important;
}
header .logo {
float: none;
text-align: center;
margin:  10px 0;
}
.wpcf7-form-control {
width: 100%;
}
.mgt-signup-block h5 {
font-size: 25px;
}
.mgt-signup-block .mgt-signup-block-form input.email {
width: 150px;
}
.portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(n) {
width: 50%!important;
padding-bottom: 50%!important;
float: left;
}
table.shop_table td, 
table.shop_table th {
font-size: 11px;
padding: 1px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions input {
width: 100%!important;
}
.st-sidebar-menu {
width: 100%!important;
}
body .st-sidebar-menu .sidebar {
font-size: 0.9em;
}
.st-sidebar-menu-close-btn {
font-size: 30px;
right: 45px;
}
}
@media (max-width: 480px)  {
.mgt-icon-box.mgt-icon-box-right .mgt-icon-box-icon {
margin-bottom: 15px;
}
.footer-sidebar-2 > ul > li {
min-height: 0;
}
header .col-md-12 {
display: block;
}
.content-block > .container {
padding: 0;
}
.content-block > .container.shop {
padding: 0;
}
.blog-post .post-info {
line-height: 1.7em;
}
.comment-meta .reply {
float: none;
display: table;
margin: 0 auto;
margin-top: 10px;
}
.comment-meta .reply a {
padding: 10px 15px;
}
.comment-author {
margin: 15px 15px 15px 0;
}
.comment-metadata {
margin-top: 15px;
margin-bottom: 0;
}
.comment-list li:first-child {
margin-top: 0;
}
.comment-author img {
height: auto;
}
#sidebar .widgettitle {
margin-right: 0;
}
.page-header  {
line-height: 1;
font-size: 20px;
padding-bottom: 10px;
}
#sidebar > li {
width: 100%;
}
.mgt-cta-block .mgt-button {
float: none;
margin: 0 auto 20px;
display: table;
}
.mgt-cta-block {
text-align: center;
}
html.offcanvasmenu .st-content-inner {
margin-top: 0!important;
}
}
@media (max-width: 400px)  {
.header-menu .menu-top-menu-container-toggle + div {
top: 95px;
}
.portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-1 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-2 .portfolio-item-block:nth-of-type(n),
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block,
.portfolio-list.portfolio-grid-layout-3 .portfolio-item-block:nth-of-type(n) {
width: 100%!important;
padding-bottom: 100%!important;
float: left;
}
.tparrows, 
.tp-bullets {
display: none!important;
}
.page-item-title h1 {
font-size: 24px;
}
.header-menu .header-info-text {
display: block;
text-align: center;
}
.header-menu .menu-top-menu-container-toggle {
float: left;
}
.header-menu .menu-top-menu-container-toggle + div {
top: 95px;
}
}
@media (max-width: 380px)  {
}
@media (max-width: 240px)  {
} @media (min-width: 768px) {
.container-fluid .col-md-12 .vc_row {
width: 770px;
}
}
@media (min-width: 992px) {
.container-fluid .col-md-12 .vc_row {
width: 1000px;
}
}
@media (min-width: 1200px) {
.container-fluid .col-md-12 .vc_row {
width: 1200px;
}
}a.btn,
.btn,
.btn:focus, 
button.button,
input[type="submit"],
.btn:hover, input[type="submit"]:hover,
.wpb_button,
.show-more-button,
.header-menu-bg,
.blog-post .more-link,
.thebuilt-button a,
.widget_product_categories a,
.navbar .nav > li a,
.content-block .widget_meta ul li,
.content-block .widget_archive ul li,
.content-block .widget_categories ul li,
.content-block .widget_pages ul li,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu a,
.navigation-paging a,
.footer-social a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
#top-link,
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.st-menu-close-btn,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a,
.portfolio-filter a,
body .wpb_content_element.wpb_tour .wpb_tabs_nav li,
body .wpb_content_element.wpb_tour .wpb_tabs_nav li a,
.header-info-text a,
header .header-right ul.header-nav a,
.content-block a,
body .st-sidebar-menu .sidebar .widget-social-follow a,
.header-menu .social-icons-top a,
.header-menu .top-menu li a,
footer a,
.mgt-post-list .mgt-post-details .mgt-post-title h5,
.mgt-icon-box.mgt-icon-background .mgt-icon-box-icon,
.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product h3,
.widget-download-link-wrapper .widget-download-title a {
-webkit-transition: color 0.6s ease, background 0.6s ease;
transition: color 0.6s ease, background 0.6s ease;
}
body .owl-theme .owl-controls .owl-buttons div,
.post-social a,
.portfolio-navigation-prev .portfolio-navigation-image,
.portfolio-navigation-next .portfolio-navigation-image,
.container .flex-control-paging,
.portfolio-item-block .portfolio-item-bg,
body .vc_images_carousel a.vc_carousel-control.vc_left,
body .vc_images_carousel a.vc_carousel-control.vc_right,
.search-close-btn,
body .owl-theme .owl-controls .owl-buttons,
.portfolio-navigation-prev:before,
.portfolio-navigation-prev,
.portfolio-navigation-next:before,
.portfolio-navigation-next,
.mgt-promo-block .mgt-promo-block-content.mgt-hide-button .mgt-button,
.footer-sidebar-2.sidebar .widget li a,
.mgt-post-list .mgt-post-wrapper-icon {
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.portfolio-item-block .info {
-webkit-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.portfolio-item-block .sub-title {
-webkit-transition: all 0.45s ease 0s;
transition: all 0.45s ease 0s;
}
.mgt-promo-block.animated .mgt-promo-block-content,
.mgt-post-image-wrapper {
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#top-link {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header {
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
}
body.transparent-header header .col-md-12 {
-webkit-transition: height 0.5s ease;
transition: height 0.5s ease;
}
.navbar .nav > li:not(.menu-item-has-children) > a:after,
.blog-post .more-link:after,
body .st-sidebar-menu .sidebar .menu a:after {
transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
-moz-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
-webkit-transition: all 500ms cubic-bezier(0.173, 0.883, 0.3, 1.073) 0s;
}
.portfolio-item-block .portfolio-item-image {
transition: 0.7s;
-webkit-transition: 0.7s;
}
@media (min-width: 768px) {
.nav .sub-menu,
.nav .children {
display: block;
margin: 0;
transition: opacity 0.2s ease-in 0s;
-webkit-transition: opacity 0.2s ease-in 0s;
opacity: 0;
visibility: hidden;
z-index: -1;
-webkit-transform: translateZ(0);
}
.nav li:hover > .sub-menu,
.nav li:hover > .children {
display: block;
opacity: 1;
visibility: visible;
}
}.nav .mega-menu-close {
font-size: 40px;
position: absolute;
right: 10px;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
top: -26px;
cursor: pointer;
}
.nav > li.menu-item-multicolumn > .sub-menu > li {
width: 250px;
}
.nav > li.menu-item-multicolumn > .sub-menu {
width: 250px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-1 {
width: 250px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-2 {
width: 500px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-3 {
width: 750px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-4 {
width: 1000px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-5 {
width: 1250px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-5 > li {
width: 20%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-1 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-1 > .sidebar > li.widget {
width: 100%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-2 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-2 > .sidebar > li.widget {
width: 50%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-3 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-3 > .sidebar > li.widget {
width: 33.3333%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-4 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-4 > .sidebar > li.widget {
width: 25%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-5 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-5 > .sidebar > li.widget {
width: 20%;
}
.nav > li.mgt-menu-fullwidth-inside > .sub-menu, 
.nav > li.mgt-menu-fullwidth-inside > .children {
left: 0!important;
}
.nav > li > .sub-menu .sidebar {
margin-top: 0;
}
.nav > li > .sub-menu .sidebar h2 {
margin-top: 0;
}
.nav > li > .sub-menu > .sidebar > li.widget {
width: 250px;
padding: 15px;
padding-top: 0;
}
.nav > li > .sub-menu > .sidebar > li.widget h2.widgettitle {
margin-top: 15px;
}
.nav > li > .sub-menu > .sidebar > li.widget.widget_nav_menu {
padding: 0;
}
.nav > li > .sub-menu > .sidebar > li.widget.widget_nav_menu li.menu-item {
margin-top: 0;
margin-bottom: 0;
}
.nav > li > .sub-menu > .sidebar > li.widget.widget_nav_menu .widgettitle {
padding-left: 25px;
}
.nav > li > .sub-menu .sidebar .widgettitle {
margin-bottom: 10px;
}
.navbar .navbar-inner .container {
position: relative;
}
.nav > li.mgt-menu-fullwidth-inside {
position: static;
}
.nav > li > .sub-menu.mgt-menu-fullwidth {
width: 100%!important;
left:0;
right: auto;
position: absolute;
}
.nav > li > .sub-menu.megamenu-column-1 > li.menu-item-has-children:nth-of-type(1n+1) {
clear: both;
}
.nav > li > .sub-menu.megamenu-column-2 > li.menu-item-has-children:nth-of-type(2n+1) {
clear: both;
}
.nav > li > .sub-menu.megamenu-column-3 > li.menu-item-has-children:nth-of-type(3n+1) {
clear: both;
}
.nav > li > .sub-menu.megamenu-column-4 > li.menu-item-has-children:nth-of-type(4n+1) {
clear: both;
}
.nav > li > .sub-menu.megamenu-column-5 > li.menu-item-has-children:nth-of-type(5n+1) {
clear: both;
}
.nav li .sub-menu.mgt-menu-bg-image {
background-position: center center;
}
.nav > li.menu-item-multicolumn > .sub-menu > li.menu-item-has-children,
.nav > li.menu-item-multicolumn > .sub-menu > .sidebar > li.widget {
display: block;
float: left;
overflow: hidden;
}
.nav > li.menu-item-multicolumn > .sub-menu > li.menu-item-has-children:last-child,
.nav > li.menu-item-multicolumn > .sub-menu > .sidebar > li.widget:last-child {
border-right: none;
}
.nav > li.menu-item-multicolumn > .sub-menu > .menu-item-has-children > a,
.nav > li.menu-item-multicolumn > .sub-menu > .menu-item-has-children > a:hover {
font-weight: bold;
text-decoration: none;
}
.nav li.menu-item-multicolumn .sub-menu .sub-menu,
.nav li.menu-item-multicolumn .children .children {
position: inherit;
display: block;
box-shadow: none;
}
.nav li.menu-item-multicolumn .sub-menu li .sub-menu,
.nav li.menu-item-multicolumn .children li .children {
right: auto;
margin-top: 0;
}
.nav li.menu-item-multicolumn .sub-menu .sub-menu, 
.nav li.menu-item-multicolumn .children .children {
padding-top: 0;
padding-bottom: 0;
}
.nav li.menu-item-multicolumn:hover .sub-menu .sub-menu, 
.nav li.menu-item-multicolumn:hover .children .children {
opacity: 1;
visibility: visible;
}
.navbar li.menu-item-multicolumn .sub-menu li.menu-item-has-children > a:after, 
.navbar li.menu-item-multicolumn .children li.menu-item-has-children > a:after {
display: none;
}
.navbar li.menu-item-multicolumn .sub-menu li.menu-item-has-children > a[href="#"]:hover {
background: transparent;
}
.nav > li.menu-item-multicolumn .sub-menu .sub-menu,
.nav > li.menu-item-multicolumn .children .children {
background: transparent;
} @media (min-width: 768px) {
.nav > li.menu-item-multicolumn >.sub-menu li .sub-menu, 
.nav > li.menu-item-multicolumn >.children li .children {
right: auto;
margin-top: 0;
}
.nav li.menu-item-multicolumn .sub-menu li:hover .sub-menu, 
.nav li.menu-item-multicolumn .children li:hover .children {
right: auto;
}
}@media (max-width: 1200px) {
.nav > li.menu-item-multicolumn > .sub-menu a {
min-width: 0;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-5 {
width: 900px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-4 {
width: 900px;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-5 > li {
width: 20%;
}
.nav > li.menu-item-multicolumn > .sub-menu.megamenu-column-4 > li {
width: 25%;
}
} @media (max-width: 1024px)  {
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-1 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-1 > .sidebar > li.widget {
width: 100%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-2 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-2 > .sidebar > li.widget {
width: 50%%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-3 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-3 > .sidebar > li.widget {
width: 100%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-4 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-4 > .sidebar > li.widget {
width: 50%;
}
.nav > li.menu-item-multicolumn.mgt-menu-fullwidth-inside > .sub-menu.megamenu-column-5 > li,
.nav > li > .sub-menu.mgt-menu-fullwidth.megamenu-column-5 > .sidebar > li.widget {
width: 100%;
}
}
@media (max-width: 767px)  {
.nav li.menu-item-multicolumn .sub-menu .sub-menu, 
.nav li.menu-item-multicolumn .children .children {
display: none;
}
li:hover > .sub-menu,
.nav li:hover > .children {
display: none;
}
.nav > li > .sub-menu > .menu-item-has-children > a {
font-weight: 700;
}
.navbar li .sub-menu li.menu-item-has-children > a:after, 
.navbar li .children li.menu-item-has-children > a:after {
display: none;
}
.nav > li > .sub-menu {
z-index: 10000;
}
.nav > li.menu-item-multicolumn {
position: relative;
}
.nav > li > .sub-menu {
width: 100%!important;
left: 0;
position: relative!important;
}
.nav > li > .sub-menu > .sidebar > li.widget {
width: 100%;
}
.nav .sub-menu, 
.nav .children {
margin-left: 0;
}
.nav .sub-menu li.menu-item > a, 
.nav .children li.menu-item > a {
padding: 10px 15px;
}
.nav > li > .sub-menu> li {
width: 100%!important;
}
.nav > li > .sub-menu > .sidebar > li.widget {
width: 100%!important;
margin: 0;
padding: 0;
padding-bottom: 20px;
}
.sidebar .widgettitle {
font-size: 14px;
font-weight: bold;
}
.nav > li > .sub-menu > .sidebar {
margin: 0;
padding: 15px;
padding-top: 0;
}
.nav > li.menu-item-multicolumn > .sub-menu > li.menu-item-has-children, 
.nav > li.menu-item-multicolumn > .sub-menu > .sidebar > li.widget {
float: none;
}
.nav > li > .sub-menu > .sidebar > li.widget.widget_nav_menu .widgettitle {
padding-left: 0;
} 
.nav > li > .sub-menu > .sidebar > li.widget.widget_nav_menu li.menu-item > a {
padding-left: 0!important;
padding-right: 0!important;
}
.nav li .sub-menu.mgt-menu-bg-image {
background: none!important;
}
}
@media (max-width: 568px)  {
}
@media (max-width: 480px)  {
}
@media (max-width: 400px)  {
}
@media (max-width: 380px)  {
}
@media (max-width: 240px)  {
}@font-face {
font-family: 'FontAwesome';
src: url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//celikce.com.tr/wp-content/themes/thebuilt/fonts/fontawesome-webfont.svg?v=4.5.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: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
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: #ffffff;
} .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";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}.select2-container {
margin: 0;
position: relative;
display: inline-block; zoom: 1;
*display: inline;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998; background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
background-clip: padding-box;
background: #ccc;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding-left: 4px;
padding-right: 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-family: sans-serif;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 100% -22px;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat -37px -22px;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: #fff url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label {
padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
padding-left: 120px
}
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
} .select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
} .select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
} .select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-family: sans-serif;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
} .select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none;
background: none;
} .select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
} @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url(//celikce.com.tr/wp-content/themes/thebuilt/js/select2/select2x2.png) !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}*,
*:after,
*::before {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: auto;
}
.st-container,
.st-pusher,
.st-content {
height: 100%;
}
.st-content {
overflow-y: visible;
}
.st-content,
.st-content-inner {
position: relative;
z-index: -1;
}
.st-container {
position: relative;
overflow: hidden;
}
.st-pusher {
position: relative;
left: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-pusher::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0,0,0,0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
} .st-effect-2.st-menu-open .st-pusher {
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0);
}
.st-effect-2.st-menu {
z-index: 1;
}
.st-effect-2.st-menu-open .st-effect-2.st-menu {
visibility: visible;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-effect-2.st-menu::after {
display: none;
} .st-sidebar-container,
.st-sidebar-pusher,
.st-sidebar-content {
height: 100%;
}
.st-sidebar-content {
overflow-y: visible;
}
.st-sidebar-content,
.st-sidebar-content-inner {
position: relative;
z-index: -1;
}
.st-sidebar-container {
position: relative;
overflow: hidden;
}
.st-sidebar-pusher {
position: relative;
right: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-sidebar-pusher::after {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
background: rgba(0,0,0,0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-sidebar-menu-open .st-sidebar-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-sidebar-menu {
position: fixed;
top: 0;
right: 0;
z-index: 100;
visibility: hidden;
width: 400px;
height: 100%;
overflow-y: visible;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.st-sidebar-menu::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.st-sidebar-menu-open .st-sidebar-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
} .st-sidebar-effect-2.st-sidebar-menu-open .st-sidebar-pusher {
-webkit-transform: translate3d(-400px, 0, 0);
transform: translate3d(-400px, 0, 0);
}
.st-sidebar-effect-2.st-sidebar-menu {
z-index: 1;
}
.st-sidebar-effect-2.st-sidebar-menu-open .st-sidebar-effect-2.st-sidebar-menu {
visibility: visible;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.st-sidebar-effect-2.st-menu::after {
display: none;
} .no-csstransforms3d .st-pusher,
.no-js .st-pusher {
padding-left: 300px;
}
.no-csstransforms3d .st-sidebar-pusher,
.no-js .st-sidebar-pusher {
padding-right: 300px;
}.nano {
position : relative;
width    : 100%;
height   : 100%;
overflow : hidden;
}
.nano > .nano-content {
position      : absolute;
overflow      : scroll;
overflow-x    : hidden;
top           : 0;
right         : 0;
bottom        : 0;
left          : 0;
}
.nano > .nano-content:focus {
outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
display: block;
}
.nano > .nano-pane {
background : rgba(0,0,0,.15);
position   : absolute;
width      : 8px;
right      : 0;
top        : 0;
bottom     : 0;
visibility : hidden\9; opacity    : .01;
-webkit-transition    : .2s;
-moz-transition       : .2s;
-o-transition         : .2s;
transition            : .2s;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
background: #444;
background: rgba(0,0,0,.4);
position              : relative;
margin                : 0 1px;
-moz-border-radius    : 3px;
-webkit-border-radius : 3px;
border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
visibility : visible\9; opacity    : 0.99;
}.mgt-button.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-grow:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .mgt-button.hvr-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-shrink:hover {
-webkit-transform: scale(0.9);
transform: scale(0.9);
} @-webkit-keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.mgt-button.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-pulse:hover {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.mgt-button.hvr-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-pulse-grow:hover {
-webkit-animation-name: hvr-pulse-grow;
animation-name: hvr-pulse-grow;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.mgt-button.hvr-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-pulse-shrink:hover {
-webkit-animation-name: hvr-pulse-shrink;
animation-name: hvr-pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.mgt-button.hvr-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-push:hover {
-webkit-animation-name: hvr-push;
animation-name: hvr-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes hvr-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.mgt-button.hvr-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-pop:hover {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .mgt-button.hvr-bounce-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-in:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .mgt-button.hvr-bounce-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-out:hover {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .mgt-button.hvr-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-rotate:hover {
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
} .mgt-button.hvr-grow-rotate {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-grow-rotate:hover {
-webkit-transform: scale(1.1) rotate(4deg);
transform: scale(1.1) rotate(4deg);
} .mgt-button.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-float:hover {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
} .mgt-button.hvr-sink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-sink:hover {
-webkit-transform: translateY(8px);
transform: translateY(8px);
} @-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.mgt-button.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-bob:hover {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes hvr-hang {
0% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
50% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@-webkit-keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes hvr-hang-sink {
100% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
.mgt-button.hvr-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-hang:hover {
-webkit-animation-name: hvr-hang-sink, hvr-hang;
animation-name: hvr-hang-sink, hvr-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .mgt-button.hvr-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-skew:hover {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .mgt-button.hvr-skew-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.mgt-button.hvr-skew-forward:hover {
-webkit-transform: skew(-10deg);
transform: skew(-10deg);
} .mgt-button.hvr-skew-backward {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.mgt-button.hvr-skew-backward:hover {
-webkit-transform: skew(10deg);
transform: skew(10deg);
} @-webkit-keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.mgt-button.hvr-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-wobble-vertical:hover {
-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.mgt-button.hvr-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-wobble-horizontal:hover {
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.mgt-button.hvr-wobble-to-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-wobble-to-bottom-right:hover {
-webkit-animation-name: hvr-wobble-to-bottom-right;
animation-name: hvr-wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.mgt-button.hvr-wobble-to-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-wobble-to-top-right:hover {
-webkit-animation-name: hvr-wobble-to-top-right;
animation-name: hvr-wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.mgt-button.hvr-wobble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.mgt-button.hvr-wobble-top:hover {
-webkit-animation-name: hvr-wobble-top;
animation-name: hvr-wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.mgt-button.hvr-wobble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.mgt-button.hvr-wobble-bottom:hover {
-webkit-animation-name: hvr-wobble-bottom;
animation-name: hvr-wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes hvr-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
.mgt-button.hvr-wobble-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-wobble-skew:hover {
-webkit-animation-name: hvr-wobble-skew;
animation-name: hvr-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.mgt-button.hvr-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-buzz:hover {
-webkit-animation-name: hvr-buzz;
animation-name: hvr-buzz;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.mgt-button.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.mgt-button.hvr-buzz-out:hover {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .mgt-button.hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.mgt-button.hvr-fade:hover {
background-color: #2098d1;
color: white;
} @-webkit-keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
@keyframes hvr-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
.mgt-button.hvr-back-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
}
.mgt-button.hvr-back-pulse:hover {
-webkit-animation-name: hvr-back-pulse;
animation-name: hvr-back-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-color: #2098d1;
background-color: #2098d1;
color: white;
} .mgt-button.hvr-sweep-to-right {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-sweep-to-right:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .mgt-button.hvr-sweep-to-left {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-sweep-to-left:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .mgt-button.hvr-sweep-to-bottom {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-sweep-to-bottom:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .mgt-button.hvr-sweep-to-top {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-sweep-to-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .mgt-button.hvr-bounce-to-right {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-bounce-to-right:hover:before
{
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .mgt-button.hvr-bounce-to-left {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-bounce-to-left:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .mgt-button.hvr-bounce-to-bottom {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-bounce-to-bottom:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .mgt-button.hvr-bounce-to-top {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.mgt-button.hvr-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-bounce-to-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .mgt-button.hvr-radial-out {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-radial-out:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
} .mgt-button.hvr-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-radial-in:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
} .mgt-button.hvr-rectangle-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-rectangle-in:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
} .mgt-button.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-rectangle-out:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
} .mgt-button.hvr-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-shutter-in-horizontal:hover:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
} .mgt-button.hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-shutter-out-horizontal:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .mgt-button.hvr-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-shutter-in-vertical:hover:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
} .mgt-button.hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.mgt-button.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-shutter-out-vertical:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}  .mgt-button.hvr-border-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }
.mgt-button.hvr-border-fade:hover {
box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0); } .mgt-button.hvr-hollow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }
.mgt-button.hvr-hollow:hover {
background: none;
} .mgt-button.hvr-trim {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-trim:before {
content: '';
position: absolute;
border: white solid 4px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.mgt-button.hvr-trim:hover:before {
opacity: 1;
} @-webkit-keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.mgt-button.hvr-ripple-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-ripple-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 6px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.mgt-button.hvr-ripple-out:hover:before {
-webkit-animation-name: hvr-ripple-out;
animation-name: hvr-ripple-out;
} @-webkit-keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
@keyframes hvr-ripple-in {
100% {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
.mgt-button.hvr-ripple-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-ripple-in:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.mgt-button.hvr-ripple-in:hover:before {
-webkit-animation-name: hvr-ripple-in;
animation-name: hvr-ripple-in;
} .mgt-button.hvr-outline-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-outline-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.mgt-button.hvr-outline-out:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
} .mgt-button.hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.mgt-button.hvr-outline-in:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
} .mgt-button.hvr-round-corners {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
}
.mgt-button.hvr-round-corners:hover {
border-radius: 1em;
} .mgt-button.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-underline-from-left:hover:before {
right: 0;
} .mgt-button.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-underline-from-center:hover:before {
left: 0;
right: 0;
} .mgt-button.hvr-underline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-underline-from-right:hover:before {
left: 0;
} .mgt-button.hvr-overline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-overline-from-left:hover:before {
right: 0;
} .mgt-button.hvr-overline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-overline-from-center:hover:before {
left: 0;
right: 0;
} .mgt-button.hvr-overline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-overline-from-right:hover:before {
left: 0;
} .mgt-button.hvr-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-color: #2098d1;
border-style: solid;
border-width: 0;
-webkit-transition-property: border-width;
transition-property: border-width;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
border-width: 4px;
} .mgt-button.hvr-underline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-underline-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
} .mgt-button.hvr-overline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
}
.mgt-button.hvr-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-overline-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}  .mgt-button.hvr-glow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.mgt-button.hvr-glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
} .mgt-button.hvr-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.mgt-button.hvr-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} .mgt-button.hvr-grow-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
}
.mgt-button.hvr-grow-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .mgt-button.hvr-box-shadow-outset {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
}
.mgt-button.hvr-box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
} .mgt-button.hvr-box-shadow-inset {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); }
.mgt-button.hvr-box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); } .mgt-button.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.mgt-button.hvr-float-shadow:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px); }
.mgt-button.hvr-float-shadow:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px); } .mgt-button.hvr-shadow-radial {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-shadow-radial:before, .mgt-button.hvr-shadow-radial:after {
pointer-events: none;
position: absolute;
content: '';
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.mgt-button.hvr-shadow-radial:before {
bottom: 100%;
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.mgt-button.hvr-shadow-radial:after {
top: 100%;
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.mgt-button.hvr-shadow-radial:hover:before, .mgt-button.hvr-shadow-radial:hover:after {
opacity: 1;
}  .mgt-button.hvr-bubble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
}
.mgt-button.hvr-bubble-top:hover:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
} .mgt-button.hvr-bubble-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
}
.mgt-button.hvr-bubble-right:hover:before {
-webkit-transform: translateX(10px);
transform: translateX(10px);
} .mgt-button.hvr-bubble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
}
.mgt-button.hvr-bubble-bottom:hover:before {
-webkit-transform: translateY(10px);
transform: translateY(10px);
} .mgt-button.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
}
.mgt-button.hvr-bubble-left:hover:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
} .mgt-button.hvr-bubble-float-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-top:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
top: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-top:hover {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.mgt-button.hvr-bubble-float-top:hover:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
} .mgt-button.hvr-bubble-float-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-right:hover {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.mgt-button.hvr-bubble-float-right:hover:before {
-webkit-transform: translateX(10px);
transform: translateX(10px);
} .mgt-button.hvr-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
bottom: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-bottom:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.mgt-button.hvr-bubble-float-bottom:hover:before {
-webkit-transform: translateY(10px);
transform: translateY(10px);
} .mgt-button.hvr-bubble-float-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-left:before {
position: absolute;
z-index: -1;
content: '';
top: calc(50% - 10px);
left: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.mgt-button.hvr-bubble-float-left:hover {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.mgt-button.hvr-bubble-float-left:hover:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}  .mgt-button.hvr-icon-back i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-back:hover i.fa {
-webkit-transform: translateX(-4px);
transform: translateX(-4px);
} .mgt-button.hvr-icon-forward i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-forward:hover i.fa {
-webkit-transform: translateX(4px);
transform: translateX(4px);
} @-webkit-keyframes hvr-icon-down {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-down {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
} .mgt-button.hvr-icon-down i.fa  {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-down:hover i.fa {
-webkit-animation-name: hvr-icon-down;
animation-name: hvr-icon-down;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes hvr-icon-up {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-up {
0%,
50%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25%,
75% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
} .mgt-button.hvr-icon-up:before {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-up:hover i.fa {
-webkit-animation-name: hvr-icon-up;
animation-name: hvr-icon-up;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} .mgt-button.hvr-icon-spin i.fa {
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.mgt-button.hvr-icon-spin:hover i.fa {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} @-webkit-keyframes hvr-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
51%,
100% {
opacity: 1;
}
}
@keyframes hvr-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
51%,
100% {
opacity: 1;
}
} .mgt-button.hvr-icon-drop i.fa {
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-drop:hover i.fa {
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .mgt-button.hvr-icon-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
}
.mgt-button.hvr-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: color;
transition-property: color;
}
.mgt-button.hvr-icon-fade:hover:before {
color: #0F9E5E;
} @-webkit-keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
}
@keyframes hvr-icon-float-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
}
} .mgt-button.hvr-icon-float-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
}
.mgt-button.hvr-icon-float-away:before, .mgt-button.hvr-icon-float-away:after {
content: "\f055";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
}
.mgt-button.hvr-icon-float-away:after {
opacity: 0;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.mgt-button.hvr-icon-float-away:hover:after {
-webkit-animation-name: hvr-icon-float-away;
animation-name: hvr-icon-float-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes hvr-icon-sink-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
}
@keyframes hvr-icon-sink-away {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
} .mgt-button.hvr-icon-sink-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.2em;
}
.mgt-button.hvr-icon-sink-away:before, .mgt-button.hvr-icon-sink-away:after {
content: "\f056";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-sink-away:after {
opacity: 0;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.mgt-button.hvr-icon-sink-away:hover:after {
-webkit-animation-name: hvr-icon-sink-away;
animation-name: hvr-icon-sink-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} .mgt-button.hvr-icon-grow i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-grow:hover i.fa {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
} .mgt-button.hvr-icon-shrink i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-shrink:hover i.fa {
-webkit-transform: scale(0.8);
transform: scale(0.8);
} @-webkit-keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes hvr-icon-pulse {
25% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
75% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
.mgt-button.hvr-icon-pulse i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-pulse:hover i.fa {
-webkit-animation-name: hvr-icon-pulse;
animation-name: hvr-icon-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
@keyframes hvr-icon-pulse-grow {
to {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
.mgt-button.hvr-icon-pulse-grow i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-pulse-grow:hover i.fa {
-webkit-animation-name: hvr-icon-pulse-grow;
animation-name: hvr-icon-pulse-grow;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@keyframes hvr-icon-pulse-shrink {
to {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
.mgt-button.hvr-icon-pulse-shrink i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-pulse-shrink:hover i.fa {
-webkit-animation-name: hvr-icon-pulse-shrink;
animation-name: hvr-icon-pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
@keyframes hvr-icon-push {
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
}
.mgt-button.hvr-icon-push i.fa,
.mgt-icon-box-icon.hvr-icon-push {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-push:hover i.fa,
.mgt-icon-box:hover .mgt-icon-box-icon.hvr-icon-push {
-webkit-animation-name: hvr-icon-push;
animation-name: hvr-icon-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
@keyframes hvr-icon-pop {
50% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
.mgt-button.hvr-icon-pop i.fa,
.mgt-icon-box-icon.hvr-icon-pop {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-pop:hover i.fa,
.mgt-icon-box-icon.hvr-icon-pop:hover {
-webkit-animation-name: hvr-icon-pop;
animation-name: hvr-icon-pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .mgt-button.hvr-icon-bounce i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-bounce:hover i.fa {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} .mgt-button.hvr-icon-rotate i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-rotate:hover i.fa {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
} .mgt-button.hvr-icon-grow-rotate i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-grow-rotate:hover i.fa {
-webkit-transform: scale(1.5) rotate(12deg);
transform: scale(1.5) rotate(12deg);
} .mgt-button.hvr-icon-float i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-float:hover i.fa {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
} .mgt-button.hvr-icon-sink i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.mgt-button.hvr-icon-sink:hover i.fa {
-webkit-transform: translateY(4px);
transform: translateY(4px);
} @-webkit-keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@-webkit-keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
.mgt-button.hvr-icon-bob i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-bob:hover i.fa {
-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
animation-name: hvr-icon-bob-float, hvr-icon-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-hang {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
50% {
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@-webkit-keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hvr-icon-hang-sink {
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
.mgt-button.hvr-icon-hang i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-hang:hover i.fa {
-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
animation-name: hvr-icon-hang-sink, hvr-icon-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} @-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes hvr-icon-wobble-horizontal {
16.65% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
33.3% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.mgt-button.hvr-icon-wobble-horizontal i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-wobble-horizontal:hover i.fa {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes hvr-icon-wobble-vertical {
16.65% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
33.3% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.mgt-button.hvr-icon-wobble-vertical:before {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-wobble-vertical:hover i.fa {
-webkit-animation-name: hvr-icon-wobble-vertical;
animation-name: hvr-icon-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes hvr-icon-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.mgt-button.hvr-icon-buzz i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-buzz:hover i.fa {
-webkit-animation-name: hvr-icon-buzz;
animation-name: hvr-icon-buzz;
-webkit-animation-duration: 0.15s;
animation-duration: 0.15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-icon-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.mgt-button.hvr-icon-buzz-out i.fa {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.mgt-button.hvr-icon-buzz-out:hover i.fa {
-webkit-animation-name: hvr-icon-buzz-out;
animation-name: hvr-icon-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .mgt-button.hvr-curl-top-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-curl-top-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: white; background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.mgt-button.hvr-curl-top-left:hover:before {
width: 25px;
height: 25px;
} .mgt-button.hvr-curl-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-curl-top-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
right: 0;
background: white; background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.mgt-button.hvr-curl-top-right:hover:before {
width: 25px;
height: 25px;
} .mgt-button.hvr-curl-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
right: 0;
background: white; background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.mgt-button.hvr-curl-bottom-right:hover:before {
width: 25px;
height: 25px;
} .mgt-button.hvr-curl-bottom-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.mgt-button.hvr-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
left: 0;
background: white; background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.mgt-button.hvr-curl-bottom-left:hover:before {
width: 25px;
height: 25px;
}@font-face{font-family:dashicons;src:url(//celikce.com.tr/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(//celikce.com.tr/wp-includes/fonts/dashicons.ttf) format("truetype"),url(//celikce.com.tr/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}#TB_overlay {
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100050; }
#TB_window {
position: fixed;
background-color: #fff;
z-index: 100050; visibility: hidden;
text-align: left;
top: 50%;
left: 50%;
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}
#TB_window img#TB_Image {
display: block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}
#TB_caption{
height: 25px;
padding: 7px 30px 10px 25px;
float: left;
}
#TB_closeWindow {
height: 25px;
padding: 11px 25px 10px 0;
float: right;
}
#TB_closeWindowButton {
position: absolute;
left: auto;
right: 0;
width: 29px;
height: 29px;
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
transition: color .1s ease-in-out, background .1s ease-in-out;
}
#TB_ajaxWindowTitle {
float: left;
font-weight: 600;
line-height: 29px;
overflow: hidden;
padding: 0 29px 0 10px;
text-overflow: ellipsis;
white-space: nowrap;
width: calc( 100% - 39px );
}
#TB_title {
background: #fcfcfc;
border-bottom: 1px solid #ddd;
height: 29px;
}
#TB_ajaxContent {
clear: both;
padding: 2px 15px 15px 15px;
overflow: auto;
text-align: left;
line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
padding: 15px;
}
#TB_ajaxContent p {
padding: 5px 0px 5px 0px;
}
#TB_load {
position: fixed;
display: none;
z-index: 100050;
top: 50%;
left: 50%;
background-color: #E8E8E8;
border: 1px solid #555;
margin: -45px 0 0 -125px;
padding: 40px 15px 15px;
}
#TB_HideSelect {
z-index: 99;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
border: none;
filter: alpha(opacity=0);
opacity: 0;
height: 100%;
width: 100%;
}
#TB_iframeContent {
clear: both;
border: none;
}
.tb-close-icon {
display: block;
color: #666;
text-align: center;
line-height: 29px;
width: 29px;
height: 29px;
position: absolute;
top: 0;
right: 0;
}
.tb-close-icon:before {
content: "\f158";
font: normal 20px/29px dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
color: #00a0d2;
}
#TB_closeWindowButton:focus .tb-close-icon {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}@font-face{font-family:"qlwapp-whatsapp";src:url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff");font-weight:normal;font-style:normal}.qlwapp-whatsapp-icon{font-family:"qlwapp-whatsapp" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp-whatsapp-icon:before{content:"\e900"}#qlwapp{pointer-events:none;box-sizing:border-box}@media (min-width: 430px){#qlwapp{width:430px}}#qlwapp *{box-sizing:border-box}#qlwapp.qlwapp-js-ready{display:block}#qlwapp.qlwapp-hide,#qlwapp.qlwapp-desktop.mobile,#qlwapp.qlwapp-mobile.desktop{display:none}#qlwapp .qlwapp-readonly,#qlwapp.qlwapp-readonly{pointer-events:none !important;opacity:0.5 !important}#qlwapp .qlwapp-disabled,#qlwapp.qlwapp-disabled{display:none;visibility:hidden}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-bottom-left,#qlwapp.qlwapp-middle-right,#qlwapp.qlwapp-bottom-right{position:fixed;z-index:9999999}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-bottom-left{right:auto;left:0}#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time{left:0;right:auto}#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle{margin-left:20px}#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text{right:auto;left:60px}#qlwapp.qlwapp-middle-left .qlwapp-box:before,#qlwapp.qlwapp-bottom-left .qlwapp-box:before{right:auto;left:20px}#qlwapp.qlwapp-middle-right,#qlwapp.qlwapp-bottom-right{left:auto;right:0}#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-days,#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time{left:auto;right:0}#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle{margin-right:20px}#qlwapp.qlwapp-middle-left,#qlwapp.qlwapp-middle-right{top:40%;bottom:auto}#qlwapp.qlwapp-middle-left .qlwapp-developer,#qlwapp.qlwapp-middle-right .qlwapp-developer{padding:0 24px}#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle{margin-left:-48px;padding-left:60px}#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle{margin-right:-48px;padding-right:60px}#qlwapp.qlwapp-bottom-left,#qlwapp.qlwapp-bottom-right{top:auto;bottom:0}#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle{border-radius:50%}#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle{border-radius:50px}@media (min-width: 430px){#qlwapp.qlwapp-rounded .qlwapp-box{border-radius:8px}}#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message{border-radius:4px}#qlwapp p:last-child{margin:0}#qlwapp time{opacity:0.8;font-style:italic;font-size:10px}#qlwapp .qlwapp-no-contacts{display:flex;height:134px;justify-content:center;align-items:center}#qlwapp .qlwapp-container{display:flex;flex-direction:column}#qlwapp .qlwapp-clearfix:before,#qlwapp .qlwapp-clearfix:after{content:"";display:block;clear:both}#qlwapp .qlwapp-previous,#qlwapp .qlwapp-close{display:block;opacity:0.8;font-style:unset;font-size:24px;font-weight:bold;width:24px;height:24px;cursor:pointer;text-align:center;line-height:24px;z-index:1}#qlwapp .qlwapp-previous{width:16px;height:36px;cursor:pointer;text-align:center;line-height:36px;margin-right:auto}#qlwapp .qlwapp-developer{font-size:8px;top:-20px;position:relative}#qlwapp .qlwapp-developer,#qlwapp .qlwapp-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}#qlwapp .qlwapp-toggle{pointer-events:all;cursor:pointer;box-shadow:0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);margin-top:24px;margin-bottom:24px;position:relative;text-decoration:none}#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-toggle:active,#qlwapp .qlwapp-toggle:focus,#qlwapp .qlwapp-toggle:hover{outline:none;text-decoration:none}#qlwapp .qlwapp-toggle .qlwapp-days,#qlwapp .qlwapp-toggle .qlwapp-time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}#qlwapp .qlwapp-days>span{display:none}#qlwapp .qlwapp-days>span.qlwapp-available-day{display:inline-block !important}#qlwapp .qlwapp-avatar .qlwapp-avatar-container{overflow:hidden;border-radius:50%;width:inherit;height:inherit;box-shadow:0 0 0 2px rgba(255,255,255,0.5)}#qlwapp .qlwapp-avatar .qlwapp-avatar-container img{width:100%;height:auto}#qlwapp.qlwapp-bubble .qlwapp-toggle{width:60px;height:60px}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{position:absolute;display:block;pointer-events:none;font-size:24px}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text{position:absolute;right:60px;height:60px;margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre}#qlwapp.qlwapp-button .qlwapp-toggle{height:40px;white-space:nowrap;padding:12px 24px}#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon{margin:0 12px 0 0}#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close{display:none}#qlwapp .qlwapp-box{pointer-events:all;padding-bottom:56px;position:fixed;top:auto;bottom:0;left:0;right:0;z-index:99999;box-shadow:0px 5px 40px 5px rgba(0,0,0,0.5)}@media (min-width: 430px){#qlwapp .qlwapp-box{position:relative;top:auto;bottom:auto;left:auto;right:auto;box-shadow:0 8px 25px -5px rgba(45,62,79,0.15);margin-top:24px;margin-left:24px;margin-right:24px;margin-bottom:12px}#qlwapp .qlwapp-box:before{content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}#qlwapp .qlwapp-box .qlwapp-header{border-top-left-radius:inherit;border-top-right-radius:inherit}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}}#qlwapp .qlwapp-box .qlwapp-header{position:relative;overflow:hidden}#qlwapp .qlwapp-box .qlwapp-header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(315deg, transparent 0%, rgba(0,0,0,0.05) 100%)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close{position:absolute;top:12px;right:12px}@media (min-width: 430px){#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close{position:absolute;top:7px;right:7px;font-size:18px}}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description{position:relative;display:flex;align-items:center}#qlwapp .qlwapp-box .qlwapp-description,#qlwapp .qlwapp-box .qlwapp-contact{padding:12px 36px;height:100%}#qlwapp .qlwapp-box .qlwapp-description p,#qlwapp .qlwapp-box .qlwapp-description h3{color:inherit;font-family:inherit;margin:0}#qlwapp .qlwapp-box .qlwapp-description h3{margin:0 0 0.25em 0}#qlwapp .qlwapp-box .qlwapp-contact{display:flex;justify-content:flex-end;align-items:center}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous{position:relative;left:-16px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous>i{line-height:36px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar{width:42px;height:42px}#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name{color:inherit}#qlwapp .qlwapp-box .qlwapp-account{color:inherit;padding:16px 36px;display:flex;align-items:center;overflow:hidden;position:relative;cursor:pointer;width:100%;text-decoration:none}#qlwapp .qlwapp-box .qlwapp-account:only-of-type{padding-top:36px;padding-bottom:36px}#qlwapp .qlwapp-box .qlwapp-info{padding:0 16px}#qlwapp .qlwapp-box .qlwapp-avatar{position:relative;width:62px;height:62px}#qlwapp .qlwapp-box .qlwapp-avatar:after{content:"";display:block;width:15px;height:15px;position:absolute;bottom:2px;right:2px;background-image:url(data:image/png;base64,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);background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:4}#qlwapp .qlwapp-box .qlwapp-days,#qlwapp .qlwapp-box .qlwapp-time,#qlwapp .qlwapp-box .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-hidden,#qlwapp .qlwapp-box .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:0.6;display:block}#qlwapp .qlwapp-box .qlwapp-days,#qlwapp .qlwapp-box .qlwapp-time{font-size:11px;font-style:italic}#qlwapp .qlwapp-box .qlwapp-name{display:block;font-weight:bold;line-height:1.5em}#qlwapp .qlwapp-box .qlwapp-body{overflow-x:hidden;overflow-y:auto}#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel{max-height:470px;min-height:134px}#qlwapp .qlwapp-box .qlwapp-chat{padding:36px 0;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center;height:100%}#qlwapp .qlwapp-box .qlwapp-user,#qlwapp .qlwapp-box .qlwapp-message{padding:16px 24px;position:relative;word-wrap:break-word;width:calc(100% - 36px * 2)}#qlwapp .qlwapp-box .qlwapp-user:before,#qlwapp .qlwapp-box .qlwapp-message:before{content:"";position:absolute;top:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}#qlwapp .qlwapp-box .qlwapp-user{width:auto;max-width:75%;align-self:flex-start;justify-self:flex-end;margin-top:0}#qlwapp .qlwapp-box .qlwapp-user:before{top:auto;bottom:-6px;left:24px}#qlwapp .qlwapp-box .qlwapp-padding{padding-bottom:56px}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{position:absolute;bottom:0;left:0;right:0;height:auto;width:100%}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-footer pre,#qlwapp .qlwapp-box .qlwapp-footer textarea,#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{max-height:160px}#qlwapp .qlwapp-box .qlwapp-footer pre,#qlwapp .qlwapp-box .qlwapp-footer textarea,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{color:inherit;background-color:inherit}#qlwapp .qlwapp-box .qlwapp-footer:before,#qlwapp .qlwapp-box .qlwapp-response:before{pointer-events:none;position:absolute;content:"";height:59px;top:0;background:linear-gradient(315deg, transparent 0%, rgba(0,0,0,0.025) 100%);left:0;right:0}#qlwapp .qlwapp-box .qlwapp-footer{min-height:56px;display:flex;align-items:center;text-align:center;font-size:12px;padding:12px 36px}#qlwapp .qlwapp-box .qlwapp-footer p{padding:0;font-size:inherit}#qlwapp .qlwapp-box .qlwapp-footer p:last-child{margin-bottom:0}#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea,#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{min-height:56px}#qlwapp .qlwapp-box .qlwapp-response pre,#qlwapp .qlwapp-box .qlwapp-response textarea{width:100%;height:100%;resize:none;border:none;padding:18px 88px 18px 36px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}#qlwapp .qlwapp-box .qlwapp-response pre{visibility:hidden}#qlwapp .qlwapp-box .qlwapp-response textarea{position:absolute;bottom:0;left:0}#qlwapp .qlwapp-box .qlwapp-response textarea:focus{outline:none}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i{display:none}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active>i.qlwf-emoji{display:block}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i{opacity:0.4}#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>i,#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a{cursor:pointer;margin:0 0 0 10px;display:inherit;font-size:18px;line-height:24px;text-decoration:none}#qlwapp .qlwapp-previous,#qlwapp .qlwapp-close,#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-box .qlwapp-header,#qlwapp .qlwapp-box .qlwapp-contact,#qlwapp .qlwapp-box .qlwapp-user{color:#ffffff}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text{color:#303030}#qlwapp .qlwapp-box,#qlwapp .qlwapp-box:before{background-color:#fff}#qlwapp .qlwapp-box .qlwapp-account{background-color:#fff}#qlwapp .qlwapp-box .qlwapp-account:not(:first-child){border-top:1px solid #f5f5f5}#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container{background-color:#eee}#qlwapp .qlwapp-box .qlwapp-message,#qlwapp .qlwapp-box .qlwapp-message:before{background-color:#eee}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response{color:#303030;background-color:#fff;border-top:1px solid #e6e6e6}#qlwapp .qlwapp-toggle,#qlwapp .qlwapp-box .qlwapp-header,#qlwapp .qlwapp-box .qlwapp-user,#qlwapp .qlwapp-box .qlwapp-user:before{background-color:#25d366}#qlwapp{display:none}#qlwapp.qlwapp-show .qlwapp-box{visibility:visible;opacity:1;transform:translateY(0) scale(1);display:block}#qlwapp.qlwapp-transition .qlwapp-box{visibility:visible;display:block}#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon{transform:scale(0, 0);opacity:0}#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close{transform:scale(1, 1);opacity:1}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{transform:scale(0, 0);opacity:0}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon{transform:scale(1, 1);opacity:1}#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close{transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}#qlwapp .qlwapp-box{display:none;opacity:0;visibility:hidden;transform:translateY(50px);transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}@media (min-width: 430px){#qlwapp .qlwapp-box{transform:translateY(50px) scale(0.9)}}#qlwapp .qlwapp-box .qlwapp-carousel{display:flex;width:200%;height:100%}#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide{width:50%;transition:max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,opacity 500ms ease-in 500ms;overflow:hidden}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide{max-height:300px}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,opacity ease-in 0.3s}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label{transform:translateX(56px)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{transform:scale(0.5)}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name{transition-delay:800ms}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label{transition-delay:850ms}#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-footer,#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-previous,#qlwapp .qlwapp-box .qlwapp-message,#qlwapp .qlwapp-box .qlwapp-user{transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,opacity ease-in 200ms}#qlwapp .qlwapp-box .qlwapp-response,#qlwapp .qlwapp-box .qlwapp-previous,#qlwapp .qlwapp-box .qlwapp-user{opacity:0}#qlwapp .qlwapp-box .qlwapp-response{pointer-events:none}#qlwapp .qlwapp-box .qlwapp-previous{transform:translateX(56px)}#qlwapp .qlwapp-box .qlwapp-user{transform:translateY(56px)}#qlwapp .qlwapp-box .qlwapp-close{transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)}#qlwapp .qlwapp-box .qlwapp-description{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)}#qlwapp .qlwapp-box .qlwapp-account{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 150ms ease-in}#qlwapp .qlwapp-box .qlwapp-previous{transition-delay:800ms}#qlwapp .qlwapp-box .qlwapp-message{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-close,#qlwapp .qlwapp-box .qlwapp-description{transition-delay:900ms}#qlwapp .qlwapp-box .qlwapp-user{transition-delay:200ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6){transition-delay:600ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5){transition-delay:500ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4){transition-delay:400ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3){transition-delay:300ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2){transition-delay:200ms}#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1){transition-delay:100ms}#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message{opacity:0;transform:translateY(-56px)}#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover{background-color:#fafafa}#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide{transform:translateX(-100%)}#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel{overflow:hidden;min-height:122px}#qlwapp .qlwapp-box.response .qlwapp-close{transition-delay:0ms}#qlwapp .qlwapp-box.response .qlwapp-close,#qlwapp .qlwapp-box.response .qlwapp-footer,#qlwapp .qlwapp-box.response .qlwapp-description,#qlwapp .qlwapp-box.response .qlwapp-account{opacity:0}#qlwapp .qlwapp-box.response .qlwapp-account{transform:translateY(-33.333%);border-top-color:transparent !important}#qlwapp .qlwapp-box.response .qlwapp-user{display:block}#qlwapp .qlwapp-box.response .qlwapp-message,#qlwapp .qlwapp-box.response .qlwapp-previous,#qlwapp .qlwapp-box.response .qlwapp-response{opacity:1}#qlwapp .qlwapp-box.response .qlwapp-response{pointer-events:all}#qlwapp .qlwapp-box.response .qlwapp-message,#qlwapp .qlwapp-box.response .qlwapp-previous{transform:translate(0)}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide{max-height:84px}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar{opacity:1}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label{opacity:0.5}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label{transform:translateX(0)}#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar{transform:scale(1)}#qlwapp .qlwapp-box.response.opening .qlwapp-footer,#qlwapp .qlwapp-box.response.opening .qlwapp-response,#qlwapp .qlwapp-box.response.opening .qlwapp-close,#qlwapp .qlwapp-box.response.opening .qlwapp-previous,#qlwapp .qlwapp-box.response.opening .qlwapp-description,#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label{visibility:visible}#qlwapp .qlwapp-box.texting .qlwapp-body{overflow-y:auto}#qlwapp .qlwapp-box.texting .qlwapp-user{opacity:1;transform:translate(0)}#qlwapp .qlwapp-box.closing .qlwapp-message{transition:all 0.4s;transform:translateY(100%);opacity:0}#qlwapp .qlwapp-box.closing .qlwapp-previous{transition-delay:0ms;transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms}#qlwapp .qlwapp-box.closing .qlwapp-description{opacity:0}body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon{margin:0 0 0 12px}body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons{right:auto;left:21px;flex-direction:row-reverse}body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons>a{transform:rotate(180deg)}body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea{padding:18px 36px 18px 88px}body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide{transform:translateX(100%)}body.rtl #qlwapp .qlwapp-box .qlwapp-contact{flex-direction:row-reverse}header .col-md-12 {  height: 110px;  }  header .logo-link img {  width: 198px;  }  #preloader-image img {  width: 100px;  }  .fullwidth-section.parallax,  .parallax {  background-attachment: fixed!important;  }  h1, h2, h3, h4, h5, h6 {  font-family: 'Montserrat';  }  .header-info-2-text .header-info-half .header-info-content-title,  a.btn, .btn, .btn:focus, input[type="submit"], .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart,  .mgt-header-block p,  .mgt-post-list .mgt-post-categories,  .mgt-counter-wrapper .mgt-counter-value,  .mgt-counter-wrapper h5.mgt-counter-title,  .mgt-cta-block h5,  .mgt-cta-block .mgt-cta-block-content,  .mgt-countdown-wrapper .mgt-countdown-item,  .sidebar.main-sidebar .widget.widget_nav_menu li,  .widget-download-link-wrapper,  .blog-post .post-categories,  .blog-post .tags,  .post-social-wrapper span,  .author-bio .author-title,  .comment-meta .reply a,  .comment-metadata .author,  .comment-metadata .date,  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,  .woocommerce ul.products li.product .onsale,  .woocommerce span.onsale,  .sidebar .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper {  font-family: 'Montserrat';  }  h1 {  font-size: 35px;  }  body {  font-family: 'Open Sans';  font-size: 14px;  } body {  background-color: #ffffff;  color: #222222;  }  .st-pusher, .st-sidebar-pusher {  background-color: #ffffff;  }  a.btn,  .btn,  .btn:focus,  input[type="submit"],  .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button,  .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart,  .btn-primary:hover,  .btn-primary:active,  header.main-header.top-menu-position-header .header-left,  .navbar .navbar-toggle,  .nav .sub-menu li.menu-item > a:hover,  .mainmenu-belowheader .navbar .nav > li.mgt-highlight > a,  .blog-post .tags a:hover,  #top-link,  .sidebar .widget_calendar th,  .sidebar .widget_calendar tfoot td,  .sidebar.main-sidebar .widget.widget_nav_menu .current-menu-item > a,  body .flex-control-paging li a.flex-active,  body .flex-control-paging li a:hover,  .mgt-header-block .mgt-header-line,  .mgt-post-list .mgt-post-icon,  .mgt-post-list .mgt-post-wrapper-icon:hover,  .mgt-icon-box.mgt-icon-background:hover .mgt-icon-box-icon,  .mgt-button.mgt-style-solid-invert:hover,  .mgt-button.mgt-style-bordered:hover,  .mgt-button.mgt-style-borderedwhite:hover,  .mgt-button.mgt-style-borderedgrey:hover,  .mgt-button.mgt-style-grey:hover,  .mgt-button.mgt-style-green:hover,  .mgt-button.mgt-style-red:hover,  .portfolio-filter a:hover, .portfolio-filter a.active,  .portfolio-item-block.portfolio-item-animation-0 .portfolio-item-bg,  .portfolio-item-block .btn:hover,  .mgt-pricing-table.featured h4.mgt-pricing-table-header,  body .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,  .mgt-button.hvr-sweep-to-right:hover,  .mgt-button.hvr-sweep-to-left:hover,  .mgt-button.hvr-sweep-to-bottom:hover,  .mgt-button.hvr-sweep-to-top:hover,  .mgt-button.hvr-bounce-to-right:hover,  .mgt-button.hvr-bounce-to-left:hover,  .mgt-button.hvr-bounce-to-bottom:hover,  .mgt-button.hvr-bounce-to-top:hover,  .mgt-button:before,  .mgt-post-list .mgt-post-categories,  .blog-post .post-categories,  .mgt-icon-box.mgt-icon-background.mgt-icon-background-invert .mgt-icon-box-icon,  body .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active > a,  .woocommerce ul.products li.product .onsale,  .woocommerce span.onsale,  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,  .portfolio-filter a.view-all:hover, .portfolio-filter a:hover, .portfolio-filter a.active {  background-color: #fbbe3f;  }  a,  a:focus,  .breadcrumbs-container-wrapper a:hover,  .page-404 h1,  header.main-header.top-menu-position-header .nav > li > a:hover,  header.main-header.top-menu-position-header .nav > li.current-menu-item:not(.pull-right) > a,  header.main-header.top-menu-position-header .header-right ul.header-nav a:hover,  header.main-header.top-menu-position-header .header-menu .social-icons-top a:hover,  header .header-right ul.header-nav a:hover,  .header-info-2-text .header-info-half .header-info-content-text,  .navbar .nav > li.current-menu-item:not(.pull-right) > a,  header.transparent-header .navbar .nav > li > a:hover,  header.transparent-header .navbar .nav > li.current-menu-item:not(.pull-right) > a,  .navbar .nav > li > a:hover,  .navbar .nav > li.current-menu-item:not(.pull-right) > a,  header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li:not(.pull-right) > a:hover,  header.transparent-header .mainmenu-belowheader.mainmenu-light .navbar .nav > li.current-menu-item:not(.pull-right) > a,  .mainmenu-belowheader.mainmenu-light .navbar .nav > li > a:hover,  .mainmenu-belowheader.mainmenu-dark .navbar .nav > li.current-menu-item:not(.pull-right) > a,  .header-menu-bg.transparent-header .header-menu .social-icons-top a:hover,  .header-menu-bg.transparent-header .header-menu .top-menu li a:hover,  .header-menu .social-icons-top a:hover,  .header-menu .top-menu li a:hover,  .header-menu .top-menu .sub-menu li a:hover,  .blog-post .post-header-title a:hover,  .post-social-title i,  .post-social a:hover,  .navigation-paging a:hover,  footer a:hover,  .sidebar.footer-container .widget a:not(.select2-choice):hover,  .footer-sidebar-2-wrapper .sidebar.footer-container .widget.widget_calendar tbody td a:hover,  .widget-download-link-wrapper .widget-download-icon,  .widget-download-link-wrapper .widget-download-title a:hover,  .sidebar .widget.widget_thebuilt_recent_entries li .widget-post-details-wrapper .post-title a:hover,  .woocommerce ul.products li.product .price,  .woocommerce ul.products li.product h3:hover,  .woocommerce div.product p.price, .woocommerce div.product span.price,  .comment-meta .reply a:hover,  .mgt-promo-block .mgt-promo-block-content i.fa,  .mgt-post-list .mgt-post-details .mgt-post-title h5:hover,  .mgt-icon-box .mgt-icon-box-icon,  .mgt-button.mgt-style-bordered,  .mgt-button.mgt-style-text,  .mgt-button.mgt-style-textwhite,  .mgt-button.mgt-style-bordered:active,  .mgt-button.mgt-style-text:active,  .mgt-button.mgt-style-textwhite:active,  .mgt-button.mgt-style-bordered:focus,  .mgt-button.mgt-style-text:focus,  .mgt-button.mgt-style-textwhite:focus,  .mgt-counter-wrapper .mgt-counter-icon,  .portfolio-filter a.view-all,  .portfolio-item-block .btn,  body .st-sidebar-menu .sidebar a:hover,  .wpcf7-form .wpcf7-submit:hover,  .ninja-forms-cont input[type="submit"]:hover,  .nav .sub-menu > li.menu-item.current-menu-item > a,  .content-block .widget_archive ul li a:hover,  .content-block .widget_categories ul li a:hover,  body .select2-drop,  .woocommerce.widget.widget_product_categories a:hover,  .woocommerce ul.products li.product .added_to_cart:hover,  .text-color-theme,  .text-color-theme * {  color: #fbbe3f;  }  blockquote,  .post-social a:hover,  .sidebar .widget_calendar tbody td a,  .widget-download-link-wrapper,  body .owl-theme .owl-controls .owl-page.active span, body .owl-theme .owl-controls.clickable .owl-page:hover span,  .mgt-button.mgt-style-bordered,  .mgt-button.mgt-style-bordered:active,  .mgt-button.mgt-style-bordered:focus,  .mgt-button.mgt-style-bordered:hover,  .mgt-button.mgt-style-borderedwhite:hover,  .mgt-button.mgt-style-borderedgrey:hover,  .mgt-button.mgt-style-green:hover,  .mgt-button.mgt-style-red:hover,  .portfolio-item-block .btn,  .portfolio-item-block .btn:hover {  border-color: #fbbe3f;  }  header.main-header {  background-color: #ffffff;  }  .header-menu-bg {  background-color: #F5F5F5;  }  .header-menu,  .header-menu .social-icons-top a,  .header-menu .top-menu li a,  .header-menu .menu-top-menu-container-toggle {  color: #828282;  }  .mainmenu-belowheader.mainmenu-light {  background-color: #FFFFFF;  }  .mainmenu-belowheader.mainmenu-dark {  background-color: #2A2F35;  }  .footer-sidebar-2-wrapper {  background-color: #2A2F35;  }  footer {  background-color: #1C2126;  }  .page-item-title h1 {  color: #2A2F35;  }