/*

Template Name: LUNE
Template URL: http://demo.qodux.com/lune
Description: WordPress by Qodux
Version: 1.0.0
Author: Qodux
Author URL: http://demo.qodux.com

Main color:                 d32f2f
Heading text color:         121212
Body text color:            515151
Border color:               dddddd
Grey background color:      f7f7f7
Mid Grey background color:  ebebeb

1. General Styles
2. Typography
3. Loader Block
4. Main Wrapper
5. Header
6. Top Header
7. Main Menu
8. Menu Button
9. Sub Menu
10. Alternative Header
11. Header Styles
12. Buttons
13. Main Sections
14. Sliders
    14.1 Main Slider ( Swiper )
    14.2 Background Slider
    14.3 Slider With thumbs
    14.4 Coverflow Slider
    14.5 Centered Slider
    14.6 Mobile Slider
    14.7 Portfolio Slider
    14.8 Blog Slider
15. Portfolio
    15.1 Background Portfolio Grid
    15.2 Filter Block
    15.3 Filter Items
    15.4 Portfolio Block
    15.5 Portfolio Wide Block
    15.6 Portfolio Photostack
16. Blog
    16.1 Post Block
    16.2 Timeline
    16.3 Pagination
    16.4 Post Tags Block
    16.5 Post Share Block
    16.6 Post Comments Block
17. Block Variations
18. Title Block
19. Background Image Block
20. Image Block
21. Fancybox
22. Special Columns ( gfort 50 / 42 columns )
23. Circle Icon Block
24. Info Block
25. Social Icons Block
26. ADS Block
27. Form Elements
28. Form Block
    28.1 Subscribe Form Block
    28.2 Contact Form Block
    28.3 Property Form
    28.4 Domain Form
    28.5 BMI Form
    28.6 Account Form
29. Video Block
    29.1 Background Video Block
    29.2 Normal Video Block
30. Content Block
31. Modal Block
32. Progress Bar Block
33. Audio Block
34. Date Block
35. Timer Block
36. Ribbon Block
37. Google Maps Block
38. Info Window Block
39. Avatar Block
40. Meta Block
41. Number Block
42. Timeline Block
43. Events Table Block
44. Event Block
45. Accordion Block
46. Tab Block
47. Team Block
48. Client Block
49. Testimonials Block
50. Schedule Block
51. Button Block
52. Screenshots Block
53. Signature Block
54. Skills Block
56. Counter Block
57. Price Block
58. CTA Block
59. FAQ Block
60. Instagram Feed Block
61. Flickr Feed Block
62. Twitter Feed Block
63. Contact Block
64. Widget
65. Footer
66. copyright
67. Notification Block
68. Breadcrumb
69. UP Button
*/

/* =============================================================================
   1. General Styles
============================================================================= */
/* Body
============================================================================= */
body {
    margin: 0;
    padding: 0;
    color: #515151;
    overflow-x: hidden;
    font-weight: normal;
    font: 16px/1.6 poppins, Helvetica, sans-serif, serif;

    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale; }

/* Prevent Scroll
============================================================================= */
body.stop-scroll { overflow: hidden; }

/* clearfix
============================================================================= */
.clearfix {
    zoom: 1;
    clear: both; }

/* Overflow Visible
============================================================================= */
.section-overflow-visible,
.section-overflow-visible .section-container {
    overflow: visible !important; }

/* Link
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
a {
    color: #d32f2f;
    cursor: pointer;
    text-decoration: none;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;}
a.no-transition {
    -webkit-transition: all 0s ease-in-out;
       -moz-transition: all 0s ease-in-out;
         -o-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;}

/* Hover / Focus
----------------------------------------------------------------------------- */
a:hover,
a:focus {
    color: #121212;
    text-decoration: none; }
a:focus { outline: none; }

/* Colors
============================================================================= */
/* Selection Color
----------------------------------------------------------------------------- */
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;}

/* Main Color
----------------------------------------------------------------------------- */
.main-color { color: #d32f2f; }
	
ul {
	margin-left: 1.5em;
	list-style-type: disc; }
ol {
	margin-left: 1.5em; }
ul li {
	margin-left: .85em;
	margin: 4px 0; }
ul ul {
	list-style-type: square; }
ul ul ul {
	list-style-type: circle; }
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold; }
ol ol, ul ol {
	margin-left: 2.5em; }
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0; }
.wt_skin_color {
	color: #d32f2f; }	
.wt_skin_bg_color {
	background-color: #d32f2f !important; }
.wt_skin_border_color {
	border-color: #d32f2f; }
.wt_skin_border_left_color {
	border-left-color: #d32f2f; }
.wt_skin_border_right_color {
	border-right-color: #d32f2f; }
.wt_skin_border_top_color {
	border-top-color: #d32f2f; }
.wt_skin_border_bottom_color {
	border-bottom-color: #d32f2f; }

/* Background Colors
============================================================================= */
/* Main Background
----------------------------------------------------------------------------- */
.main-background-color,
.main-background-color * {
    color: #ffffff !important; }
.main-background-color { background-color: #d32f2f !important; }


/* Black Background
----------------------------------------------------------------------------- */
.black-background-color,
.black-background-color * {
    color: #ffffff !important; }
.black-background-color { background-color: #121212 !important; }
.black-background-color.ribbon-block-style-2::after { border-color: #121212; }

/* Transparent Black Background
----------------------------------------------------------------------------- */
.transparent-black-background-color { background-color: rgba(0, 0, 0, 0.70) !important; }

/* White Background
----------------------------------------------------------------------------- */
.white-background-color { background-color: #ffffff; }

/* Grey Background
----------------------------------------------------------------------------- */
.grey-background-color { background-color: #f7f7f7; }

/* ToolTip
============================================================================= */
.tooltip {
    font-size: 14px;
    font-weight: 400; }
.tooltip-inner { padding: 8px 15px; }

/* popover
============================================================================= */
.popover {
    border: 0;
    padding: 0;
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12); }

/* List
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ol,
ul {
    padding: 0;
   /* margin: 20px auto 15px;*/
    list-style-position: inside; }
#wt_content ol,
#wt_content ul {
    list-style-position: outside; }
ol:first-child,
ul:first-child {
    margin-top: 0px; }
ol:last-child,
ul:last-child {
    margin-bottom: 0; }

/* Items
----------------------------------------------------------------------------- */
ol li,
ul li {
    margin-bottom: 5px; }
ol li:last-of-type,
ul li:last-of-type {
    margin-bottom: 0; }

/* List Icon
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ul.list-icon {
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none; }

/* Icon
----------------------------------------------------------------------------- */
ul.list-icon li i {
    color: #d32f2f;
    margin-left: 1px;
    margin-right: 5px; }

/* Style 1
============================================================================= */
ul.list-icon-style-1 li {
    float: left;
    position: relative;
    margin-right: 20px; }
ul.list-icon-style-1 li:last-of-type { margin-right: 0; }

/* List Info
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ul.list-info {
    margin: 0;
    width: 100%;
    padding: 25px;
    display: block;
    overflow: hidden;
    list-style: none;
    border-radius: 2px;
    border: 2px solid #dddddd; }

/* List
----------------------------------------------------------------------------- */
ul.list-info > li {
    width: 100%;
    display: block;
    font-weight: 500;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    border-top: 1px solid #dddddd; }
ul.list-info > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* First Div
----------------------------------------------------------------------------- */
ul.list-info > li > div:first-child { margin-bottom: 5px; }

/* Social Icons
----------------------------------------------------------------------------- */
ul.list-info > li .social-icons-block ul li {
    margin-top: 0;
    margin-bottom: 0; }

/* Style 1
============================================================================= */
/* Items
----------------------------------------------------------------------------- */
ul.list-info-style-1 > li {
    float: left;
    width: 48.5%;
    line-height: 32px; }
ul.list-info-style-1 > li:nth-child(2n) {
    float: right; }
ul.list-info-style-1 > li:nth-child(2) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

/* Divs
----------------------------------------------------------------------------- */
ul.list-info-style-1 > li > div:first-child {
    float: left;
    margin-bottom: 0; }
ul.list-info-style-1 > li > div:last-child { float: right; }

/* Ripple Animation
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wave-effect {
    z-index: 15;
    overflow: hidden;
    position: relative; }

/* Ripple
----------------------------------------------------------------------------- */
.gfort-ripple {
    width: 0;
    height: 0;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.30);

    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }

/* Animation
----------------------------------------------------------------------------- */
.ripple-animation {
    -webkit-animation: rippleCircleAnimation 1.5s linear;
            animation: rippleCircleAnimation 1.5s linear; }
@-webkit-keyframes rippleCircleAnimation {
    100% {
        -webkit-transform: scale(5);
        opacity: 0; }
}
@keyframes rippleCircleAnimation {
    100% {
        transform: scale(5);
        opacity: 0; }
}

/* White Content
============================================================================= */
.white-content,
.white-content p,
.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content a:hover,
.white-content .form-control,
.white-content .form-group label,
.wt_skin_light .form-control,
.wt_skin_light .form-group label {
    color: #ffffff;}

.wt_skin_light .form-group .subscribe-email {border-bottom: 1px solid rgba(0, 0, 0, .5); }
.white-content .line-separator,
.white-content .form-group label::before {
    background-color: #ffffff; }
.white-content .form-group label::before { opacity: 0.30; }

/* Triangle Arrow
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.triangle-arrow {
    width: 0;
    height: 0;
    left: 25%;
    z-index: 20;
    margin-left: 12px;
    position: absolute;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }

/* White
----------------------------------------------------------------------------- */
.triangle-arrow.white-arrow { border-top: 15px solid #ffffff; }

/* Grey
----------------------------------------------------------------------------- */
.triangle-arrow.grey-arrow { border-top: 15px solid #f7f7f7; }

/* Label
============================================================================= */
.label {
    font-weight: 600;
    border-radius: 2px;
    padding: 5px 15px 3px;
}
.label-main { background-color: #d32f2f; }

/* =============================================================================
   2. Typography
============================================================================= */
/* Heading
============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 0;
    color: #121212;
    letter-spacing: 0;
    margin: 0 auto 10px; }

h1, .h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
h2, .h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
h3, .h3 { font-size: 26px; font-weight: 600; line-height: 1.3; }
h4, .h4 { font-size: 20px; font-weight: 600; line-height: 1.3; }
h5, .h5 { font-size: 18px; font-weight: 500; line-height: 1.4; }
h6, .h6 { font-size: 16px; font-weight: 600; line-height: 1.4; }

/* Montserrat Font
============================================================================= */
h1, .h1,
h2, .h2,
.custom-font,
.tooltip,
.btn-gfort,
.navbar-brand,
.btn-gfort-white,
.wt_stat_count {
    font-family: Montserrat, Helvetica, sans-serif, serif;  }

/* Poppins Font
============================================================================= */
.popover { 
    font-family: poppins, Helvetica, sans-serif, serif; }

/* Paragraph
============================================================================= */
p { margin: 0 0 15px 0; }
p:last-of-type { margin-bottom: 0; }

/* Large Heading
============================================================================= */
.lg-heading,
.title-block-container.text-center .lg-heading {
    font-size: 150px; }

/* Small Heading
============================================================================= */
.sm-heading,
.title-block-container.text-center .sm-heading,
.sm-heading h1,
.sm-heading h2 {
    font-size: 45px; }

/* Small Paragraph
============================================================================= */
.sm-p,
.hero-section .title-block-container.text-center p.sm-p {
    font-size: 22px;
    line-height: 1.5; }

/* =============================================================================
   3. Loader Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.loader-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
    position: fixed;
    text-align: center;
    background-color: #ffffff; }
.no-js .loader-block { display: none; }

/* Container
----------------------------------------------------------------------------- */
.loader-block-container {
    top: 50%;
    left: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* Circle Block
----------------------------------------------------------------------------- */
.circle-block {
    margin: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: relative;
    border: 4px solid #dddddd;

    -webkit-animation: gfort-spin 0.75s infinite linear;
            animation: gfort-spin 0.75s infinite linear; }
.circle-block::before,
.circle-block::after {
    top: -4px;
    left: -4px;
    content: '';
    display: none;
    width: inherit;
    height: inherit;
    border: inherit;
    position: absolute;
    border-radius: inherit; }

/* Animation
============================================================================= */
@-webkit-keyframes gfort-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes gfort-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Style 1
============================================================================= */
.circle-block-style-1 { border-top-width: 0; }

/* Style 2
============================================================================= */
.circle-block-style-2 { border-top-color: transparent; }
.circle-block-style-2::after {
    display: block;

    -webkit-transform: rotate(65deg);
       -moz-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
         -o-transform: rotate(65deg);
            transform: rotate(65deg); }
			
/* Style 3
============================================================================= */
.circle-block-style-3 {
    border-color: transparent;
    border-top-color: #dddddd; }
.circle-block-style-3::after,
.circle-block-style-3::before {
    display: block;

    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s; }
.circle-block-style-3::before {
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg); }
.circle-block-style-3::after {
    -webkit-transform: rotate(240deg);
       -moz-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
         -o-transform: rotate(240deg);
            transform: rotate(240deg); } 



/* Style 4
============================================================================= */
.circle-block-style-4 { border-top-color: transparent; }
.circle-block-style-4::after {
    display: block;
    border-color: transparent;
    border-top-color: #dddddd;

    -webkit-animation: gfort-spin 1.25s infinite linear reverse;
            animation: gfort-spin 1.25s infinite linear reverse;
}



/* Style 5
============================================================================= */
.circle-block-style-5 {
    border-color: transparent;
    border-top-color: #dddddd;

    -webkit-animation: gfort-spin 1s infinite ease;
            animation: gfort-spin 1s infinite ease;
}
.circle-block-style-5::after {
    display: block;

    -webkit-animation: gfort-spin 1.5s infinite ease;
            animation: gfort-spin 1.5s infinite ease;
}



/* Style 6
============================================================================= */
.circle-block-style-6 {
    border-color: transparent;
    border-top-color: #dddddd;

    -webkit-animation: gfort-spin 1s infinite ease-in-out alternate;
            animation: gfort-spin 1s infinite ease-in-out alternate;
}
.circle-block-style-6::after {
    display: block;

    -webkit-animation: gfort-spin 1.5s infinite ease-in-out alternate;
            animation: gfort-spin 1.5s infinite ease-in-out alternate;
}




/* =============================================================================
   4. Main Wrapper
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#main-wrapper {
    padding: 0;
    z-index: 2;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100vh;
    max-width: 1600px;
    position: relative;
    background-color: #ffffff;

    -webkit-transition: all 0.50s ease-in-out;
       -moz-transition: all 0.50s ease-in-out;
         -o-transition: all 0.50s ease-in-out;
            transition: all 0.50s ease-in-out;
}
.no-js #main-wrapper { opacity: 1; }


/* Full Width Wrapper
----------------------------------------------------------------------------- */
body.full-width-page #main-wrapper { max-width: 100%; }




/* =============================================================================
   5. Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-section {
    width: 100%;
    z-index: 101;
    display: block;
    position: relative;
    background-color: #ffffff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}


/* Container
----------------------------------------------------------------------------- */
.header-section-container {
    width: 100%;
    display: block;
    position: relative;
}




/* =============================================================================
   6. Top Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.top-header {
    z-index: 3;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}


/* Social Icons Block
----------------------------------------------------------------------------- */
.top-header .social-icons-block {
    padding: 1px 0;
    text-align: right;
}


/* ADS Block
----------------------------------------------------------------------------- */
.top-header .ads-block-container { margin-bottom: 0; }




/* =============================================================================
   7. Main Menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-menu {
    z-index: 4;
    width: 100%;
    display: block;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.header-menu-container {
    z-index: 4;
    width: 100%;
    display: block;
    position: relative;
    background-color: #ffffff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.navbar-brand {
    padding: 0;
    height: auto;
    margin: 0 auto;
    color: #121212;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
}
#siteDescription {clear: both; margin-bottom: 10px; }

/* Image
--------------------------------------------------------- */
.navbar-brand > img {
    max-width: 100%;
    max-height: 44px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Menu
----------------------------------------------------------------------------- */
/* Main Wrapper
--------------------------------------------------------- */
.navbar {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.navbar-collapse.collapse { padding: 0; }

/* List ( Menu )
--------------------------------------------------------- */
ul.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Items
--------------------------------------------------------- */
ul.navbar-nav > li {
    margin: 0 15px;
    position: relative;
}
ul.navbar-nav > li:last-child { margin-right: 0; }
ul.navbar-nav > li:first-child { margin-left: 0; }

/* Link
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
ul.navbar-nav > li > a:not(.btn) {
    opacity: 0.75;
    color: #121212;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    padding: 1px 0 0;
    line-height: 73px;
    position: relative;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
ul.navbar-nav > li.parent-list > a { border-bottom-color: transparent !important; }

/* Hover / Focus
------------------------------------- */
ul.navbar-nav > li > a:not(.btn):hover,
ul.navbar-nav > li.active > a:not(.btn),
ul.navbar-nav > li.current_page_item > a:not(.btn) {
    opacity: 1;
    border-bottom-color: #d32f2f;
    background-color: transparent;
}
ul.navbar-nav > li > a:not(.btn):focus { background-color: transparent; }


/* Button
--------------------------------------------------------- */
ul.navbar-nav > li > a.btn,
#headerWidget a.btn {
    height: 44px;
    margin: 18px 0;
    padding: 0 30px;
    line-height: 44px;
}

#headerWidget a.btn {
	margin-left: 30px; }


/* =============================================================================
   8. Menu Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.navbar-toggle {
    border: 0;
    padding: 0;
    height: 22px;
    margin: 29px 0;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    border-radius: 0;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}


/* Container
----------------------------------------------------------------------------- */
.navbar-toggle > span {
    width: 21px;
    height: 21px;
    font-size: 16px;
    overflow: hidden;
    line-height: 21px;
    position: relative;
    vertical-align: top;
    display: inline-block;
	margin-left: 5px;

    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;

    -webkit-transition: transform 0.30s ease-in-out;
       -moz-transition: transform 0.30s ease-in-out;
         -o-transition: transform 0.30s ease-in-out;
            transition: transform 0.30s ease-in-out;

    -webkit-animation: gfortAnimationSpan 1s forwards;
            animation: gfortAnimationSpan 1s forwards;
}
@-webkit-keyframes gfortAnimationSpan {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}
@keyframes gfortAnimationSpan {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

/* Middle Line
----------------------------------------------------------------------------- */
.navbar-toggle > span i.lines {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 9px;
    position: relative;
    background-color: #000000;

    -webkit-animation: gfortAnimationLines 1s forwards;
            animation: gfortAnimationLines 1s forwards;

}
@-webkit-keyframes gfortAnimationLines {
    0%, 50% {
        background-color: transparent;
    }
    100% {
        background-color: #000000;
    }
}
@keyframes gfortAnimationLines {
    0%, 50% {
        background-color: transparent;
    }
    100% {
        background-color: #000000;
    }
}


/* Top / Bottom Lines
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.navbar-toggle > span i.lines:after,
.navbar-toggle > span i.lines:before {
    left: 0;
    height: 3px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;

    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Bottom Line
--------------------------------------------------------- */
.navbar-toggle > span i.lines:after {
    -webkit-animation: gfortAnimationAfter 1.5s forwards;
            animation: gfortAnimationAfter 1.5s forwards;
}
@-webkit-keyframes gfortAnimationAfter {
    0% {
        bottom: 0;
        -webkit-transform: rotate(45deg);
    }
    50% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }
    100% {
        bottom: -6px;
    }
}
@keyframes gfortAnimationAfter {
    0% {
        bottom: 0;
        transform: rotate(45deg);
    }
    50% {
        bottom: 0;
        transform: rotate(0);
    }
    100% {
        bottom: -6px;
    }
}

/* Top Line
--------------------------------------------------------- */
.navbar-toggle > span i.lines:before {
    -webkit-animation: gfortAnimationBefore 1.5s forwards;
            animation: gfortAnimationBefore 1.5s forwards;
}
@-webkit-keyframes gfortAnimationBefore {
    0% {
        top: 0;
        -webkit-transform: rotate(-45deg);
    }
    50% {
        top: 0;
        -webkit-transform: rotate(0);
    }
    100% {
        top: -6px;
    }
}
@keyframes gfortAnimationBefore {
    0% {
        top: 0;
        transform: rotate(-45deg);
    }
    50% {
        top: 0;
        transform: rotate(0);
    }
    100% {
        top: -6px;
    }
}


/* Toggle
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span {
    -webkit-animation: gfortToggleAnimationSpan 1s forwards;
            animation: gfortToggleAnimationSpan 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationSpan {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
    }
}
@keyframes gfortToggleAnimationSpan {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}

/* Middle Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines {
    -webkit-animation: gfortToggleAnimationLines 1s forwards;
            animation: gfortToggleAnimationLines 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationLines {
    0%, 50% {
        background-color: #000000;
    }
    51%, 100% {
        background-color: transparent;
    }
}
@keyframes gfortToggleAnimationLines {
    0%, 50% {
        background-color: #000000;
    }
    51%, 100% {
        background-color: transparent;
    }
}

/* Bototm Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines:after {
    -webkit-animation: gfortToggleAnimationAfter 1s forwards;
            animation: gfortToggleAnimationAfter 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationAfter {
    0% {
        bottom: -6px;
    }
    50% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes gfortToggleAnimationAfter {
    0% {
        bottom: -6px;
    }
    50% {
        bottom: 0;
        transform: rotate(0);
    }
    100% {
        transform: rotate(45deg);
    }
}

/* Top Line
--------------------------------------------------------- */
.navbar-toggle.gfort-toggle > span i.lines:before {
    -webkit-animation: gfortToggleAnimationBefore 1s forwards;
            animation: gfortToggleAnimationBefore 1s forwards;
}
@-webkit-keyframes gfortToggleAnimationBefore {
    0% {
        top: -6px;
    }
    50% {
        top: 0;
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
    }
}
@keyframes gfortToggleAnimationBefore {
    0% {
        top: -6px;
    }
    50% {
        top: 0;
        transform: rotate(0);
    }
    100% {
        transform: rotate(-45deg);
    }
}




/* =============================================================================
   9. Sub Menu
============================================================================= */
/* Ripple
----------------------------------------------------------------------------- */
.sub-menu .gfort-ripple { background-color: rgba(0, 0, 0, 0.10); }


/* Arrow
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.menu-arrow {
    width: 11px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    margin-left: 5px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Icon
--------------------------------------------------------- */
.menu-arrow i.fa {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}


/* List
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu,
ul.navbar-nav ul > li > ul.sub-menu {
    width: 0;
    height: 0;
    top: 10px;
    margin: 0;
    padding: 0;
    left: -20px;
    z-index: 16;
    list-style: none;
    overflow: hidden;
    text-align: left;
    position: absolute;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Items
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
ul.navbar-nav > li > ul.sub-menu li:first-child { margin-top: 10px; }


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a {
    width: 100%;
    opacity: 0.75;
    display: block;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 22px;
    padding: 10px 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Hover
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a:hover {
    opacity: 1;
    background-color: #ebebeb;
}


/* Main Item ( First Item )
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li:first-child > a {
    opacity: 1;
    text-transform: uppercase;
}
ul.navbar-nav ul > li > ul.sub-menu li:first-child > a {
    opacity: 0.75;
	text-transform: none;
}

ul.navbar-nav > li > ul.sub-menu li:first-child > a:hover { background-color: transparent; }

ul.navbar-nav ul > li > ul.sub-menu li:first-child > a:hover { 
    opacity: 1;
	background-color: #ebebeb; 
}

ul.navbar-nav ul > li > ul.sub-menu {	
    left: 100%;
	top: 0;
}



/* =============================================================================
   10. Alternative Header
============================================================================= */
/* Fixed Header
============================================================================= */
.header-menu-container.header-menu-stuck {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}


/* Tiny Header
============================================================================= */
/* Logo
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny .navbar-brand { line-height: 60px; }
.header-menu-container.header-menu-tiny .navbar-brand > img { max-height: 44px; }


/* Menu Button
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny .navbar-toggle { margin: 19px 0; }


/* Menu Links
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav > li > a:not(.btn) { line-height: 53px; }


/* Button
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav li a.btn { margin: 8px 0; }
.header-menu-container.header-menu-tiny #headerWidget a.btn { margin-top: 8px; margin-bottom: 8px; }


/* Sub Menu
----------------------------------------------------------------------------- */
.header-menu-container.header-menu-tiny ul.navbar-nav > li > ul.sub-menu { top: 0; }



/* Auto Hide Header
============================================================================= */
.header-menu-container.header-menu-autohide { top: -90px; }




/* =============================================================================
   11. Header Styles
============================================================================= */
/* Left / Center Header Menu
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-menu.header-menu-left,
.header-menu.header-menu-center {
    font-size: 0;
    line-height: 0;
}
.header-menu.header-menu-left { text-align: left; }
.header-menu.header-menu-center { text-align: center; }


/* Menu
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-menu.header-menu-left .navbar-collapse.collapse,
.header-menu.header-menu-center .navbar-collapse.collapse {
    display: inline-block !important;
}

/* Links
--------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav > li > a:not(.btn),
.header-menu.header-menu-center ul.navbar-nav > li > a:not(.btn) {
    line-height: 53px;
}

/* Button
--------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav li a.btn,
.header-menu.header-menu-center ul.navbar-nav li a.btn {
    margin: 8px 0;
}


/* Sub Menu
----------------------------------------------------------------------------- */
.header-menu.header-menu-left ul.navbar-nav > li > ul.sub-menu,
.header-menu.header-menu-center ul.navbar-nav > li > ul.sub-menu {
    top: 0;
}


/* Social Icons Block
----------------------------------------------------------------------------- */
.header-menu.header-menu-left .widget {
    width: auto;
    float: right;
    text-align: right;
}
.header-menu.header-menu-left .social-icons-block {
    padding: 9px 0;
}



/* Style 2
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-2 .top-header { padding: 18px 0; }



/* Style 3
============================================================================= */
/* Social Icons Block
----------------------------------------------------------------------------- */
.header-style-3 .social-icons-block { padding: 19px 0px; }


/* Logo
----------------------------------------------------------------------------- */
.header-style-3 .header-menu-container .navbar-header { display: none; }



/* Style 4
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-4 .top-header { text-align: center; }

/* Logo
--------------------------------------------------------- */
/* Top Header
------------------------------------- */
.header-style-4 .top-header .navbar-header {
    float: none;
    display: inline-block;
}

/* Menu
------------------------------------- */
.header-style-4 .header-menu-container .navbar-header { display: none; }



/* Style 5
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-5 .top-header {
    z-index: 2;
    padding: 15px 0 0;
}
.header-style-5 .top-header .col-md-12 { text-align: center; }

/* Logo
--------------------------------------------------------- */
/* Top Header
------------------------------------- */
.header-style-5 .top-header .navbar-header {
    float: none;
    margin-top: -35px;
    margin-bottom: 15px;
    display: inline-block;
}

/* Menu
------------------------------------- */
.header-style-5 .header-menu-container .navbar-header { display: none; }



/* Style 6
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-6 .top-header { text-align: right; }


/* Info Block
----------------------------------------------------------------------------- */
.header-style-6 .info-block { padding: 18px 0; }


/* Logo
----------------------------------------------------------------------------- */
.header-style-6 .header-menu-container .navbar-header { display: none; }



/* Style 7
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-7 .top-header { text-align: right; }


/* Info Block
----------------------------------------------------------------------------- */
.header-style-7 .info-block { padding: 18px 0; }



/* Style 8
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
.header-style-8 .top-header { text-align: right; }



/* Style 9
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-9 .top-header { padding: 25px 0; }

/* Logo
--------------------------------------------------------- */
.header-style-9 .top-header .navbar-header { padding: 5px 0; }



/* Style 10
============================================================================= */
/* Top Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.header-style-10 .top-header { text-align: center; }

/* Logo
--------------------------------------------------------- */
.header-style-10 .top-header .navbar-header {
    float: none;
    display: inline-block;
}




/* =============================================================================
   12. Buttons
============================================================================= */
/* Button
============================================================================= */
button {
    outline: none !important;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}



/* Special Buttons
============================================================================= */
/* Wrapper

----------------------------------------------------------------------------- */
.btn-gfort,
.btn-gfort-white {
    border: 0;
    z-index: 15;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding: 10px 30px;
    border-radius: 2px;
    margin: 30px 18px 0 0;
    outline: none !important;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.hero-section .btn-gfort,
.hero-section .btn-gfort-white {
    margin-bottom: 5px;
}
.wpb_raw_html .btn-gfort,
.wpb_raw_html .btn-gfort-white { margin-right: 15px; }
a.btn:last-of-type { margin-right: 0; }

.btn-gfort *,
.btn-gfort-white * {
    margin: 0;
    padding: 0;
}


/* Overlayer
----------------------------------------------------------------------------- */
.btn-gfort::after,
.btn-gfort-white::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Main Button
----------------------------------------------------------------------------- */
.btn-gfort,
.btn-gfort:focus {
    color: #ffffff !important;
    background-color: #d32f2f !important;
}
.btn-gfort * { color: #ffffff; }


/* White Button
----------------------------------------------------------------------------- */
.btn-gfort-white,
.btn-gfort-white:focus {
    color: #121212 !important;
    background-color: #ffffff !important;
}
.btn-gfort-white * { color: #121212; }

.btn-gfort-white::after { background-color: rgba(0, 0, 0, 0.08); }
.btn-gfort-white .gfort-ripple { background: rgba(0, 0, 0, 0.15); }


/* Hover / Active / Focus
----------------------------------------------------------------------------- */
.btn-gfort:hover,
.btn-gfort.active,
.btn-gfort:active,
.btn-gfort-white:hover,
.btn-gfort-white.active,
.btn-gfort-white:active {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-gfort:hover::after,
.btn-gfort:focus::after,
.btn-gfort-white:hover::after,
.btn-gfort-white:focus::after {
    opacity: 1;
}



/* Link Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.btn-gfort-link {
    border: 0;
    z-index: 4;
    color: #121212;
    font-size: 15px;
    overflow: hidden;
    font-weight: 500;
    padding: 7px 15px;
    line-height: 24px;
    position: relative;
    border-radius: 2px;
    vertical-align: bottom;
    outline: none !important;
    margin: 20px 10px -15px -15px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.btn-gfort-link:last-child { margin-right: 0; }


/* Overlayer
----------------------------------------------------------------------------- */
.btn-gfort-link::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.15);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Ripple
----------------------------------------------------------------------------- */
.btn-gfort-link .gfort-ripple { background-color: rgba(0, 0, 0, 0.15); }


/* Hover / Active / Focus
----------------------------------------------------------------------------- */
.btn-gfort-link:hover,
.btn-gfort-link:focus,
.btn-gfort-link.active,
.btn-gfort-link:active {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn-gfort-link:hover::after,
.btn-gfort-link:focus::after {
    opacity: 1;
}



/* Button Sizes
============================================================================= */
/* Large Button
----------------------------------------------------------------------------- */
.btn-gfort-lg {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 40px;
    white-space: normal;
}


/* Small Button
----------------------------------------------------------------------------- */
.btn-gfort-sm,
.pricing-block.wide-block .btn-gfort {
    font-size: 13px;
    padding: 8px 20px;
}



/* Circle Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.btn-gfort-circle {
    border: 0;
    padding: 0;
    z-index: 15;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    outline: none !important;
    background-color: #d32f2f;
}


/* Large Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-lg {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Medium Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-md {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Small Button
----------------------------------------------------------------------------- */
.btn-gfort-circle-sm {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}


/* Icon
----------------------------------------------------------------------------- */
.btn-gfort-circle i.fa {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.btn-gfort-circle-lg i.fa { line-height: 64px; }
.btn-gfort-circle-md i.fa { line-height: 48px; }
.btn-gfort-circle-sm i.fa { line-height: 32px; }

.btn-gfort-circle-lg i.fa-play { padding-left: 7px; }
.btn-gfort-circle-md i.fa-play { padding-left: 5px; }
.btn-gfort-circle-sm i.fa-play { padding-left: 3px; }


/* Ripple
----------------------------------------------------------------------------- */
.btn-gfort-circle .gfort-ripple { background-color: rgba(0, 0, 0, 0.15); }


/* Hover / Focus
----------------------------------------------------------------------------- */
.btn-gfort-circle:hover,
.btn-gfort-circle:focus {
    color: #121212;
    background-color: #ffffff;
}



/* Image Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
a.btn-gfort-image {
    border: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin: 30px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #121212;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.qodx_heading a.btn-gfort-image,
.wpb_text_column a.btn-gfort-image,
.wpb_text_column a.btn-gfort { margin-right: 15px; }
a.btn-gfort-image:last-of-type { margin-right: 0; }
.hero-section a.btn-gfort-image { margin-bottom: 5px; }


/* Image
----------------------------------------------------------------------------- */
a.btn-gfort-image img {
    width: 100%;
    display: block;
    max-width: 170px!important;
	height: auto;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
a.btn-gfort-image:hover {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}




/* =============================================================================
   13. Main Sections
============================================================================= */
/* Container
----------------------------------------------------------------------------- */

/* ----- Remove negative margin for centered rows folowed by 'container' ----- */
.wt-row-container.wt-row-centered > .vc_row {
    margin: 0 auto;
}
.section-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 100px 0 70px;
}
.section-padding { padding: 100px 0 70px; }


/* Main
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.grey-section,
.black-section,
.white-section {
    /* padding: 0; */
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* Grey
----------------------------------------------------------------------------- */
.grey-section { background-color: #f7f7f7; }


/* Black
----------------------------------------------------------------------------- */
.black-section { background-color: #121212; }


/* White
----------------------------------------------------------------------------- */
.white-section { background-color: #ffffff; }


/* Hero
----------------------------------------------------------------------------- */
.hero-section { font-size: 18px; }


/* Single
----------------------------------------------------------------------------- */
.single-section .post-block-container,
.single .post-block-container {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}



/* Padding
============================================================================= */
/* Large Padding
----------------------------------------------------------------------------- */
.section-lg-padding .section-container { padding: 160px 0 130px !important; }


/* Medium Padding
----------------------------------------------------------------------------- */
.section-md-padding .section-container { padding: 145px 0 115px !important; }


/* Small Padding
----------------------------------------------------------------------------- */
.section-sm-padding .section-container { padding: 125px 0 95px !important; }


/* XSmall Padding
----------------------------------------------------------------------------- */
.section-xs-padding .section-container { padding: 50px 0 20px !important; }
.social-section.section-xs-padding .section-container { padding: 20px 0 !important; }


/* NO Padding
----------------------------------------------------------------------------- */
.section-no-padding .section-container,
.section-container.section-no-padding {
	padding: 0 !important; }
.column-no-padding > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important; }


/* NO Padding Top
----------------------------------------------------------------------------- */
.no-padding-top {
	padding-top: 0 !important; }

/* NO Padding Bottom
----------------------------------------------------------------------------- */
.no-padding-bottom {
	padding-bottom: 0 !important; }
.section-no-padding-bottom .section-container {
    padding-bottom: 0 !important;
    margin-bottom: -30px !important;
}


/* Padding 30
----------------------------------------------------------------------------- */
.padding-left-30 { padding-left: 30px; }
.padding-right-30 { padding-right: 30px; }
.padding-top-30 { padding-top: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }


/* Padding 50
----------------------------------------------------------------------------- */
.padding-left-50 { padding-left: 50px; }
.padding-right-50 { padding-right: 50px; }
.padding-top-50 { padding-top: 50px; }
.padding-bottom-50 { padding-bottom: 50px; }


/* Padding 100
----------------------------------------------------------------------------- */
.padding-left-100 { padding-left: 100px; }
.padding-right-100 { padding-right: 100px; }
.padding-top-100 { padding-top: 100px; }
.padding-bottom-100 { padding-bottom: 100px; }



/* =============================================================================
   15. Portfolio
============================================================================= */
/* 15.1 Background Portfolio Grid
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-portfolio-grid {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}


/* Container
----------------------------------------------------------------------------- */
.background-portfolio-grid-container {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}


/* Overlayer
----------------------------------------------------------------------------- */
.background-portfolio-grid-container::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.70;
    position: absolute;
    background-color: #121212;
}


/* Loader
----------------------------------------------------------------------------- */
.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}
.ri-loading-image { display: none; }
.ri-grid-loading .ri-loading-image {
    left: 50%;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    margin: 100px 0 0 -15px;
}


/* List
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
    position: relative;
}


/* Items
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;

    -webkit-perspective: 400px;
       -moz-perspective: 400px;
        -ms-perspective: 400px;
         -o-perspective: 400px;
            perspective: 400px;
}


/* Link
----------------------------------------------------------------------------- */
.background-portfolio-grid-container ul li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    display: block;
    position: absolute;

    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}



/* 15.2 Filter Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.filter-block {
    width: 100%;
    z-index: 20;
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}
.filter-block::after {
    content: '';
    clear: both;
    display: table;
}


/* Container
----------------------------------------------------------------------------- */
.filter-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.filter-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Filter
----------------------------------------------------------------------------- */
.filter-group {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}



/* 15.3 Filter Items
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.filter-items-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    position: relative;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Container
----------------------------------------------------------------------------- */
.filter-items-container {
    width: 100%;
    height: 100%;
    display: block;
}


/* Correct Position
----------------------------------------------------------------------------- */
.filter-items-wrapper.correct-position { margin-bottom: 30px; }



/* 15.4 Portfolio Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.portfolio-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}
.portfolio-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Main Link
----------------------------------------------------------------------------- */
.portfolio-block-container a.main-link {
    width: 100%;
    display: block;
    position: relative;
    outline: none !important;
}
.portfolio-block-container a.main-link::after {
    content: '';
    clear: both;
    display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-container .image-block { margin-bottom: 25px !important; }
.portfolio-block-container .image-block:last-child { margin-bottom: 0 !important; }

/* Link
--------------------------------------------------------- */
.portfolio-block-container .image-block a {
    width: 100%;
    display: block;
}

/* Image
--------------------------------------------------------- */
.portfolio-block-container .image-block a img,
.portfolio-block-container a.main-link .image-block img {
    border-radius: 2px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Overlayer
--------------------------------------------------------- */
.portfolio-block-container a.main-link .image-block::after {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: #000000;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.portfolio-block-container h4 {
    width: auto;
    z-index: 16;
    max-width: 100%;
    overflow: hidden;
    position: relative;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.portfolio-block-container h4:last-child { margin: 0; }

/* h6
--------------------------------------------------------- */
.portfolio-block-container h4 + h6 {
    margin-top: -5px;
    margin-bottom: 15px;
}
.portfolio-block-container h4 + h6:last-child { margin-bottom: 0; }


/* List Icon
----------------------------------------------------------------------------- */
.portfolio-block-container .list-icon { margin-top: 0; }


/* Link
----------------------------------------------------------------------------- */
.portfolio-block-container a { color: #121212; }
.portfolio-block-container a:hover { color: #d32f2f; }


/* Button
----------------------------------------------------------------------------- */
.portfolio-block-container a.btn { margin-top: 20px; }


/* Hover
----------------------------------------------------------------------------- */
.portfolio-block-container:hover a.main-link h4 { color: #d32f2f; }
.portfolio-block-container:hover a.main-link .image-block::after { opacity: 0.50; }



/* Styles
============================================================================= */
/* Styles 1 & 2
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.portfolio-block-style-1 .main-link,
.portfolio-block-style-2 .main-link,
.portfolio-block-style-1 a.main-link,
.portfolio-block-style-2 a.main-link {
    z-index: 15;
    overflow: hidden;
    position: relative;
    border-radius: 4px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.portfolio-block-style-2 a.main-link { /* background-color: #d32f2f; */ }


/* Block Image
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block,
.portfolio-block-style-2 a.main-link .image-block {
    overflow: hidden;
    margin-bottom: 0 !important;
}

/* Container
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block-container,
.portfolio-block-style-2 a.main-link .image-block-container {
    width: auto;
    margin-right: -1px;
}

/* Image
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link .image-block img,
.portfolio-block-style-2 a.main-link .image-block img {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.portfolio-block-style-1 a.main-link h4,
.portfolio-block-style-2 a.main-link h4 {
    left: 0;
    bottom: 0;
    opacity: 0;
    color: #ffffff;
    line-height: 25px;
    padding: 15px 20px;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.portfolio-block-style-1 a.main-link h4 {
    width: auto;
    max-width: 100%;
    background-color: transparent;

    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}

.portfolio-block-style-2 a.main-link h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #d32f2f;
    border-radius: 0 0 2px 2px;

    -webkit-transform: translate(0, 55px);
       -moz-transform: translate(0, 55px);
        -ms-transform: translate(0, 55px);
         -o-transform: translate(0, 55px);
            transform: translate(0, 55px);
}

.portfolio-block-style-2 h4::after {
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Hover
----------------------------------------------------------------------------- */
.portfolio-block-style-1 .portfolio-block-container:hover a.main-link h4 {
    opacity: 1;
    color: #ffffff;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.portfolio-block-style-2 .portfolio-block-container:hover .image-block img {
    opacity: 1;

    -webkit-transform: translate(0, -55px);
       -moz-transform: translate(0, -55px);
        -ms-transform: translate(0, -55px);
         -o-transform: translate(0, -55px);
            transform: translate(0, -55px);
}

.portfolio-block-style-2 .portfolio-block-container:hover a.main-link h4 {
    opacity: 1;
    color: #ffffff;

    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

.portfolio-block-style-1 .portfolio-block-container:hover a.main-link .image-block::after,
.portfolio-block-style-2 .portfolio-block-container:hover a.main-link .image-block::after {
    opacity: 0.80;
}


/* Style 3
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container > .image-block {
    padding: 20px;
    background-color: #ffffff;
    border: 10px solid #000000;

    -webkit-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
       -moz-box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
            box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.30);
}

/* Image
--------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container > .image-block img {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Typography
----------------------------------------------------------------------------- */
.portfolio-block-style-3 .portfolio-block-container h4 {
    width: auto;
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px 9px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* 15.5 Portfolio Wide Block
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.wide-block .portfolio-block-container .image-block { margin-bottom: 0 !important; }
.wide-block .portfolio-block-container a.main-link,
.wide-block .portfolio-block-container .image-block img,
.wide-block .portfolio-block-container .image-block::after {
    border-radius: 0 !important;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}


/* Typography
----------------------------------------------------------------------------- */
.wide-block .portfolio-block-container h4 {
    border-radius: 0 !important;
    padding: 15px 20px !important;
}



/* 15.6 Portfolio Photostack
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.photostack-block {
    width: 100%;
    height: 550px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}


/* Container
----------------------------------------------------------------------------- */
.photostack-block-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* Item Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block {
    margin: 0;
    z-index: 10;
    display: block;
    position: absolute;
    text-align: center;
}
.photostack-block-container > div.portfolio-block.photostack-current.photostack-flip { z-index: 11; }

/* Overlayer
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block::after {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    visibility: visible;
    background-color: transparent;

    -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
       -moz-transition: opacity 0.6s, visibility 0s 0.6s;
         -o-transition: opacity 0.6s, visibility 0s 0.6s;
            transition: opacity 0.6s, visibility 0s 0.6s;
}
.photostack-block-container > div.portfolio-block.photostack-current::after {
    opacity: 0;
    visibility: hidden;
}

/* Container
--------------------------------------------------------- */
.photostack-block-container > div.portfolio-block .portfolio-block-container { margin-bottom: 0; }


/* Navigation
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-photostack-nav-wrapper {
    width: 100%;
    height: 20px;
    line-height: 0;
    margin-top: -30px;
}

/* Pagination
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.gfort-photostack-nav-wrapper nav {
    width: auto;
    z-index: 90;
    height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;

    -webkit-transition: opacity 0.30s;
       -moz-transition: opacity 0.30s;
         -o-transition: opacity 0.30s;
            transition: opacity 0.30s;
}

/* Dots
------------------------------------- */
.gfort-photostack-nav-wrapper nav span {
    width: 20px;
    height: 20px;
    padding: 5px;
    opacity: 0.50;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background-color: transparent;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-photostack-nav-wrapper nav span::after {
    top: 5px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #d32f2f;

    -webkit-transform: scale(0.70);
       -moz-transform: scale(0.70);
        -ms-transform: scale(0.70);
         -o-transform: scale(0.70);
            transform: scale(0.70);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Hover
------------------------------------- */
.gfort-photostack-nav-wrapper nav span:hover,
.gfort-photostack-nav-wrapper nav span.current {
    opacity: 1;
}
.gfort-photostack-nav-wrapper nav span:hover::after,
.gfort-photostack-nav-wrapper nav span.current::after {
    -webkit-transform: scale(0.90);
       -moz-transform: scale(0.90);
        -ms-transform: scale(0.90);
         -o-transform: scale(0.90);
            transform: scale(0.90);
}

/* Arrows
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.gfort-photostack-prev,
.gfort-photostack-next {
    top: 50%;
    opacity: 0;
    z-index: 15;
    width: 48px;
    height: 48px;
    color: #121212;
    cursor: pointer;
    margin-top: -24px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.gfort-photostack-prev { left: -58px; }
.gfort-photostack-next { right: -58px; }


/* Icon
------------------------------------- */
.gfort-photostack-prev::after,
.gfort-photostack-next::after {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 32px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.gfort-photostack-prev::after {
    content: '\f104';
    padding-right: 2px;
}
.gfort-photostack-next::after {
    content: '\f105';
    padding-left: 2px;
}

/* Hover
------------------------------------- */
.gfort-photostack-prev:hover,
.gfort-photostack-next:hover {
    color: #ffffff;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

.photostack-block:hover .gfort-photostack-prev {
    opacity: 1;
    left: 20px;
}
.photostack-block:hover .gfort-photostack-next {
    opacity: 1;
    right: 20px;
}


/* Blocks Animation
----------------------------------------------------------------------------- */
.photostack-transition .portfolio-block {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
       -moz-transition: -moz-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
}

.photostack-perspective .portfolio-block {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.photostack-perspective .portfolio-block.photostack-flip {
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
         -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}




/* =============================================================================
   16. Blog
============================================================================= */
/* 16.1 Post Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-block-container {
    width: 100%;
    display: block;
    padding: 0 0 60px;
    position: relative;
    margin: 0 auto 50px;
    border-bottom: 1px solid #dddddd;
}
.qodx-swiper-slider .post-block-container {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}


/* Header
----------------------------------------------------------------------------- */
.post-block-container .post-header {
    width: 100%;
    z-index: 10;
    display: block;
    margin: 0 auto;
    line-height: 0;
    min-height: 56px;
    position: relative;
    padding: 2px 0 0 70px;
}
.post-block-container .post-header::after {
    content: '';
    clear: both;
    display: table;
}


/* Media
----------------------------------------------------------------------------- */
.post-block-container .post-media {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin: 30px auto 0;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.post-block-container .post-media * { margin-bottom: 0 !important; }
.post-block-container .post-media > div {
    overflow: hidden;
    border-radius: 2px;
}
.blogEntry_frame_default.post-media {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
.blogEntry_default {
	padding: 0;
    width: 100%;
    display: block;
    margin: 30px auto;
}
.single .blogEntry_default {
	margin-top: 0;
}
.blogEntry_default img {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Footer
----------------------------------------------------------------------------- */
.post-block-container .post-footer {
    width: 100%;
    display: block;
    margin-top: 30px;
    position: relative;
}


/* Avatar
----------------------------------------------------------------------------- */
.post-block-container .avatar-block {
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    position: absolute;
}
.search .post-block-container .avatar-block,
.search .post-block-container .post-media {
	display: none;
}
.search .post-block-container .post-header {
    min-height: auto;
	padding: 0; 
}

/* Title
----------------------------------------------------------------------------- */
.post-block-container .post-header h4 {
    margin: 0;
    padding: 0;
}


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.post-block-container .post-header h4 a {
    color: #121212;
    display: inline-block;
}

.post-block-container .post-media .image-block a {
    width: 100%;
    display: block;
}

/* Hover
--------------------------------------------------------- */
.post-block-container .post-header h4 a:hover { color: #d32f2f; }



/* 16.2 Timeline
============================================================================= */
/* Item
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item:nth-child(odd) .post-block { padding-right: 25px; }
.timeline-block-center .timeline-block-item:nth-child(even) .post-block { padding-left: 25px; }


/* Container
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.timeline-block-center .timeline-block-item:last-child .post-block-container { margin-bottom: 0; }


/* Dots
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container::after,
.timeline-block-center .timeline-block-item .post-block-container::before {
    left: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.timeline-block-center .timeline-block-item .post-block-container::after {
    top: 22px;
    width: 12px;
    height: 12px;
    margin-left: 19px;
    border: 2px solid #d32f2f;
}
.timeline-block-center .timeline-block-item .post-block-container::before {
    top: 12px;
    width: 32px;
    height: 32px;
    margin-left: 9px;
}

.grey-section .timeline-block-center .timeline-block-item .post-block-container::after,
.grey-section .timeline-block-center .timeline-block-item .post-block-container::before {
    background-color: #f7f7f7;
}

.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::after {
    left: 0;
    margin-left: -31px;
}
.timeline-block-center .timeline-block-item:nth-child(even) .post-block-container::before {
    left: 0;
    margin-left: -41px;
}


/* Hover
----------------------------------------------------------------------------- */
.timeline-block-center .timeline-block-item .post-block-container:hover::after { background-color: #d32f2f; }



/* 16.3 Pagination
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
nav.gfort-pagination {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 auto 25px;
}


/* List
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    display: inline-block;
}


/* Items
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li {
    margin: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}


/* Link
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li > a,
nav.gfort-pagination ul.pagination > li > span,
.wp-pagenavi a {
    border: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
    color: #515151;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    border-radius: 50% !important;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}
nav.gfort-pagination ul.pagination > li > a span { font-size: 16px; }


/* Hover / Focus / Active / Disabled
----------------------------------------------------------------------------- */
nav.gfort-pagination ul.pagination > li > a:hover,
nav.gfort-pagination ul.pagination > li > a:focus,
nav.gfort-pagination ul.pagination > li >span:hover,
nav.gfort-pagination ul.pagination > li > span:focus,
nav.gfort-pagination ul.pagination > .active > a,
nav.gfort-pagination ul.pagination > .active > span,
nav.gfort-pagination ul.pagination > .active > a:focus,
nav.gfort-pagination ul.pagination > .active > a:hover,
nav.gfort-pagination ul.pagination > .active > span:focus,
nav.gfort-pagination ul.pagination > .active > span:hover,
nav.gfort-pagination ul.pagination > .disabled > a,
nav.gfort-pagination ul.pagination > .disabled > span,
nav.gfort-pagination ul.pagination > .disabled > a:focus,
nav.gfort-pagination ul.pagination > .disabled > a:hover,
nav.gfort-pagination ul.pagination > .disabled > span:focus,
nav.gfort-pagination ul.pagination > .disabled > span:hover {
    color: #ffffff;
    background-color: #d32f2f;
}



/* 16.4 Post Tags Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-tags-block-container {
    width: 100%;
    display: block;
    line-height: 44px;
    margin: 30px 0 30px 0;
}


/* span
----------------------------------------------------------------------------- */
.post-tags-block-container > span {
    margin-right: 10px;
    display: inline-block;
}


/* Button
----------------------------------------------------------------------------- */
.post-tags-block-container a.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------- */
/* =  TAGS WIDGET
/* ---------------------------------------------------- */

.tagcloud {
    padding: 0;
    margin: 5px 0 0;
    float: left; }
.tagcloud a {
	display: inline-block;
	background: #d32f2f;
    border: 1px solid #d32f2f;
    color: #fff !important;
    float: left;
    font-size: 11px !important;
	position: relative;
    padding: 5px 7px 5px 7px;
    margin: 0px 5px 5px 0px;
	text-transform: uppercase; }
.tagcloud a:hover {
	background: #111;
    border: 1px solid #111; }
.tagcloud a span {
	font-weight: 700;
	margin-left: 5px; }
.tagcloud a:hover,
#wt_footerWrapper .tagcloud a:hover {
    color: #ffffff !important; }

/* ---------------------------------------------------- */
/* =  RECENT POST WIDGET
/* ---------------------------------------------------- */

ul.recent_posts_list, ul.popular_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left; }
.recent_posts_list li,
.recent_comments > li, 
.popular_posts_list > li {
    margin: 0 0 15.5px;
    padding: 0 0 17px;
    list-style-type: none;
    border-bottom: 1px solid #f5f6f6;
    float: left;
    width: 100%;
    overflow: hidden; }
.popular_posts_list > li:last-child {
    border-bottom: none;
    margin-bottom: 10px; }
.recent_posts_list li a,
.popular_posts_list li a {
    color: #464646;
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
.wrap .title_post {
    color: #464646;
    font-size: 13.5px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
.recent_posts_list li a:hover,
.popular_posts_list li a:hover, 
.wrap .title_post:hover {
    color: #2a6496; }
.recent_posts_list li span, 
.recent_comments li span, 
.popular_posts_list li span {
    float: left;
    margin-right: 15px;
    overflow: hidden; }
.recent_posts_list li span img, 
.recent_comments li span img, 
.popular_posts_list li span img {
    margin-right: 0;
    max-width: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 100%; }
.recent_posts_list li span img:hover,
.popular_posts_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
.recent_posts_list li i,
.popular_posts_list li i {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #9e9e9e; }
.recent_posts_list li.last,
.recent_comments > li.last,
.popular_posts_list > li.last {
    padding: 0px 0px 7px 0px;
    border-bottom: 0px solid #f5f6f6; }
.recent_posts_list li a .overlay:after, 
.recent_comments li a .overlay:after, 
.popular_posts_list li a .overlay:after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 60px;
    color: #fff;
    z-index: 999;
    font-size: 18px;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    margin-left: -8px; }
.recent_posts_list li a .overlay, 
.recent_comments li a .overlay, 
.popular_posts_list li a .overlay {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #2a6496;
    opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
			transition: all 0.3s;
    z-index:0;
    left: 0; }
.recent_posts_list li a .overlay:hover, 
.recent_comments li a .overlay:hover, 
.popular_posts_list li a .overlay:hover { 
	opacity: 0.7;
	filter: alpha(opacity=70); }
.recent_posts_list li a.thumb img, 
.recent_comments li a.thumb img, 
.popular_posts_list li a.thumb img {
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
			transition: all 0.3s; }
.recent_posts_list li a.thumb:hover img, 
.recent_comments li a.thumb:hover img, 
.popular_posts_list li a.thumb:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg); }
.recent_posts_list li p.wrap, 
.recent_comments li p.wrap, 
.popular_posts_list li p.wrap {
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden; }
.desc em {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px; }
.wrap .desc {
    display: block;
    float: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%; }
.widget_content .tabs-container {
    margin-bottom: 0; }	
#calendar_wrap #next,
#calendar_wrap #prev {
	position: inherit;
	font-size: inherit;
	color: #666; }


/* 16.5 Post Share Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-share-block-container {
    width: 100%;
    display: block;
    line-height: 42px;
    margin: 30px auto 30px;
}


/* span
----------------------------------------------------------------------------- */
.post-share-block-container > span {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}


/* Social Icons
----------------------------------------------------------------------------- */
.post-share-block-container > .social-icons-block {
    vertical-align: top;
    display: inline-block;
}



/* 16.6 Post Comments Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.post-comments-block-container {
    width: 100%;
    display: block;
    margin: 5px auto 30px;
}




/* =============================================================================
   17. Block Variations
============================================================================= */
/* Sticky Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.sticky-block {
    margin-top: 100px;
    position: relative;
    margin-bottom: -70px;
}
.sticky-block::after {
    content: '';
    clear: both;
    display: table;
}


/* NO Padding
----------------------------------------------------------------------------- */
.section-no-padding .sticky-block {
    margin-top: 30px;
    margin-bottom: 0;
}
.section-no-padding .col-md-12.title-block-style-1.sticky-block .title-block-container { margin-bottom: 5px; }


/* NO Padding Bottom
----------------------------------------------------------------------------- */
.section-no-padding-bottom .sticky-block {
    margin-top: 130px;
    margin-bottom: 30px;
}


/* Large Padding
----------------------------------------------------------------------------- */
.section-lg-padding .sticky-block {
    margin-top: 160px;
    margin-bottom: -130px;
}


/* Medium Padding
----------------------------------------------------------------------------- */
.section-md-padding .sticky-block {
    margin-top: 145px;
    margin-bottom: -115px;
}


/* Small Padding
----------------------------------------------------------------------------- */
.section-sm-padding .sticky-block {
    margin-top: 125px;
    margin-bottom: -95px;
}


/* Wide Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wide-block,
.wide-block > div.vc_column-inner { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.wide-block > div,
.wide-block div.counter-block-container { margin-bottom: 0 !important; }

.qodx_blog_1 .wide-block > div,
.qodx_blog_1 .wide-block div.counter-block-container { margin-bottom: 50px !important; }


/* Remove border radius & box shadow
----------------------------------------------------------------------------- */
.wide-block .fancybox,
.wide-block a.main-link,
.wide-block .fancybox::before,
.wide-block .image-block img {
    border-radius: 0 !important;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}




/* =============================================================================
   18. Title Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-12.title-block + div { clear: left; }


/* Container
----------------------------------------------------------------------------- */
.title-block-container {
    padding: 0;
    width: 100%;
    z-index: 15;
    display: block;
    font-size: 18px;
    position: relative;
    margin: 0 auto 15px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.title-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Text Center
----------------------------------------------------------------------------- */
.title-block-container.text-center { 
	margin-bottom: 30px; 
}
.title-block-container.text-center p,
.intro_text p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.intro_text { margin-bottom: 70px; text-align: center; font-size: 18px; }
.page-template-template_blog .intro_text { margin-bottom: 0; }
.intro_text.text-left { text-align: left; }
.intro_text.text-right { text-align: right; }

/* Hero Section
----------------------------------------------------------------------------- */
.hero-section .title-block-container.text-center {
    font-size: 26px;
    letter-spacing: 0.5px;
}
.hero-section .title-block-container.text-center a.btn { margin-top: 65px; }


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.title-block-container .navbar-brand {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
}

/* Image
--------------------------------------------------------- */
.title-block-container .navbar-brand > img { max-height: 80px; }



/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.title-block-container h1,
.title-block-container h2.h1 { margin-top: -5px; }
.title-block-container.text-center h1,
.title-block-container.text-center h2.h1 {
    line-height: 1;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}


/* h2
--------------------------------------------------------- */
.title-block-container h2,
intro_text h2 { margin-top: -5px; }
.title-block-container h2 + h3,
intro_text h2 + h3 { margin-top: -5px; }


/* Line Separator
----------------------------------------------------------------------------- */
.line-separator {
    width: 40px;
    height: 3px;
    display: block;
    margin: 20px 0 10px;
    background-color: #121212;
}
.no-separator .line-separator {
    display: none;
    margin: 0px;}

.wt_skin_light .line-separator { background-color: #fff; }
.text-center .line-separator,
.intro_text .line-separator { margin: 25px auto; }
.intro_text.text-left .line-separator { margin: 20px 0 10px; }
.line-separator + h4 { margin-top: 25px; }



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.title-block-style-1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
}


/* Container
----------------------------------------------------------------------------- */
.title-block-style-1 .title-block-container {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 30px 25px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Typography
----------------------------------------------------------------------------- */
/* h3
--------------------------------------------------------- */
.title-block-style-1 h3:last-child { margin-bottom: 5px; }

/* Paragraph
--------------------------------------------------------- */
.hero-section .title-block-style-1 .title-block-container.text-center {
    font-size: 22px;
    line-height: 1.4;
}
.title-block-style-1 .title-block-container p:last-child { margin-bottom: 5px; }
.title-block-style-1 .title-block-container p:first-of-type { padding-top: 10px; }


/* Buttons
----------------------------------------------------------------------------- */
.title-block-style-1 .title-block-container a.btn,
.hero-section .title-block-style-1 .title-block-container.text-center a.btn {
    margin-top: 35px;
    margin-bottom: 14px;
}



/* Label
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
.main-title-label-block,
.white-title-label-block,
.black-title-label-block {
    z-index: 10;
    padding: 0 !important;
    line-height: 0 !important;
    margin: 0 auto 15px !important;
}


/* span
----------------------------------------------------------------------------- */
.main-title-label-block span,
.white-title-label-block span,
.black-title-label-block span {
    line-height: 1;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    border-radius: 2px;
    display: inline-block;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Main Title Label
----------------------------------------------------------------------------- */
.main-title-label-block span {
    color: #ffffff;
    background-color: #d32f2f;
}


/* White Title Label
----------------------------------------------------------------------------- */
.white-title-label-block span {
    color: #121212;
    background-color: #ffffff;
}


/* Black Title Label
----------------------------------------------------------------------------- */
.black-title-label-block span {
    color: #ffffff;
    background-color: #121212;
}






/* =============================================================================
   19. Background Image Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-image-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}


/* Main Image
----------------------------------------------------------------------------- */
.background-image-block img {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.background-image-block img.mobile-image { display: none; }


/* No Parallax Effect
----------------------------------------------------------------------------- */
.no-parallax-effect img,
.ie9 .background-image-block img {
    top: 50% !important;

    -webkit-transform: translate(-50%, -50%) !important;
       -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
         -o-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}




/* =============================================================================
   20. Image Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.image-block {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    display: block;
    padding: 50px 0 0;
    position: relative;
}
.iphone-frame .image-block { 
	z-index: 0;
	margin-bottom: 0 !important }


/* Container
----------------------------------------------------------------------------- */
.image-block-container {
    width: 100%;
    height: 100%;
    position: relative;
}


/* One Image
----------------------------------------------------------------------------- */
.image-block-container img {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.pull-right .image-block-container img {
    left: 0;
    right: auto;
}

.pull-center .image-block-container img,
.pull-center .image-block-container img {
    left: 50%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}


/* Two Images
----------------------------------------------------------------------------- */
.image-block-container img:nth-child(2) { right: 100px; }

.pull-right .image-block-container img:nth-child(2) {
    left: 100px;
    right: auto;
}


/* Three Images
----------------------------------------------------------------------------- */
.image-block-container img:nth-child(2) { z-index: 8; }
.image-block-container img:nth-last-child(2) { z-index: 9; }
.image-block-container img:nth-last-child(3) { z-index: 10; }



/* Inside col
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
[class^='col-'] .image-block,   /*!!! '*' sign was replaced with '^' sign to avoid vc_col from VC !!!*/
[class*=' col-'] .image-block,  /*!!! Extra space ' ' added before 'col-' to avoid vc_col from VC !!!*/
.relative-image .image-block {
    padding: 0;
    margin-bottom: 30px;
}


/* Image
----------------------------------------------------------------------------- */
[class^='col-'] .image-block-container img,   /*!!! '*' sign was replaced with '^' sign to avoid vc_col from VC !!!*/
[class*=' col-'] .image-block-container img,  /*!!! Extra space ' ' added before 'col-' to avoid vc_col from VC !!!*/
.relative-image .image-block-container img { 
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
[class^='col-'] .image-block-container img ~ img,   /*!!! '*' sign was replaced with '^' sign to avoid vc_col from VC !!!*/
[class*=' col-'] .image-block-container img ~ img,  /*!!! Extra space ' ' added before 'col-' to avoid vc_col from VC !!!*/
.relative-image .image-block-container img ~ img {
    left: 0;
    position: absolute;
}
.image-block-container .wpb_single_image .vc_figure { display: block }


/* =============================================================================
   21. Fancybox
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.fancybox {
    z-index: 25;
    display: block;
    text-align: center;
    outline: none !important;
}

.image-block-container .fancybox {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    display: block;
    border-radius: 3px;
    position: relative;

    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}

*:not(.image-block-container) > .fancybox {
    top: 15px;
    right: 15px;
    position: absolute;
}


/* Image
----------------------------------------------------------------------------- */
.image-block-container .fancybox img,
.image-block-container .prettyphoto img {
    border-radius: 2px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.fancybox::after {
    opacity: 0;
    z-index: 15;
    width: 32px;
    height: 32px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    content: '\f002';
    line-height: 32px;
    position: relative;
    border-radius: 50%;
    background-color: #d32f2f;
    font-family: 'FontAwesome';

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
         -o-transform: translateY(-40%);
            transform: translateY(-40%);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.image-block-container .fancybox::after {
    top: 15px;
    right: 15px;
    position: absolute;
}

.fancybox.fancybox-video::after {
    content: '\f04b';
    padding-left: 2px;
}

.fancybox.fancybox-doc::after {
    content: '\f0f6';
    padding-left: 2px;
}

.fancybox.fancybox-link::after {
    content: '\f08e';
    padding-left: 2px;
}


/* Overlayer
----------------------------------------------------------------------------- */
.image-block-container .fancybox::before {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #000000;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.fancybox:hover::after,
*:not(.image-block-container):hover > .fancybox::after {
    opacity: 1;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

.image-block-container .fancybox:hover::before { opacity: 0.50; }


/* Expand Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.fancybox-overlay .expander,
.fancybox-wrap .expander {
    top: 0;
    left: 0;
    margin: 5px;
    z-index: 99999;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    text-align: center;
    outline: none !important;
}


/* Icon
--------------------------------------------------------- */
.fancybox-overlay .expander::after,
.fancybox-wrap .expander::after {
    width: 32px;
    height: 32px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    content: '\f065';
    line-height: 32px;
    border-radius: 50%;
    background-color: #d32f2f;
    font-family: 'FontAwesome';

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Hover
--------------------------------------------------------- */
.fancybox-overlay .expander:hover::after,
.fancybox-wrap .expander:hover::after { background-color: #000000; }







/* =============================================================================
   22. Special Columns ( gfort 50 / 42 columns )
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.gfort-50-column,
.gfort-42-column {
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.gfort-50-column { width: 50%; }
.gfort-42-column { width: 42.4%; }


/* Left Side
----------------------------------------------------------------------------- */
/* Div
--------------------------------------------------------- */
.gfort-50-column > div,
.gfort-42-column > div {
    float: right;
    height: 100%;
    max-width: 585px;
    padding-left: 15px;
    padding-right: 15px;
}
.gfort-50-column > figure.qodx-simple-imge > .image-block,
.gfort-42-column > figure.qodx-simple-imge > .image-block {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.gfort-50-column > figure.qodx-simple-imge,
.gfort-50-column > .vc_column-inner,
.gfort-50-column > .gmap-block > .vc_column-inner,
.gfort-50-column > .gmap-block > .vc_column-inner > .wpb_wrapper,

.gfort-42-column > figure.qodx-simple-imge,
.gfort-42-column > .vc_column-inner,
.gfort-42-column > .gmap-block > .vc_column-inner,
.gfort-42-column > .gmap-block > .vc_column-inner > .wpb_wrapper {
    height: 100%; }
	
.gfort-50-column.vc_row {
	margin-left: 0;
	margin-right: 0; }

/* Right Side
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column.pull-right { left: 50%; }
.gfort-42-column.pull-right { left: 57.6%; }

/* Div
--------------------------------------------------------- */
.gfort-50-column.pull-right > div,
.gfort-42-column.pull-right > div {
    float: left;
}


/* Center Side
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column.pull-center,
.gfort-42-column.pull-center {
    left: 50%;
    overflow: visible;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}


/* Google Map
----------------------------------------------------------------------------- */
.gfort-50-column div.gmap-block,
.gfort-42-column div.gmap-block {
    max-width: 100%;
	padding: 0;
}

/* Background Image Block
----------------------------------------------------------------------------- */
.gfort-50-column div.background-image-block,
.gfort-42-column div.background-image-block {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


/* Image Block
----------------------------------------------------------------------------- */
.gfort-50-column div.image-block,
.gfort-42-column div.image-block {
    max-width: 100%;
}


/* Button
----------------------------------------------------------------------------- */
.gfort-50-column a.btn-gfort-circle,
.gfort-42-column a.btn-gfort-circle {
    top: 50%;
    left: 50%;
    z-index: 3;
    position: absolute;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


/* Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.gfort-50-column > div.qodx-swiper-slider,
.gfort-42-column > div.qodx-swiper-slider  {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 100% !important;
}

/* Background Image Block
--------------------------------------------------------- */
.gfort-50-column > div.qodx-swiper-slider .background-image-block,
.gfort-42-column > div.qodx-swiper-slider .background-image-block {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}




/* =============================================================================
   23. Circle Icon Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
i.circle-icon-block {
    color: #515151;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Large Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-lg {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Medium Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-md {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Small Icon
----------------------------------------------------------------------------- */
i.circle-icon-block-sm {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}
i.circle-icon-block-sm.fa-phone,
i.circle-icon-block-sm.fa-clock-o {
    font-size: 16px;
    line-height: 33px;
}




/* =============================================================================
   24. Info Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.info-block {
    padding: 0;
    z-index: 4;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    margin: 0 20px 0 0;
    vertical-align: top;
    display: inline-block;
}
#wt_sidebar .info-block
/* #wt_footer .info-block */ {
	display: block;
	margin-right: 0; }
.info-block:last-child { margin-right: 0; }


/* Container
----------------------------------------------------------------------------- */
.info-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* Main Link
----------------------------------------------------------------------------- */
.info-block-container > a.main-link {
    margin: 5px 0;
    position: relative;
}
.info-block-container a {
    width: 100%;
    display: block;
    color: #515151;
    text-transform: uppercase;
}


/* Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.info-block-container i.circle-icon-block {
    top: 0;
    left: 2px;
    position: absolute;
}

/* Small Icon
--------------------------------------------------------- */
.info-block-container i.circle-icon-block-sm ~ a,
.info-block-container i.circle-icon-block-sm ~ p,
.info-block-container i.circle-icon-block-sm ~ h6 {
    padding-left: 44px;
}

/* Medium Icon
--------------------------------------------------------- */
.info-block-container i.circle-icon-block-md ~ a,
.info-block-container i.circle-icon-block-md ~ p,
.info-block-container i.circle-icon-block-md ~ h6 {
    padding-left: 60px;
}


/* Description
----------------------------------------------------------------------------- */
/* Small Icon
--------------------------------------------------------- */
.info-block-container > a.main-link i.circle-icon-block-sm ~ p {
    padding-top: 2px;
    line-height: 32px;
}

/* Medium Icon
--------------------------------------------------------- */
.info-block-container > a.main-link i.circle-icon-block-md ~ p {
    font-size: 16px;
    line-height: 48px;
}


/* Hover
----------------------------------------------------------------------------- */
.info-block-container a:hover { color: #d32f2f; }
.info-block-container > a.main-link:hover i.circle-icon-block {
    color: #ffffff;
    background-color: #d32f2f;
}


/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.info-block-style-1,
.info-block-style-1 p {
    line-height: 21px;
}


/* Container
----------------------------------------------------------------------------- */
.top-header .info-block-style-1 .info-block-container { padding: 18px 0 17px; }


/* Icon
----------------------------------------------------------------------------- */
.info-block-style-1 i.circle-icon-block {
    top: 50%;
    color: #ffffff;
    background-color: #d32f2f;
}
.info-block-style-1 i.circle-icon-block-sm { margin-top: -16px; }
.info-block-style-1 i.circle-icon-block-lg { margin-top: -32px; }
.info-block-style-1 i.circle-icon-block-md { margin-top: -24px; }


/* Title
----------------------------------------------------------------------------- */
.info-block-style-1 h6 { margin-bottom: 2px; }




/* =============================================================================
   25. Social Icons Block
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
.social-icons-block {
    z-index: 15;
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
}


/* List
----------------------------------------------------------------------------- */
.social-icons-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}


/* Items
----------------------------------------------------------------------------- */
/* Main
--------------------------------------------------------- */
.social-icons-block ul li {
    float: left;
    text-align: center;
    margin: 5px 10px 5px 0;
}
.social-icons-block ul li:last-child { margin-right: 0; }

/* Text Center
--------------------------------------------------------- */
.text-center.social-icons-block ul li {
    float: none;
    display: inline-block;
}

/* Medium Icons
--------------------------------------------------------- */
.social-icons-block-lg-margin.social-icons-block ul li { margin: 20px 40px 20px 0px; }
.social-icons-block-lg-margin.social-icons-block ul li:last-child { margin-right: 0; }


/* Link
----------------------------------------------------------------------------- */
.social-icons-block ul li a {
    width: 100%;
    display: block;
    color: #515151;
    text-align: center;
    border-radius: 50%;
    outline: none !important;
}


/* Icon
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.social-icons-block ul li a i.fa {
    display: block;
    color: #515151;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Large Icon
--------------------------------------------------------- */
.social-icons-block-lg ul li a i.fa {
    width: 64px;
    height: 64px;
    font-size: 22px;
    line-height: 64px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Medium Icon
--------------------------------------------------------- */
.social-icons-block-md ul li a i.fa {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}

/* Small Icon
--------------------------------------------------------- */
.social-icons-block-sm ul li a i.fa {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
       -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
}


/* span
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.social-icons-block ul li a span {
    width: 100%;
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;

    -webkit-transition: all 0.20s ease-in-out;
       -moz-transition: all 0.20s ease-in-out;
         -o-transition: all 0.20s ease-in-out;
            transition: all 0.20s ease-in-out;
}
.social-icons-block ul li a span i.fa + span {
    width: auto;
    padding-top: 0;
    font-size: 18px;
    display: inline-block;
}
.social-icons-block ul li a i.fa + span {
    font-size: 14px;
    padding-top: 15px;
}


/* Icon
--------------------------------------------------------- */
.social-icons-block ul li a span i.fa {
    width: auto;
    height: auto;
    line-height: 1;
    color: #515151;
    border-radius: 0;
    margin-right: 5px;
    display: inline-block;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* White Content
----------------------------------------------------------------------------- */
.white-content.social-icons-block ul li a i.fa,
.white-content.social-icons-block ul li a i.fa + span,
.white-content.social-icons-block ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-1 ul li a i.fa {
    color: #ffffff;
    background-color: transparent;
}


/* Hover
----------------------------------------------------------------------------- */
.social-icons-block ul li a:hover span,
.social-icons-block ul li a:hover span i.fa {
    color: #121212;
    background-color: transparent;
}

.social-icons-block ul li a:hover i.fa {
    color: #ffffff;
    background-color: #d32f2f;
}



/* Flex Style
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.social-icons-block-flex {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}


/* List
----------------------------------------------------------------------------- */
.social-icons-block-flex ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}


/* Items
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li {
    padding: 0;
    margin: 0 !important;

    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


/* Link
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a { border-radius: 0; }



/* Items
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a i.fa {
    width: 100%;
    height: 100px;
    font-size: 20px;
    border-radius: 0;
    line-height: 100px;
    background-color: transparent;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.social-icons-block-flex ul li:first-child a i.fa { border-left-color: #dddddd; }


/* Hover
----------------------------------------------------------------------------- */
.social-icons-block-flex ul li a:hover i.fa { border-color: transparent; }



/* Style 1
============================================================================= */
.social-icons-block.social-icons-block-style-1 ul li a i.fa { background-color: #ffffff; }
.social-icons-block.social-icons-block-style-1 ul li a span i.fa,
.social-icons-block.social-icons-block-style-1 ul li a:hover span i.fa {
    background-color: transparent !important;
}



/* Style 2
============================================================================= */
.social-icons-block.social-icons-block-style-2 ul li a:hover i.fa {
    color: #515151 !important;
    background-color: #ffffff !important;
}

.social-icons-block.social-icons-block-style-2 ul li a span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa  {
    background-color: transparent !important;
}
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
    color: #121212 !important;
}

.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa,
.white-content.social-icons-block.social-icons-block-style-2 ul li a:hover span i.fa + span {
    color: #ffffff !important;
}

.social-icons-block.social-icons-block-style-2.social-icons-block-flex ul li a i.fa { border: 0; }




/* =============================================================================
   26. ADS Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.ads-block-container {
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}
.section-no-padding .ads-block-container { margin-bottom: 0; }


/* Link
----------------------------------------------------------------------------- */
.ads-block-container > a,
.ads-block-container > a > img {
    width: 100%;
    max-width: 728px;
    display: inline-block;
}




/* =============================================================================
   27. Form Elements
============================================================================= */
/* Form Group
============================================================================= */
.form-group {
    width: 100%;
    display: block;
    line-height: 0;
    position: relative;
    margin: 0 auto 30px !important;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.form-group p,
.mc4wp-form .form-group p { line-height: normal; }
.mc4wp-form .form-group button { width: 100%; }



/* Form Control
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-control {
    border: 0;
    z-index: 2;
    height: 44px;
    color: #121212;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    line-height: 24px;
    position: relative;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}


/* Focus
----------------------------------------------------------------------------- */
.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}



/* Textarea
============================================================================= */
textarea.form-control {
    resize: none;
    height: 70px;
}



/* Label
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-group label {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: text;
    display: block;
    color: #515151;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    position: absolute;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
textarea.form-control + label { padding: 10px 0 36px; }


/* Main Line
----------------------------------------------------------------------------- */
.form-group label::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #dddddd;
}


/* Focus Line
----------------------------------------------------------------------------- */
.form-group label::after {
    width: 0;
    left: 50%;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #66afe9;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.form-group.required label::after {
    background-color: #d32f2f;
}
.form-control:focus + label::after {
    left: 0;
    width: 100%;
}



/* Filled
============================================================================= */
.form-control:focus + label,
.form-control.input-filled + label {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 40px;
}

textarea.form-control:focus + label,
textarea.form-control.input-filled + label {
    padding-bottom: 66px;
}

.loggedUser textarea.form-control:focus + label,
.loggedUser textarea.form-control.input-filled + label {
	font-size: 0;
}

#commentform.loggedUser {
	overflow: hidden;
	margin-top: 0;
}
#commentform.loggedUser .form-group label {
	position: relative;
	font-weight: bold;
}
#commentform.loggedUser .logged {
	margin: 10px 0; 
}
#commentform.loggedUser .form-group label::before,
#commentform.loggedUser .form-group.required label::after {
	background: transparent; 
}
#commentform.loggedUser textarea.form-control {
	min-height: 150px;
	border: 1px solid #dddddd;
	padding: 10px;
}


/* Error
============================================================================= */
.form-group label.error { color: #ff0000; }
.form-group label.error::after,
.form-group .form-control.error + label::after {
    left: 0;
    width: 100%;
    background-color: #ff0000;
}



/* Select
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
select,
select.gfort-select {
    width: 100%;
    height: 44px;
    display: block;
}
select + label,
select.gfort-select + label {
    position: relative;
}


/* List ( Options )
----------------------------------------------------------------------------- */
ul.select-menu-list {
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    z-index: 20;
    left: -20px;
    text-align: left;
    overflow: hidden;
    list-style: none;
    max-height: 240px;
    position: absolute;
    visibility: hidden;
    overflow-y: scroll;
    background-color: #ffffff;

    -webkit-transition: opacity 0.30s ease-in-out;
       -moz-transition: opacity 0.30s ease-in-out;
         -o-transition: opacity 0.30s ease-in-out;
            transition: opacity 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Items
----------------------------------------------------------------------------- */
ul.select-menu-list li {
    margin: 0;
    width: 100%;
    color: #515151;
    display: block;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-menu-list li:first-child { margin-top: 10px; }
.select-menu-list li:last-child { margin-bottom: 10px; }


/* selected / disabled / hover
----------------------------------------------------------------------------- */
.select-menu-list li.selected { color: #d32f2f; }
.select-menu-list li.selected.selected-first-item { color: #515151; }
.select-menu-list li.disabled {
    opacity: 0.50;
    cursor: not-allowed;
}
.select-menu-list li.disabled.selected { color: #515151; }
.select-menu-list li:hover { background-color: #ebebeb; }


/* Correct Position
----------------------------------------------------------------------------- */
.correct-position-1.select-menu-list { top: -10px; }
.correct-position-2.select-menu-list { top: -54px; }
.correct-position-3.select-menu-list { top: -98px; }
.correct-position-4.select-menu-list { top: -142px; }
.correct-position-5.select-menu-list { top: -186px; }


/* Show List ( Options )
----------------------------------------------------------------------------- */
.show-select-menu-list ~ .select-menu-list {
    opacity: 1;
    visibility: visible;

}


/* Input
----------------------------------------------------------------------------- */
.select-menu-input {
    cursor: pointer;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: transparent !important;
    border-bottom: 1px solid #dddddd;
}
.select-menu-input:focus { border-color: #dddddd; }


/* Label
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.select-menu-input + label {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: text;
    color: #515151;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    position: absolute;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Arrows
--------------------------------------------------------- */
.select-menu-input + label::before {
    right: 0;
    opacity: 1;
    left: auto;
    width: auto;

    height: auto;
    bottom: 10px;
    color: #121212;
    content: '\f0dc';
    text-align: right;
    line-height: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    background-color: transparent;


    -webkit-transition: all 0s ease-in-out;
       -moz-transition: all 0s ease-in-out;
         -o-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
}

/* Focus
--------------------------------------------------------- */
.select-menu-input:focus + label::before,
.select-menu-input.input-filled + label::before {
    font-size: 15px;
}


/* Error
----------------------------------------------------------------------------- */
.select-menu-input.error { border-color: #ff0000; }
.select-menu-input.error + label::after { background-color: transparent; }



/* Button
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-block-container button,
.mc4wp-form button { margin: 0 auto !important; }


/* Loader
----------------------------------------------------------------------------- */
.form-block-container button::before {
    top: 50%;
    opacity: 0;
    right: 10px;
    font-size: 13px;
    content: '\f021';
    margin-top: -12px;
    line-height: 24px;
    position: absolute;
    font-family: 'FontAwesome';
}
.form-block-container button.add-spin::before {
    opacity: 1;

    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}



/* Form Message
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-message-block {
    left: 24px;
    bottom: -20%;
    z-index: 1060;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    position: fixed;
    font-weight: 600;
    line-height: 20px;
    border-radius: 2px;
    background-color: #d32f2f;
    padding: 16px 35px 14px 20px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Container
----------------------------------------------------------------------------- */
.form-message-container {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 5px 0 0;
}


/* Link
----------------------------------------------------------------------------- */
.form-message-block a {
    opacity: 0.75;
    color: #ffffff;
}
.form-message-block a:hover { opacity: 1; }


/* Close Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.form-message-close-button {
    top: 17px;
    border: 0;
    padding: 0;
    right: 15px;
    z-index: 10;
    width: 16px;
    height: 16px;
    opacity: 0.90;
    font-size: 16px;
    overflow: hidden;
    line-height: 16px;
    position: absolute;
    text-align: center;
    background-color: transparent;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* Hover
--------------------------------------------------------- */
.form-message-close-button:hover {
    opacity: 1;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}



/* Checkbox
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.contact-form-block input[type="checkbox"]:checked,
.contact-form-block input[type="checkbox"]:not(:checked) {
    display: none;
}


/* Label
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"] + label {
    width: auto;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + label { color: #515151; }
.form-group input[type="checkbox"] + label::after { display: none; }


/* Box
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"] + label::before {
    top: 0;
    width: 18px;
    height: 18px;
    bottom: auto;
    margin-top: 2px;
    border-radius: 2px;
    border: 2px solid #dddddd;
    background-color: transparent;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Check Mark
----------------------------------------------------------------------------- */
.form-group input[type="checkbox"]:checked + label::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-color: #009e5e;
    border-top-color: transparent;
    border-left-color: transparent;

    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
         -o-transform: rotate(40deg);
            transform: rotate(40deg);

    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}



/* Date Picker
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div {
    width: 100%;
    margin-top: 1px;
    line-height: 1.6;
    padding: 0 0 10px;
    border-radius: 2px;
    left: 0 !important;
    top: 100% !important;
    z-index: 100 !important;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Arrow
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div:before {
    top: -7px;
    left: 6px;
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
}
.date-picker ~ #ui-datepicker-div:after {
    top: -6px;
    left: 7px;
    content: '';
    position: absolute;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}


/* Link
----------------------------------------------------------------------------- */
.date-picker ~ #ui-datepicker-div .ui-datepicker-calendar tr td a { cursor: pointer; }




/* =============================================================================
   28. Form Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.form-block {
    padding-left: 0;
    padding-right: 0;
}


/* Container
----------------------------------------------------------------------------- */
.form-block-container {
    width: 100%;
    z-index: 20;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    position: relative;
}
.form-block-container::after {
    content: '';
    clear: both;
    display: table;
}
.form-block-container.text-center { padding-top: 0; }


/* Typography
----------------------------------------------------------------------------- */
.form-block-container p { line-height: 1.6; }



/* 28.1 Subscribe Form Block
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.subscribe-form-block .form-block-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


/* Hero Section
----------------------------------------------------------------------------- */
.hero-section .subscribe-form-block {
    margin-top: 35px;
    margin-bottom: 5px;
}



/* 28.2 Contact Form Block
============================================================================= */
/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.contact-form-block-style-1 {
    padding-left: 15px;
    padding-right: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.contact-form-block-style-1 .form-block-container {
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 15px 10px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* 28.3 Property Form
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.property-form-block .form-block-container { padding: 40px 0 10px; }


/* Button
----------------------------------------------------------------------------- */
.property-form-block .form-block-container button {
    width: 100%;
    display: block;
}



/* 28.4 Domain Form
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.domain-form-block .form-block-container button {
    width: 100%;
    display: block;
}


/* Title Block
----------------------------------------------------------------------------- */
.domain-form-block + .title-block { padding-top: 30px; }



/* 28.5 BMI Form
============================================================================= */
/* Button
----------------------------------------------------------------------------- */
.bmi-form-block .form-block-container button {
    width: 100%;
    display: block;
}



/* 28.6 Account Form
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.account-form-block {
    padding-left: 15px;
    padding-right: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.account-form-block .form-block-container {
    max-width: 390px;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 35px 15px 10px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.account-form-block .navbar-brand { float: none; }

/* Image
--------------------------------------------------------- */
.account-form-block .navbar-brand > img { max-height: 50px; }


/* Link
----------------------------------------------------------------------------- */
.account-form-block a.forget-password { line-height: 24px; }


/* Button
----------------------------------------------------------------------------- */
.account-form-block .btn {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}




/* =============================================================================
   29. Video Block
============================================================================= */
/* 29.1 Background Video Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.background-video-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}


/* Container
----------------------------------------------------------------------------- */
.background-video-block-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


/* Overlayer
----------------------------------------------------------------------------- */
.background-video-block-container::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.40;
    position: absolute;
    background-color: #000000;
}


/* Video
----------------------------------------------------------------------------- */
.background-video-block-container video {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}


/* Video Overlayer
----------------------------------------------------------------------------- */
.background-video-block-container .video-overlayer {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}




/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.buttons-wrapper {
    left: 50%;
    z-index: 10;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    display: inline-block;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}


/* Button
--------------------------------------------------------- */
.buttons-wrapper button {
    float: left;
    margin: 0 5px;
    display: block;
}



/* 29.2 Normal Video Block
============================================================================= */
/* iframe
----------------------------------------------------------------------------- */
iframe { border: 0; }


/* Container
----------------------------------------------------------------------------- */
.video-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px !important;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}




/* =============================================================================
   30. Content Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-4 .col-md-12.content-block,
.vc_col-md-4 .col-md-12.content-block { margin-bottom: 10px; }
.col-md-4 .col-md-12.content-block:last-child,
.vc_col-md-4 .col-md-12.content-block:last-child { margin-bottom: 0; }


/* Container
----------------------------------------------------------------------------- */
.content-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    margin: 0 auto 30px !important;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wpb_text_column .content-block-container {
    margin: 0 auto 30px;
} 
.content-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.content-block-container i.circle-icon-block {
    color: #ffffff;
    margin-bottom: 25px;
    background-color: #d32f2f;
}
.content-block-style-3 .content-block-container i.circle-icon-block {
	margin-bottom: 10px; }
.content-block-container:hover i.circle-icon-block {
    color: #d32f2f;
    background-color: #ffffff;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container .image-block {
    /* text-align: right; */
    margin-bottom: 25px !important;
}

/* Image
--------------------------------------------------------- */
.content-block-container .image-block img {
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Main Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container a.main-link,
.main-link .wt_service_box_sc {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    background-color: #000000;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.content-block-container a.main-link .image-block { margin-bottom: 0 !important; }

/* Image
------------------------------------- */
.content-block-container a.main-link .image-block img {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Typography
--------------------------------------------------------- */
/* h3 and h4
------------------------------------- */
.content-block-container a.main-link h3,
.content-block-container a.main-link h4 {
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    z-index: 15;
    width: auto;
    max-width: 100%;
    position: absolute;
    padding: 15px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;

    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Hover
--------------------------------------------------------- */
.content-block-container:hover a.main-link img { opacity: 0.20; }
.content-block-container:hover a.main-link h3,
.content-block-container:hover a.main-link h4 {
    opacity: 1;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.main-link-style-1 .wt_service_box_sc h4 a { color: #121212; }
.main-link-style-1:hover .wt_service_box_sc h4 a,
.main-link-style-1 .wt_service_box_sc h4 a { 
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }


/* Style 1
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.content-block-container a.main-link-style-1 {
    text-align: center;
    padding: 40px 20px 35px;
    background-color: #ffffff;
}
.main-link-style-1 .wt_service_box_sc {
    padding: 8px 0px 5px;
    background-color: #ffffff;   
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

/* Icon
------------------------------------- */
.content-block-container a.main-link-style-1 i,
.main-link-style-1 .wt_service_box_sc h4 i {
    color: #d32f2f;
    font-size: 40px;
    margin-bottom: 15px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* Title
------------------------------------- */
.content-block-container a.main-link-style-1 h4,
.main-link-style-1 .wt_service_box_sc h4 {
    opacity: 1;
    padding: 0;
    width: 100%;
    position: relative;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.main-link-style-1 .wt_service_box_sc h4 { 
	margin-top: 0; 
	text-transform: none;     
	font-size: 20px;
    font-weight: 600;
    line-height: 1.3;}


/* Hover
------------------------------------- */
.content-block-container a.main-link-style-1:hover,
.main-link-style-1:hover .wt_service_box_sc { background-color: #d32f2f; }
.content-block-container a.main-link-style-1:hover *,
.main-link-style-1:hover .wt_service_box_sc .wt_icon_type_1.wt_icon_default,
.main-link-style-1:hover .wt_service_box_sc h4,
.main-link-style-1:hover .wt_service_box_sc h4 a { color: #ffffff; }


/* Title
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.content-block-container h4:last-child { margin-bottom: 0 !important; }
.wt_title_content_new_row .content-block-container h4 { margin-bottom: 10px !important; }


/* h6
--------------------------------------------------------- */
.content-block-container h4 + h6 { margin-top: -10px; }
.content-block-container h6:last-child { margin-bottom: 0; }


/* Circle Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container .btn-gfort-circle {
    display: block;
    margin-top: 15px;
}
.content-block-container .btn-gfort-circle-sm { margin-bottom: -41px; }
.content-block-container .btn-gfort-circle-md { margin-bottom: -49px; }
/*.content-block-container .wt_service_btn .btn-gfort-circle-md { margin-bottom: 0px; }*/
.content-block-container .btn-gfort-circle-lg { margin-bottom: -57px; }

.content-block-container .image-block .btn-gfort-circle { float: right; }
.content-block-container .image-block .btn-gfort-circle-sm { margin: -16px 16px 0 0; }
.content-block-container .image-block .btn-gfort-circle-md { margin: -24px 24px 0 0; }
.content-block-container .image-block .btn-gfort-circle-lg { margin: -32px 32px 0 0; }


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-container h4 a,
.content-block-container h6 a {
    color: #121212;
}
.content-block-container h6 a {
    margin-top: 15px;
    display: inline-block;
}

/* Hover
--------------------------------------------------------- */
.content-block-container h4 a:hover,
.content-block-container h6 a:hover {
    color: #d32f2f;
}


/* Google Map
----------------------------------------------------------------------------- */
.content-block-container .gmap-block { height: 215px; }



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.content-block-style-1 .content-block-container {
    padding: 25px;
    font-size: 16px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.content-block-style-1 .image-block,
.content-block-style-1 .wt_service_img {
    width: auto;
    overflow: hidden;
    margin: -25px -25px 25px;
}

/* Image
--------------------------------------------------------- */
.content-block-style-1 .content-block-container .image-block img,
.content-block-style-1 .content-block-container .wt_service_img img {
    border-radius: 2px 2px 0 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Button
----------------------------------------------------------------------------- */
.content-block-style-1 a.btn:first-child { margin-top: 125px; }


/* List Icon
----------------------------------------------------------------------------- */
.content-block-style-1 .list-icon {
    margin-top: 12px;
    margin-bottom: 0;
}


/* Sticky Block
----------------------------------------------------------------------------- */
.content-block-style-1.sticky-block {
    margin-top: -203px;
    margin-bottom: 20px;
}



/* Style 3
============================================================================= */

.content-block-style-3 .content-block.col-md-12 {
	padding: 0; }


/* Style 4
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.content-block-style-4 .image-block { margin-bottom: 0 !important; }


/* Button
----------------------------------------------------------------------------- */
.content-block-style-4 a.btn { margin-top: -22px; }



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.content-block-style-5 .content-block-container {
    margin: 0;
    padding: 60px 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.content-block-style-5:first-child .content-block-container { border-left-color: rgba(0, 0, 0, 0.07); }



/* Style 6
============================================================================= */
.content-block-style-6 .image-block { margin-top: 30px; }
.content-block-style-6 .image-block img {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}



/* Style 7
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.content-block-style-7 .image-block img {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: transform 0.30s ease-in-out;
       -moz-transition: transform 0.30s ease-in-out;
         -o-transition: transform 0.30s ease-in-out;
            transition: transform 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.content-block-style-7 .content-block-container:hover .image-block img {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}




/* =============================================================================
   31. Modal Block
============================================================================= */
/* Wrapper ( Center Modal vertically )
----------------------------------------------------------------------------- */
.modal {
    line-height: 0;
    text-align: center;
}
.modal-dialog {
    margin: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-transform: scale(0.7) translate(0, -50%) !important;
       -moz-transform: scale(0.7) translate(0, -50%) !important;
        -ms-transform: scale(0.7) translate(0, -50%) !important;
         -o-transform: scale(0.7) translate(0, -50%) !important;
            transform: scale(0.7) translate(0, -50%) !important;
}
.modal.in .modal-dialog {
    -webkit-transform: scale(1) !important;
       -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
         -o-transform: scale(1) !important;
            transform: scale(1) !important;
}


/* Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-header {
    border-color: #dddddd;
    border-radius: 2px 2px 0 0;
}

/* Image
--------------------------------------------------------- */
.modal-header > img {
    width: 100%;
    display: block;
}


/* Body
----------------------------------------------------------------------------- */
/* Image
--------------------------------------------------------- */
.modal-body > img {
    width: 100%;
    display: block;
}

/* Main Link
--------------------------------------------------------- */
.modal-body > a.main-link,
.modal-body > a.main-link img {
    width: 100%;
    display: block;
}


/* Content
----------------------------------------------------------------------------- */
.modal-content {
    border: 0;
    border-radius: 2px;
}


/* Close Button
----------------------------------------------------------------------------- */
.modal .close {
    margin: 0;
    top: -14px;
    opacity: 1;
    width: 32px;
    z-index: 10;
    height: 32px;
    right: -14px;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-shadow: none;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.modal .close:hover { background-color: #121212; }


/* Special Columns
----------------------------------------------------------------------------- */
.modal-body .gfort-50-column { border-radius: 2px 0 0 2px; }
.modal-body .gfort-50-column.pull-right { border-radius: 0 2px 2px 0; }



/* Style 1
============================================================================= */
/* Dialog
----------------------------------------------------------------------------- */
.modal-style-1 .modal-dialog { text-align: center; }


/* Body
----------------------------------------------------------------------------- */
.modal-body {
    overflow: hidden;
    line-height: 1.6;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-style-1 .modal-header {
    color: #ffffff;
    font-weight: 500;
    padding: 40px 20px 30px;
    background-color: #d32f2f;
}

/* Title
--------------------------------------------------------- */
.modal-style-1 .modal-header * { color: #ffffff; }


/* Body
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.modal-style-1 .modal-body { padding: 40px 20px 10px; }

/* Social Icons
--------------------------------------------------------- */
.modal-style-1 .social-icons-block { padding-top: 5px; }

/* Input
--------------------------------------------------------- */
.modal-style-1 input[readonly] {
    max-width: 600px;
    text-align: center;
    margin: 20px auto 0;
    background-color: #ebebeb;
}


/* Horizontal Rules
----------------------------------------------------------------------------- */
.modal-style-1 hr { margin: 30px auto; }



/* Style 2
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-2 .modal-header {
    border: 0;
    padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-2 .modal-body {
    border-radius: 2px;
    padding: 60px 15px 30px;
}



/* Style 3
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-3 .modal-header {
    border: 0;
    padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-3 .modal-body { padding: 0; }



/* Style 4
============================================================================= */
/* Header
----------------------------------------------------------------------------- */
.modal-style-4 .modal-header {
    border: 0;
    padding: 0;
}


/* Body
----------------------------------------------------------------------------- */
.modal-style-4 .modal-body {
    padding: 0;
    border-radius: 2px;
}




/* =============================================================================
   32. Progress Bar Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.hero-section .progress-block { margin-top: 30px; }


/* Container
----------------------------------------------------------------------------- */
.progress-block-container {
    z-index: 10;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
    padding: 30px 0 10px;
}
.content-block-container .progress-block-container { margin: 20px auto 0; }


/* Typography
----------------------------------------------------------------------------- */
.progress-block-container h5 { font-weight: 600; }


/* Progress ( Background )
============================================================================= */
.progress-block-container .progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible;
    background-color: #ebebeb;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}



/* Progress Bar ( Line )
============================================================================= */
.progress-block-container .progress-bar {
    height: 10px;
    border-radius: 0 !important;
    position: relative;
    background-color: #d32f2f;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: width 2s ease;
       -moz-transition: width 2s ease;
         -o-transition: width 2s ease;
            transition: width 2s ease;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #d32f2f; }
.progress-block-container .progress-bar::after {
    right: 0;
    top: -6px;
    width: 2px;
    content: '';
    height: 22px;
    position: absolute;
    background-color: #d32f2f;
}



/* Dontate Progress Values
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.progress-block-container .goal-value,
.progress-block-container .start-value,
.progress-block-container .current-value,
.progress-block-container .skills-value,
.progress-block-container .current-percent {
    margin: 0;
    padding: 0;
    line-height: 20px;
    position: absolute;
}


/* Start Value / Goal Value
----------------------------------------------------------------------------- */
.progress-block-container .start-value,
.progress-block-container .skills-value {
	font-size: 18px;
    top: -30px;
    left: 0;
}
.percent-left .skills-value {
	left: auto;
	right: 0; }


/* Goal Value / Percent Value
----------------------------------------------------------------------------- */
.progress-block-container .goal-value,
.progress-block-container .current-percent {
	font-size: 18px;
    top: -30px;
    right: 0;
}
.percent-left .current-percent {
	left: 0; }


/* Current Value
----------------------------------------------------------------------------- */
.progress-block-container .current-value {
    opacity: 0;
    visibility: hidden;
}

.progress-block-container h6.skills-value,
.progress-block-container h6.current-percent {
	font-size: 16px;
}



/* Main Dontate Values
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.qodx-progress-block .progress-block-container {
	margin-bottom: 0; }
.qodx-progress-block .donate-values {
    width: auto;
    display: block;
    margin: -10px -15px 30px;
    overflow: hidden;
}


/* Value
----------------------------------------------------------------------------- */
.qodx-progress-block .donate-values > div {
    margin-top: 30px;
    text-align: center;
}
.qodx-progress-block .donate-values > div div {
    width: 100%;
    display: block;
    padding: 25px 15px 10px;
    background-color: rgba(0, 0, 0, 0.50);
}




/* =============================================================================
   33. Audio Block
============================================================================= */
/* Main Wrapper
----------------------------------------------------------------------------- */
audio {
    width: 100%;
    display: block;
}


/* Container
----------------------------------------------------------------------------- */
.audio-block-container {
    padding: 0;
    z-index: 10;
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden;
    min-height: 370px;
    position: relative;
    margin: 0 auto 30px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.audio-block-container::after {
    left: 0%;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.audio-block-container .btn-gfort-circle {
    float: right;
    margin: 10px 10px 0 100%;
    background-color: rgba(0, 0, 0, 0.60);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* Hover / Focus
--------------------------------------------------------- */
.audio-block-container .btn-gfort-circle:hover,
.audio-block-container .btn-gfort-circle:focus {
    color: #ffffff;
    background-color: #d32f2f;
}



/* Elements Wrapper
============================================================================= */
/* Container
--------------------------------------------------------- */
.wt-row-container .mejs-container {
    padding-top: 360px;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
}
.wt-row-container .mejs-container * { outline: none !important; }
.wt-row-container .mejs-offscreen { display: none; }



/* Controls
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wt-row-container .mejs-container .mejs-controls {
    height: auto;
    overflow: hidden;
    background: none;
    position: static;
    padding: 0 5px 10px;
}


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.wt-row-container .mejs-container .mejs-controls .mejs-button {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    margin: -24px 0 0 -24px;
}

/* Play, Pause, Mute and Unmute Buttons
--------------------------------------------------------- */
.wt-row-container .mejs-container .mejs-controls .mejs-volume-button { display: none; }
.wt-row-container .mejs-container .mejs-controls .mejs-button button {
    margin: 0;
    width: 48px;
    height: 48px;
    color: #ffffff;
    overflow: hidden;
    background: none;
    line-height: 48px;
    border-radius: 50%;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Icon
--------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-button button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    line-height: 48px;
    position: absolute;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.wt-row-container .mejs-controls .mejs-play button::after { content: '\f04b'; padding-left: 5px; }
.wt-row-container .mejs-controls .mejs-pause button::after { content: '\f04c'; }
.wt-row-container .mejs-controls .mejs-mute button::after { content: '\f028'; }
.wt-row-container .mejs-controls .mejs-unmute button::after { content: '\f026'; }

/* Hover
--------------------------------------------------------- */
.wt-row-container .mejs-container .mejs-controls button:hover {
    color: #121212;
    background-color: #ffffff;
}


/* Time Bar Wrapper
----------------------------------------------------------------------------- */
.wt-row-container .mejs-container div.mejs-time-rail {
    left: 0;
    bottom: 0;
    padding: 0;
    height: 10px;
    position: absolute;
    width: 100% !important;
}


/* Total Bar
----------------------------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0;
    border-radius: 0;
    background: none;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.20);
}


/* Buffer Bar
----------------------------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    border-radius: 0;
    background: none;
    background-color: rgba(255, 255, 255, 0.20);
}


/* Real Time Bar ( Current )
----------------------------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-time-rail .mejs-time-current {
    border-radius: 0;
    background: none;
    background-color: #d32f2f;
}


/* Tooltip
----------------------------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-time-rail .mejs-time-float * { color: #121212; }


/* Time ( Duration )
----------------------------------------------------------------------------- */
.wt-row-container .mejs-container .mejs-controls .mejs-time {
    left: 0;
    bottom: 10px;
    font-weight: 700;
    line-height: 17px;
    padding: 5px 10px;
    position: absolute;
}
.wt-row-container .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    left: auto;
}


/* Volume Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.wt-row-container .mejs-controls a.mejs-horizontal-volume-slider {
    width: 0;
    display: none;
    overflow: hidden;

    -webkit-transition: all 0.30s linear;
       -moz-transition: all 0.30s linear;
         -o-transition: all 0.30s linear;
            transition: all 0.30s linear;
}


/* Volume
--------------------------------------------------------- */
.wt-row-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wt-row-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 12px;
    height: 3px;
    border-radius: 0;
    background: none;
    background-color: rgba(255, 255, 255, 0.20);
}
.wt-row-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background-color: #d32f2f; }

.wt-row-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current::after {
    right: 0;
    top: -5px;
    width: 4px;
    content: '';
    height: 13px;
    position: absolute;
    background-color: #ffffff;
}

/* Hover
--------------------------------------------------------- */
.wt-row-container .mejs-controls a.mejs-horizontal-volume-slider:hover,
.wt-row-container .mejs-volume-button:hover + .mejs-horizontal-volume-slider {
    width: 56px;
}



/* Typography
============================================================================= */
/* h4
----------------------------------------------------------------------------- */
.wt-row-container .mejs-controls h4 {
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
    width: auto;
    float: left;
    bottom: 70px;
    line-height: 1;
    color: #ffffff;
    max-width: 100%;
    padding: 0 25px;
    position: absolute;

    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Hover
----------------------------------------------------------------------------- */
.audio-block-container:hover .mejs-controls h4 {
    opacity: 1;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}


/* FullWidth
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.audio-block-fullwidth {
    position: static;
    margin-top: 70px;
}


/* Container
----------------------------------------------------------------------------- */
.audio-block-fullwidth .audio-block-container {
    left: 0;
    bottom: 0;
    min-height: 1px;
    margin-bottom: 0;
    position: absolute;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Elements Wrapper
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container { padding: 0;}


/* Controls
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls { padding-top: 50px; }


/* Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button,
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-button button {
    top: 0;
    left: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    border-radius: 0;
    line-height: 26px;
    position: relative;
    background-color: transparent;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.audio-block-fullwidth .mejs-controls .mejs-button button::after { line-height: 26px; }

/* Play, Pause, Mute and Unmute Buttons
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-volume-button { display: block; }
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-playpause-button { margin-right: 10px; }

/* Hover
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls button:hover {
    color: #ffffff;
    background-color: transparent;
}


/* Time Bar Wrapper
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container div.mejs-time-rail {
    left: 0;
    top: 30px;
    bottom: auto;
}


/* Time ( Duration )
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-container .mejs-controls .mejs-time {
    top: 0;
    left: 0;
    bottom: auto;
}
.audio-block-fullwidth .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    left: auto;
}


/* Volume Slider
----------------------------------------------------------------------------- */
.audio-block-fullwidth .mejs-controls a.mejs-horizontal-volume-slider { display: block; }


/* Typography
----------------------------------------------------------------------------- */
/* h4
--------------------------------------------------------- */
.audio-block-fullwidth .mejs-controls h4 {
    bottom: 0;
    opacity: 1;
    font-size: 16px;
    position: relative;
    padding: 6px 0 0 10px;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}




/* =============================================================================
   34. Date Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.date-block {
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
}


/* Container
----------------------------------------------------------------------------- */
.date-block-container {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0 auto 15px;
    display: inline-block;
}
.date-block-container::after {
    content: '';
    clear: both;
    display: table;
}

.title-block .date-block-container { margin-bottom: 0; }


/* Span
----------------------------------------------------------------------------- */
.date-block-container > span {
    float: left;
    line-height: 1;
    display: inline-block;
    margin: 0 15px 19px 0;
}
.date-block-container > span:last-child { margin-right: 0; }
.title-block .date-block-container > span { margin-bottom: 10px; }


/* Icon
----------------------------------------------------------------------------- */
.date-block-container i {
    color: #121212;
    margin: 0 8px 0 1px;
}




/* =============================================================================
   35. Timer Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.timer-block-container {
    width: auto;
    display: block;
    line-height: 1;
    margin: 0 -15px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    text-align: center;
}


/* Columns
----------------------------------------------------------------------------- */
.timer-block-container > div { margin-bottom: 20px; }
.title-block .timer-block-container > div { margin-bottom: 0; }


/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.timer-block-container h1 { font-size: 56px; }


/* h2
--------------------------------------------------------- */
.timer-block-container h2 {
    font-size: 36px;
    line-height: 1.2;
}


/* h5
--------------------------------------------------------- */
.timer-block-container h5 { margin-bottom: 5px; }


/* Paragraph
--------------------------------------------------------- */
.timer-block-container p {
    padding: 0 !important;
    text-transform: uppercase;
    margin: 0 auto 10px !important;
}




/* =============================================================================
   36. Ribbon Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.ribbon-block {
    z-index: 30;
    line-height: 1;
    text-align: center;
    position: absolute;
}



/* Style 1
============================================================================= */
.ribbon-block-style-1 {
    top: 15px;
    left: 15px;
    width: auto;
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 2px;
    padding: 12px 25px 10px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.ribbon-block-style-1 * {
    margin: 0;
    padding: 0;
    color: #121212;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}



/* Style 2
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.ribbon-block-style-2 {
    left: 0;
    top: 15px;
    width: auto;
    height: 36px;
    color: #ffffff;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 11px 0 9px 15px;
    background-color: #d32f2f;
}

.ribbon-block-style-2 * {
    margin: 0;
    padding: 0;
    width: auto;
    height: 16px;
    color: #ffffff;
    max-width: 100%;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* Tail
----------------------------------------------------------------------------- */
.ribbon-block-style-2::after {
    width: 0;
    height: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    right: -33px;
    position: absolute;
    border: 18px solid #d32f2f;
    border-right-color: transparent !important;
}



/* Positions
============================================================================= */
/* Bottom Right
----------------------------------------------------------------------------- */
.ribbon-block-style-1.ribbon-bottom-right {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
}



/* =============================================================================
   37. Google Maps Block
============================================================================= */
.gmap-block {
    padding: 0;
    width: 100%;
    height: 550px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
}
.gfort-50-column > .gmap-block .wt_gmap_sc, 
.gfort-42-column > .gmap-block .wt_gmap_sc {
	height: 100%; }




/* =============================================================================
   38. Info Window Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.infoWindow-block {
    margin: 0;
    width: 300px;
    position: relative;
    padding: 12px 0 0 0;
}


/* Arrow
----------------------------------------------------------------------------- */
.infoWindow-block::after,
.infoWindow-block::before {
    content: '';
    position: absolute;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.infoWindow-block::after {
    left: 90px;
    z-index: -1;
    width: 20px;
    height: 20px;
    bottom: 50px;
    background-color: rgba(0, 0, 0, 0.10);
}
.infoWindow-block::before {
    left: 89px;
    z-index: 1;
    width: 22px;
    height: 22px;
    bottom: 52px;
    background-color: #ffffff;
}


/* Close Button
----------------------------------------------------------------------------- */
.infoWindow-block > img {
    top: 0;
    z-index: 15;
    width: 24px;
    right: -12px;
    height: 24px;
    padding: 6px !important;
    border-radius: 50%;
    background-color: #d32f2f;
    position: absolute !important;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.infoWindow-block > img:hover {
    background-color: #121212;

    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}


/* Container
----------------------------------------------------------------------------- */
.infoWindow-block-container {
    width: 100%;
    font-size: 16px;
    cursor: default;
    position: relative;
    margin-bottom: 60px;
}


/* Main Link
----------------------------------------------------------------------------- */
.infoWindow-block-container .main-link {
    width: 100%;
    padding: 25px;
    display: block;
    color: #515151;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px 5px 2px 2px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
.infoWindow-block-container .image-block {
    width: auto;
	max-width: none !important;
    background-color: #000000;
    margin: -25px -25px 25px !important;
}
.infoWindow-block-container .image-block-container img {
    border-radius: 4px 4px 0 0;

    -webkit-backface-visibility: visible;
            backface-visibility: visible;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Typography
----------------------------------------------------------------------------- */
.infoWindow-block-container h4 { margin-bottom: 5px; }


/* Hover
----------------------------------------------------------------------------- */
.infoWindow-block-container:hover .image-block img { opacity: 0.80; }




/* =============================================================================
   39. Avatar Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.avatar-block {
    margin: 0;
    width: 64px;
    height: 64px;
    display: block;
}


/* Link
----------------------------------------------------------------------------- */
.avatar-block a {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Image
----------------------------------------------------------------------------- */
.avatar-block img {
    width: 100%;
    display: block;
}




/* =============================================================================
   40. Meta Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.meta-block {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    font-weight: 500;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.meta-block-container {
    line-height: 1;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
}


/* Span
----------------------------------------------------------------------------- */
.meta-block-container span {
    float: left;
    margin: 5px 15px 0 0;
}
.meta-block-container span:last-child { margin-right: 0; }


/* Icon
----------------------------------------------------------------------------- */
.meta-block-container span i {
    color: #121212;
    margin-right: 8px;
}


/* Date, Category, Tags, Comments 
----------------------------------------------------------------------------- */
.meta-block-container .meta-block-date a { color: #121212; }
.meta-block-container .meta-block-cat a,
.meta-block-container .meta-block-tag a,
.meta-block-container .meta-block-comment a,
.meta-block-container .meta-block-author a {
    color: #121212;
    margin-right: 7px;
    position: relative;
}
.meta-block-container .meta-block-date a:hover,
.meta-block-container .meta-block-cat a:hover,
.meta-block-container .meta-block-tag a:hover,
.meta-block-container .meta-block-comment a:hover,
.meta-block-container .meta-block-author a:hover { color: #d32f2f; }
.meta-block-container .meta-block-cat a::after,
.meta-block-container .meta-block-tag a::after {
    top: 0;
    right: -4px;
    content: ',';
    color: #515151;
    line-height: 19px;
    position: absolute;
}
.meta-block-container .meta-block-cat a:last-child,
.meta-block-container .meta-block-tag a:last-child { margin-right: 0; }
.meta-block-container .meta-block-cat a:last-child::after,
.meta-block-container .meta-block-tag a:last-child::after { display: none; }

/* =============================================================================
   41. Number Block
============================================================================= */
.number-block {
    top: 0;
    margin: 0;
    right: 5px;
    padding: 0;
    opacity: 0.10;
    color: #515151;
    font-size: 100px;
    line-height: 100px;
    position: absolute;
}




/* =============================================================================
   42. Timeline Block
============================================================================= */

/* ----- Code moved in extensions stylesheet ----- */



/* =============================================================================
   43. Events Table Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.events-table-block-container {
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
    border-radius: 2px;
    position: relative;
    margin: 0 auto 30px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Table
============================================================================= */
/* Table Header
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.ui-datepicker-header {
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    line-height: 45px;
    text-align: right;
    position: relative;
    padding: 5px 20px 0;
    border-bottom: 1px solid #dddddd;
}

/* Event Badge Count ( Month )
--------------------------------------------------------- */
.gfort-events-month-badge {
    float: left;
    color: #d32f2f;
    cursor: pointer;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-events-month-badge:hover { color: #121212; }

/* Title
--------------------------------------------------------- */
.ui-datepicker-title {
    float: left;
    margin-right: 10px;
}

/* Arrows
--------------------------------------------------------- */
.ui-datepicker-prev,
.ui-datepicker-next {
    top: 10px;
    width: 30px;
    height: 30px;
    color: #121212;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    position: absolute;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.ui-datepicker-next { right: 15px; }
.ui-datepicker-prev { right: 55px; }
.ui-datepicker-prev::after,
.ui-datepicker-next::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    position: absolute;
    font-family: 'FontAwesome';
}
.ui-datepicker-next::after {
    content: '\f105';
    padding-left: 2px;
}
.ui-datepicker-prev::after {
    content: '\f104';
    padding-right: 2px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    color: #ffffff;
    background-color: #d32f2f;
}


/* Table Content
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.ui-datepicker-calendar { width: 100%; }

/* Head
--------------------------------------------------------- */
.ui-datepicker-calendar thead { width: 100%; }

/* Days
--------------------------------------------------------- */
.ui-datepicker-calendar thead th span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

/* Cell
--------------------------------------------------------- */
.ui-datepicker-calendar tr td {
    width: 7%;
    position: relative;
}

/* Link
--------------------------------------------------------- */
.ui-datepicker-calendar tr td a,
.ui-datepicker-calendar tr td span {
    width: 100%;
    color: #121212;
    display: block;
    padding: 10px 0;
    cursor: default;
    text-align: center;
    position: relative;
    border-color: #dddddd;
    outline: none !important;

    -webkit-transition: border-color 0.30s ease-in-out;
       -moz-transition: border-color 0.30s ease-in-out;
         -o-transition: border-color 0.30s ease-in-out;
            transition: border-color 0.30s ease-in-out;
}
.ui-datepicker-calendar tr td a.has-event {
    padding: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 3px auto;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #dddddd;
}
.ui-datepicker-calendar tr td a.has-event.highlight-event-day { border-color: #d32f2f; }
.ui-datepicker-calendar tr td span {
    opacity: 0.50;
    cursor: not-allowed;
}



/* Events List
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.events-table-list {
    right: 0;
    top: 51px;
    bottom: 0;
    z-index: 5;
    width: 240px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -250px;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.events-table-list.correct-position { margin-right: 0; }


/* Container
----------------------------------------------------------------------------- */
.events-table-list-container {
    width: 100%;
    display: block;
    padding: 0 15px;
    overflow: hidden;
}



/* Close Button
============================================================================= */
.events-table-list-close {
    top: 65px;
    z-index: 15;
    width: 32px;
    height: 32px;
    right: -32px;
    color: #121212;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.events-table-list-close:hover {
    color: #ffffff;
    background-color: #d32f2f;
}
.events-table-list-close.correct-position { right: 225px; }



/* Item
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.events-table-list-container .content-block {
    top: 0;
    opacity: 0;
    display: none;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container { margin-bottom: 0; }


/* Main Link
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container a {
    width: 100%;
    padding: 20px;
    color: #121212;
    display: block;
    border-bottom: 1px solid #dddddd;
}
.events-table-list-container .content-block-container a:hover { background-color: #ebebeb; }


/* Typography
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container h6 { margin-bottom: 5px; }


/* Date Block
----------------------------------------------------------------------------- */
.events-table-list-container .content-block-container .date-block-container { margin-bottom: 0; }
.events-table-list-container .content-block-container .date-block-container > span { margin: 0 5px 0 0; }
.events-table-list-container .content-block-container .date-block-container > span:last-child { margin-right: 0; }




/* =============================================================================
   44. Event Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.event-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin: 0 auto 30px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Main Link
----------------------------------------------------------------------------- */
.event-block-container a.main-link {
    width: 100%;
    padding: 25px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;

    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Timer
----------------------------------------------------------------------------- */
.event-block-container a.main-link .timer-block-container > div p { margin-bottom: 0 !important; }


/* Title
----------------------------------------------------------------------------- */
.event-block-container a.main-link > h4 {
    left: 0;
    top: 45%;
    margin: 0;
    opacity: 0;
    z-index: 3;
    width: auto;
    color: #ffffff;
    max-width: 100%;
    padding: 0 25px;
    position: absolute;

    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.event-block-container a.main-link .date-block {
    overflow: visible;
    margin-top: 210px;
}

/* Container
--------------------------------------------------------- */
.event-block-container a.main-link .date-block-container {
    margin: 0 auto;
    position: static;
    overflow: visible;
}

/* Span
--------------------------------------------------------- */
.event-block-container a.main-link .date-block-container > span {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 18px;
}
.event-block-container a.main-link .date-block span:nth-child(2) {
    font-size: 16px;
    padding-top: 10px;
}
.event-block-container a.main-link .date-block span:nth-child(3) {
    bottom: 30px;
    right: -57px;
    width: 200px;
    color: #ffffff;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    background-color: #d32f2f;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}


/* Hover
----------------------------------------------------------------------------- */
.event-block-container a.main-link:hover > h4 {
    opacity: 1;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}


/* Style 1
============================================================================= */
.event-block-style-1 * { color: #ffffff; }



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.event-block-style-2 .event-block-container {
    padding: 25px;
    border: 2px solid #d32f2f;
    background-color: #ffffff;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Date Block
----------------------------------------------------------------------------- */
.event-block-style-2 .date-block-container { margin-bottom: 0; }




/* =============================================================================
   45. Accordion Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.accordion-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 auto 30px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Panel Group
----------------------------------------------------------------------------- */
.accordion-block-container .panel-group { margin-bottom: 0; }


/* Panel
----------------------------------------------------------------------------- */
.accordion-block-container .panel-group .panel {
    border: 0;
    border-radius: 0;
    overflow: hidden;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.accordion-block-container .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #dddddd;
}


/* Panel Body
----------------------------------------------------------------------------- */
.accordion-block-container .panel-heading + .panel-collapse > .panel-body {
    padding: 25px;
    border-top-color: #dddddd;
}


/* Panel Heading
----------------------------------------------------------------------------- */
.accordion-block-container .panel-heading {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}


/* Panel Title / Link
----------------------------------------------------------------------------- */
.accordion-block-container .panel-title { font-weight: 500; }
.accordion-block-container .panel-title a {
    width: 100%;
    color: #d32f2f;
    display: block;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
}
.accordion-block-container .panel-title a::after {
    top: 0;
    right: 25px;
    font-size: 20px;
    padding: 21px 0;
    content: '\f102';
    line-height: 19px;
    position: absolute;
    font-family: 'FontAwesome';
}
.accordion-block-container .panel-title a.collapsed { color: #121212; }
.accordion-block-container .panel-title a.collapsed::after { content: '\f103'; }
.accordion-block-container .panel-title a:hover { background-color: #ebebeb; }




/* =============================================================================
   46. Tab Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.tab-block-container {
    z-index: 3;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.tab-block-container .post-header::after {
    content: '';
    clear: both;
    display: table;
}


/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
ul.nav-tabs {
    margin: 0;
    padding: 0;
    line-height: 0;
    border-color: #dddddd;
}
ul.nav-tabs.text-center > li {
    float: none;
    display: inline-block;
}


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
ul.nav-tabs > li { margin-bottom: -1px; }


/* Nav Tabs ( Link )
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
ul.nav-tabs > li > a {
    color: #121212;
    overflow: hidden;
    outline: none !important;
    border-radius: 2px 2px 0 0;
}

/* Span
--------------------------------------------------------- */
ul.nav-tabs > li > a span { float: left; }
ul.nav-tabs > li > a span:nth-last-child(2) { width: 80%; }
ul.nav-tabs > li > a span:nth-child(2) { width: 20%; }

/* Active
--------------------------------------------------------- */
ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:focus,
ul.nav-tabs > li.active > a:hover {
    color: #121212;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-bottom-color: transparent;
}

/* Hover
--------------------------------------------------------- */
ul.nav-tabs > li > a:hover {
    background-color: #ebebeb;
    border-color: #dddddd #dddddd #dddddd;
}
.grey-section ul.nav-tabs > li.active > a,
.grey-section ul.nav-tabs > li.active > a:focus,
.grey-section ul.nav-tabs > li.active > a:hover {
    background-color: #f7f7f7;
}

/* Button
------------------------------------- */
ul.nav-tabs > li.tab-button {
    float: right;
}

ul.nav-tabs > li.tab-button > a {
    margin: 0;
    z-index: 2;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    border-color: #d32f2f;
    background-color: #d32f2f;
}
ul.nav-tabs > li.tab-button > a::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

ul.nav-tabs > li.tab-button > a i { margin-right: 10px; }
ul.nav-tabs > li.tab-button > a:hover::after { opacity: 1; }


/* Tab Content
----------------------------------------------------------------------------- */
.tab-content {
    position: relative;
    padding: 30px 0 0;
}
.tab-content::after {
    top: -1px;
    left: -250%;
    content: '';
    height: 1px;
    z-index: -1;
    width: 1500%;
    position: absolute;
    background-color: #dddddd;
}

.tab-content .tab-pane { margin: 0 -15px; }
.tab-pane::after {
    content: '';
    clear: both;
    display: table;
}



/* Vertical Tabs Block
============================================================================= */
/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs {
    width: 20%;
    float: left;
    border-bottom: 0;
    padding-right: 15px;
    margin-bottom: 30px;
}


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.vertical-tab-block ul.nav-tabs > li:last-child { border-bottom: 0; }


/* Nav Tabs ( Link )
----------------------------------------------------------------------------- */
.vertical-tab-block ul.nav-tabs > li > a {
    border: 0;
    margin: 0;
    width: 100%;
    display: block;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 20px;
    background-color: #ebebeb;
}
.vertical-tab-block ul.nav-tabs > li > a:hover { background-color: #dddddd; }
.vertical-tab-block ul.nav-tabs > li.active > a,
.vertical-tab-block ul.nav-tabs > li.active > a:focus,
.vertical-tab-block ul.nav-tabs > li.active > a:hover {
    border: 0;
    color: #ffffff;
    font-weight: 600;
    background-color: #d32f2f;
}


/* Tab Content
----------------------------------------------------------------------------- */
.vertical-tab-block .tab-content {
    width: 80%;
    float: left;
    padding: 0 0 0 15px;
}
.vertical-tab-block .tab-content::after { display: none; }



/* Style 1
============================================================================= */
.vertical-tab-block-style-1 ul.nav-tabs {
    width: 50%;
    padding: 52px 0 0;
}
.vertical-tab-block-style-1 .tab-content {
    width: 50%;
    padding: 0;
}



/* Schedule Tabs Block
============================================================================= */
/* Nav Tabs ( List )
----------------------------------------------------------------------------- */
.schedule-tab-block ul.nav-tabs { text-align: center; }


/* Nav Tabs ( Items )
----------------------------------------------------------------------------- */
.schedule-tab-block ul.nav-tabs > li {
    float: none;
    display: inline-block;
}




/* =============================================================================
   47. Team Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.wide-block.team-block:last-child { margin-bottom: 30px !important; }
.qodx-swiper-slider .team-block { padding-top: 2px; }


/* Container
----------------------------------------------------------------------------- */
.team-block-container {
    z-index: 30;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.team-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-container .image-block {
    margin-left: 0;
    margin-bottom: 25px !important;
}
.team-block-container .image-block:last-child { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-container .image-block img {
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Signature Block
----------------------------------------------------------------------------- */
.team-block-container .signature-block-container { margin-top: 30px; }


/* Title
----------------------------------------------------------------------------- */
.team-block-container .team-block-title {
    width: 100%;
    z-index: 15;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.team-block-container .team-block-title:last-child,
.marginHeadingSmall .team-block-container .team-block-title { margin-bottom: 0; }


/* Typography
----------------------------------------------------------------------------- */
/* Heading
--------------------------------------------------------- */
.team-block-container .team-block-title h2,
.team-block-container .team-block-title h3,
.team-block-container .team-block-title h4,
.team-block-container .team-block-title h5,
.team-block-container .team-block-title h6 {
    margin-bottom: 5px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

/* h4
--------------------------------------------------------- */
.team-block-container .team-block-title h4 { margin-bottom: 2px; }
.team-block-container .team-block-title h2 + h4 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.team-block-container .team-block-title h2 + h4::after {
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    position: absolute;
    background-color: #121212;
}

/* p
--------------------------------------------------------- */
.team-block-container p:first-of-type { margin-top: -5px; }


/* Link
----------------------------------------------------------------------------- */
.team-block-container .team-block-title a { display: inline-block; }
.team-block-container .team-block-title a,
.team-block-container .team-block-title h6 a:hover {
    color: #121212;
}
.team-block-container .team-block-title h6 a,
.team-block-container .team-block-title a:hover {
    color: #d32f2f;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Container
--------------------------------------------------------- */
.team-block-container .date-block-container,
.team-block-container .date-block-container span {
    margin-bottom: 0;
}


/* Social Icons
----------------------------------------------------------------------------- */
.team-block-container .social-icons-block {
    padding-top: 15px;
    margin-bottom: -5px;
}
.team-block-container .team-block-title + .social-icons-block { padding-top: 0; }


/* popover
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-popover {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0 !important;
}

/* Arrow
--------------------------------------------------------- */
.team-popover.popover.bottom > .arrow { border-color: transparent; }

/* Content
--------------------------------------------------------- */
.team-popover .popover-content { padding: 20px; }

/* Typography
--------------------------------------------------------- */
.team-popover .team-block-title,
.team-popover .team-block-title * {
    margin-bottom: 0;
}

/* Link
--------------------------------------------------------- */
.team-popover .team-block-title a { color: #121212; }
.team-popover .team-block-title a:hover { color: #d32f2f; }


/* List
----------------------------------------------------------------------------- */
.team-block-container ul {
    margin-top: 0;
    list-style: none;
}



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-1 .team-block-container {
    border-radius: 2px;
    text-align: center;
    padding: 50px 25px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-1 .image-block {
    width: 120px;
    margin-left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-1 .image-block img { border-radius: 50%; }



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-2 .team-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-2 .image-block {
    width: 190px;
    margin-left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-2 .image-block img { border-radius: 50%; }



/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-3 .team-block-container {
    min-height: 170px;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 28px 25px 25px 170px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-3 .team-block-container.text-right { padding: 28px 170px 25px 25px; }


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapepr
--------------------------------------------------------- */
.team-block-style-3 .image-block {
    top: 25px;
    left: 25px;
    width: 120px;
    position: absolute;
}
.team-block-style-3 .team-block-container.text-right .image-block {
    left: auto;
    right: 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-3 .image-block img { border-radius: 50%; }


/* Social Icons
----------------------------------------------------------------------------- */
.team-block-style-3 .social-icons-block {
    margin: 0;
    padding: 0;
    top: 100px;
    left: 25px;
    width: auto;
    position: absolute;
}
.team-block-style-3 .team-block-container.text-right .social-icons-block {
    left: auto;
    right: 25px;
}



/* Style 4
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-4 .image-block { margin: 0 auto !important; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-4 .team-block-title {
    left: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
}

/* h4
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h4 {
    margin: 0;
    float: left;
    font-size: 18px;
    display: inline-block;
    background-color: #121212;
}

/* h6
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h6 {
    margin: 0;
    float: left;
    clear: left;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px 8px;
    border-radius: 0 0 0 2px;
    background-color: #d32f2f;
}

/* Link
--------------------------------------------------------- */
.team-block-style-4 .team-block-title h4 a {
    color: #ffffff;
    display: block;
    line-height: 22px;
    padding: 10px 20px 8px;
}



/* Style 5
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-5 a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-5 .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-5 .image-block img {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-5 .team-block-title {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
}

/* Heading
--------------------------------------------------------- */
.team-block-style-5 h4,
.team-block-style-5 h6 {
    left: 0;
    opacity: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
}
.team-block-style-5 h4 a {
    color: #ffffff !important; }
.team-block-style-5 h4 {
    bottom: 50%;
    font-size: 22px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-block-style-5 h6 {
    top: 50%;
    font-size: 18px;

    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}


/* Hover
----------------------------------------------------------------------------- */
.team-block-style-5 .team-block-container:hover .team-block-title { background-color: rgba(0, 0, 0, 0.80); }
.team-block-style-5 .team-block-container:hover h4,
.team-block-style-5 .team-block-container:hover h6 {
    opacity: 1;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}



/* Style 6
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-6 { margin-bottom: 30px; }

.team-block-style-6:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-6:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-6:nth-child(2n+1) { clear: none; }

.team-block-style-6:last-child,
.team-block-style-6:nth-last-child(2) {
    margin-bottom: 0;
}


/* Container
----------------------------------------------------------------------------- */
.team-block-style-6 .team-block-container {
    min-height: 170px;
    padding-left: 145px;
}
.team-block-style-6 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 145px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-6 .image-block {
    top: 0;
    left: 0;
    width: 120px;
    position: absolute;
}
.team-block-style-6 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-6 .image-block img { border-radius: 50%; }



/* Style 7
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-7:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-7:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-7:nth-child(2n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-7 .team-block-container {
    min-height: 192px;
    padding-left: 170px;
}
.team-block-style-7 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 170px;
}


/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-7 .image-block {
    top: 0;
    left: 0;
    width: 145px;
    position: absolute;
}
.team-block-style-7 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}



/* Style 8
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-8 .team-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
.team-block-style-8 .image-block { margin-bottom: 0 !important; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-8 .team-block-title {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
}

/* Heading
--------------------------------------------------------- */
.team-block-style-8 .team-block-title h4,
.team-block-style-8 .team-block-title h6 {
    margin: 0;
}

.team-block-style-8 .team-block-title h4 {
    bottom: 0;
    left: 25px;
    right: 25px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 2px 2px 0 0;
}

.team-block-style-8 .team-block-title h6 {
    left: 0;
    top: 50%;
    opacity: 0;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    position: absolute;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* Link
--------------------------------------------------------- */
.team-block-style-8 .team-block-title h4 a {
    display: block;
    padding: 15px 15px 10px;
}


/* Hover
----------------------------------------------------------------------------- */
.team-block-style-8 .team-block-container:hover .team-block-title { background-color: rgba(0, 0, 0, 0.80); }
.team-block-style-8 .team-block-container:hover .team-block-title h6 {
    opacity: 1;

    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}



/* Style 9
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-9 .team-block-container { text-align: center; }


/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-9 a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-9 .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-9 .image-block img {
    border-radius: 2px 2px 0 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Title
----------------------------------------------------------------------------- */
.team-block-style-9 .team-block-title h4 {
    width: 100%;
    margin: 0;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 15px 15px 10px;
    background-color: #d32f2f;
}



/* Style 10
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-10 .team-block-container {
    padding: 25px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-10 .image-block {
    width: auto;
    display: block;
    margin: -25px -25px 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-10 .image-block img {
    border-radius: 2px 2px 0 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}



/* Style 11
============================================================================= */
/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-11 .image-block { margin: 0 auto !important; }

/* Image
--------------------------------------------------------- */
.team-block-style-11 .image-block img { border-radius: 50%; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-11 .team-block-title {
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 0 0 4%;
    position: absolute;
}

/* h4
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h4 {
    margin: 0;
    float: left;
    font-size: 18px;
    display: inline-block;
    background-color: #121212;
}

/* h6
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h6 {
    float: left;
    clear: left;
    color: #ffffff;
    margin: 0 0 0 15px;
    padding: 10px 20px 8px;
    background-color: #d32f2f;
}

/* Link
--------------------------------------------------------- */
.team-block-style-11 .team-block-title h4 a {
    color: #ffffff;
    display: block;
    line-height: 22px;
    padding: 10px 20px 8px;
}



/* Style 12
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-12:nth-child(2n+1) { clear: left; }
.title-block ~ .team-block-style-12:nth-child(2n) { clear: left; }
.title-block ~ .team-block-style-12:nth-child(2n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-12 .team-block-container {
    padding: 25px;
    min-height: 175px;
    border-radius: 2px;
    padding-left: 195px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-12 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 195px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-12 .image-block {
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.team-block-style-12 .team-block-container.text-right .image-block {
    right: 0;
    left: auto;
}

/* Image
--------------------------------------------------------- */
.team-block-style-12 .image-block img {
    left: 50% !important;
    width: auto !important;
    height: 100% !important;
    border-radius: 2px 0 0 2px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transform: translateX(-51%);
       -moz-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
         -o-transform: translateX(-51%);
            transform: translateX(-51%);
}
.team-block-style-12 .team-block-container.text-right .image-block img {
    border-radius: 0 2px 2px 0;

    -webkit-transform: translateX(-49%);
       -moz-transform: translateX(-49%);
        -ms-transform: translateX(-49%);
         -o-transform: translateX(-49%);
            transform: translateX(-49%);
}



/* Style 13
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-13 .team-block-container { text-align: center; }


/* Main Link
----------------------------------------------------------------------------- */
.team-block-style-13 a.main-link {
    width: 100%;
    display: block;
}
.team-block-style-13 a.main-link:hover * { color: #d32f2f; }


/* Image
----------------------------------------------------------------------------- */
.team-block-style-13 .image-block img {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}



/* Style 14
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.team-block-style-14 .team-block-container { text-align: center; }


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-14 .team-block-title {
    width: auto;
    border-radius: 2px;
    padding: 15px 15px 8px;
    margin: -64px 25px 25px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* Style 15
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.team-block-style-15:nth-child(3n+1) { clear: left; }
.title-block ~ .team-block-style-15:nth-child(3n+2) { clear: left; }
.title-block ~ .team-block-style-15:nth-child(3n+1) { clear: none; }


/* Container
----------------------------------------------------------------------------- */
.team-block-style-15 .team-block-container {
    padding: 25px;
    min-height: 140px;
    border-radius: 2px;
    padding-left: 140px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.team-block-style-15 .team-block-container.text-right {
    padding-left: 0;
    padding-right: 140px;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.team-block-style-15 .image-block {
    top: 50%;
    left: 25px;
    width: 90px;
    margin-top: -45px;
    position: absolute;
}
.team-block-style-15 .team-block-container.text-right .image-block {
    left: auto;
    right: 25px;
}

/* Image
--------------------------------------------------------- */
.team-block-style-15 .image-block img { border-radius: 50%; }




/* =============================================================================
   48. Client Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.client-block-container {
    padding: 0;
    z-index: 3;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}


/* Main Link
----------------------------------------------------------------------------- */
.client-block-container a.main-link {
    width: 100%;
    display: block;
    overflow: hidden;
    outline: none !important;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.client-block-container .image-block { margin-bottom: 0 !important; }

/* Image
--------------------------------------------------------- */
.client-block-container .image-block img {
    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}



/* Style 1
============================================================================= */
/* Main Link
----------------------------------------------------------------------------- */
.client-block-style-1 a.main-link {
    opacity: 0.60;
    border-radius: 2px;
    margin: 3px auto 0;
    padding: 20px 15px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Hover
----------------------------------------------------------------------------- */
.client-block-style-1 a.main-link:hover { opacity: 1; }



/* Style 2
============================================================================= */
/* Image
----------------------------------------------------------------------------- */
.client-block-style-2 .image-block img {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
}

/* Hover
----------------------------------------------------------------------------- */
.client-block-style-2 .client-block-container:hover .image-block img {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
            filter: none;
}




/* =============================================================================
   49. Testimonials Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}
.testimonials-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-container .image-block {
    width: 90px;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 25px !important;
}

/* Image
--------------------------------------------------------- */
.testimonials-block-container .image-block img {
    border-radius: 50%;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-container .testimonials-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.testimonials-block-container .testimonials-block-title:last-child { margin-bottom: 0; }

/* h4 / h5
--------------------------------------------------------- */
.testimonials-block-container .testimonials-block-title h4,
.testimonials-block-container .testimonials-block-title h5 {
    margin-bottom: 0;
}
.testimonials-block-container .testimonials-block-title h4 + h5 { color: #515151; }

/* small
--------------------------------------------------------- */
.testimonials-block-container h4 small {
    font-size: 85%;
    line-height: 23px;
    vertical-align: top;
    display: inline-block;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-container .testimonials-block-desc {
    width: 100%;
    display: block;
    position: relative;
}



/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-container {
    margin-top: 5px;
    margin-bottom: 25px;
}


/* Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-desc {
    padding: 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Arrow
--------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-desc::after,
.testimonials-block-style-1 .testimonials-block-desc::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}
.testimonials-block-style-1 .testimonials-block-desc::after {
    left: 20px;
    bottom: -25px;
    border-top: 25px solid #ffffff;
    border-right: 30px solid transparent;
}
.testimonials-block-style-1 .testimonials-block-desc::before {
    left: 18px;
    bottom: -29px;
    border-right: 32px solid transparent;
    border-top: 28px solid rgba(0, 0, 0, 0.05);
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .image-block {
    width: 64px;
    vertical-align: top;
    display: inline-block;
    margin: 15px 0 0 35px !important;
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-1 .testimonials-block-title { padding: 10px 0 0 50px; }
.testimonials-block-style-1 .testimonials-block-title h4 { font-size: 18px; }

.testimonials-block-style-1 .image-block + .testimonials-block-title {
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 25px 0 0 10px;
}



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .testimonials-block-container {
    padding: 25px;
    margin-top: 3px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .image-block { margin-left: auto; }


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-2 .testimonials-block-desc {
    text-align: left;
    padding-top: 10px;
    padding-left: 40px;
    position: relative;
}
.testimonials-block-style-2 .testimonials-block-desc::before {
    top: 14px;
    left: 1px;
    color: #121212;
    font-size: 18px;
    content: '\f10d';
    line-height: 18px;
    position: absolute;
    font-family: 'FontAwesome';
}



/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-container::before {
    top: 3px;
    left: 1px;
    color: #121212;
    font-size: 18px;
    content: '\f10d';
    line-height: 18px;
    position: absolute;
    font-family: 'FontAwesome';
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .image-block {
    width: 64px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-title {
    width: auto;
    padding-top: 8px;
    display: inline-block;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-3 .testimonials-block-desc {
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
}



/* Style 4
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-container {
    margin-top: 5px;
    text-align: center;
}


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-4 .image-block { margin-left: auto; }
.testimonials-block-style-4 .image-block img {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/* Description
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-desc {
    padding: 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Arrow
--------------------------------------------------------- */
.testimonials-block-style-4 .testimonials-block-desc::after,
.testimonials-block-style-4 .testimonials-block-desc::before {
    width: 0;
    height: 0;
    left: 50%;
    content: '';
    position: absolute;
}
.testimonials-block-style-4 .testimonials-block-desc::after {
    top: -15px;
    margin-left: -20px;
    border-bottom: 15px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonials-block-style-4 .testimonials-block-desc::before {
    top: -17px;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 17px solid rgba(0, 0, 0, 0.05);
}


/* Image Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.testimonials-block-style-4 .image-block {
    width: auto;
    max-width: 50%;
    margin-bottom: 40px !important;
}

/* Image
--------------------------------------------------------- */
.testimonials-block-style-4 .image-block img {
    border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
}



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .testimonials-block-container { text-align: center; }


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .image-block { margin-left: auto; }


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-5 .testimonials-block-desc { padding: 0 0 25px; }
.testimonials-block-style-5 .image-block + .testimonials-block-desc { padding: 15px 0 25px; }



/* Style 6
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-6 .testimonials-block-container {
    margin-top: 3px;
    border-radius: 2px;
    text-align: center;
    padding: 50px 25px 100px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.testimonials-block-style-6 .testimonials-block-container::after {
    left: 50%;
    width: 20px;
    bottom: 40px;
    height: 28px;
    color: #515151;
    font-size: 28px;
    content: '\f10d';
    line-height: 28px;
    position: absolute;
    text-align: center;
    margin-left: -14px;
    font-family: 'FontAwesome';
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-6 .testimonials-block-desc { padding-top: 15px; }



/* Style 7
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-container {
    min-height: 90px;
    padding-left: 45px;
}


/* Description
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-desc {
    border-radius: 2px;
    background-color: #ffffff;
    padding: 25px 25px 25px 65px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Title
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .testimonials-block-title { padding-top: 15px; }


/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-7 .image-block {
    left: 0;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    margin-bottom: 0 !important;
}



/* Style 8
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.testimonials-block-style-8 .testimonials-block-container {
    min-height: 120px;
    padding-left: 140px;
}

/* Image Block
----------------------------------------------------------------------------- */
.testimonials-block-style-8 .image-block {
    left: 0;
    width: 120px;
    position: absolute;
    margin-bottom: 0 !important;
}




/* =============================================================================
   50. Schedule Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.schedule-block:last-child .schedule-block-container { margin-bottom: 30px; }
.schedule-block:nth-child(odd) .schedule-block-container { background-color: #ebebeb; }


/* Container
----------------------------------------------------------------------------- */
.schedule-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.schedule-block .schedule-block-container:hover { background-color: #dddddd; }


/* Link
----------------------------------------------------------------------------- */
.schedule-block-container a {
    color: #121212;
    display: inline-block;
}
.schedule-block-container a:hover { color: #d32f2f; }


/* Image Block
----------------------------------------------------------------------------- */
.schedule-block-container .image-block {
    top: 8px;
    left: 60%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 15px;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 0 !important;
}


/* Title
----------------------------------------------------------------------------- */
/* h6
--------------------------------------------------------- */
.schedule-block-container h6 {
    margin: 0;
    width: 35%;
    float: left;
    padding: 0 15px;
    line-height: 24px;
}
.schedule-block-container .image-block + h6 {
    width: 40%;
    padding: 0 15px 0 78px;
}


/* Date Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.schedule-block-container .date-block {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.schedule-block-container .date-block *:not(i) { margin: 0; }

/* Container
--------------------------------------------------------- */
.schedule-block-container .date-block-container { font-size: 14px; }

/* span
--------------------------------------------------------- */
.schedule-block-container .date-block-container span { line-height: 24px; }




/* =============================================================================
   51. Button Block
============================================================================= */
.button-block-container {
    width: 100%;
    display: block;
    max-width: 1140px;
    position: relative;
    margin: 0 auto 30px !important
}
.button-block-container a.btn-gfort-image { margin-top: 20px; }




/* =============================================================================
   52. Screenshots Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.screenshots-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}


/* Screenshots Images Wrapper
----------------------------------------------------------------------------- */
.screenshots-images-wrapper {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}


/* Images Wrapper
----------------------------------------------------------------------------- */
.screenshots-images-wrapper .images-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 71px 0;
    max-width: 600px;
    position: absolute;
}
.screenshots-images-wrapper .images-wrapper:nth-child(2) {
    z-index: -2;
    padding: 101px 0;
    max-width: 880px;
}
.screenshots-images-wrapper .images-wrapper:nth-child(3) {
    z-index: -3;
    padding: 131px 0;
    max-width: 1120px;
}


/* Images
----------------------------------------------------------------------------- */
.screenshots-images-wrapper .images-wrapper img {
    float: left;
    width: auto;
    height: 100%;
    border-radius: 2px;
    display: inline-block;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.screenshots-images-wrapper .images-wrapper img:last-child { float: right; }




/* =============================================================================
   53. Signature Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.signature-block-container {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}


/* Image
----------------------------------------------------------------------------- */
.signature-block-container img {
    width: 100%;
    display: block;
    max-width: 200px;
}




/* =============================================================================
   54. Skills Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.skills-block-container {
    z-index: 1;
    /* width: 100%; */
    display: block;
    position: relative;
    /* margin: 0 auto 30px; */
}


/* Image Block
----------------------------------------------------------------------------- */
.skills-block-container .image-block { margin-bottom: 25px !important; }
.skills-block-container .image-block img { 
	-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none; }


/* Title
----------------------------------------------------------------------------- */
.skills-block-container h4:last-child { margin-bottom: 0; }


/* Link
----------------------------------------------------------------------------- */
.skills-block-container h4 a { color: #121212; }
.skills-block-container h4 a:hover { color: #d32f2f; }



/* =============================================================================
   56. Counter Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.counters-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.counter-block-container {
    z-index: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 3px auto 30px;
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-container i {
    color: #d32f2f;
    margin-top: 1px;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
}
.white-content .counter-block-container i { color: #ffffff; }


/* Number
----------------------------------------------------------------------------- */
.counter-block-container h2 { font-size: 40px; }
.counter-block-container h2 span { display: inline-block; }
.counter-block-container h2 i { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
.counter-block-container h4 { margin-bottom: 0; }


/* Style 1
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-1 .counter-block-container {
    padding: 30px 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* Style 2
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-2 .counter-block-container {
    text-align: left;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 25px 25px 25px 90px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-2 i {
    top: 50%;
    margin: 0;
    left: 25px;
    margin-top: -24px;
    position: absolute;
}


/* Number
----------------------------------------------------------------------------- */
.counter-block-style-2 h1 { margin: 0; }


/* Style 3
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-3 .counter-block-container {
    padding: 30px 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-3 i {
    margin: 0;
    right: -15px;
    bottom: -15px;
    opacity: 0.10;
    color: #515151;
    font-size: 100px;
    line-height: 100px;
    position: absolute;

    transform: rotate(-20deg);
}


/* Style 4
============================================================================= */
/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-4 i {
    width: 64px;
    height: 64px;
    color: #ffffff;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-5 .counter-block-container {
    margin-top: 32px;
    overflow: visible;
    border-radius: 2px;
    padding: 55px 25px 30px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}


/* Icon
----------------------------------------------------------------------------- */
.counter-block-style-5 i {
    left: 50%;
    top: -32px;
    width: 64px;
    height: 64px;
    color: #ffffff;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    margin: 0 0 0 -32px;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Style 6
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.counter-block-style-6 .counter-block-container {
    margin-top: 0;
    padding: 100px 0;
}




/* =============================================================================
   57. Price Block
============================================================================= */
/* container
----------------------------------------------------------------------------- */
.price-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px !important;
}
.price-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.price-block-container h1,
.price-block-container h2.h1 {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

/* span
--------------------------------------------------------- */
.price-block-container h1 span,
.price-block-container h2.h1 span {
    margin: 0;
    line-height: 1;
    display: inline-block;
}

/* Currency
--------------------------------------------------------- */
.price-block-container h4 .currency,
.price-block-container h2.h1 .price-block-currency  {
    font-size: 34px;
    padding-top: 10px;
    padding-right: 5px;
    vertical-align: top;
}

/* Amount
--------------------------------------------------------- */
.price-block-container h4 .amount,
.price-block-container h2.h1 .price-block-amount { font-size: 100px; }

/* Description
--------------------------------------------------------- */
.price-block-container h1 .price-block-desc,
.price-block-container h2.h1 .price-block-desc {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 10px;
}




/* =============================================================================
   58. CTA Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.col-md-12.cta-block { clear: left; }
.cta-section.section-no-padding,
.cta-section.section-no-padding > .section-container {
    z-index: 20;
    overflow: visible;
}
.cta-section.section-no-padding::after,
.cta-section.section-no-padding > .section-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Container
----------------------------------------------------------------------------- */
.cta-block-container {
    width: 100%;
    z-index: 15;
    display: block;
    font-size: 18px;
    padding-top: 10px;
    position: relative;
    margin: 0 auto 30px;
}
.cta-block-container::after {
    content: '';
    clear: both;
    display: table;
}
.cta-block-container > *:last-child { margin-bottom: 0; }
.cta-section.section-no-padding .cta-block-container,
.section-no-padding .cta-block-container { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
/* h2
--------------------------------------------------------- */
.cta-block-container h2 { font-weight: 400; }
.cta-block-container h2.h1 { font-weight: 700; }

/* h3
--------------------------------------------------------- */
.cta-block-container h3 { margin-bottom: 5px; }
.cta-block-container h3 a.btn { margin: 0 0 0 10px; }



/* Style 1
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-1 {
    font-size: 0;
    line-height: 0;
    text-align: center;
}


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-1 .cta-block-container {
    width: auto;
    min-height: 75px;
    text-align: left;
    display: inline-block;
}
.cta-block-style-1 .cta-block-container * { margin: 0; }


/* Icon
----------------------------------------------------------------------------- */
.cta-block-style-1 i.fa {
    left: 0;
    top: 8px;
    color: #d32f2f;
    font-size: 85px;
    position: absolute;
}
.cta-block-style-1 i.fa ~ * { padding-left: 100px; }


/* Link
----------------------------------------------------------------------------- */
.cta-block-style-1 a { color: #121212; }
.cta-block-style-1 .white-content a,
.wt_skin_light .cta-block-style-1 a { color: #ffffff; }
.cta-block-style-1 a:hover { text-decoration: underline; }



/* Style 2
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-2 .cta-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #d32f2f;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.cta-block-style-2 .cta-block-container * { color: #ffffff; }



/* Style 3
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-3 { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-3 .cta-block-container { padding-top: 0; }


/* Main Link
----------------------------------------------------------------------------- */
.cta-block-style-3 .cta-block-container a.main-link {
    width: 100%;
    display: block;
    color: #ffffff;
    padding: 30px 30px 25px;
    background-color: #d32f2f;
}
.cta-block-style-3 .cta-block-container a.main-link:hover { background-color: #121212; }



/* Style 4
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container {
    margin: 0 auto;
    padding: 40px 0;
    background-color: #d32f2f;
}


/* Image Block
----------------------------------------------------------------------------- */
.cta-block-style-4 .image-block { margin: -80px auto -80px !important; }


/* Title
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container h3 { padding-top: 5px; }


/* Button
----------------------------------------------------------------------------- */
.cta-block-style-4 .cta-block-container a.btn { margin-top: 15px; }



/* Style 5
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.cta-block-style-5 .cta-block-container {
    padding: 40px 25px;
    border-radius: 2px;
    border: 2px solid #dddddd;
    background-color: #ffffff;
}



/* Style 6
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.cta-block-style-6 { padding: 0; }


/* Container
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container {
    text-align: left;
    border-radius: 2px;
    padding: 0 10px 25px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.cta-block-style-6 .cta-block-container * { margin: 0; }
.cta-block-style-6 .cta-block-container > * { padding-top: 25px; }


/* Title
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container h4 {
    line-height: 24px;
    padding: 14px 0 6px;
}


/* Button
----------------------------------------------------------------------------- */
.cta-block-style-6 .cta-block-container a.btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}




/* =============================================================================
   59. FAQ Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.faq-block-container {
    display: block;
    position: relative;
    margin: 0 auto 30px !important;
}
.faq-block-container::after {
    content: '';
    clear: both;
    display: table;
}
.faq-block-container > *:last-child { margin-bottom: 0; }


/* Title
----------------------------------------------------------------------------- */
.faq-block-container h4 { font-size: 18px; }


/* Main Link
----------------------------------------------------------------------------- */
.faq-block-container a.main-link {
    width: 100%;
    padding: 25px;
    color: #121212;
    display: block;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.faq-block-container a.main-link * { margin-bottom: 0; }
.faq-block-container a.main-link:hover { text-decoration: underline; }



/* Style 1
============================================================================= */
.faq-block-style-1 .faq-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #ebebeb;
}



/* Style 2
============================================================================= */
.faq-block-style-2 .faq-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}




/* =============================================================================
   60. Instagram Feed Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.instagram-feed-block {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* Container
----------------------------------------------------------------------------- */
.instagram-feed-block-container {
    padding: 0;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}


/* Link
----------------------------------------------------------------------------- */
.instagram-feed-block-container > a {
    padding: 0;
    width: 12.5%;
    display: inline-block;
}


/* Image
----------------------------------------------------------------------------- */
.instagram-feed-block-container > a img {
    width: 100%;
    display: block;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.instagram-feed-block > h4 {
    top: 50%;
    left: 50%;
    margin: 0;
    width: auto;
    z-index: 15;
    padding: 25px 30px;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* span
--------------------------------------------------------- */
.instagram-feed-block > h4 span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

/* Link
--------------------------------------------------------- */
.instagram-feed-block > h4 a { color: #121212; }
.instagram-feed-block > h4 a:hover { color: #d32f2f; }




/* =============================================================================
   61. Flickr Feed Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.flickr-feed-block {
    padding: 0;
    width: 100%;
    font-size: 0;
    display: block;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    text-align: center;
}


/* Link
----------------------------------------------------------------------------- */
.flickr-feed-block > a {
    padding: 0;
    width: 12.5%;
    display: inline-block;
}


/* Image
----------------------------------------------------------------------------- */
.flickr-feed-block > a img {
    width: 100%;
    display: block;
}


/* Title
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.flickr-feed-block > h4 {
    top: 50%;
    left: 50%;
    margin: 0;
    width: auto;
    z-index: 15;
    padding: 25px 30px;
    position: absolute;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* span
--------------------------------------------------------- */
.flickr-feed-block > h4 span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

/* Link
--------------------------------------------------------- */
.flickr-feed-block > h4 a { color: #121212; }
.flickr-feed-block > h4 a:hover { color: #d32f2f; }




/* =============================================================================
   62. Twitter Feed Block
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}


/* Item
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

/* li
--------------------------------------------------------- */
.twitter-feed-block li.gfort-twitter-item {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
}
.twitter-feed-block li.gfort-twitter-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}


/* Avatar
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

/* Link
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar > a {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Image
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar > a img {
    width: 100%;
    display: block;
}

/* span
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-avatar span {
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    text-transform: uppercase;
}


/* Tweet
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-tweet {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 15px;
}

/* Link
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-tweet a { color: #121212; }
.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a {
    opacity: 0.80;
    color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-tweet a:hover { opacity: 1; }


/* Date / Buttons
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date-buttons {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Date
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date { float: left; }

/* Link
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-date a {
    color: #121212;
    display: block;
}
.twitter-feed-block .gfort-twitter-item .twitter-date a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a {
    opacity: 0.80;
    color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-date a:hover { opacity: 1; }

/* Buttons
--------------------------------------------------------- */
/* Wrapper
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons { float: right; }

/* Link
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
    color: #121212;
    margin-right: 10px;
}
.twitter-feed-block .gfort-twitter-item .twitter-buttons a:last-child { margin-right: 0; }
.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover { color: #d32f2f; }
.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a {
    opacity: 0.80;
    color: #ffffff;
}
.white-content.twitter-feed-block .gfort-twitter-item .twitter-buttons a:hover { opacity: 1; }

/* Icon
------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-buttons a i { margin-right: 5px; }


/* Follow Button
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow {
    top: 0;
    right: 0;
    position: absolute;
}

/* Button
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn {
    margin: 0;
    background-color: #55acee !important;
}

/* Icon
--------------------------------------------------------- */
.twitter-feed-block .gfort-twitter-item .twitter-follow a.btn i.fa { margin-right: 5px; }


/* Slider
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider {
    padding: 0;
    overflow: hidden;
}

/* Slide
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider .swiper-slide { padding: 0 15px; }

/* Arrows
--------------------------------------------------------- */
.twitter-feed-block.twitter-slider:hover .swiper-button-prev,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-next {
    opacity: 1;
    left: 20px;
}
.twitter-feed-block.twitter-slider:hover .swiper-button-next,
.twitter-feed-block.twitter-slider:hover .swiper-container-rtl .swiper-button-prev {
    opacity: 1;
    right: 20px;
}




/* =============================================================================
   63. Contact Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.contact-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px !important;
}
.contact-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Icon
----------------------------------------------------------------------------- */
.contact-block-container i.circle-icon-block {
    color: #ffffff;
    margin-bottom: 25px;
    background-color: #d32f2f;
}


/* List
----------------------------------------------------------------------------- */
.contact-block-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Social Icons
----------------------------------------------------------------------------- */
.contact-block-container .social-icons-block:first-child { margin-top: -5px; }


/* Button
----------------------------------------------------------------------------- */
.contact-block-container a.btn { margin-top: 25px; }


/* Link
----------------------------------------------------------------------------- */
.contact-block-container h2 a { color: #121212; }
.white-content.contact-block-container h2 a,
.white-content h2 a { color: #ffffff; }
.contact-block-container h2 a:hover,
.white-content h2 a:hover { color: #d32f2f; }



/* Style 1
============================================================================= */
.contact-block-style-1 .contact-block-container {
    padding: 25px;
    border-radius: 2px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}



/* style 2
============================================================================= */
.contact-block-style-2 .contact-block-container {
    margin-top: 32px;
    border-radius: 2px;
    padding: 57px 25px 25px;
    background-color: #ffffff;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.contact-block-style-2 .contact-block-container i.circle-icon-block {
    left: 25px;
    top: -32px;
    position: absolute;
}
.contact-block-style-2 .contact-block-container.text-center i.circle-icon-block {
    left: 50%;
    margin-left: -32px;
}




/* =============================================================================
   64. Car Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.car-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}
.car-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* h2
--------------------------------------------------------- */
.car-block-container h4 + h2 { margin-top: 25px; }

/* h4
--------------------------------------------------------- */
.car-block-container h4 { margin-bottom: 0; }

/* h5
--------------------------------------------------------- */
.car-block-container h4 + h5 { margin-bottom: 25px; }

/* p
--------------------------------------------------------- */
.car-block-container p {
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.car-block-container h2 + p { margin-top: 25px; }


/* Price
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.car-block-container h2 {
    font-size: 0;
    margin: 0 auto;
    line-height: 0;
    padding: 15px 0;
    font-weight: 400;
    display: inline-block;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

/* span
--------------------------------------------------------- */
.car-block-container h2 span {
    line-height: 1;
    display: inline-block;
}

/* Currency
--------------------------------------------------------- */
.car-block-container h2 .currency {
    font-size: 24px;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: top;
}

/* Amount
--------------------------------------------------------- */
.car-block-container h2 .amount { font-size: 50px; }

/* Duration
--------------------------------------------------------- */
.car-block-container h2 .duration { font-size: 18px; }


/* Features
----------------------------------------------------------------------------- */
/* List
--------------------------------------------------------- */
.car-block-container ul {
    text-align: left;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 0;
}
.car-block-container ul:first-child { margin-top: 0; }

/* Icon
--------------------------------------------------------- */
.car-block-container ul li i.fa {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}




/* =============================================================================
   64. Widget
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.widget-block-container {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}
.no-padding-bottom .widget-block-container {
	margin-bottom: 0;
}
.widget-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Title
----------------------------------------------------------------------------- */
.widget-block-container .widget-block-title {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}


/* Content
----------------------------------------------------------------------------- */
.widget-block-container .widget-block-content {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}
.no-padding-bottom .widget-block-content {
	margin-bottom: 0;
}
.widget-block-container .widget-block-content::after {
    content: '';
    clear: both;
    display: table;
}



/* Link
============================================================================= */
/* List
----------------------------------------------------------------------------- */
.link-widget-block ul,
.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Items
----------------------------------------------------------------------------- */
.link-widget-block ul li,
.widget_nav_menu ul li {
    width: 100%;
    display: block;
    font-weight: 500;
}
.col-md-12 .link-widget-block ul li, 
.col-md-12 .widget_nav_menu ul li {
	margin: 10px 15px 0 0;
    width: auto;
    display: inline-block;
}


/* Link
----------------------------------------------------------------------------- */
.link-widget-block ul li a,
.widget_nav_menu ul li a {
    color: #121212;
    display: inline-block;
}
.link-widget-block ul li a:hover,
.widget_nav_menu ul li a:hover { color: #d32f2f; }



/* Style 1
============================================================================= */
.link-widget-block-style-1 ul li,
.copyright-block.widget_nav_menu ul li {
    width: auto;
    margin: 10px 15px 0 0;
    display: inline-block;
}
.link-widget-block-style-1 ul li:last-child,
.copyright-block.widget_nav_menu ul li:last-child { margin-right: 0; }



/* Twitter
============================================================================= */
/* Follow Button
----------------------------------------------------------------------------- */
.widget-block-content .twitter-follow { display: none; }


/* Buttons
----------------------------------------------------------------------------- */
.widget-block-content .twitter-buttons i { margin: 0; }
.widget-block-content .twitter-buttons span { display: none; }


/* Slider
----------------------------------------------------------------------------- */
.widget-block-content .twitter-feed-block.twitter-slider .swiper-slide { padding: 0; }
.widget-block-content .twitter-feed-block .gfort-twitter-item .twitter-avatar { padding-left: 1px; }



/* Instagram
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
#wt_footer .instagram-widget-block .widget-block-content {
    width: auto;
    margin: -0.5%;
    padding-bottom: 15px;
}


/* Container
----------------------------------------------------------------------------- */
.instagram-widget-block .instagram-feed-block-container { text-align: left; }


/* Item
----------------------------------------------------------------------------- */
.instagram-widget-block .qodx-insta-style_0 a {
    width: 24%;
    margin: 0.5%;
    overflow: hidden;
    border-radius: 2px;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}



/* Subscribe
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
.subscribe-widget-block .widget-block-content {
    width: auto;
    margin: 0 -15px;
}


/* Container
----------------------------------------------------------------------------- */
.subscribe-widget-block .widget-block-container { margin-bottom: 0; }


/* Form Container
----------------------------------------------------------------------------- */
.subscribe-widget-block .form-block-container { padding-top: 0; }



/* Social
============================================================================= */
/* Content
----------------------------------------------------------------------------- */
.widget-block-content .social-icons-block {
    margin: -5px auto;
}



/* Google Map
============================================================================= */
.gmap-widget-block .gmap-block { height: 180px; }



/* Text
============================================================================= */
/* Link
----------------------------------------------------------------------------- */

.widget-block.widget_text a:not(.twitter-avatar-link) { color: #121212; }
.widget-block.widget_text a:not(.twitter-avatar-link):hover { color: #d32f2f; }



/* Logo
----------------------------------------------------------------------------- */
/* Link
--------------------------------------------------------- */
.widget-block.widget_text .navbar-brand { float: none; }
.widget-block.widget_text .navbar-brand + h5 { margin-bottom: 0; font-size: 18px; }

/* Image
--------------------------------------------------------- */
.widget-block.widget_text .navbar-brand > img { max-height: 70px; }




/* =============================================================================
   65. Footer
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
footer.footer-section {
    width: 100%;
    z-index: 100;
    display: block;
    position: relative;
}


/* Section Container
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
footer.footer-section > .section-container { padding: 85px 0 50px; }




/* =============================================================================
   66. copyright
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
footer.copyright-section {
    width: 100%;
    z-index: 100;
    display: block;
    position: relative;
}


/* Section Container
----------------------------------------------------------------------------- */
footer.copyright-section > .section-container { padding: 25px 0 10px; }



/* Copyright Block
============================================================================= */
/* Container
----------------------------------------------------------------------------- */
.copyright-block-container {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.copyright-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Typography
----------------------------------------------------------------------------- */
/* p
--------------------------------------------------------- */
.copyright-block-container p { line-height: 32px; }

/* h5
--------------------------------------------------------- */
.copyright-block-container h5 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 32px;
}


/* Social
----------------------------------------------------------------------------- */
.copyright-block-container .social-icons-block { margin: -5px auto; }



/* Widget
============================================================================= */
/* Container / Content
----------------------------------------------------------------------------- */
.copyright-block-container .widget-block-content,
.copyright-block-container .widget-block-container {
    margin-bottom: 0;
}


/* Link Widget
----------------------------------------------------------------------------- */
.copyright-block-container .link-widget-block-style-1 ul li,
.copyright-block.widget_nav_menu ul li {
    margin-top: 0;
    line-height: 32px;
}
.copyright-block-container .link-widget-block-style-1 ul li a,
.copyright-block.widget_nav_menu ul li a { font-size: 14px; }



/* Style 1
============================================================================= */
.copyright-section-style-1 { border-top: 1px solid #dddddd; }




/* =============================================================================
   67. Notification Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.notification-block {
    padding: 0;
    width: 100%;
    z-index: 102;
    display: none;
    overflow: hidden;
    position: relative;
}


/* Container
----------------------------------------------------------------------------- */
.notification-block-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0 45px 0 0;
}
.notification-block-container::after {
    content: '';
    clear: both;
    display: table;
}


/* Header
----------------------------------------------------------------------------- */
.notification-header {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* Description
----------------------------------------------------------------------------- */
.notification-desc {
    width: 100%;
    display: block;
    overflow: hidden;
}


/* Button
----------------------------------------------------------------------------- */
.notification-block-container a.btn { margin-top: 0; }


/* Close Button ( Link )
----------------------------------------------------------------------------- */
.notification-block-container .close-notification {
    top: -20px;
    right: 15px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    background-color: #d32f2f;
    border-radius: 0 0 2px 2px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.notification-block-container .close-notification:hover { background-color: #121212; }


/* Form Block
----------------------------------------------------------------------------- */
.notification-block-container .form-block-container { padding-top: 0; }



/* Top
============================================================================= */
.notification-block-top {
    margin: 0 auto;
    padding: 20px 0;
    font-weight: 500;
    max-width: 1600px;
}



/* Bottom Right
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.notification-block-bottom-right {
    right: 0;
    bottom: 0;
    width: 310px;
    display: block;
    position: fixed;
    overflow: visible;
    border-radius: 2px 0 0 0;
    background-color: #ffffff;

    -webkit-transform: translateY(110%);
       -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
         -o-transform: translateY(110%);
            transform: translateY(110%);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.notification-block-bottom-right.correct-position {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}


/* Container
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-block-container { padding: 0; }


/* Header
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-header {
    padding: 40px 20px 30px;
    background-color: #ffffff;
}


/* Description
----------------------------------------------------------------------------- */
.notification-block-bottom-right .notification-desc {
    padding: 40px 15px 10px;
    background-color: #ebebeb;
}


/* Close Button
----------------------------------------------------------------------------- */
.notification-block-bottom-right .close-notification {
    top: -14px;
    left: -14px;
    right: auto;
    border-radius: 50%;
}



/* Modal
============================================================================= */
/* Wrapper / Container
----------------------------------------------------------------------------- */
.notification-block-modal,
.notification-block-modal .notification-block-container {
    display: block;
    position: static;
}


/* Modal
----------------------------------------------------------------------------- */
/* Close Button
--------------------------------------------------------- */
.notification-block-modal .close-notification {
    top: -14px;
    z-index: 20;
    right: -14px;
    border-radius: 50%;
}



/* Style 3
============================================================================= */
/* Description
----------------------------------------------------------------------------- */
.notification-block-style-3 .notification-desc {
    width: auto;
    float: left;
    padding: 10px 0;
}


/* Timer Block
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
.notification-block-style-3 .timer-block {
    float: left;
    width: 240px;
}

/* Container
--------------------------------------------------------- */
.notification-block-style-3 .timer-block-container {
    margin: 0;
    width: 100%;
}

/* Columns
--------------------------------------------------------- */
.notification-block-style-3 .timer-block-container > div {
    width: auto;
    float: left;
    padding: 10px 0;
    margin: 0 15px 0 0;
}
.notification-block-style-3 .timer-block-container > div:last-child { margin-right: 0; }

/* Typography
--------------------------------------------------------- */
/* h5
------------------------------------- */
.notification-block-style-3 .timer-block-container h5 {
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;
}

/* Paragraph
------------------------------------- */
.notification-block-style-3 .timer-block-container p {
    font-weight: 600;
    display: inline-block;
    margin: 0 auto !important;
}




/* =============================================================================
   68. Breadcrumb
============================================================================= */
/* List
----------------------------------------------------------------------------- */
ol.breadcrumb {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    border-radius: 0;
    font-weight: 500;
    background-color: transparent;
}


/* Items
----------------------------------------------------------------------------- */
ol.breadcrumb > li { margin: 0; }


/* Link
----------------------------------------------------------------------------- */
ol.breadcrumb > li a {
    color: #121212;
    display: inline-block;
}
ol.breadcrumb > li a:hover { color: #d32f2f; }


/* Separator
----------------------------------------------------------------------------- */
ol.breadcrumb > li + li:before { color: #dddddd; padding: 0 5px 0 10px; }


/* Active
----------------------------------------------------------------------------- */
ol.breadcrumb > li.active { color: #515151; }




/* =============================================================================
   69. UP Button
============================================================================= */
/*Wrapper
----------------------------------------------------------------------------- */
#up-button,
#wt-top {
    right: 32px;
    z-index: 10;
    bottom: -64px;
    position: fixed;
    text-align: center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s linear;
       -moz-transition: all 0.30s linear;
         -o-transition: all 0.30s linear;
            transition: all 0.30s linear;
}
#up-button.correct-position,
#wt-top.wt_top_btn { bottom: 32px; }


/* Link
-------------------------------------------------------------------------- */
#up-button a,
#wt-top {
    width: 48px;
    height: 48px;
    display: block;
    color: #515151;
    font-size: 24px;
    overflow: hidden;
    line-height: 48px;
    border-radius: 50%;
    outline: none !important;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
#up-button a:hover,
#wt-top:hover {
    color: #ffffff;
    background-color: #d32f2f;
}

.social-icons-block-style-1 ul li a:hover i.fa-facebook { background-color: #3d5e99 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-behance { background-color: #1769ff !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-bitcoin { background-color: #f7931a !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-dribbble { background-color: #ea4c89 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-flickr { background-color: #ff0084 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-git { background-color: #333333 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-google-plus { background-color: #d73d32 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-html5 { background-color: #e34c26 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-jsfiddle { background-color: #4679bd !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-linkedin { background-color: #007bb6 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-meanpath { background-color: #2e2e2e !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-paypal { background-color: #0079ad !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-pinterest { background-color: #e3262e !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-rebel { background-color: #ee762a !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-sellsy { background-color: #4386d4 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-simplybuilt { background-color: #0098FF !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-rss { background-color: #f6a832 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-slideshare { background-color: #008ed2 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-stackoverflow {background-color:#ff9900 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-stumbleupon { background-color: #eb4924 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-windows { background-color: #00bcf2 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-yahoo { background-color: #2d1152 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-android { background-color: #8bc349 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-codepen { background-color: #222222 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-delicious { background-color: #0b79e5 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-dropbox { background-color: #2895f1 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-forumbee { background-color: #83ad13 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-googlewallet { background-color: #00a753 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-instagram { background-color: #3f729b !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-lastfm { background-color: #e31b23 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-medium { background-color: #333332 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-reddit { background-color: #e75018 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-skyatlas { background-color: #00adbb !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-soundcloud { background-color: #ff5500 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-steam { background-color: #404040 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-tencent-weibo {background-color: #73cff1 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-twitch { background-color: #6441a5 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-vimeo { background-color: #44bbff !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-vimeo-square { background-color: #44bbff !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-weibo { background-color: #eb7350 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-wordpress { background-color: #1e8cbe !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-yelp { background-color: #af0606 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-angellist { background-color: #000000 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-bitbucket { background-color: #205081 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-buysellads { background-color: #c90100 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-connectdevelop {background-color:#391448 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-deviantart { background-color: #3d4f42 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-drupal { background-color: #5bc3ff !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-foursquare { background-color: #f44877 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-gratipay { background-color: #663300 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-ioxhost { background-color: #f76800 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-linux { background-color: #e37407 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-openid { background-color: #f78c40 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-qq { background-color: #e8261f !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-skype { background-color: #00aff0 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-spotify { background-color: #84bd00 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-trello { background-color: #0078bd !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-twitter { background-color: #55acee !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-vine { background-color: #00bf8f !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-weixin { background-color: #e70012 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-xing { background-color: #026466 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-youtube-play { background-color: #cc181e !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-apple { background-color: #444444 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-css3 { background-color: #5eb7cb !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-digg { background-color: #222222 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-hackernews { background-color: #ff6600 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-joomla { background-color: #3d72a1 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-leanpub { background-color: #323232 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-maxcdn { background-color: #ff5b02 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-pagelines { background-color: #000000 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-reneren { background-color: #227dc5 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-shirtsinbulk { background-color: #dd3a26 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-stackexchange {background-color: #4ca3d7 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-tumblr { background-color: #36465d !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-vk { background-color: #6383a8 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-whatsapp { background-color: #64d448 !important; color: #ffffff !important; }
.social-icons-block-style-1 ul li a:hover i.fa-github { background-color: #333333 !important; color: #ffffff !important; }




.social-icons-block-style-2 ul li a i.fa-facebook { background-color: #3d5e99 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-behance { background-color: #1769ff !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-bitcoin { background-color: #f7931a !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-dribbble { background-color: #ea4c89 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-flickr { background-color: #ff0084 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-git { background-color: #333333 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-google-plus { background-color: #d73d32 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-html5 { background-color: #e34c26 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-jsfiddle { background-color: #4679bd !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-linkedin { background-color: #007bb6 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-meanpath { background-color: #2e2e2e !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-paypal { background-color: #0079ad !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-pinterest { background-color: #e3262e !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-rebel { background-color: #ee762a !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-sellsy { background-color: #4386d4 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-simplybuilt { background-color: #0098FF !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-rss { background-color: #f6a832 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-slideshare { background-color: #008ed2 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-stackoverflow {background-color:#ff9900 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-stumbleupon { background-color: #eb4924 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-windows { background-color: #00bcf2 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-yahoo { background-color: #2d1152 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-android { background-color: #8bc349 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-codepen { background-color: #222222 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-delicious { background-color: #0b79e5 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-dropbox { background-color: #2895f1 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-forumbee { background-color: #83ad13 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-googlewallet { background-color: #00a753 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-instagram { background-color: #3f729b !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-lastfm { background-color: #e31b23 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-medium { background-color: #333332 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-reddit { background-color: #e75018 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-skyatlas { background-color: #00adbb !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-soundcloud { background-color: #ff5500 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-steam { background-color: #404040 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-tencent-weibo {background-color: #73cff1 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-twitch { background-color: #6441a5 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-vimeo { background-color: #44bbff !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-vimeo-square { background-color: #44bbff !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-weibo { background-color: #eb7350 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-wordpress { background-color: #1e8cbe !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-yelp { background-color: #af0606 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-angellist { background-color: #000000 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-bitbucket { background-color: #205081 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-buysellads { background-color: #c90100 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-connectdevelop {background-color:#391448 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-deviantart { background-color: #3d4f42 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-drupal { background-color: #5bc3ff !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-foursquare { background-color: #f44877 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-gratipay { background-color: #663300 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-ioxhost { background-color: #f76800 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-linux { background-color: #e37407 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-openid { background-color: #f78c40 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-qq { background-color: #e8261f !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-skype { background-color: #00aff0 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-spotify { background-color: #84bd00 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-trello { background-color: #0078bd !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-twitter { background-color: #55acee !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-vine { background-color: #00bf8f !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-weixin { background-color: #e70012 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-xing { background-color: #026466 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-youtube-play { background-color: #cc181e !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-apple { background-color: #444444 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-css3 { background-color: #5eb7cb !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-digg { background-color: #222222 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-hackernews { background-color: #ff6600 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-joomla { background-color: #3d72a1 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-leanpub { background-color: #323232 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-maxcdn { background-color: #ff5b02 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-pagelines { background-color: #000000 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-reneren { background-color: #227dc5 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-shirtsinbulk { background-color: #dd3a26 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-stackexchange {background-color: #4ca3d7 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-tumblr { background-color: #36465d !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-vk { background-color: #6383a8 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-whatsapp { background-color: #64d448 !important; color: #ffffff !important; }
.social-icons-block-style-2 ul li a i.fa-github { background-color: #333333 !important; color: #ffffff !important; }




.social-icons-block-style-1 ul li a:hover span i.fa-facebook { color: #3d5e99 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-behance { color: #1769ff !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-bitcoin { color: #f7931a !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-dribbble { color: #ea4c89 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-flickr { color: #ff0084 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-git { color: #333333 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-google-plus { color: #d73d32 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-html5 { color: #e34c26 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-jsfiddle { color: #4679bd !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-linkedin { color: #007bb6 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-meanpath { color: #2e2e2e !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-paypal { color: #0079ad !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-pinterest { color: #e3262e !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-rebel { color: #ee762a !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-sellsy { color: #4386d4 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-simplybuilt { color: #0098FF !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-rss { color: #f6a832 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-slideshare { color: #008ed2 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-stackoverflow {color:#ff9900 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-stumbleupon { color: #eb4924 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-windows { color: #00bcf2 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-yahoo { color: #2d1152 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-android { color: #8bc349 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-codepen { color: #222222 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-delicious { color: #0b79e5 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-dropbox { color: #2895f1 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-forumbee { color: #83ad13 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-googlewallet { color: #00a753 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-instagram { color: #3f729b !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-lastfm { color: #e31b23 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-medium { color: #333332 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-reddit { color: #e75018 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-skyatlas { color: #00adbb !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-soundcloud { color: #ff5500 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-steam { color: #404040 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-tencent-weibo {color: #73cff1 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-twitch { color: #6441a5 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-vimeo { color: #44bbff !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-vimeo-square { color: #44bbff !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-weibo { color: #eb7350 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-wordpress { color: #1e8cbe !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-yelp { color: #af0606 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-angellist { color: #000000 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-bitbucket { color: #205081 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-buysellads { color: #c90100 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-connectdevelop {color:#391448 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-deviantart { color: #3d4f42 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-drupal { color: #5bc3ff !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-foursquare { color: #f44877 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-gratipay { color: #663300 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-ioxhost { color: #f76800 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-linux { color: #e37407 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-openid { color: #f78c40 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-qq { color: #e8261f !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-skype { color: #00aff0 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-spotify { color: #84bd00 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-trello { color: #0078bd !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-twitter { color: #55acee !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-vine { color: #00bf8f !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-weixin { color: #e70012 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-xing { color: #026466 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-youtube-play { color: #cc181e !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-apple { color: #444444 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-css3 { color: #5eb7cb !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-digg { color: #222222 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-hackernews { color: #ff6600 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-joomla { color: #3d72a1 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-leanpub { color: #323232 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-maxcdn { color: #ff5b02 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-pagelines { color: #000000 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-reneren { color: #227dc5 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-shirtsinbulk { color: #dd3a26 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-stackexchange {color: #4ca3d7 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-tumblr { color: #36465d !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-vk { color: #6383a8 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-whatsapp { color: #64d448 !important; }
.social-icons-block-style-1 ul li a:hover span i.fa-github { color: #333333 !important; }




.social-icons-block-style-1 ul li a:hover span i.fa-facebook + span { color: #3d5e99; }
.social-icons-block-style-1 ul li a:hover span i.fa-behance + span { color: #1769ff; }
.social-icons-block-style-1 ul li a:hover span i.fa-bitcoin + span { color: #f7931a; }
.social-icons-block-style-1 ul li a:hover span i.fa-dribbble + span { color: #ea4c89; }
.social-icons-block-style-1 ul li a:hover span i.fa-flickr + span { color: #ff0084; }
.social-icons-block-style-1 ul li a:hover span i.fa-git + span { color: #333333; }
.social-icons-block-style-1 ul li a:hover span i.fa-google-plus + span { color: #d73d32; }
.social-icons-block-style-1 ul li a:hover span i.fa-html5 + span { color: #e34c26; }
.social-icons-block-style-1 ul li a:hover span i.fa-jsfiddle + span { color: #4679bd; }
.social-icons-block-style-1 ul li a:hover span i.fa-linkedin + span { color: #007bb6; }
.social-icons-block-style-1 ul li a:hover span i.fa-meanpath + span { color: #2e2e2e; }
.social-icons-block-style-1 ul li a:hover span i.fa-paypal + span { color: #0079ad; }
.social-icons-block-style-1 ul li a:hover span i.fa-pinterest + span { color: #e3262e; }
.social-icons-block-style-1 ul li a:hover span i.fa-rebel + span { color: #ee762a; }
.social-icons-block-style-1 ul li a:hover span i.fa-sellsy + span { color: #4386d4; }
.social-icons-block-style-1 ul li a:hover span i.fa-simplybuilt + span { color: #0098FF; }
.social-icons-block-style-1 ul li a:hover span i.fa-rss + span { color: #f6a832; }
.social-icons-block-style-1 ul li a:hover span i.fa-slideshare + span { color: #008ed2; }
.social-icons-block-style-1 ul li a:hover span i.fa-stackoverflow {color:#ff9900; }
.social-icons-block-style-1 ul li a:hover span i.fa-stumbleupon + span { color: #eb4924; }
.social-icons-block-style-1 ul li a:hover span i.fa-windows + span { color: #00bcf2; }
.social-icons-block-style-1 ul li a:hover span i.fa-yahoo + span { color: #2d1152; }
.social-icons-block-style-1 ul li a:hover span i.fa-android + span { color: #8bc349; }
.social-icons-block-style-1 ul li a:hover span i.fa-codepen + span { color: #222222; }
.social-icons-block-style-1 ul li a:hover span i.fa-delicious + span { color: #0b79e5; }
.social-icons-block-style-1 ul li a:hover span i.fa-dropbox + span { color: #2895f1; }
.social-icons-block-style-1 ul li a:hover span i.fa-forumbee + span { color: #83ad13; }
.social-icons-block-style-1 ul li a:hover span i.fa-googlewallet + span { color: #00a753; }
.social-icons-block-style-1 ul li a:hover span i.fa-instagram + span { color: #3f729b; }
.social-icons-block-style-1 ul li a:hover span i.fa-lastfm + span { color: #e31b23; }
.social-icons-block-style-1 ul li a:hover span i.fa-medium + span { color: #333332; }
.social-icons-block-style-1 ul li a:hover span i.fa-reddit + span { color: #e75018; }
.social-icons-block-style-1 ul li a:hover span i.fa-skyatlas + span { color: #00adbb; }
.social-icons-block-style-1 ul li a:hover span i.fa-soundcloud + span { color: #ff5500; }
.social-icons-block-style-1 ul li a:hover span i.fa-steam + span { color: #404040; }
.social-icons-block-style-1 ul li a:hover span i.fa-tencent-weibo {color: #73cff1; }

.social-icons-block-style-1 ul li a:hover span i.fa-twitch + span { color: #6441a5; }
.social-icons-block-style-1 ul li a:hover span i.fa-vimeo + span { color: #44bbff; }
.social-icons-block-style-1 ul li a:hover span i.fa-vimeo-square + span { color: #44bbff; }
.social-icons-block-style-1 ul li a:hover span i.fa-weibo + span { color: #eb7350; }
.social-icons-block-style-1 ul li a:hover span i.fa-wordpress + span { color: #1e8cbe; }
.social-icons-block-style-1 ul li a:hover span i.fa-yelp + span { color: #af0606; }
.social-icons-block-style-1 ul li a:hover span i.fa-angellist + span { color: #000000; }
.social-icons-block-style-1 ul li a:hover span i.fa-bitbucket + span { color: #205081; }
.social-icons-block-style-1 ul li a:hover span i.fa-buysellads + span { color: #c90100; }
.social-icons-block-style-1 ul li a:hover span i.fa-connectdevelop {color:#391448; }
.social-icons-block-style-1 ul li a:hover span i.fa-deviantart + span { color: #3d4f42; }
.social-icons-block-style-1 ul li a:hover span i.fa-drupal + span { color: #5bc3ff; }
.social-icons-block-style-1 ul li a:hover span i.fa-foursquare + span { color: #f44877; }
.social-icons-block-style-1 ul li a:hover span i.fa-gratipay + span { color: #663300; }
.social-icons-block-style-1 ul li a:hover span i.fa-ioxhost + span { color: #f76800; }
.social-icons-block-style-1 ul li a:hover span i.fa-linux + span { color: #e37407; }
.social-icons-block-style-1 ul li a:hover span i.fa-openid + span { color: #f78c40; }
.social-icons-block-style-1 ul li a:hover span i.fa-qq + span { color: #e8261f; }
.social-icons-block-style-1 ul li a:hover span i.fa-skype + span { color: #00aff0; }
.social-icons-block-style-1 ul li a:hover span i.fa-spotify + span { color: #84bd00; }
.social-icons-block-style-1 ul li a:hover span i.fa-trello + span { color: #0078bd; }
.social-icons-block-style-1 ul li a:hover span i.fa-twitter + span { color: #55acee; }
.social-icons-block-style-1 ul li a:hover span i.fa-vine + span { color: #00bf8f; }
.social-icons-block-style-1 ul li a:hover span i.fa-weixin + span { color: #e70012; }
.social-icons-block-style-1 ul li a:hover span i.fa-xing + span { color: #026466; }
.social-icons-block-style-1 ul li a:hover span i.fa-youtube-play + span { color: #cc181e; }
.social-icons-block-style-1 ul li a:hover span i.fa-apple + span { color: #444444; }
.social-icons-block-style-1 ul li a:hover span i.fa-css3 + span { color: #5eb7cb; }
.social-icons-block-style-1 ul li a:hover span i.fa-digg + span { color: #222222; }
.social-icons-block-style-1 ul li a:hover span i.fa-hackernews + span { color: #ff6600; }
.social-icons-block-style-1 ul li a:hover span i.fa-joomla + span { color: #3d72a1; }
.social-icons-block-style-1 ul li a:hover span i.fa-leanpub + span { color: #323232; }
.social-icons-block-style-1 ul li a:hover span i.fa-maxcdn + span { color: #ff5b02; }
.social-icons-block-style-1 ul li a:hover span i.fa-pagelines + span { color: #000000; }
.social-icons-block-style-1 ul li a:hover span i.fa-reneren + span { color: #227dc5; }
.social-icons-block-style-1 ul li a:hover span i.fa-shirtsinbulk + span { color: #dd3a26; }
.social-icons-block-style-1 ul li a:hover span i.fa-stackexchange {color: #4ca3d7; }
.social-icons-block-style-1 ul li a:hover span i.fa-tumblr + span { color: #36465d; }
.social-icons-block-style-1 ul li a:hover span i.fa-vk + span { color: #6383a8; }
.social-icons-block-style-1 ul li a:hover span i.fa-whatsapp + span { color: #64d448; }
.social-icons-block-style-1 ul li a:hover span i.fa-github + span { color: #333333; }




.social-icons-block.social-icons-block-style-2 ul li a span i.fa-facebook { color: #3d5e99 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-behance { color: #1769ff !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-bitcoin { color: #f7931a !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-dribbble { color: #ea4c89 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-flickr { color: #ff0084 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-git { color: #333333 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-google-plus { color: #d73d32 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-html5 { color: #e34c26 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-jsfiddle { color: #4679bd !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-linkedin { color: #007bb6 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-meanpath { color: #2e2e2e !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-paypal { color: #0079ad !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-pinterest { color: #e3262e !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-rebel { color: #ee762a !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-sellsy { color: #4386d4 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-simplybuilt { color: #0098FF !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-rss { color: #f6a832 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-slideshare { color: #008ed2 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stackoverflow {color:#ff9900 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stumbleupon { color: #eb4924 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-windows { color: #00bcf2 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-yahoo { color: #2d1152 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-android { color: #8bc349 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-codepen { color: #222222 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-delicious { color: #0b79e5 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-dropbox { color: #2895f1 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-forumbee { color: #83ad13 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-googlewallet { color: #00a753 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-instagram { color: #3f729b !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-lastfm { color: #e31b23 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-medium { color: #333332 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-reddit { color: #e75018 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-skyatlas { color: #00adbb !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-soundcloud { color: #ff5500 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-steam { color: #404040 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-tencent-weibo {color: #73cff1 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-twitch { color: #6441a5 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vimeo { color: #44bbff !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vimeo-square { color: #44bbff !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-weibo { color: #eb7350 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-wordpress { color: #1e8cbe !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-yelp { color: #af0606 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-angellist { color: #000000 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-bitbucket { color: #205081 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-buysellads { color: #c90100 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-connectdevelop {color:#391448 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-deviantart { color: #3d4f42 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-drupal { color: #5bc3ff !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-foursquare { color: #f44877 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-gratipay { color: #663300 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-ioxhost { color: #f76800 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-linux { color: #e37407 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-openid { color: #f78c40 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-qq { color: #e8261f !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-skype { color: #00aff0 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-spotify { color: #84bd00 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-trello { color: #0078bd !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-twitter { color: #55acee !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vine { color: #00bf8f !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-weixin { color: #e70012 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-xing { color: #026466 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-youtube-play { color: #cc181e !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-apple { color: #444444 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-css3 { color: #5eb7cb !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-digg { color: #222222 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-hackernews { color: #ff6600 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-joomla { color: #3d72a1 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-leanpub { color: #323232 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-maxcdn { color: #ff5b02 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-pagelines { color: #000000 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-reneren { color: #227dc5 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-shirtsinbulk { color: #dd3a26 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stackexchange {color: #4ca3d7 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-tumblr { color: #36465d !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vk { color: #6383a8 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-whatsapp { color: #64d448 !important; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-github { color: #333333 !important; }




.social-icons-block.social-icons-block-style-2 ul li a span i.fa-facebook + span { color: #3d5e99; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-behance + span { color: #1769ff; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-bitcoin + span { color: #f7931a; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-dribbble + span { color: #ea4c89; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-flickr + span { color: #ff0084; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-git + span { color: #333333; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-google-plus + span { color: #d73d32; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-html5 + span { color: #e34c26; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-jsfiddle + span { color: #4679bd; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-linkedin + span { color: #007bb6; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-meanpath + span { color: #2e2e2e; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-paypal + span { color: #0079ad; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-pinterest + span { color: #e3262e; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-rebel + span { color: #ee762a; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-sellsy + span { color: #4386d4; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-simplybuilt + span { color: #0098FF; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-rss + span { color: #f6a832; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-slideshare + span { color: #008ed2; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stackoverflow {color:#ff9900; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stumbleupon + span { color: #eb4924; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-windows + span { color: #00bcf2; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-yahoo + span { color: #2d1152; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-android + span { color: #8bc349; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-codepen + span { color: #222222; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-delicious + span { color: #0b79e5; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-dropbox + span { color: #2895f1; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-forumbee + span { color: #83ad13; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-googlewallet + span { color: #00a753; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-instagram + span { color: #3f729b; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-lastfm + span { color: #e31b23; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-medium + span { color: #333332; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-reddit + span { color: #e75018; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-skyatlas + span { color: #00adbb; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-soundcloud + span { color: #ff5500; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-steam + span { color: #404040; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-tencent-weibo {color: #73cff1; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-twitch + span { color: #6441a5; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vimeo + span { color: #44bbff; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vimeo-square + span { color: #44bbff; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-weibo + span { color: #eb7350; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-wordpress + span { color: #1e8cbe; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-yelp + span { color: #af0606; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-angellist + span { color: #000000; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-bitbucket + span { color: #205081; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-buysellads + span { color: #c90100; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-connectdevelop {color:#391448; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-deviantart + span { color: #3d4f42; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-drupal + span { color: #5bc3ff; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-foursquare + span { color: #f44877; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-gratipay + span { color: #663300; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-ioxhost + span { color: #f76800; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-linux + span { color: #e37407; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-openid + span { color: #f78c40; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-qq + span { color: #e8261f; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-skype + span { color: #00aff0; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-spotify + span { color: #84bd00; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-trello + span { color: #0078bd; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-twitter + span { color: #55acee; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vine + span { color: #00bf8f; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-weixin + span { color: #e70012; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-xing + span { color: #026466; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-youtube-play + span { color: #cc181e; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-apple + span { color: #444444; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-css3 + span { color: #5eb7cb; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-digg + span { color: #222222; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-hackernews + span { color: #ff6600; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-joomla + span { color: #3d72a1; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-leanpub + span { color: #323232; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-maxcdn + span { color: #ff5b02; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-pagelines + span { color: #000000; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-reneren + span { color: #227dc5; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-shirtsinbulk + span { color: #dd3a26; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-stackexchange {color: #4ca3d7; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-tumblr + span { color: #36465d; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-vk + span { color: #6383a8; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-whatsapp + span { color: #64d448; }
.social-icons-block.social-icons-block-style-2 ul li a span i.fa-github + span { color: #333333; }




/* =======================================================
					    Qodux
======================================================= */


/* Header Widget Area
   ---------------------------------------------------- */	
   
#headerWidget {
	float: right;
	position: relative;
	z-index: 1;
	font: 16px/1.6 poppins, Helvetica, sans-serif, serif; }
.top-header .widget {
	font: 16px/1.6 poppins, Helvetica, sans-serif, serif; }

/* No Menu
   ---------------------------------------------------- */		
.wt_no_custom_nav { line-height: 80px; margin-left: 50px; }

/* Portfolio
   ---------------------------------------------------- */	
   
.wt_portofolio_container {
	height: 100%;
    width: 100%;
	position: relative; }
.wt_portofolio_details {
	padding: 25px 10px;
	text-align: center;
	background: #fff; }
.wt_portfolio_overlay .wt_portofolio_details {
	color: #ffffff;
	text-align: center;
	padding: 10px;
	z-index: 20;
	zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*opacity: 0;*/
    filter: alpha(opacity=00);
	background: rgba(255, 255, 255, 0.4);  }
.wt_portfolio_overlay_black .wt_portofolio_details {
	background: rgba(10, 10, 10, 0.9); }
.wt_portfolio_overlay .wt_portofolio_details p {
	color: #fff; }
.wt_portfolio_overlay .wt_portofolio_container:hover .wt_portofolio_details {
	opacity: 1;
    filter: alpha(opacity=100); }
.wt_portfolio_no_overlay .wt_image_overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    filter: alpha(opacity=00);
	background: rgba(255, 255, 255, 0.4); }
.wt_portfolio_no_overlay .wt_portofolio_container:hover .wt_image_overlay {
	opacity: 1;
    filter: alpha(opacity=100); }	

/* ----- Portfolio Overlay Title ----- */
.wt_portofolio_details h4 {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin: 0; }
.wt_portfolio_overlay .wt_portofolio_details h4 {
	width: 100%;
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 40% 0 0 0; }
.wt_portfolio_overlay h4 a {
	position: relative;
	z-index: 100;
	display: block;
	text-transform: uppercase;
	color: #ffffff !important; }
.wt_portfolio_overlay h4 a:hover {
	color: #ffffff;
	color: rgba(248, 248, 248, 0.85); }
	
/* ----- Portfolio Overlay Details ----- */
.wt_portofolio_det {
	margin: 0; 
	padding: 0; }
.wt_portfolio_overlay .wt_portofolio_det {
	width: 100%;	
	/*position: absolute;
	bottom: 0%;
	margin: 0 0 15% -10px; */}
.wt_portofolio_details .wt_portfolioCategory {
    font-size: 15px;
	font-style: italic;
	margin: 0; }
.wt_portfolio_overlay .wt_portofolio_details .wt_portfolioCategory {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase; }
.wt_portofolio_det :last-child,
.wt_portf_readmore {
	margin-bottom: 0; }
.wt_portf_readmore {
	margin-top: 10px; }
.wt_portfolio_overlay .wt_portf_readmore a {
	color: #fff;
	position: relative;
	z-index: 100;	
	font-size: 13.5px; }
.wt_portfolio_overlay .wt_portf_readmore a:hover {
	color: #fff;
	color: rgba(255, 255, 255, 0.85); }
.wt_portfolio_excerpt {
	color: #737373;
	font-size: 13.5px;
	margin-top: 15px; }
.wt_portfolio_overlay .wt_portfolio_excerpt {
	color: #fff; }

/* ----- Portfolio Overlay Icon ----- */
.wt_icon_lightbox {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 0%;
	border-radius: 50%;
	-webkit-transition: all ease 400ms ease-in-out;
	  -moz-transition: all ease 400ms ease-in-out;
	    -ms-transition: all ease 400ms ease-in-out;
	      -o-transition: all ease 400ms ease-in-out;
	        transition: all ease 400ms ease-in-out; }
.wt_icon_lightbox:hover {
	cursor: url('../img/pointer.png') 42 42, crosshair; }
.wt_icon_lightbox i {
	display: none;
    color: #fff !important; }

/* Uncomment next lines when the lightbox link is an icon/image */
/*
.wt_portofolio_container:hover .wt_icon_lightbox {
	top: 50%; }
.wt_portfolio_overlay .wt_portofolio_container:hover .wt_icon_lightbox {
	top: 0; }
*/
			
.sortableLinks {
	padding: 0 15px;
	margin: 0px auto 45px;
	text-align: center;
    overflow: hidden; }
.wt_portfolio_row .sortableLinks {
	margin-top: 0; }
.sortableLinks a {
    color: #333 !important;
    background: #f4f4f4;
	font-size: 11px;
	line-height: 16px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    letter-spacing: 0.15em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 5px 3px;
	padding: 10px 14px;
	text-shadow: none;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
		border-radius: 3px; }
.sortableLinks a:last-child {
	margin-right: 0; }
.sortableLinks a:hover,
.sortableLinks a.selected {
    background: #d32f2f;
    color: #fff !important;
	border-color: transparent; }
.wt_portfolio_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
.wt_portfolio_wrapper.wt_isotope {
	padding-right: 1px; }
.wt_portfolio_wrapper article,
.wt_portfolio_wrapper_carousel article {
    float: left;
    overflow: hidden;
    position: relative; }
.wt_portfolio_wrapper.wt_isotope article,
.wt_portfolio_wrapper_carousel article {
	float: none; }
.wt_portfolio_wrapper_carousel.wt_grid_spaces article {
	overflow: visible; }
.wt_portfolio_wrapper.wt_portfolio_2 article {
    width: 50%; }
.wt_portfolio_wrapper.wt_portfolio_3 article {
    width: 33.3%; }
.wt_portfolio_wrapper.wt_portfolio_4 article {
    width: 25%; }
.wt_portfolio_wrapper.wt_portfolio_5 article {
    width: 20%; }
.wt_portfolio_wrapper.wt_portfolio_6 article {
    width: 16.6%; }

.wt_portfolio_row {
	height: auto !important; }
.wt_portfolio_wrapper.wt_grid_spaces,
.wt_portfolio_wrapper_carousel.wt_grid_spaces  {
	margin-top: -15px; }
.wt_portfolio_wrapper.wt_grid_spaces article {
	padding: 0 15px; }
.wt_portfolio_wrapper_carousel.wt_grid_spaces article {
	margin: 0 15px; }
	
.wt_portfolio_wrapper article img,
.wt_portfolio_wrapper article .wt_image_overlay,
.wt_portfolio_wrapper article .wt_portofolio_details,
.wt_portfolio_wrapper_carousel article img,
.wt_portfolio_wrapper_carousel article .wt_image_overlay,
.wt_portfolio_wrapper_carousel article .wt_portofolio_details {
	-moz-transition: 0.4s;
	  -webkit-transition: 0.4s;
	    -o-transition: 0.4s;
	      transition: 0.4s; }
.wt_portfolio_wrapper article img,
.wt_portofolio_container,
.wt_portfolio_wrapper .wt_image_frame,
.wt_portfolio_wrapper .wt_image_holder {
    width: 100%; }
.wt_portfolio_wrapper .wt_image_frame {
	overflow: hidden; }
.single-wt_portfolio .portEntry_title {
	margin-bottom: 15px;
	font-weight: 700; }
.single-wt_portfolio .portEntry_content {
	border: 1px dashed #c0c0c0;
	border-top: none; }
.portEntry_content {
	padding: 20px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
	
/* display none until init */
.owl-carouselv{
	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); }

/* mouse grab icon */
.grabbing { 
    cursor: url("../img/grabbing.png") 8 8, move; }

/* fix */
.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); }
		
/* Custom Theme Styling */
.owl-controls .owl-buttons {
	margin-top: 10px; }
.owl-theme .owl-pagination {
	text-align: center; 
	width: 100%; 
	position: relative;
	margin-top: 40px; }
	
/* Styling Pagination for Blog / Portfolio Single Owl Slideshow */
.portEntry .wt_owl_rotator {
	position: relative; }
.blogEntry_frame .owl-theme .owl-pagination,
.qodx_blog_sc .owl-theme .owl-pagination,
.portEntry .owl-theme .owl-pagination {
	position: absolute; bottom: 0; margin: 0; }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
 
/* Styling Pagination */

.owl-theme .owl-controls .owl-page { display: inline-block; }
.owl-theme .owl-controls .owl-page span { 
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: relative;
    background-color: transparent;
    display: inline-block;
    border-radius: 100%; }

.owl-theme .owl-controls .owl-page.active span { cursor: default; }

.owl-theme .owl-controls .owl-page span:before {
    top: 5px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    opacity: 0.50;
    border-radius: 50%;
    position: absolute;
    background-color: #d32f2f;

    -webkit-transform: scale(0.70);
       -moz-transform: scale(0.70);
        -ms-transform: scale(0.70);
         -o-transform: scale(0.70);
            transform: scale(0.70);

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
			
/* Active / Hover */			
.owl-theme .owl-controls .owl-page.active span:before,
.owl-theme .owl-controls.clickable .owl-page:hover span:before {
    opacity: 1;

    -webkit-transform: scale(0.90);
       -moz-transform: scale(0.90);
        -ms-transform: scale(0.90);
         -o-transform: scale(0.90);
            transform: scale(0.90); }

/* If PaginationNumbers is true */
.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; }

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("../img/AjaxLoader.gif") no-repeat center center; }
	
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }

}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* --------------------------------------------------------	*/
/* Owl Carousel carousel-top-navigation */
/* --------------------------------------------------------	*/

.owl-theme .owl-buttons div,
.wt_custom_owl_btns div {
	display: inline-block;
	zoom: 1; 
	*display: inline;/*IE7 life-saver */
	margin: 0 2px;
	padding: 1px 10px;
	font-size: 20px;
	cursor: pointer;
	z-index: 100;
	font-family: 'FontAwesome';
	font-style: normal;
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	  -moz-transition: all 250ms ease-in-out;
	    -ms-transition: all 250ms ease-in-out;
	      -o-transition: all 250ms ease-in-out;
	        transition: all 250ms ease-in-out; }
.wt_custom_owl_btns div {
	margin: 0 0 0 4px;
	float: left; }
.blog-thumbnail-slide .owl-carousel,
.portEntry .owl-carousel {
	background: #f9f9f9;
    margin-bottom: 0 !important; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
       
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none; }
.owl-prev {
    right: 10%; }
.owl-next {
    left: 0px; }
.owl-prev:before {
    content: "\f104";
    margin: 0px auto; }  
.owl-next:before {
    content: "\f105";
    margin: 0px auto; }
.owl-prev.disabled, .owl-next.disabled, .owl-prev.disabled:hover, .owl-next.disabled:hover {
    border-color: #c8cfd7 !important;
    color: #c8cfd7 !important;
    cursor: no-drop !important; }  

/* If Custom Pagination is built somewhere else : 
<div class="wt_custom_owl_btns">
    <div class="wt_owl_prev btn btn-primary"><strong>&#60;</strong></div>
	<div class="wt_owl_next btn btn-primary"><strong>&#62;</strong></div>
</div> */
.wt_custom_owl_btns {
	position: absolute;
	bottom: 0px;
	right: 50%;
	display: inline-block; }
.wt_custom_owl_btns .btn-primary {
	background: #d32f2f;
	border-color: #d32f2f; }
.wt_custom_owl_btns strong {
	display: inline-block;
	text-indent: -9999px; }
.wt_owl_prev:before {
    content: "\f104";
    margin: 0px auto; } 
.wt_owl_next:before {
    content: "\f105";
    margin: 0px auto; }
	
 /* 
 *  Different direction buttons style for blog and portfolio
 */
 
.blog-thumbnail-slide .owl-buttons,
.portEntry .owl-buttons {
	margin: 0; *height: 0; width: 100%; }
.blog-thumbnail-slide .owl-buttons div,
.portEntry .owl-buttons div { width: 25px; height: 50px; margin: -25px 0 0; padding: 0; display: block; background: url("../img/slider_arrows.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 201; cursor: pointer; text-indent: -9999px; opacity: 0; filter: alpha(opacity=00); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.blog-thumbnail-slide .owl-next,
.portEntry .owl-next {
	 background-position: 100% 0 !important; left: auto; right: -10px; }
.blog-thumbnail-slide .owl-prev,
.portEntry .owl-prev { 
	left: -10px; }
.blog-thumbnail-slide:hover .owl-next,
.portEntry:hover .owl-next { 
	opacity: 0.8; filter: alpha(opacity=80); right: 5px; }
.blog-thumbnail-slide:hover .owl-prev,
.portEntry:hover .owl-prev {
	 opacity: 0.8; filter: alpha(opacity=80); left: 5px; }
.blog-thumbnail-slide .owl-next:hover,
.portEntry .owl-next:hover,
.blog-thumbnail-slide .owl-prev:hover,
.portEntry .owl-prev:hover { 
	opacity: 1; filter: alpha(opacity=100); }
  
 /* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    z-index: 99;  
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px!important;
	font-weight: 800!important;
    text-align: center!important;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out; }
.scroll-down a,
.scroll-down a:hover {
    color: #ddd; }
.scroll-down .fa-angle-down:before {
	margin-top: 50%; }
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}
.mouse {
    width: 18px;
    height: 28px;
	color: #ddd;
	border: 2px solid #ddd;
    border-radius: 9px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;
    margin: 0px auto 10px; }
#wt_containerWrapper { 
	margin: 0; 
	padding-top: 100px;
	padding-bottom: 70px; }
.wt_intro_disabled #wt_containerWrapper { 
	padding-top: 0px; }
body.page-template #wt_containerWrapper { 
	padding-bottom: 0; }
body.page-template-template_right_sidebar #wt_containerWrapper,
body.page-template-template_left_sidebar #wt_containerWrapper { 
	padding-bottom: 70px; }
#wt_containerWrapp { 
	margin: 0;
	padding: 0; }

	
/* Footer Middle
------------------------------------------------------- */	
.form-control::-moz-placeholder {
	color: transparent;
	opacity: 0; }
.form-control:-ms-input-placeholder {
	color: transparent; }
.form-control::-webkit-input-placeholder {
	color: transparent; }
#wt_sidebar .form-control::-moz-placeholder {
	color: #333;
	opacity: 1; }
#wt_sidebar .form-control:-ms-input-placeholder {
	color: #333; }
#wt_sidebar .form-control::-webkit-input-placeholder {
	color: #333; }

/* ---------------------------------------------------- */
/* Footer Area
/* ---------------------------------------------------- */

/* Footer Top
   ---------------------------------------------------- */	 
#wt_footerTop { padding: 50px 0 20px; }   
   
/* Footer Middle
------------------------------------------------------- */	

#wt_footer { padding: 85px 0 50px; }
.wt_footer_col .mc4wp-form {    
	width: auto;
    margin: 0 -15px;
	display: block;
    position: relative; }
.wt_footer_col > .widget_mc4wp_form_widget > .widget-block-container,
.wt_footer_col > .widget_mc4wp_form_widget > .widget-block-container > .widget-block-content {
	margin-bottom: 0; }

/* Footer Bottom
   ---------------------------------------------------- */	

#wt_footerBottom { padding: 25px 0 10px; }

/* Blog meta
   ---------------------------------------------------- */	

.qodx_blog_sc .post-media {
	position: relative; }
.blogEntry_frame {
	position: relative;
	margin-bottom: 25px; }
.blogEntry_excerpt {
	margin-bottom: 15px;
	color: #666;
	font-size: 14px; }
.wt_blog_entry .blogEntry_title {
	font-weight: 700; }
.blogEntry_title a {
	color: #333; }
.blogEntry_title a:hover {
	color: #f56363; }
.wt_blog_entry .sticky p {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px; }
.sticky-post { 
	background: #333; 
	padding: 5px; 
	color: #fff;
	margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;    
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em; }
.wt_blog_entry .sticky ul {
    margin-left: 1.2em; }
.blogEntry .sticky .blogEntry_title a {
	color: #f56363;
	font-weight: 700; }
.blogEntry .sticky .blogEntry_title a:hover {
	color: #333; }
.blogEntry_metadata {
    width: 100%;
	margin-bottom: 15px;
    color: #333;
	font-weight: 700;
	font-size: 13px; }
.wt_blog_entry .blogEntry_metadata {
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 15px;
	color: #666;
	border-bottom: 1px solid #f7f7f7; }
.wt_blog_entry .blogEntry_metadata div {
	font-size: 13px;
	padding: 6px 10px;
	margin: 0;
	border-left: 1px solid #ddd; }
.wt_blog_entry .blogEntry_metadata div i {
	color: #d32f2f; }
.wt_blog_entry .blogEntry_metadata div i:before {
	margin-right: 5px; }
.wt_blog_entry .blogEntry_metadata div:first-of-type {
	padding: 5px 10px 5px 0;
	border-left: none; }
.wt_blog_entry .blogEntry_metadata a {
	color: #666; }
.wt_blog_entry .blogEntry_metadata a:hover {
	color: #d32f2f; }
.blogEntry_metadata div {
    display: inline-block;
	padding: 0 3px;
	margin: 0; }
.wt_blog_entry .blogEntry_metadata div {
	padding-left: 8px;
	padding-right: 8px; }
.blogEntry_metadata div:first-of-type {
	padding-left: 0; }
.blogEntry_metadata div:last-of-type {
	padding-right: 0; }
.blogEntry_metadata .wt_meta_separator {
    display: inline-block; }
.post_container {
    position: relative;
    overflow: hidden; }
.post-image ul {
    max-height: 397px; }
.blogEntry {
	overflow: hidden;
	position: relative; }
.blog-thumbnail-slide {
	clear: both; }
.blog-thumbnail-player iframe {
    display: block; }
.blogEntry .entry_date span {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }
.blogEntry .entry_date .day {
    padding-top: 7px;
    line-height: 14px;
    color: #fff; }
.blogEntry .entry_date .month {
    font-size: 14px; }
.wt_blog_entry .wt_read_more {
	font-weight: 400;
	font-size: 13.5px;
	padding: 8px 15px;
	margin: 5px auto 10px;
	display: inline-block;
	line-height: normal;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
		border-radius: 3px; }
.single .wt_blog_entry {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0; }
.blogEntry_metadata_footer {
	margin: 30px 0 40px;
	padding: 25px 0 20px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd; }
.blogEntry_metadata_footer .entry_tags span {
	color: #151515;
	font-size: 16px;
	font-weight: 700;
	margin-right: 15px; }
.blogEntry_metadata_footer .entry_tags a {
	color: #666;
	font-size: 15px;
	margin-right: 10px; }
.blogEntry_metadata_footer .entry_tags a:hover {
	color: #d32f2f; }
.bypostauthor {}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
.widget_tag_cloud {
	overflow: hidden; }


/* Search form
   ---------------------------------------------------- */
   	
.wt_search_form  {
    margin: 0;
    padding: 0;
	position: relative; }
.wt_search_form .wt_search_field {
	height: 40px; }
.wt_search_form .wt_search_go {
	height: 40px; }
#wt_footerWrapper .wt_search_form .wt_search_field {
    border: 1px solid #464646;
    background-color: transparent; }
.wt_search_form .wt_search_field {
    border: 1px solid #d32f2f; }
.wt_search_form .wt_search_field::-webkit-input-placeholder,
.wt_search_form .wt_search_fieldt:-moz-placeholder,
.wt_search_form .wt_search_field::-moz-placeholder,
.wt_search_form .wt_search_fieldt:-ms-input-placeholder { color: #fff; }
.wt_search_form .input-group .form-control {
	padding: 0 10px;
	z-index: 3; }
.wt_search_form .search-btn {
    background-color: #d32f2f;
    border:  1px solid #d32f2f;
    color: #fff;
	outline: none;
	overflow: visible;
	font-size: 14px;
	padding: 6px 12px;
	font-family: 'FontAwesome'; 
	-webkit-transition: all 250ms ease-in-out;
	  -moz-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		  -ms-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out; }
.wt_search_form .search-btn:hover {
    border-color: #d32f2f;
	background-color: transparent;
	color: #d32f2f !important; }

/* Archive sidebar widget
   ---------------------------------------------------- */	
   
.widget_pages ul {
	list-style-type: none; }
.widget > ul,
.widget ul.menu,
.widget ul.menu ul,
.widget_pages ul,
.widget_pages ul ul {
	margin: 0;
    padding: 0;
	list-style: none; }
.widget > ul > li,
.widget ul.menu > li,
.widget ul.menu ul > li,
.widget_pages ul > li,
.widget_pages ul ul > li {
	list-style: none; }
.widget ul.menu ul li a,
.widget_pages ul ul li i {
	padding-left: 15px; }
.widget ul.menu ul ul li a,
.widget_pages ul ul ul li i {
	padding-left: 30px; }
.widget > ul > li i,
.widget_nav_menu li a:before {
	color: #444; }
.widget > ul > li i:before,
.widget_nav_menu li a:before {
	width: auto;
	margin-left: 0;
	margin-right: 8px;
	font-weight: 700; }
#wt_footerWrapper .widget .wt_social_networks_sc li,
.widget .wt_social_networks_sc li {
	border-bottom: none; }
.widget li a {
	color: #333;
	-webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	      -o-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out; }
			
/* Other widgets
   ---------------------------------------------------- */	
   
.wt_postList li a.thumb {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 6px; } 
.wt_postThumbs a.thumb {
    float: left;
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 7px; }
.wt_postThumbs {
	margin-right: -7px; }
.wt_postList li a.thumb img,
.wt_postThumbs a.thumb img {
	-webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
    opacity: 0.9;
    filter: alpha(opacity=90); }
.wt_postList li a.thumb:hover img,
.wt_postThumbs a.thumb:hover img {
    opacity: 1;
    filter: alpha(opacity=100); }	
.widget .wt_postInfo .comments,
.widget .wt_postInfo .date {
	display: block;
	margin: 4px 0; }
.widget .wt_postInfo .comments {
	font-weight: 700;
	font-size: 13px; }
.widget .wt_postInfo .date {
	font-size: 90%; }
.widget .wt_postInfo .comments a {
	display: inline-block !important; }
.widget li a:hover,
.widget .wt_postInfo .date,
.widget .wt_postInfo .comments a,
#wt_footerWrapper .widget .wt_postInfo .comments a {
	color: #d32f2f; }
.widget .wt_postInfo .comments a:hover {
	color: #111; }
#wt_sidebar .wt_postInfo a {
	display: block; }
.wt_postList .wt_postInfo .comments a,
.wt_postList .postInfo .comments a {
	display: block; }
#wt_sidebar .wt_postList > li {
	padding: 10px 0;
	border-bottom: 1px dashed #c0c0c0;
	margin: 0; }
#wt_sidebar .wt_postList > li:first-child {
	padding-top: 0; }
#wt_sidebar .wt_postList > li:last-child {
	padding-bottom: 0;
	border-bottom: 0; }
.wt_contactMail a {
	text-transform:  uppercase; }
	
/* WordPress Page Navigation
   ---------------------------------------------------- */
   
.wp-pagenavi {
	width: 100%;
	display: block;
	margin: 20px 0;
	border-radius: 4px; }
.wt_portfolio_wrapper .wp-pagenavi {
	min-height: 0 !important; }
.wp-pagenavi .pagination {
	width: 100%; }
.wp-pagenavi > li {
	display: inline; }
.wp-pagenavi > a,
.wp-pagenavi > span:not(.page-links-title) {
	position: relative;
	display: inline;
	padding: 4px 12px;
	text-decoration: none;
	background-color: transparent;
	color: #515151;
	margin: 5px;
	font-weight: 600;
    line-height: 32px;
    text-align: center;
    border-radius: 50% !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20); }
.wp-pagenavi > span:not(.page-links-title) {
	cursor: pointer;
	padding: 3px 13px;
	margin-right: 3px;
	background-color: #d32f2f;
	color: #fff;
	border: none; }
.format-standard .wp-pagenavi > a,
.format-standard .wp-pagenavi > span:not(.page-links-title),
.format-gallery .wp-pagenavi > a,
.format-gallery .wp-pagenavi > span:not(.page-links-title),
.post_navi > a,
.post_navi > span:not(.page-links-title),
.single-format-standard .wp-pagenavi > a,
.single-format-standard .wp-pagenavi > span:not(.page-links-title) {
	padding: 0px !important;
    width: 32px;
    display: inline-block;
    margin: 3px; }
.wp-pagenavi > a:not(.active):not(.currentPosts):hover,
.wp-pagenavi > span:not(.page-links-title):hover,
.wp-pagenavi > a:focus,
.wp-pagenavi > span:focus {
	background-color: #d32f2f;
	color: #ffffff !important; }
.wp-pagenavi .currentPosts,
.wp-pagenavi > .active,
.wp-pagenavi > .active > span,
.wp-pagenavi > .active > a:hover,
.wp-pagenavi > .active > span:hover,
.wp-pagenavi > .active > a:focus,
.wp-pagenavi > .active > span:focus {
	z-index: 2;
	background-color: #d32f2f;
	color: #ffffff !important; 
	cursor: default; }
.wp-pagenavi > .disabled > span,
.wp-pagenavi > .disabled > span:hover,
.wp-pagenavi > .disabled > span:focus,
.wp-pagenavi > .disabled > a,
.wp-pagenavi > .disabled > a:hover,
.wp-pagenavi > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	cursor: not-allowed; }
.nav-next,
.nav-previous {
	display: inline-block;
	font-weight: 700; }
.nav-next {
	text-align: right; }
.nav-previous span,
.nav-next span {
	display: block; 
	color: #515151;
	font-size: 14px; }
.entry_navigation .nav-previous span,
.entry_navigation .nav-next span {
	display: inline-block; }
.entry_navigation .nav-next {
    float: right; }
.nav-previous a,
.nav-next a {
	font-size: 13px;
	color: #515151;
	text-decoration: underline;
	display: block; }
.nav-previous a:hover,
.nav-next a:hover {
	color: #d32f2f; }
.entry_navigation {
	overflow: hidden;
	margin: 30px 0 30px;
	padding: 20px 15px;
	background-color: #f7f7f7; }
.nav-previous .meta-nav i:before,
.nav-next .meta-nav i:before,
.wp-pagenavi i:before {
	width: auto;
	margin: 0; }
	
/* Comments blog post
   ---------------------------------------------------- */	

#comments {
	clear: both;
    margin: 0; }
#respond_title {
	padding-top: 30px; }
#respond_title h3 {
	margin-bottom: 5px; }
#commentsTitle {
	padding-top: 30px; 
	margin-bottom: 20px; }
.commentList { 
	margin: 0 0 30px; 
	padding: 0; }
.commentList .comment_meta {
	margin-bottom: 10px; }
.commentList .comment_time {
	color: #666;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase; }
.commentList .comment_time a {
	color: #515151; }
.commentList .comment_time a:hover {

	color: #d32f2f; }
.commentList .comment {    
	-webkit-box-shadow:  0 -5px 5px -5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0 -5px 5px -5px rgba(0, 0, 0, 0.10);
    box-shadow:  0 -5px 5px -5px rgba(0, 0, 0, 0.10); }
.commentList li {
	list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
.commentList ul.children { 
	margin-left: 40px;
	padding: 0; }
.comment .comment_wrap {
	padding: 20px 0 0;
	margin-bottom: 20px; }
.comment:last-of-type .comment_wrap {
    border-bottom: none; }
.children .comment:last-of-type .comment_wrap { }
.comment_content {  
    margin-left: 75px;
    position: relative; }
.comment_wrap .gravatar img:hover,
.comment_wrap .gravatar:hover:after {
    background: #d32f2f; }
.comment_content .fa-comments {
	display: none; }
.avatar:hover img { 
	border-color: #d32f2f; }
.comment-body { 
	margin-bottom: 20px; }
.comment_wrap .gravatar {
    float: left;
    width: 56px; 
    position: relative; }
.comment_wrap .gravatar img {
    position: relative;
	width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
.comment_wrap .comment_author {
	display: block;
    margin: 0;
	font-weight: 600;
    font-style: normal; }
.comment_wrap .comment_author a { 
	color: #333; }
.comment_wrap .comment_author a:hover { 
	color: #d32f2f; } 
.comment_wrap .comment { 
    position: relative; }
#commentform {
	margin-top: 30px; }
/* --- error label --- */
#commentform label.error {
	font-weight: normal;
	position: relative;
	top: -10px;
	margin-bottom: 0;
	color: red; }
#commentform .form-control.error {
	border-color: red; }
#commentform fieldset {
	margin-bottom: 30px; }
.btn-reply a {
	background-color: #d32f2f;
	color: #f8f8f8;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; }
.btn-reply a:hover {
	background-color: #444; }
#submit.btn {
	font-size: 16px;
	margin-top: 0px; }
#cancel-comment-reply-link {
	margin-top: 15px; }
.commentList li.pingback, .commentList li.trackback {
    border-top: 1px solid #ddd;
    padding: 1.75em 0; }
.commentList .pingback .comment_content {
	margin-left: 0; }
.commentList .pingback .comment_text {
	display: none; }
.commentList .pingback .comment_author a.url {
    color: #d32f2f; }
.commentList .pingback .comment_author a.url:hover {
    color: #333; }
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 16px!important;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}
.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}	
.comment-navigation .nav-previous a, 
.comment-navigation .nav-next a {
	color: #d32f2f;
	text-decoration: none;
	display: inline-block;
	font-size: 15px; }
	
/* Others...
   ---------------------------------------------------- */

.wt_clearboth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }   
.vc_row-no-margin.vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important; }
.vc_row-no-padding.vc_row {
	padding-left: 0 !important;
	padding-right: 0 !important; }
.vc_row-no-padding .vc_inner.container { /* DO NOT DELETE - needed for inner centered rows option within VC rows streched no paddings */
    margin-right: auto !important;
    margin-left: auto !important; }
.wpb_single_image img {
	vertical-align: middle; }
.wpb_single_image.absolute-image .vc_figure {
	display: block; }
.wpb_single_image img {
	max-width: none; }
.gfort-50-column .background-image-block img {
	width: auto; }
.wpb_single_image .vc_figure.qodx-background {
	display: block; }
.column-position-static {
	position: static !important; }
#wt_sidebar .widget { margin-bottom: 30px; }
	
/* Basic Style For Images
   ------------------------------------------------- */
	
img.alignright,
.wp-caption.alignright { float: right; }
img.alignleft,
.wp-caption.alignleft { float: left; }
img.alignleft, .wp-caption.alignleft {
	margin: 5px 18px 5px 2px !important; }
img.alignright, .wp-caption.alignright {
	margin: 5px 2px 5px 18px !important; }
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 2px auto 20px !important;
	text-align: center; }

/* wp default image
   ------------------------------------------------- */
   
.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	color: #222222;	
	max-width: 100%!important;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#fafafa));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #fafafa);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #eeeeee;
	border-bottom-color: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
dl.wp-caption { 
	background-color: transparent;
	background-image: none;
	border: none;}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0; }
p.wp-caption-text {
	padding: 5px 5px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center; }
span.rss-date {
	display: block;
	font-size: 12px;
	margin: 5px 0; }
.widget li a.rsswidget {
	font-size: 16px;
	font-weight: bold; }
	
/* WordPress Galleries
   ------------------------------------------------- */
   
.gallery {
	margin-bottom: 20px;
	margin-left: -4px; }
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
	border: none;
	height: 100%; }
#gallery-1 .gallery-item {
	margin-top: 0px!important; }
.gallery-item dt {
	margin-top: 0;
	margin-bottom: 0; }
.gallery-item a {
	vertical-align: middle; }
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px; }
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center; }
.gallery-columns-3 .gallery-item {
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px); }
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px); }
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px); }
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0; }
.gallery-caption {
	color: #515151;
	font-size: 14px;
	font-style:italic;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	padding: 10px 30px;
	text-align: center;
	-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
			transition: all 0.3s;
	width: 100%; }
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none; }

img:not(.swiper-image):not(.vc_single_image-img) { height: auto; image-rendering: optimizeQuality; max-width: 100%; }
.signature-block-container img {max-width: 200px!important;}
.widget .children { margin-left: 1.5em; margin-top: 0; list-style-type: none; }
.widget_rss li { margin-bottom: 1.5em; }
	
/* Advertise Widget
   ---------------------------------------------------- */	
   
.wt_adsWrap {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	margin-left: -10px; }
#wt_footer .wt_adsWrap {
	padding-top: 10px; }
.wt_adsWrap a {
	width: 120px;
	margin: 0 0 10px 10px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; }
.wt_adsWrap a img {
	width: 100%;
	display: block; }
.wt_adsWrap a.last {
	margin-right: 0; }

/* Custom Links Widget
   ---------------------------------------------------- */	
   
#wt_footer .wt_custom_links {
	padding-top: 5px; }
#wt_footer .widget .wt_custom_links li i {
	color: #eeeeee; }
.widget .wt_custom_links .title {
	text-align: left; }
.wt_custom_links li,
#widgetWrapper .wt_custom_links li {
	margin-bottom: 8px !important; }
.wt_custom_links li a {
	background: none !important;    
	padding: 0 !important;
	line-height: 24px; }
.wt_custom_links li img {
	vertical-align: top;
	display: inline-block;
	margin-right: 5px; }
.wt_custom_links li span {
	display: inline-block;
	font-size: 16px; }

/* Calendar Widget
   ---------------------------------------------------- */	
   
#wp-calendar {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
	margin-bottom: 20px; }
.widget_calendar a {
	color: #777; }
.widget_calendar a:hover {
	color: #d32f2f; }
#wp-calendar th,
#wp-calendar caption {
	text-align: center; }
#prev {
	text-align: left; }
#wp-calendar caption, 
#wp-calendar th, 
#wp-calendar td, 
#wp-calendar tfoot {
	padding: 5px; }
#wt_sidebar #wp-calendar th, 
#wt_sidebar #wp-calendar tbody td {
	border-bottom: 1px solid #e5e5e5; }
#today,
#wt_containerWrapp #today {
	font-weight: bold;
	color: #ffffff;
	background-color: #d32f2f; }
#wp-calendar caption, 
#wp-calendar th {
	color: #d32f2f; }
#wt_sidebar #wp-calendar th, #wt_sidebar  #wp-calendar tbody td {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5; }
#wt_sidebar  #wp-calendar tbody td#today {
	border: none; }
#wt_sidebar  #wp-calendar tbody td#today a {
	color: #fff; }
#wt_sidebar #wp-calendar th:last-child,
#wt_sidebar #wp-calendar tbody td:last-child {
	border-right: 1px solid #e5e5e5; }
#wt_sidebar #wp-calendar caption {
	border-bottom: 1px solid #e5e5e5;	}
#wt_sidebar #wp-calendar caption,
#wt_sidebar #wp-calendar th {
	font-weight: bold;	}
#wt_footer #wp-calendar td {
	color: #b0b0b0;	}
#wt_footer #wp-calendar #today {
	color: #ffffff;	}
#wt_footer #wp-calendar caption,
#wt_footer #wp-calendar th {
	font-weight: bold;	}
	
/* About The Author
   ------------------------------------------------- */	 
   
#aboutTheAuthor {
	margin-bottom: 40px; }
#aboutTheAuthor h3 {
	margin-bottom: 20px; }
.aboutTheAuthor_wrapp {
	padding-right: 10px;
	min-height: 90px;
	overflow: hidden;
	color: #777777;	
	background: #f7f7f7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-left: 1px solid #e5e5e5; }
.aboutTheAuthor_wrapp .gravatar {
	float: left;
	width: 15%;
	padding: 20px 0;
	overflow: hidden;
	/*position: absolute;*/
	text-align: center; }
.aboutTheAuthor_wrapp .gravatar img {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 10px auto 15px;
	padding: 4px;
	max-width: 80px;
	max-height: 80px; }
.aboutTheAuthor_content {
	float: right;
	width: 85%;
	overflow: hidden;
	padding: 20px;    
	padding-left: 0; }
.aboutTheAuthor_content h4 {
	margin-bottom: 8px;
	font-size: 22px; }
.aboutTheAuthor_content p {
	margin-bottom: 10px; }
.wt_extra_author_title {
	margin-bottom: 40px; }
	
/* Styled Tables
   ---------------------------------------------------- */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333333;
  width: 100%;
  margin-bottom: 20px; }
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #f7f7f7; }
table th {
  font-weight: bold; }
table thead th {
  vertical-align: bottom; }
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }
table .table-condensed th,
table .table-condensed td {
  padding: 4px 5px; }
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + tbody tr:first-child th,
colgroup + tbody tr:first-child td,
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
  border-top: 0; }
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
		  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
		  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
		  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px; }
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
		  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px; }
table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
		  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0; }
table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
		  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0; }
table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
		  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }
table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
		  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px; }
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #f5f5f5; }
  
.post-password-form label {
	margin: 0px 5px 0 0;
	float: left; }  
	
.post-password-form p {
	overflow: hidden; }
.post-password-form input[type="password"] {
	border: 1px solid #d32f2f;
	line-height: 30px; }  
.post-password-form input[type="submit"] {
	color: #fff;
	background: #d32f2f;
	border: 1px solid #d32f2f;
	font-size: 12px;
	line-height: 32px;
	padding: 0 10px;
	margin-bottom: 20px; 
	float: left; }
.entry_edit {
	clear: both;
	margin-top: 20px; }
.blogEntry .mejs-container {
	margin-top: 30px; 
}