@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('./fonts/GOTHAMNARROW-LIGHT_1.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 100% !important;
}
/*body{overflow-y: hidden !important;}*/

section,
.cover {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}
::selection {
    background-color: #FF7881;
    color: white;
}
a {
    color: #272727;
    text-decoration: none;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
button,
button:hover {
    text-decoration: none;
    outline: none;
    /*color:#D43540;*/
}
a:hover {
    color: #f00!important;
}
p.light.novo_crna_poz {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !Important;
}
a:focus,
button:focus {
    outline: none;
    text-decoration: none;
}
/* Page Loader */

section#subsidiary .banner-subs img {
    visibility: hidden;
    display: none;
}
section#subsidiary .subsidiay-cat {
    padding-top: 19%;
}
#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
}
#pageloader.white-loader {
    background-color: white;
}
.spinner {
    margin: 0 auto;
    width: 100%;
    height: 90px;
    text-align: center;
    position: absolute;
    top: 45%;
    margin-top: 0px;
    background-color: white;
}
.spinner img {
    position: relative;
    left: 0;
    top: 50%;
    max-width: calc(100% - 90px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.spinner div {
    /*	width: 18px;height: 18px;border-radius: 100%;display: inline-block;top:50%;margin-top:9px;-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;animation: sk-threeBounceDelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;*/
}
.white-loader .spinner div {
    background-color: #333;
}
.dark-loader .spinner div {
    background-color: #dedede;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.animated-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed !important;
    background-repeat: repeat;
    -webkit-animation: BackgroundAnimation 500s linear infinite;
    -moz-animation: BackgroundAnimation 500s linear infinite;
    -ms-animation: BackgroundAnimation 500s linear infinite;
}
blockquote {
    border-left: 2px solid #eee;
    padding: 5px 12px;
}
/* Buttons */

.btn {
    padding: 5px 8px;
    letter-spacing: 0.7px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 2px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:active,
.btn:focus {
    box-shadow: none;
}
.btn span {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    opacity: .8;
    line-height: 8px;
}
/* Button Colors */

.white-btn {
    background: white;
    color: #1b1b1b;
}
.light-btn,
.white-btn:hover {
    background: #ebebeb;
    color: #1b1b1b;
}
.light-btn:hover {
    opacity: .7;
}
.colored-btn,
.colored-btn:focus {
    /* Look to /css/colors folder */
    
    color: white;
}
.colored-btn:hover {
    color: white;
    opacity: 0.85;
}
.dark-btn,
.dark-btn:hover,
.dark-btn:focus {
    /* Look to /css/page_tones folder */
    
    color: white;
}
/* Button Border Options */

.white-border-btn,
.white-border-btn:focus {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
    background: transparent;
}
.white-border-btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #1b1b1b;
}
.dark-border-btn,
.dark-border-btn:focus {
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #1b1b1b;
    background: transparent;
}
.dark-border-btn:hover {
    border: 1px solid #222222;
    background: #222222;
    color: white;
}
.circle-btn {
    border-radius: 40px;
}
/* Button Sizes */

.mini-btn {
    padding: 6px 11px;
    font-size: 12px;
}
.small-btn {
    padding: 8px 15px;
    font-size: 13px;
}
.medium-btn {
    padding: 10px 25px;
    font-size: 14px;
}
.large-btn {
    padding: 14px 35px;
    font-size: 15px;
}
.xlarge-btn {
    padding: 16px 45px;
    font-size: 16px;
}
/* Icons */

.icon {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Icon Colors */

.white-icon {
    background: white;
    color: #1b1b1b;
}
.light-icon,
.white-icon:hover {
    background: #ebebeb;
    color: #1b1b1b;
}
.light-icon:hover {
    opacity: .9;
}
.colored-icon,
.colored-icon:focus {
    /* Look to /css/colors folder */
    
    color: white;
}
.colored-icon:hover {
    color: white;
    opacity: 0.85;
}
.dark-icon,
.dark-icon:hover,
.dark-icon:focus {
    /* Look to /css/page_tones folder */
    
    color: white;
}
/* Icon Border Options */

.white-border-icon,
.white-border-icon:focus {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
    background: transparent;
}
.white-border-icon:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #1b1b1b;
}
.dark-border-icon,
.dark-border-icon:focus {
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #1b1b1b;
    background: transparent;
}
.dark-border-icon:hover {
    border: 1px solid #222222;
    background: #222222;
    color: white;
}
/* Icon Sizes */

.mini-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.small-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.medium-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.large-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.xlarge-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
}
/* Icons Listing */

.icons-listing div {
    width: 20%;
    float: left;
    font-size: 0;
    cursor: default;
    border: 1px solid #efefef;
    margin: -1px -1px 0 0;
    background: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icons-listing i {
    border-right: 1px solid #efefef;
    display: inline-block;
    font-size: 16px;
    padding: 12px;
    width: 45px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icons-listing div:hover {
    background: #fafafa;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.icons-listing div:hover i {
    color: white !important;
    border-right: none;
}
.icons-listing div span {
    font-size: 14px;
    color: #999;
}
/* Page Font Classes */

.raleway {
    font-family: 'raleway', sans-serif !important;
}
.georgia {
    font-family: Georgia, Times, 'Times New Roman', serif !important;
}
.tahoma {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}
.pacifico {
    font-family: 'Pacifico', cursive !important;
}
.oswald {
    font-family: 'Oswald', sans-serif !important;
}
.helvetica {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
/* Font Styles */

.extrabold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.semibold {
    font-weight: 600;
}
.normal {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.extra-light {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased !important;
}
.h1 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4 {
    font-size: 18px;
}
.h5 {
    font-size: 14px;
}
.h6 {
    font-size: 12px;
}
.span-with-bg {
    padding: 10px;
}
.span-with-border {
    padding: 12px 14px;
    border: 1px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.note {
    color: #a4a4a4;
    font-size: 13px;
    line-height: 22px;
}
pre,
code {
    margin: 10px 0;
    display: block;
    font-size: 13px;
    background-color: #fafafa;
    border: none;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 7px;
}
/* Containers */

.container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.container-a {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 100;
    background: white;
    padding-bottom: 100px;
}
.content_inner {
    padding: 30px 0px;
    width: 100%;
    background-color: white;
}
.ui-widget-content {
    border: none!important;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666666%;
    float: left;
}
.inner {
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    /*padding: 100px 0 30px 0px;*/
}
#lawyers .inner {
    position: initial;
}
footer {
    position: relative !important;
}
footer.kratka_strana {
    position: fixed !important;
    bottom: 0;
}
.inner:after,
.inner:before {
    clear: both;
}
.five {
    width: 20%;
}
.boxed {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: auto;
}
.circle {
    border-radius: 100%;
}
.fullwidth {
    width: 100%;
    max-width: 100%;
}
.fullscreen {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	direction: ltr;
}
.transparent {
    background: transparent !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.margin-top {
    margin-top: 20px !important;
}
.margin-left {
    margin-left: 20px !important;
}
.margin-right {
    margin-right: 20px !important;
}
.margin-bottom {
    margin-bottom: 20px !important;
}
/* Positions and Floats */

.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.fixed {
    position: fixed !important;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.table {
    display: table;
}
/* For Mobile Devices */

.fixed-bg {
    background-attachment: fixed !important;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.f-right2 {
    margin-bottom: 10px;
}
.breadright {
    float: right;
    font-size: 12px;
    width: 20%;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
/* Opacity Classes */

.op-01 {
    opacity: .1;
}
.op-02 {
    opacity: .2;
}
.op-03 {
    opacity: .3;
}
.op-04 {
    opacity: .4;
}
.op-05 {
    opacity: .5;
}
.op-06 {
    opacity: .6;
}
.op-07 {
    opacity: .7;
}
.op-08 {
    opacity: .8;
}
.op-09 {
    opacity: .9;
}
.st {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Cursor Types */

.c-default {
    cursor: default;
}
.c-pointer {
    cursor: pointer;
}
.c-move {
    cursor: move;
}
/* List Types */

ul.list-circle,
ol.list-circle {
    list-style-type: circle;
    padding-left: 15px;
}
ul.list-disc,
ol.list-disc {
    list-style-type: disc;
    padding-left: 15px;
}
ul.list-numbers,
ol.list-numbers {
    list-style-type: circle;
    padding-left: 15px;
}
ul.list-latin,
ol.list-latin {
    list-style-type: lower-latin;
    padding-left: 15px;
}
.colored-list li {
    position: relative;
    padding-left: 20px;
}
.colored-list li:before {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    left: 0;
    content: "\f105";
    top: 3px;
    border-radius: 100%;
    font-family: 'FontAwesome';
    color: white;
}
/* Animates */

.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
/* Patterns */

.pattern-white:before {
    background: url(../images/pattern-white.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.pattern-black:before {
    background: url(../images/pattern-black.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* Text Aligns */

.t-left {
    text-align: left !important;
}
.t-center {
    text-align: center !important;
    COLOR: #FFF;
}
.t-right {
    text-align: right !important;
}
.t-justify {
    text-align: justify !important;
}
.v-center {
    vertical-align: middle;
    display: table-cell;
}
.v-top {
    vertical-align: top;
    display: table-cell;
}
.v-bottom {
    vertical-align: bottom;
    display: table-cell;
}
.ws-normal {
    white-space: normal;
}
.ws-nowrap {
    white-space: nowrap;
}
.ws-preline {
    white-space: pre-line;
}
/* Text Colors */

.white {
    color: white !important;
}
.gray {
    color: #939393;
}
.gray-light {
    color: #dddddd;
}
.t-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.b-shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.white::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: white;
}
.white:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: white;
}
.white::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: white;
}
.white:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: white;
}
/* Background Colors */

.white-bg {
    background-color: white !important;
}
.dark-red-bg {
    position: relative;
}
.dark-red-bg:before {
    background-color: rgba(40, 32, 32, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
}
/* Borders */

.border-1px {
    border: 1px solid;
}
.border-2px {
    border: 2px solid;
}
section.border-1px + section.border-1px,
section.border-2px + section.border-2px {
    border-top: transparent;
}
.soft-border {
    border-color: #f1f1f1;
}
section.soft-border {
    border-left: transparent;
    border-right: transparent;
}
.gray-border {
    border-color: gray;
}
.no-border {
    border: none !important;
}
.no-border-top {
    border-top: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-right {
    border-right: none !important;
}
.white-border {
    border-color: white !important;
}
.bigger {
    font-size: 95px;
}
.big {
    font-size: 70px;
}
.text-50 {
    font-size: 50px;
}
.text-40 {
    font-size: 40px;
}
.text-30 {
    font-size: 30px;
}
.text-20 {
    font-size: 20px;
}
/* Header Styles */

.header {
    margin: 0 auto;
    padding-top: 0;
    font-size: 25px;
    text-align: center;
}
/* For Oswald Font */

.header.oswald {
    -webkit-font-smoothing: antialiased;
}
.header.small-header {
    font-size: 22px !important;
}
.header + p {
    margin: 0 auto;
}
/* Header Style 1 */

.header.header-style-1 {
    margin-bottom: 60px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 0px;
    right: 0px;
}
.main-title {
    text-align: center;
    color: #fff;
}
.header-style-1:after {
    position: relative;
    content: '';
    bottom: -25px;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    display: block;
}
.white.header-style-1:after {
    background-color: #fff;
}
.header-style-1.header + p {
    font-size: 15px;
    padding: 0 15px;
    margin: 0 auto;
}
.white.header + p {
    color: #b6b6b6;
}
/* Header Style 2 */

.header-first {
    font-size: 24px;
}
.dark-bg .header-first,
.xdark-bg .header-first,
.xxdark-bg .header-first,
.black-bg .header-first {
    color: white;
}
.light-bg .header-first {
    color: #636363;
}
.header-style-2.header {
    font-size: 40px;
}
.header-style-2.header +p {
    font-size: 15px;
    margin-top: 15px;
}
.header-style-2.strip + p:after {
    position: relative;
    content: '';
    bottom: -22px;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    display: block;
}
.t-left.header-style-2.strip + p:after {
    margin-left: 0;
}
.dark.header-style-2.strip + p:after {
    background-color: #9d9d9d;
}
.white.header-style-2.strip + p:after {
    background-color: #fff;
}
/* Header Style 3 */

.header-style-3.header {
    font-size: 22px;
    text-align: left;
    position: relative;
    display: table-cell;
    margin-left: 0;
}
.header-style-3 + .header_rows {
    width: 100%;
    height: 1px;
    right: 0;
    background: #ebebeb;
    content: '';
    position: absolute;
    margin-top: -13px;
}
.header-style-3 + .header_rows.double-rows {
    margin-top: -10px;
}
.header-style-3 + .header_rows.double-rows:before {
    width: 100%;
    height: 1px;
    right: 0;
    background: #ebebeb;
    content: '';
    position: absolute;
    top: -5px;
}
.header-style-3.header + p {
    font-size: 15px;
    margin-top: 15px;
    margin-left: 0;
}
/* End Crexis Main Styles */
/* Page Top */

#pagetop {
    width: 100%;
    height: auto;
    top: 0;
    position: relative;
    padding: 0;
}
#pagetop .pagetop_inner {
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto;
}
#pagetop p {
    padding: 0;
    margin: 13px 0 12px;
    font-size: 12px;
    line-height: 17px;
}
.navscroll,
#fp-nav {
    position: fixed;
    left: 10px;
    left: 1.5em;
    bottom: auto;
    z-index: 99;
    top: calc(50% + 45px);
    top: 50%;
}
.navscroll ul li a.tacka,
#fp-nav a {
    background: #000000;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 4.5px;
}
/*.navscroll ul li a.mPS2id-highlight.tacka,.navscroll ul li a.tacka:hover,#fp-nav a:hover,#fp-nav a.active {background: #D43540;color: #fff;display: inline-block;padding: 4.5px;}*/

..fp-viewing-0-0 #navlist li:nth-child(1) .tacka,
.fp-viewing-1 #navlist li:nth-child(2) .tacka,
.fp-viewing-2 #navlist li:nth-child(3) .tacka,
.fp-viewing-3 #navlist li:nth-child(4) .tacka {
    background: #D43540;
    color: #fff;
    display: inline-block;
    padding: 4.5px;
}
.fp-tableCell {
    position: relative;
}
/*section > .fp-tableCell > div {-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}*/

.active footer {
    display: block !important;
}
#navlist li a.tacka,
#fp-nav a {
    color: #D43540;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.navscroll ul li a.tacka:hover + .tekst-scroll,
#fp-nav ul li a:hover .fp-tooltip {
    visibility: visible;
    background-color: red!important;
    color: white!important;
    border-radius: 0px;
    padding: 3px;
}
#fp-nav li {
    height: 30px;
}
.arrow_kontejner {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 0;
    width: 9px;
}
.arrow_red:before {
    background-color: red;
    content: "";
    height: 12px;
    position: absolute;
    right: -6px;
    top: 7px;
    width: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navscroll ul li a.tekst-scroll,
#fp-nav ul li .fp-tooltip {
    background-color: #D43540 !important;
    display: block;
    display: none !important;
    padding: 4px;
    color: #ffffff;
    margin-left: 25px;
    position: relative;
}
#fp-nav ul li .fp-tooltip:before {
    background-color: #d43540;
    content: "";
    height: 20px;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 20px;
    z-index: -1;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navscroll ul li a.mPS2id-highlight.tekst-scroll,
#fp-nav ul li a.active {
    /* background: transparent !important; */
    
    color: #FFFFFF;
    visibility: visible;
    background-color: #D43540!important;
    border-radius: 50%;
}
#pagetop a {
    display: block;
    float: left;
    margin: 0;
    padding: 0px 8px;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 100%;
    line-height: 42px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#pagetop .socials,
#pagetop .texts {
    height: 40px;
}
#pagetop a:hover {
    color: white !important;
}
/* Pagetop White Styles */

#pagetop.white-pagetop {
    border-bottom: 1px solid #efefef;
}
#pagetop.white-pagetop p {
    color: #a0a0a0;
}
#pagetop.white-pagetop a {
    color: #cbcbcb;
    border-left: solid 1px #efefef;
}
#pagetop.white-pagetop a:last-child {
    border-right: solid 1px #efefef;
}
/* Pagetop Dark Styles */

#pagetop.dark-pagetop {
    border-bottom: 1px solid #212121;
    background: #1f1f1f;
}
#pagetop.dark-pagetop p {
    color: #a0a0a0;
}
#pagetop.dark-pagetop a {
    color: #cbcbcb;
    border-left: solid 1px #212121;
}
#pagetop.dark-pagetop a:last-child {
    border-right: solid 1px #212121;
}
/* Pagetop Transparent Styles */

#pagetop.transparent-pagetop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    position: absolute;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#pagetop.transparent-pagetop:hover {
    background-color: rgba(20, 20, 20, 0.05);
}
#pagetop.transparent-pagetop p {
    color: #fff;
}
#pagetop.transparent-pagetop a {
    color: #fff;
    border-left: solid 1px transparent;
}
#pagetop.transparent-pagetop a:last-child {
    border-right: solid 1px transparent;
}
/* Navigation */

#navigation {
    width: 100%;
    top: 0;
    /*position: absolute;*/
    
    position: fixed;
    /* stef - dodao da fiksiram meni */
    
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
/* Mobile Nav Button */

.mobile-nav-button {
    display: none;
    background: transparent;
    text-align: right;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    position: relative;
    padding: 10px 0;
    /*position: absolute;right: 10px;top:50%;*/
}
.mobile-nav-button > div {
    width: 44px;
    height: 34px;
    position: relative;
}
.mobile-nav-button .icon-bar {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    margin-top: 0!important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 50% 50% 50%;
    -moz-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    -o-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
    background-color: #d43540;
}
.mobile-nav-button .icon-bar:nth-child(1) {
    top: 10px
}
.mobile-nav-button .icon-bar:nth-child(2) {
    opacity: 1;
    top: 50%
}
.mobile-nav-button .icon-bar:nth-child(3) {
    top: 24px
}
.mobile-nav-button:not(.collapsed) .icon-bar {
    top: 50%
}
.mobile-nav-button:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mobile-nav-button:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0
}
.mobile-nav-button:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.white-nav.second-nav .mobile-nav-button,
.white-nav.relative-nav .mobile-nav-button {
    color: #111;
}
.mobile-nav-button:active {
    background: rgba(255, 255, 255, 0.05);
}
.nav-inner {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.first-nav {
    background-color: #fff;
    height: 90px;
    top: 0;
    border-bottom: 2px solid #9E9791;
}
.first-nav .nav-menu ul li > a {
    line-height: 90px;
    color: #000;
}
#drugi p {
    width: 100%;
    text-align: center;
}
a.search {
    margin-top: 10px;
}
.second-nav {
    /* Changeable Height */
    
    display: none;
    /* sklanjam drugi meni */
    
    height: 70px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    position: fixed !important;
}
.second-nav .nav-menu ul li a {
    /* Changeable Line Height */
    
    line-height: 70px;
}
.second-nav.white-nav {
    background-color: rgba(255, 255, 255, 0.98);
}
.second-nav.dark-nav ul li a {
    color: #fff;
}
.second-nav.white-nav ul li a {
    color: #3a3a3a;
}
.second-nav.dark-nav .nav-menu ul li a:hover {
    background: rgba(25, 25, 25, 0.4);
}
.second-nav.white-nav .nav-menu ul li a:hover,
.second-nav.white-nav .nav-menu ul li a:active {
    background: #fdfdfd;
}
.navigation .nav-menu ul li a:focus,
.navigation .nav-menu ul li.active a {
    background: transparent;
}
.first-nav .nav-menu ul li:hover:after {
    opacity: 1;
    width: 100%;
}
/* Relative Nav */

.relative-nav {
    position: relative !important;
    margin-top: 0 !important;
}
.relative-nav .navigation {
    height: 70px;
}
.relative-nav .nav a {
    line-height: 70px;
}
/* Relative White Nav */

.relative-nav .white-nav {
    background-color: #fcfcfc;
}
.relative-nav .white-nav .nav a {
    color: #505050;
}
.relative-nav .white-nav a:hover {
    background: #fafafa;
}
/* Relative Dark Nav */

.relative-nav .dark-nav a:hover {
    background: #1e1e1e;
}
/* Logo */

.navigation .logo {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 50%;
    max-width: calc(100% - 90px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navigation .logo a {
    display: block;
    height: 100%;
}
.navigation .logo.max_width {
    max-width: calc(100% - 200px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mobile_540_show {
    display: none;
}
.navigation .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
footer .col-xs-3 {
    width: 25% !important;
}
/* Nav Menu */

.nav-menu {
    width: 72%;
    height: 100%;
    float: left;
}
.small-sm {
    float: left;
    color: #666666 !important;
    margin-left: 0px;
}
.small-sm.language {
    margin-left: 8px;
    margin-top: -2px;
}
.small-sm a {
    padding: 0px 8px;
    color: #666666 !important;
    border-right: 1px solid #ccc;
    text-align: center
}
.small-menu {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 36px;
    float: right !important;
}
.nav-menu ul,
.nav-menu select {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    padding-right: 0px;
}
.searchBox {
    float: left;
    margin-left: -40px;
    margin-top: -30px;
    position: relative;
    z-index: 100;
}
.nav-menu ul li {
    width: auto;
    float: left;
    height: 100%;
    text-align: center;
}
.nav-menu ul li a {
    display: inline-block;
    height: 100%;
    line-height: 90px;
    padding: 0 10px 0;
    font-size: 11px;
    letter-spacing: 0.2px;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-menu ul.big-texts li a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.first-nav .nav-menu ul li a:hover {
    background: transparent;
}
/* DropDown Menu */

.nav-menu ul.dropdown-menu {
    height: auto;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    display: none;
    width: auto !important;
    white-space: nowrap;
    border: none;
}
.white-nav .nav-menu ul.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid #fafafa;
}
.nav-menu ul.dropdown-menu li {
    float: none;
    width: 100%;
    text-align: left;
}
.nav-menu ul.dropdown-menu li a,
.relative-nav .nav-menu ul.dropdown-menu li a {
    line-height: 14px;
    padding: 11px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    background: transparent;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.nav-menu ul.dropdown-menu li a:hover {
    border: none;
    background: none !important;
    border: none !important;
}
.first-nav .nav-menu ul.dropdown-menu li:hover:after {
    opacity: 0;
}
/* Navigation Type 2 */

#navigation-type2 {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#navigation-type2.dark-nav {
    border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
#navigation-type2.white-nav {
    border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
#navigation-type2 .nav-inner {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
#navigation-type2 .nav-menu span {
    position: absolute;
    right: 0px;
    top: 17px;
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 25px;
    display: block;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#navigation-type2 .nav-menu span:hover {
    opacity: .9;
}
#navigation-type2 .nav-menu ul li a {
    display: inline-block;
    height: 100%;
    line-height: 22px;
    padding: 10px 25px;
    font-size: 13px;
    letter-spacing: 0.2px;
    background: transparent;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0;
}
#navigation-type2 .nav-menu ul li a:after {
    display: none;
}
#navigation-type2 .nav-menu ul li:first-child a {
    padding-top: 20px;
}
#navigation-type2 .nav-menu ul li:last-child a {
    padding-bottom: 20px;
}
#navigation-type2 .nav-menu ul {
    display: none;
    margin-right: 0;
    top: 100%;
    height: auto;
}
#navigation-type2 .nav-menu ul li {
    float: none;
    min-width: 250px;
    height: auto;
    margin: 0;
}
#navigation-type2.dark-nav {
    background-color: rgba(17, 17, 17, 0.1);
}
#navigation-type2.dark-nav .nav-menu ul,
#navigation-type2.white-nav.active .nav-menu ul {
    background-color: rgba(17, 17, 17, 0.9);
}
#navigation-type2.dark-nav .nav-menu ul li a,
#navigation-type2.white-nav.active .nav-menu ul li a {
    color: #ddd;
}
#navigation-type2.white-nav .nav-menu ul {
    background-color: rgba(255, 255, 255, 0.9);
}
#navigation-type2.white-nav .nav-menu ul li a {
    color: #666;
}
#navigation-type2.active {
    background-color: rgba(17, 17, 17, 0.9);
}
/* Navigation Search Form */

.search-form input {
    padding: 0px 5px;
    border: none;
}
.search-form button {
    border: none;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.white-nav .search-form button {
    background-color: #fdfdfd;
    color: #aaa;
}
/* Navigation Socials */

.navigation .socials {
    width: auto;
    height: 100%;
    position: relative;
    display: table;
}
.navigation .socials a {
    display: table-cell;
    vertical-align: middle;
    opacity: .7;
    padding-left: 20px;
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation .socials a:hover {
    opacity: 1;
}
/* Mega Menu */

.nav-menu ul.dropdown-menu .submenu {
    float: none !important;
    min-width: 200px !important;
    width: auto !important;
    display: inline-block !important;
    margin: 0;
    top: 0;
    position: relative;
    margin: 0 !important;
    padding: 10px;
    vertical-align: top;
}
.nav-menu ul.dropdown-menu .submenu_column {
    margin-top: 36px;
}
.nav-menu ul.dropdown-menu a.menu-title + .submenu_column {
    margin-top: 0;
}
.nav-menu ul.dropdown-menu .submenu a {
    font-size: 13px !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    width: auto;
    display: table !important;
}
.nav-menu ul.dropdown-menu .submenu a.menu-title {
    font-size: 11px;
    font-weight: 600;
    cursor: default;
}
/* Menu Title Colors */

.dark-nav .nav-menu ul.dropdown-menu a.menu-title {
    color: #bbb;
}
.white-nav .nav-menu ul.dropdown-menu a.menu-title {
    color: #888;
}
/* Dropdown Links Colors */

.white-nav .nav-menu ul.dropdown-menu a {
    color: #888!important;
}
.white-nav .nav-menu ul.dropdown-menu a:hover {
    background-color: #fbfbfb !important;
}
.white-nav .nav-menu ul.dropdown-menu .submenu_column a:hover,
.dark-nav .nav-menu ul.dropdown-menu .submenu_column a:hover,
.navigation .nav-menu ul.dropdown-menu a.menu-title:hover {
    background-color: transparent !important;
}
.white-nav .nav-menu ul.dropdown-menu .submenu_column a {
    color: #777;
}
.dark-nav .nav-menu ul.dropdown-menu a {
    color: #ccc;
}
/* Label Styles */

.nav-menu ul.dropdown-menu .submenu a.label {
    text-align: left;
    position: relative;
}
a.label span {
    position: absolute;
    left: 100%;
    bottom: 50%;
    color: #ddd;
    display: block;
    padding: 2px 5px 0px;
    font-size: 11px;
    font-weight: 700;
    background-color: #e62525;
    border-color: #e62525;
    z-index: 2;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
a.label span:before {
    content: '';
    background: transparent;
    color: red;
    position: absolute;
    left: -6px;
    bottom: 3px;
    border-bottom: 8px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom-color: inherit;
    z-index: 1;
}
/* Label Colors */

a.label span.red {
    background-color: #e62525;
    border-color: #e62525;
}
a.label span.blue {
    background-color: #258de6;
    border-color: #258de6;
}
a.label span.green {
    background-color: #36ba6e;
    border-color: #36ba6e;
}
a.label span.orange {
    background-color: #ed891d;
    border-color: #ed891d;
}
a.label span.purple {
    background-color: #c31ded;
    border-color: #c31ded;
}
a.label span.black {
    background-color: #181818;
    border-color: #181818;
}
a.label span.white {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    color: #181818;
}
/* DropDown Sub Menu */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
    position: absolute;
    background: white;
}
.white-nav .dropdown-submenu .dropdown-menu {
    border-left: 1px solid #e6e6e6;
}
.dark-nav .dropdown-submenu .dropdown-menu {
    border-left: 1px solid #2b2b2b;
}
/* Page Header For Subpages */
/*#page-header.litle-header{padding:60px 0;}*/

#page-header.aca-inner {
    padding: 120px 5px 0px;
}
.aca-inner2 {
    padding: 0px 15px 0px !important;
}
#page-header.big-header {
    padding: 140px 0;
}
#page-header.bigger-header {
    padding: 270px 0;
}
#page-header .page_header_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    cursor: default;
    border-bottom: 1px solid #B9B9B9;
}
#page-header .page_header_inner h5.page_note {
    font-size: 13px;
    margin: 0;
}
#page-header .page_header_inner h2.page_header {
    font-size: 35px;
    margin: 0 0 12px;
    padding: 0;
}
h1.page_header {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}
#page-header .page_header_inner a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#page-header.soft-header {
    background-image: url(../images/softbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#page-header.dark-header {
    background-image: url(../images/darkbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Home */

#home {
    height: auto;
    position: relative;
    min-height: 100%;
    padding-top: 0px!important;
    margin-top: 0px!important;
}
#home.small_home {
    height: 700px;
}
/* Home Parallax Background Slider Controls */

.slides-navigation {
    width: 100%;
    position: absolute;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: 4;
}
.slides-navigation a {
    width: 35px;
    height: 100%;
    display: block;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.slides-navigation a i {
    line-height: 70px;
    font-size: 20px;
}
.slides-navigation a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}
.slides-navigation a:first-child {
    float: left;
}
.slides-navigation a:last-child {
    float: right;
}
/* Home Inner Elements */

.home-inner {
    width: 100%;
   /* width: calc(100% - 70px);*/
   width:100%;
    height: auto;
    margin-left: 35px;
    position: absolute !important;
    top: 50%;
    z-index: 5;
}
/* Home Text Slider */

.home-text-slider h1 {
    font-size: 70px;
}
.home-text-slider h1.small-type {
    font-size: 64px;
}
.home-text-slider .home-fixed-text {
    font-size: 15px;
}
.bw-type .home-text-slider .home-fixed-text {
    font-size: 15px;
    margin: 20px auto 20px;
}
.home-button {
    width: auto;
    height: auto;
    margin: 20px auto;
    padding: 8px 33px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    TEXT-TRANSFORM: uppercase;
}
.light-button,
.light-button:focus {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(76, 76, 76, 0.1);
    text-decoration: none;
    color: white;
}
.dark-button,
.dark-button:focus {
    color: white !important;
    background: rgba(76, 76, 76, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    text-decoration: none;
}
.light-button:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(76, 76, 76, 0.2);
}
.dark-button:hover {
    background: rgba(76, 76, 76, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

.novi_hover:hover {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #D43540 !important;
}
.novo_crna_poz {
    padding: 10px !important;
    color: #9A9A9A !important;
}
a.novo_more {
    background-color: #a2a2a2;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px;
    margin-left: calc(50% - 30px);
    float: left;
}
a.novo_more:hover {
    background-color: #e82742 !important;
}
/* Rainyday Styles */

#rainyday {
    width: 100%;
    height: 100%;
    background-color: gray;
}
#fullscreen.rainyday {
    z-index: -2;
}
/* Home Extra Note */

.home-extra-note {
    top: calc(100% - 125px);
    z-index: 2;
}
.home-extra-note a {
    display: inline-block;
}
.home-extra-note p {
    font-size: 27px;
}
.home-circle-button {
    width: 45px;
    height: 45px;
    /* border-radius: 100%; */
    
    padding: 0 !important;
    line-height: 45px;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.2);
    margin: 0px;
    border: 0px solid #ffeaeb!important;
    background: #e50c0c;
}
.home-circle-button i {
    color: #fff;
}
.home-extra-note a:hover .home-circle-button {
    background: rgba(76, 76, 76, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
}
/* Home Extra Note For Black White Version */

.bw-type .home-extra-note {
    top: calc(100% - 80px);
}
/* Home Boxes Version */

.home_boxes {
    /* For Old Browsers */
    
    width: 97%;
    width: calc(100% - 20px);
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.home_boxes h2 {
    font-size: 30px;
    margin-top: 0px;
    text-align: center;
}
.scroller_down {
    float: left;
    width: 100%;
}
.home_boxes h1 {
    font-size: 80px;
    padding: 0;
    margin: 5px 0 13px;
}
.home_boxes h1 span {
    font-size: 40px;
}
.home_boxes p {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0 0 0 5px;
}
.home_boxes .boxes {
    margin-top: 27px;
    padding: 0;
}
.home_boxes .box {
    padding: 25px 16px 27px 20px;
    margin-right: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.home_boxes .boxes.white-boxes .box {
    background-color: rgba(255, 255, 255, 0.2);
    height: 250px;
}
.home_boxes .boxes.white-boxes .box img {
    /*	position: absolute;*/
}
.home_boxes .boxes.dark-boxes .box {
    background-color: rgba(25, 25, 25, 0.2);
}
.home_boxes .boxes.transparent-boxes .box {
    padding-left: 0 !important;
}
.home_boxes .box h2 {
    font-size: 37px;
    margin: 0 0 9px;
    padding: 0;
    line-height: 36.5px;
}
.home_boxes .box h2.oswald {
    font-size: 25px;
}
.home_boxes .box p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.home_boxes .box.socials p {
    max-height: 18px;
}
.home_boxes .boxes.dark-boxes .box.socials,
.home_boxes .boxes.white-boxes .box.socials {
    background-color: rgba(25, 25, 25, 0.7) !important;
}
.home_boxes .box a.social {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
    margin-right: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Home Boxes Navs */

.home_boxes .boxes .owl-controls {
    height: auto;
    text-align: left;
    margin-top: 22px;
}
.home_boxes .owl-controls .owl-buttons {
    height: auto;
    width: auto;
    text-align: left;
}
.home_boxes .owl-controls .owl-buttons div {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 34px;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-size: cover;
}
.home_boxes .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../images/strong-arrow-left.png);
    margin-top: -360px;
    float: left;
    margin-left: -50px;
}
.home_boxes .owl-controls .owl-buttons div.owl-next {
    background-image: url(../images/strong-arrow-right.png);
    margin-top: -360px;
    float: right;
    margin-right: -20px;
}
.home_boxes .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}
/* Home Rev Slider Text Styles */

#home.rev-slider .first_text {
    font-size: 40px;
}
#home.rev-slider .second_text {
    font-size: 82px;
}
#home.rev-slider .second_text span {
    font-size: 39px;
}
#home.rev-slider .third_text {
    font-size: 15px;
}
#home.rev-slider .fourth_text {
    font-size: 18px;
}
#home.rev-slider .m-width {
    max-width: 500px;
    white-space: normal;
}
.mini-text {
    font-size: 12px;
    line-height: 22px;
}
#home.rev-slider a.home-button.light-button {
    color: white;
}
#home.rev-slider .tparrows.preview4 .tp-arr-titleholder {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4px 10px 0;
}
/* Page Content */

.page-content {
    margin: 0;
    padding: 25px 0;
}
.page-content .content-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
/* Page Content Texts */

.page-content .content-inner p {
    margin: 0;
    padding: 0;
}
.page-content .content-inner .content-texts p:first-child {
    font-size: 30px;
    color: #c4c4c4;
}
.page-content .content-inner .content-texts p + p {
    font-size: 15px;
    color: #939393;
}
/* Page Content Buttons */

.content-buttons {
    padding: 10px 0;
}
a.content-button {
    width: auto;
    height: auto;
    padding: 9px 25px;
    display: inline-block;
    min-height: 51px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-content .content-inner .content-buttons a:first-child {
    margin-right: 10px;
}
a.content-button p {
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.content-button p:first-child {
    font-size: 18px;
    line-height: 20px;
    color: #b3b3b3;
}
a.content-button p:nth-of-type(2) {
    font-size: 13px;
    line-height: 13px;
    color: #9e9e9e;
}
a.content-button:hover p {
    color: white;
}
/* Content Type 2 */

.page-content.type-2 {
    padding: 35px 0;
}
.page-content.type-2 .content-inner .content-texts p:first-child {
    font-size: 20px;
    line-height: 43px;
}
.page-content.type-2 .content-buttons {
    padding: 0;
}
.page-content.type-2 .content-buttons a.content-button {
    padding: 11px 20px;
    min-height: inherit;
}
/* About */

#about img {
    width: auto;
    max-width: 95%;
    height: auto;
}
.boxes {
    padding: 60px 0 0 0;
    cursor: default;
}
.boxes .box-icon a.changeable-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Box Icons Type 1 */

.boxes.boxes-type-1 .box {
    padding: 0 15px;
}
.boxes.boxes-type-1 .box-icon a.changeable-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #2a2a2a;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
    font-size: 28px;
    line-height: 70px;
}
.boxes.boxes-type-1 .box-icon a.changeable-icon i {
    position: relative;
}
.boxes.boxes-type-1 .box-icon a.changeable-icon:before {
    width: 35px;
    height: 70px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-color: #3a3a3a;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.boxes-type-1 .box .box-icon a.changeable-icon:after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    content: '';
    left: 0;
    border: 1px solid #3a3a3a;
    top: 0;
    opacity: 0;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: absolute;
    font-size: 28px;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.boxes-type-1 .box:hover .box-icon a.changeable-icon:after {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
/* Box Icons Type 2 */

.boxes.boxes-type-2 .box {
    padding: 10px 10px 0;
}
.boxes.boxes-type-2 .box-icon a.changeable-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    font-size: 30px;
    line-height: 100px;
    position: relative;
}
/*.boxes.boxes-type-2 .box-icon a.changeable-icon:after{width:100%;height: 100%;display: block;position: absolute;left:0;top:0;border-width: 1px;content:'';opacity: 0;border-style: solid;background:transparent;border-radius: 100%;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-color: #d43540;}*/

.boxes.boxes-type-2 .box:hover .box-icon a.changeable-icon:after {
    opacity: 1;
    /*-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);*/
}
.boxes.boxes-type-2 .box .box-icon a.changeable-icon img {
    vertical-align: top;
}
.boxes.boxes-type-2 .box-header {
    font-size: 22px;
    color: #D43540;
}
#agency-notes .boxes.boxes-type-2 .box-header {
    height: 28px!important;
}
#agency-notes02 .boxes.boxes-type-2 .box-header {
    height: 28px!important;
}
/* Box Headers */

.boxes .box-header {
    margin: 8px auto 0dpx;
}
.boxes.boxes-type-1 .box-header + p {
    font-size: 13px;
    color: #9f9f9f;
}
.boxes.boxes-type-2 .box-header + p {
    font-size: 13px;
    color: #787878;
}
/* Boxes Type 3 */

.boxes.boxes-type-3 .box {
    margin: 20px 0 45px;
}
.boxes.boxes-type-3 .box:last-child {
    margin-bottom: 0;
}
.boxes.boxes-type-3 .box-icon a.changeable-icon {
    width: 63px;
    height: 63px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    font-size: 23px;
    line-height: 63px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.boxes-type-3 .box-icon a.changeable-icon.dark-icon {
    background-color: #222222;
}
.boxes.boxes-type-3 .box-texts {
    padding: 0;
}
.boxes.boxes-type-3 .box-texts h4 {
    margin: 0 0 10px 0;
    padding: 0;
}
.boxes.boxes-type-3 .box-texts h4 + p {
    font-size: 13.5px;
    color: #5d5d5d;
}
/* Boxes Type 4 */

.boxes.boxes-type-4 .box {
    padding: 25px 15px 35px;
    margin: 0 5px;
    z-index: 4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.boxes-type-4 .box-image a.changeable-image {
    width: 105px;
    height: 105px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    background-color: #2a2a2a;
    position: relative;
    font-size: 30px;
    line-height: 100px;
    border: 3px solid rgba(255, 255, 255, 0.1);
}
.boxes.boxes-type-4 .box-header {
    font-size: 17px;
    margin-top: 13px;
}
.boxes.boxes-type-4 .box-header + h5 {
    font-size: 14px;
}
.boxes.boxes-type-4 .box-header + h5 + p {
    font-size: 15px;
}
.header.white + p + .boxes.boxes-type-4 .box-header + h5 + p {
    color: #bfbfbf;
}
.boxes.boxes-type-4 .box:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
/* Boxes Type 5 */

.boxes.boxes-type-5 .box {
    padding: 10px 10px 0;
}
.boxes.boxes-type-5 .box-icon a.changeable-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #404040;
    color: #404040;
    border-radius: 100%;
    font-size: 30px;
    line-height: 100px;
    position: relative;
}
.boxes.boxes-type-5 .box-icon a.changeable-icon:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-width: 1px;
    content: '';
    opacity: 0;
    border-style: solid;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.boxes-type-5 .box:hover .box-icon a.changeable-icon:after {
    opacity: 1;
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
}
.boxes.boxes-type-5 .box:hover .box-icon a.changeable-icon {
    background-color: #404040;
    color: white;
}
.boxes.boxes-type-5 .box:hover .box-icon a.changeable-icon:after {
    border-color: #404040;
}
.boxes.boxes-type-5 .box-header {
    font-size: 21px;
    color: #454545;
}
.boxes.boxes-type-5 p {
    color: #333;
    font-size: 13px;
}
/* Boxes Type 6 */

.boxes.type-6 {
    padding: 0;
    margin-top: 40px;
}
.boxes.type-6 .box {
    padding-left: 0;
    margin-right: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 17px;
    height: 50px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.type-6 .box .feature-text {
    width: 100%;
    position: relative;
}
.boxes.type-6 .box h4 {
    font-size: 15px;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.type-6 .box h4 i {
    right: 0;
    opacity: 0;
    font-size: 16px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes.type-6 .box:hover {
    background-color: rgba(30, 32, 39, 0.2);
}
.boxes.type-6 .box:hover h4 {
    opacity: 1;
    padding-left: 10px;
}
.boxes.type-6 .box:hover h4 i {
    opacity: .8;
    right: 10px;
}
/* Box Buttons */

.boxes .box-button {
    width: 19px;
    height: 19px;
    background-color: #2a2a2a;
    font-size: 9px;
    line-height: 21px;
    margin-top: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes .box-button:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* Pagination For Carousel Boxes */

.boxes .owl-controls,
.boxes .owl-pagination {
    height: auto;
    text-align: center;
    margin-top: 55px;
}
.boxes .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2b2b2b;
    margin: 3px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.boxes .owl-pagination .owl-page.active {
    border: 1px solid #2b2b2b;
    background: transparent;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.no-pagination .owl-pagination {
    display: none;
}
/* Image Content */

.image-content .image_content_text {
    font-size: 17px;
}
.image-content .image_content_text span {
    display: block;
}
.image-content .image_content_text span:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
/* Image Content Navigations */

#home.rev-slider .tp-bullets.preview4 .bullet,
.image-content .tp-bullets.preview4 .bullet {
    border-radius: 100%;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    margin-right: 5px !important;
    background: #c2c2c2 !important;
}
#home.rev-slider .tp-bullets.preview4 .bullet.selected,
.image-content .tp-bullets.preview4 .bullet.selected {
    background: white !important;
}
/* About With Slider */

.about_with_slider .texts {
    padding: 25px 25px 0;
}
.about_with_slider .texts .head {
    font-size: 22px;
    margin: 0 auto 20px;
    color: #636363;
}
.about_with_slider .texts .subhead {
    font-size: 17px;
    margin: 20px auto 20px;
    color: #636363;
}
.about_with_slider .texts .text {
    font-size: 13px;
    line-height: 22px;
    margin: 10px auto 20px;
    color: #a1a1a1;
}
.about_with_slider .texts li {
    margin-bottom: 15px;
}
/* Features Section */

.feature-boxes .feature-box {
    margin: 75px auto 0;
    cursor: default;
}
.home_scroll_button_up,
.home_scroll_button1 {
    bottom: 57px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    z-index: 9;
}
/*.home_scroll_button_up.pozicija_relative, .home_scroll_button1.pozicija_relative {bottom: inherit;left: inherit;margin-left: 0;position: relative;z-index: 9;display: block;height: 80px;}*/

.home_scroll_button_up.pozicija_relative,
.home_scroll_button1.pozicija_relative {
    bottom: 112px;
    /* left: 0; */
    /* margin-left: 0; */
    
    position: fixed;
    z-index: 9;
    display: block;
    height: 80px;
    /* right: 0; */
    /* margin: 0 auto; */
}
a.home_scroll_button2 {
    position: fixed;
    bottom: 204px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* width: 100%; */
    /* background: red; */
}
.home_scroll_button1.pozicija_relative .home-button {
    border: 0px solid #ffeaeb!important;
    background: #e50c0c;
}
a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-three {
    bottom: 20px;
}
a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-four {
    bottom: 20px;
}
a.rarara.home_scroll_button_up.pozicija_relative.sec-last {
    bottom: 0px;
    z-index: 999;
}
.home_scroll_button_up.pozicija_relative span,
.home_scroll_button1.pozicija_relative span {
    display: block;
    margin: 0 auto;
}
.home_scroll_button_up.pozicija_relative span,
#agency-notes .home_scroll_button1.pozicija_relative span {
    border: 0px solid #d0d0d0!important;
    background: #e50c0c;
}
.home_scroll_button_up.pozicija_relative span i,
#agency-notes .home_scroll_button1.pozicija_relative span i {
    color: #333;
}
.feature-boxes .feature-box .feature-icon {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 75px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
section#features .feature-boxes .feature-box:hover .feature-icon {
    color: white;
}
.feature-boxes .feature-box .feature-icon:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    content: '';
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-boxes .feature-box .feature-text {
    padding-left: 30px;
    width: calc(100% - 75px);
}
.feature-boxes .feature-box .feature-text h4 {
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-boxes .feature-box .feature-text.small-head h4 {
    font-size: 17px;
    color: #7a7a7a;
}
.feature-boxes .feature-box .feature-text p {
    font-size: 13px;
    margin-top: 10px;
    color: #dddddd;
    font-weight: 300;
    line-height: 20px;
}
/* Feature Boxes Type 2 */

.feature-boxes.type-2 .feature-box .feature-icon:after {
    content: none;
}
.feature-boxes.type-2 .feature-box .feature-icon {
    background-color: transparent;
    line-height: 45px;
}
section#features .feature-boxes.type-2 .feature-box:hover .feature-icon {
    background-color: transparent;
}
.feature-boxes.type-2 .feature-box .feature-text {
    padding-left: 0;
}
/* Feature Boxes Type 3 */

.feature-boxes.type-3 .feature-box .feature-icon:after {
    content: none;
}
.feature-boxes.type-3 .feature-box .feature-icon {
    background-color: transparent;
    line-height: 27px;
    color: #555;
    font-size: 22px;
    width: 60px;
    height: 60px;
}
section#features .feature-boxes.type-3 .feature-box:hover .feature-icon {
    background-color: transparent;
}
.feature-boxes.type-3 .feature-box .feature-text {
    padding-left: 0;
}
.feature-boxes.type-3 .feature-box .feature-text p {
    color: #9f9f9f;
}
section#features .feature-boxes.type-3 .feature-box:hover .feature-icon {
    color: #111;
}
/* Feature Boxes Type 4 */

.feature-boxes.type-4 .feature-box .feature-icon:after {
    content: none;
}
.feature-boxes.type-4 .feature-box .feature-icon {
    background-color: transparent;
    line-height: 45px;
}
section#features .feature-boxes.type-4 .feature-box:hover .feature-icon {
    background-color: transparent;
}
.feature-boxes.type-4 .feature-box .feature-text {
    padding-left: 0;
}
/* Featured Works */

#featured-works {
    overflow: hidden;
    padding-bottom: 75px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
#featured-works .inner {
    padding-bottom: 55px;
}
#featured-works .boxed-slider {
    width: 100%;
    max-width: 960px;
    height: 430px;
    margin: 0 auto;
    position: relative;
    border: 5px solid white;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#featured-works .boxed-slider .featured-slider-bg {
    width: 100%;
    height: 83px;
    background-color: rgba(0, 0, 0, 0.4);
}
#featured-works .boxed-slider h4 {
    font-size: 23px;
}
#featured-works .boxed-slider p {
    color: #ddd;
}
/* Thumbnail Images */

.tp-bullets.tp-thumbs .bullet {
    border: 3px solid white;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.tp-bullets.tp-thumbs:before {
    width: 0;
    height: 0;
    left: 50%;
    bottom: 100%;
    margin-left: -30px;
    content: '';
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
}
.tp-bullets.tp-thumbs:after {
    width: 0;
    height: 0;
    left: 50%;
    top: 100%;
    margin-left: -30px;
    content: '';
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
}
/* Slider Navigations */

#featured-works .boxed-slider .tparrows {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 45px;
    position: relative;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#featured-works .boxed-slider .tparrows:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
}
#featured-works .boxed-slider .tparrows.tp-rightarrow {
    background-image: url(../images/right-arrow.png);
}
#featured-works .boxed-slider .tparrows.tp-leftarrow {
    background-image: url(../images/left-arrow.png);
}
#featured-works .boxed-slider:hover .tparrows {
    opacity: .7;
}
#featured-works .boxed-slider .tparrows:hover {
    opacity: 1;
}
/* Featured Texts */

#featured-works .featured-texts {
    height: auto;
    margin-top: 250px;
}
#featured-works .featured-texts p {
    max-width: 850px;
    margin: 0 auto;
    height: auto;
    color: #9d9d9d;
    font-size: 17px;
}
.featured-text-slide {
    font-size: 18px;
    color: #9d9d9d;
    margin-bottom: 40px;
}
#featured-works .content-buttons {
    margin-top: 30px;
}
#featured-works .content-button {
    margin-right: 15px;
}
#featured-works .content-button p:first-child {
    font-size: 15px;
    color: #fff;
}
#featured-works .content-button p:nth-of-type(2) {
    font-size: 11px;
    color: #dddddd;
}
/* Featured Works Carousel Version */

.featured-slider-boxes {
    width: 100%;
    height: auto;
}
.featured-slider-boxes .owl-wrapper-outer {
    z-index: 6;
}
.featured-slider-boxes .box {
    background-color: #121212;
    display: block;
}
.featured-slider-boxes.white-hover .box {
    background-color: white;
}
.featured-slider-boxes .box .item_image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.featured-slider-boxes .box .item_image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.featured-slider-boxes .box .item_texts {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-slider-boxes .box .item_texts h2 {
    font-size: 25px;
    margin: 0 0 5px;
    padding: 0;
    color: #e9e9e9;
    position: relative;
    top: -5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-slider-boxes.white-hover .box .item_texts h2 {
    color: #5a5a5a;
}
.featured-slider-boxes.white-hover .box .item_texts p {
    color: #777;
}
.featured-slider-boxes .box .item_texts p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #c1c1c1;
    position: relative;
    bottom: -5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-slider-boxes .box:hover .item_image {
    opacity: .15;
}
.featured-slider-boxes .box:hover .item_texts {
    opacity: 1;
}
.featured-slider-boxes .box:hover .item_texts h2 {
    top: 0;
}
.featured-slider-boxes .box:hover .item_texts p {
    bottom: 0;
}
/* Navigation For Featured Carousel */

.featured-slider-boxes .owl-buttons {
    top: 50%;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
}
.featured-slider-boxes .owl-buttons div {
    width: 45px;
    height: 60px;
    position: absolute;
    z-index: 7;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-slider-boxes .owl-buttons div:before {
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    line-height: 60px;
    font-size: 26px;
    color: white;
    font-family: FontAwesome;
}
.featured-slider-boxes .owl-buttons div.owl-prev {
    left: 0;
}
.featured-slider-boxes .owl-buttons div.owl-prev:before {
    content: '\f104';
    text-indent: -5px;
}
.featured-slider-boxes .owl-buttons div.owl-next {
    right: 0;
    float: right;
}
.featured-slider-boxes .owl-buttons div.owl-next:before {
    content: '\f105';
    text-indent: 5px;
}
.featured-slider-boxes .owl-buttons div:hover {
    background: rgba(255, 255, 255, 0.2);
}
/* Our Team */

.team-boxes {
    margin-top: 65px;
}
.team-boxes .team-box {
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    padding: 0 10px;
    float: left;
}
.team-boxes .member-image {
    width: 100%;
    text-align: center;
    position: relative;
    height: auto;
    background: #1b1b1b;
}
.team-boxes .member-image img {
    width: 100%;
    height: auto;
    top: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-boxes .member-details {
    width: 95%;
    width: calc(100% - 20px);
    position: absolute;
    height: 100%;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: left;
    padding: 20px;
    cursor: default;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-boxes .team-box:hover .member-details {
    top: 0;
}
.team-boxes .member-details h3 {
    color: white;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
}
.team-boxes .member-details h5 {
    color: white;
    margin-top: 5px;
    font-size: 14px;
    padding: 0;
}
.team-boxes .member-details .strip {
    width: 100%;
    margin-top: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.team-boxes .member-details p {
    font-size: 13px;
    color: #bababa;
    margin-top: 20px;
}
.team-boxes .member-details .socials {
    margin-top: 20px;
}
.team-boxes .member-details .socials a {
    color: #abaaa9;
    margin: 0 5px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team-boxes .member-details .socials a:hover {
    color: white;
}
.team-boxes .member-details .member-more {
    width: 100%;
    height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1b1b1b;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* Team Boxes Type 2 */

#team.type-2 .inner {
    padding-bottom: 60px;
}
#team.type-2 .team-boxes .team-box {
    padding: 0 12px;
}
#team.type-2 .team-boxes .member-image img {
    width: 100%;
    height: auto;
}
#team.type-2 .team-boxes .member-details {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 20px 0;
    cursor: default;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#team.type-2 .team-boxes .member-details h3 {
    font-size: 22px;
    color: #7d7d7d;
    font-weight: 300;
}
#team.type-2 .team-boxes .member-details h5 {
    font-size: 12px;
    color: #7d7d7d !important;
    font-weight: 300;
}
#team.type-2 .strip {
    display: none;
}
#team.type-2 .team-boxes .member-details p {
    font-size: 13px;
    color: #7d7d7d !important;
    font-weight: 300;
}
#team.type-2 .team-boxes .member-details .socials {
    position: absolute;
    top: -7px;
    left: 22px;
}
#team.type-2 .team-boxes .member-details .socials a {
    color: white;
    font-size: 16px;
}
#team.type-2 .team-boxes .member-details .member-more {
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 20px auto;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
    background-image: url(../images/plus_mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#team.type-2 .team-boxes .member-details .member-more:hover {
    border-color: transparent;
}
/* Team Modals */

body.dark_layout.modal-backdrop {
    background-color: #222;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.in {
    opacity: .8;
}
/* Modal Dialogs */

#member-modals .modal-dialog {
    width: auto;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 120px;
}
#member-modals .modal-dialog .modal-body {
    margin: 15px auto 20px;
    width: 550px;
    height: auto;
    position: relative;
    padding: 15px 0;
}
#member-modals .modal-dialog .modal-body .member-image {
    width: 550px;
}
#member-modals .modal-dialog .modal-body img {
    width: 100%;
    height: auto;
}
#member-modals .modal-dialog a.close {
    float: none;
    font-size: 36px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #fdfdfd;
    color: #9a9a9a;
    border: 1px solid #f5f5f5;
    line-height: 54px;
    opacity: 1;
    position: relative;
    text-align: center;
    top: -40px;
    text-shadow: none;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#member-modals .modal-dialog a.close span {
    font-weight: 100;
}
#member-modals .modal-dialog a.close:hover {
    color: white;
}
#member-modals .modal-dialog h2.member-header {
    font-size: 28px;
    margin: 15px 0 6px;
    padding: 0;
    color: #8a8a8a;
}
#member-modals .modal-dialog h4.member-position {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
}
#member-modals .modal-dialog .modal-body p {
    color: #8a8a8a;
    font-size: 14px;
    margin: 0 0 10px;
}
/* Testimonials */

.testimonials.type-1 .inner .quote {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.03);
    margin: 0 auto;
    min-height: 100%;
}
.testimonials.type-1 .inner {
    max-width: 875px;
    padding-bottom: 140px;
}
.testimonials.type-1 .inner .quote i {
    opacity: 0.4;
}
.testimonials.type-1 h2 {
    font-size: 25px;
    color: #d5d5d5;
}
.testimonials.type-1 p {
    font-size: 14px;
    margin-top: 42px;
    color: #a8a8a8;
}
.testimonials .cbp-nav-pagination {
    margin-bottom: -25px;
}
/* Testimonials Type-2 */

.testimonials.type-2 .inner {
    padding: 0;
}
.testimonials.type-2 .testimonial-slide h2 {
    font-size: 14px;
    max-width: 790px;
    margin: 0 auto;
    line-height: 22px;
}
.testimonials h2 {
    margin-bottom: 30px;
}
.testimonials.type-2 .testimonial-slide p {
    font-size: 14px;
    max-width: 800px;
    margin: 30px auto;
    line-height: 22px;
}
.testimonials.type-2 .cbp-nav-pagination {
    margin-bottom: 10px;
}
/* Contents */

.content {
    text-align: left;
    position: relative;
}
.content .images img {
    height: auto;
}
.content .images,
.content .texts {
    width: 100%;
    overflow: hidden;
}
.content .texts {
    padding: 0 35px;
    cursor: default;
    width: 75%;
    position: relative;
    margin: 0;
    height: 100%;
}
.content .left .texts {
    left: 25%;
}
.content .right {
    position: absolute;
    height: 100%;
    right: 0;
}
.content .texts h2.content-header {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 50px;
}
.content .texts p.content-texts {
    margin: 25px 0;
    padding: 0;
    max-width: 500px;
}
.content .texts ul {
    margin-top: 40px;
}
.content .texts ul li {
    padding: 4px 0;
    display: block;
    height: auto;
}
.content .texts ul li p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.content .texts ul li p i {
    margin-right: 5px;
    color: #888888;
    font-size: 9px;
}
.content .texts a {
    margin-top: 15px;
}
.content .texts a:hover {
    opacity: 0.8;
}
/* Content Colors */


.content .gray-bg .texts h2.content-header {
    color: #777777;
}
.content .gray-bg .texts p {
    color: #999999;
}
.content .gray-bg .texts h2.content-header:after {
    background-color: #bfbfbf;
}
.content .gray-bg .texts .video {
    border-color: #fff;
}
/* Basic_slider */

.basic_slider {
    position: relative;
}
.image_slider {
    margin: 0;
}
.basic_slider .image_slider li img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}
.basic_slider .image_slider .slide .texts {
    display: inline-block;
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    z-index: 11;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.2);
    max-width: 40%;
}
.basic_slider .image_slider .slide .texts h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
}
.basic_slider .image_slider .slide .texts p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
/* Content Slider Buttons */

.basic_slider .flex-direction-nav,
.image-pgn-slider .flex-direction-nav {
    width: 100%;
    height: 40px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.left .basic_slider .flex-direction-nav {
    text-align: right;
}
.image-pgn-slider .flex-direction-nav {
    left: 0;
    top: 0;
}
.basic_slider .flex-direction-nav li,
.image-pgn-slider .flex-direction-nav li {
    width: 30px;
    height: 40px;
    display: inline-block;
}
.basic_slider .flex-direction-nav li a,
.image-pgn-slider .flex-direction-nav li a {
    width: 30px;
    height: 40px;
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/left-arrow.png);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.basic_slider .flex-direction-nav li a.flex-next,
.image-pgn-slider .flex-direction-nav li a.flex-next {
    background-image: url(../images/right-arrow.png);
}
.basic_slider .flex-direction-nav li a:before,
.image-pgn-slider .flex-direction-nav li a:before {
    display: none;
}
.basic_slider .flex-direction-nav li a:hover,
.image-pgn-slider .flex-direction-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
/* Content Slider Buttons - Pagination */

.basic_slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 10px;
}
.left .basic_slider .flex-control-nav {
    text-align: left;
}
.right .basic_slider .flex-control-nav {
    text-align: right;
}
.basic_slider .flex-control-nav li {
    margin: 0 3px;
}
.basic_slider .flex-control-nav li a {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    text-indent: 9999px;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.basic_slider .flex-control-nav li a.flex-active,
.basic_slider .flex-control-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.inner-slider .owl-pagination {
    height: auto;
    text-align: center;
    margin-top: -45px;
    position: absolute;
    /* For Older Browser Versions */
    
    width: 100%;
}
.inner-slider .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin: 3px;
    border: none;
}
.inner-slider .owl-pagination .owl-page.active {
    border: 1px solid #fff;
    background: transparent;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.double-slider .box:hover .inner-slider .owl-pagination .owl-page {
    opacity: 1;
}
/* Tooltip Styles */

.tooltip {
    z-index: 999 !important;
}
.tooltip-inner {
    padding: 10px;
    background: #212121;
    color: white;
    font-size: 13px;
    font-style: italic;
    border-radius: 5px;
    min-width: 150px;
}
.tooltip.top {
    margin-top: -20px;
}
.tooltip.bottom {
    margin-top: 20px;
}
.tooltip.left {
    margin-left: -25px;
}
.tooltip.right {
    margin-left: 20px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #212121 !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #212121 !important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #212121 !important;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #212121 !important;
}
select {
    border: 1px solid #f5f5f5;
    background-color: #fdfdfd;
    padding: 5px 15px;
    outline: none;
    height: 40px;
    min-width: 250px;
}
/* Footer */

footer .logo:after {
    display: block;
    width: 30px;
    height: 1px;
    content: '';
    bottom: -18px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
footer.black-bg .logo:after {
    background-color: #535353;
}
footer.white-bg .logo:after {
    background-color: #bbbbbb;
}
footer p {
    margin-top: 30px;
    font-size: 10px;
    margin-bottom: 0;
}
footer.black-bg p,
footer.black-bg a {
    color: #b2b2b2;
}
footer.white-bg p,
footer.white-bg a {
    color: #494949;
}
footer a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-right: 1px solid #fff;
    padding-right: 5px;
}
footer a.top-button {
    display: inline-block;
    width: 45px;
    height: 30px;
    position: relative;
    top: -45px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #ccc;
}
/* Footer Bigger Type */

footer.big-footer {
    width: 100%;
    height: auto;
    float: left;
}
footer.big-footer .footer_header {
    font-size: 20px;
}
footer.big-footer .footer_header + *,
footer.big-footer p {
    font-size: 13px;
    margin-top: 25px
}
/* Links */

footer.big-footer ol li {
    padding: 0;
    border-bottom: 1px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer.big-footer ol li a {
    padding: 10px 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer.big-footer ol li a:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 5px;
    color: #959494;
    top: 0;
    left: 0;
    position: relative;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer.big-footer ol li a:hover {
    padding-left: 3px;
}
footer.big-footer ol li a:hover:before {
    left: 3px;
}
footer.big-footer ol li:last-child {
    border-bottom: none;
}
/* Footer Bottom Line */

adding:5px 0;
}
footer.big-footer .footer_bottom > div {
    padding: 0 0px;
}
footer.big-footer .footer_bottom p {
    margin-top: 3px;
    margin-left: -15px;
}
footer.big-footer .footer_bottom a.social {
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin-left: 2px;
    border-radius: 3px;
}
footer.big-footer.dark-footer .footer_bottom a.social:hover {
    opacity: 1;
    color: white;
}
footer.big-footer.dark-footer .footer_bottom a:hover {
    opacity: .7;
}
/* Colors, Dark */

footer.big-footer.dark-footer,
footer.big-footer.dark-footer a {
    color: white;
}
footer.big-footer.dark-footer ol li a:hover {
    background-color: #232323;
}
footer.big-footer.dark-footer .footer_header {
    color: #d0d0d0;
}
footer.big-footer.dark-footer li {
    border-color: #232323;
    font-size: 13px;
}
footer.big-footer.dark-footer .footer_bottom a.social:hover {
    background-color: #2b2b2b;
}
footer.big-footer.dark-footer ol li a:hover {
    color: white;
}
footer.big-footer.dark-footer ol li a:hover:before {
    color: white;
}
footer.big-footer.dark-footer .footer_bottom {
    border-top: 1px solid #2b2b2b;
}
/* Light */

footer.big-footer.light-footer {
    background-color: #f1f1f1;
}
footer.big-footer.light-footer,
footer.big-footer.light-footer a {
    color: #737373;
}
footer.big-footer.light-footer ol li a:hover {
    background-color: #eeeeee;
    color: #232323;
}
footer.big-footer.light-footer ol li a:hover:before {
    color: #232323;
}
footer.big-footer.light-footer .footer_header {
    color: #5b5b5b;
}
footer.big-footer.light-footer li {
    border-color: #ddd;
}
footer.big-footer.light-footer .footer_bottom a.social:hover {
    background-color: #ddd;
}
footer.big-footer.light-footer .footer_bottom {
    border-top: 1px solid #dadada;
    background-color: #e3e3e3;
}
/* Full Page Version */

#fullpage .page_bottom_note {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 45px;
}
#fullpage .page_bottom_note a {
    font-size: 20px;
    color: #dddddd;
}
#fullpage .page_bottom_note a img {
    margin-top: -4px;
}
#fullpage a.arrow {
    margin: 40px auto;
    display: block;
    cursor: default;
}
/* Full Page Version Feature Boxes */

.feature-boxes.type-5 {
    margin: 40px auto 0;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}
.feature-boxes.type-5 .feature-box {
    margin: 0;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    display: block;
    padding: 35px 15px 25px 25px;
    cursor: move;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.feature-boxes.type-5 .feature-box p {
    color: #ccc;
}
.feature-boxes.type-5 .feature-box:hover {
    background: rgba(49, 34, 34, 0.5);
}
.feature-boxes.type-5 .owl-item:nth-of-type(1) .feature-box {
    border-left: none;
}
.feature-boxes.type-5 .feature-box .feature-icon {
    width: auto;
    margin-right: 0;
    background: transparent;
    line-height: 0;
}
.feature-boxes.type-5 .feature-box .feature-icon:after {
    display: none;
}
.feature-boxes.type-5 .feature-box .feature-text {
    width: calc(100% - 50px);
    padding-left: 23px;
}
.feature-boxes.type-5 + h4 {
    margin-top: 65px;
}
/* Slides Navigation */

#fullpage .slides-navigation {
    width: 80px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
#fullpage .slides-navigation a {
    height: 35px;
    border-radius: 100%;
}
#fullpage .slides-navigation a i {
    line-height: 35px;
    font-size: 17px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-color: #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background-color: #ddd;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
#fp-nav ul li .fp-tooltip {
    top: -5px;
    display: none;
}
#fp-nav ul li:hover .fp-tooltip {
    display: block;
}
/* Slides Navigation Type 2 */

#fullpage .slides-navigation.type-2 {
    width: 100%;
    max-width: 1170px;
    top: auto;
    bottom: 45px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    position: relative;
    margin-top: 0;
}
#fullpage .slides-navigation.type-2 a {
    float: none;
    left: 0;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    width: 30px;
    height: 45px;
    line-height: 51px;
    cursor: pointer;
}
/* Tabs */

.custom-tabs .nav-tabs {
    border: none;
}
.custom-tabs .nav-tabs li {
    float: none;
    display: inline-block;
}
.custom-tabs .nav-tabs li a {
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 6px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}
.custom-tabs .nav-tabs li a:hover {
    background: #fafafa;
}
.tags_blog a {
    border: 1px solid #a4a4a4;
    padding: 3px 5px;
    color: #a4a4a4;
    float: left;
    margin: 0px 5px 5px 0px;
}
.custom-tabs .nav-tabs li.active a {
    background: #1b1b1b;
    color: white;
}
.custom-tabs .nav-tabs li a:hover,
.custom-tabs .nav-tabs li a:focus {
    border-bottom: 1px solid #e1e1e1;
}
.custom-tabs .tab-content {
    padding: 0 15px;
}
.custom-tabs .tab-content img {
    max-height: 220px;
    max-width: 100%;
}
.custom-tabs .tab-content a.tab-image {
    display: block;
    margin-right: 12px;
    margin-top: 10px;
    width: auto;
    height: auto;
}
/* Accordion Menu */

.accordion .panel {
    box-shadow: none;
    margin-bottom: 7px;
}
.accordion .panel * {
    max-width: 100%;
}
#accordion div:last-child {
    margin-bottom: 0;
}
.accordion a.panel-button {
    padding: 15px;
    width: 100%;
    display: block;
    color: #717171;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.accordion a.panel-button:hover {
    background: #ededed;
}
.accordion a.panel-button:focus {
    text-decoration: none;
}
/* Accordion Body */

.accordion .panel-body {
    padding: 18px 32px;
    font-size: 14px;
    color: #8e8d8d;
    border-top: 1px solid #dfdfdf;
}
/* Back To Top Button */

#back-top {
    width: 37px;
    height: 27px;
    position: fixed;
    right: 33px;
    bottom: 27px;
    z-index: 1000;
}
#back-top a {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../images/up.png) no-repeat center;
}
#back-top a:hover {
    opacity: 1;
}
#about {
    BACKGROUND-IMAGE: url('../images/What-we-do.jpg');
    background-position: top center;
    min-height: 630px;
    min-height: 100%;
}
#lawyers {
    BACKGROUND-IMAGE: url('../images/cela-people.jpg');
    background-position: center;
    min-height: 630px;
    background-repeat: no-repeat;
    min-height: 100%;
    left: 0 !important;
    margin-left: 0 !important;
}
#fullpage {
    left: 0 !important;
    margin-left: 0 !important;
/*    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    height: auto;*/

}
span.white {
    color: white;
}
.comp-over {
    /*padding-top: 40px;*/
    
    display: table;
    min-height: 100%;
    width: 100%;
    background-image: url('../images/gecic-our-story.jpg');
    background-position: top center;
}
#lawyers {
    display: table;
    width: 100%;
}
section.testimonials > .fp-tableCell,
section#lawyers > .fp-tableCell {
    display: table-cell;
    height: 100%;
    /*    vertical-align: middle;*/
    
    width: 100%;
    /*left: 50%;*/
}
#agency-notes {
    display: table;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
}
section#agency-notes > .fp-tableCell {
    display: table-cell;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    /*left: 50%;*/
    
    line-height: 22px;
}
.feature-boxes.type-3 {
    height: 140px;
}
#agency-notes p {
    color: #787878 !important;
    font-size: 14px;
    justify-content: center;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif !important;
}
.boxes.boxes-type-2 .box-icon a.changeable-icon {
    width: 100%;
    height: auto;
}
section#agency-notes {
    padding-top: 0px !important;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 99999 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px !important;
}
#agency-notes {
    min-height: 100%;
}
a.readmore {
    color: #D43540;
}
.news_front {
    float: left;
    width: 100%;
}
.no-padding a {
    color: #e54343 !important;
}
.details a {
    color: #333;
}
.social_copyright p {
    text-align: center;
    width: 100%;
}
.social_copyright ul li {
    display: inline-block;
}
.social_copyright ul li img {
    width: 28px;
}
.social_copyright ul {
    text-align: center;
    float: right;
}
#contact {
    min-height: 630px;
    background-color: white;
    height: auto!important;
}
.list_layer img {
    margin-bottom: 30px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.list_layer img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #D43540;
}
.redborder {
    border: 1px solid #333;
    color: #333!important;
    background: none;
    opacity: 1;
    FONT-WEIGHT: BOLD;
}
.social_copyright {
    padding: 10px 0px;
}
.redtitle {
    color: #D43540!important;
}
#submit,
#clear {
    background-color: #D43540!important;
}
#page-header .page_header_inner h2.page_header {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}
.page_header_inner p {
    color: #333;
    float: left;
}
.aca-practice h2.page_header {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.filter_content h2 {
    margin-top: 0px;
    padding-top: 0px;
}
.viewall {
    float: left;
    margin-left: 20px;
}
.viewall a {
    text-align: center;
    padding: 11px 15px;
    text-transform: uppercase;
}
.viewall a:hover {
    color: white!important;
}
.viewall_single {
    text-align: center;
    padding-top: 20px;
    padding: 8px!important;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    float: right;
    margin-top: 0;
    background-color: #D43540;
}
.viewall_single:hover {
    background: #941821;
}
label {
    font-weight: 100!important;
}
#uwpqsf_id_key {
    height: 40px;
    float: left;
    padding: 4px 19px;
    background-color: #C1C1C1;
    border: none;
    color: black;
    border: 1px solid #C7C7C7;
}
input#uwpqsf_id_key {
    width: 92%!important;
    margin-left: 1%;
    margin-right: 1%;
}
.list_lawyers {
    margin-bottom: 30px;
}
.single_lawyer h3 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #D43540;
    margin-top: 0px;
    padding-top: 0px;
}
span.opis {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
span.univerzitet {
    background-color: #D43540;
    color: white;
    padding: 7px 10px;
    float: left;
    margin: 20px 0px;
}
span.univerzitet_list {
    background-color: #FF7676;
    color: white;
    padding: 5px;
    float: left;
    margin: 10px 0px;
}
.unverzitet_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact_lawyer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact_lawyer span {
    margin-bottom: 15px;
    float: left;
}
.lawyer_picture img {
    margin-bottom: 30px;
}
.news_single {
    float: left;
    width: 100%;
}
.news_single h3 {
    padding-top: 0px;
    margin-top: 0px;
}
.news_single a {
    color: #333;
    text-decoration: none;
}
.contact_lawyer_last {
    border-bottom: 1px solid #B9B9B9;
}
.lawyers_search a {
    color: #333;
}
.contact_lawyer a {
    font-size: 14px;
}
.contact_lawyer_university a {
    color: #333;
    font-size: 16px;
}
.contact_lawyer_university a:hover {
    color: #D43540;
}
.contact_lawyer h5 {
    border-bottom: 1px dashed #C1C1C1;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 0px;
}
.contact_lawyer ul li a {
    color: #333;
}
.contact_lawyer ul li {
    margin-bottom: 10px;
}
.contact_lawyer ul li a:hover {
    color: #D43540;
}
.buttons_single_blog ul li {
    float: right;
    width: 100%;
    text-align: right;
}
.buttons_single_blog ul li {
    padding: 0px!important;
    margin: 0px;
    margin-top: 10px;
}
.buttons_single_blog {
    float: right;
    padding-right: 50px;
}
.buttons_single {
    float: left;
}
.buttons_single ul li {
    display: inline-block;
    padding: 0px 5px;
}
.buttons_single_practices ul {
    list-style: none;
    padding-left: 0px;
}
.buttons_single_practices {
    width: 100%;
    margin-top: 20px;
}
.buttons_single_practices ul li:before {
    content: normal!important;
}
.print_pdf {
    cursor: pointer;
}
.buttons_single ul li:first-child {
    padding-left: 0px;
}
.buttons_single ul li:last-child {
    padding-right: 0px;
}
.lawyer_description h3 {
    margin-bottom: 5px;
    font-size: 28px;
    color: #D43540;
    margin-top: 0;
}
.lawyer_description {
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.search_lawyer {
    float: left;
    width: 100%;
}
.search_lawyer input,
.search_lawyer button {
    float: left;
}
.search_lawyer button {
    padding: 6px;
    border: none;
    color: #333;
}
.search_lawyer input {
    float: left;
    padding: 4px 19px;
}
.button-search {
    float: left;
}
.search_lawyer_front .button-search {
    float: none;
}
#search h3 {
    margin-top: 0px;
    padding-top: 0px;
}
.naslov_search a {
    color: #333;
}
.search_lawyer_big input {
    height: 40px;
    float: left;
    padding: 4px 19px;
    background-color: #C1C1C1;
    border: none;
    color: black;
    width: 32.1%;
}
.search_lawyer_front {
    border: none!important;
    padding-top: 20px;
    float: none!important;
}
.search_lawyer_front span {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.search_lawyer_front input {
    background-color: #FFFFFF;
    float: none;
}
.branding_left {
    float: left;
    width: 350px;
    position: fixed;
    margin-top: 90px;
    z-index: 1;
}
.branding_left img {
    width: 100%;
    overflow: hidden;
}
.search_lawyer_big input::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: black;
}
.search_lawyer_big input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: black;
}
.search_lawyer_big input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: black;
}
.search_lawyer_big input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: black;
}
.search_lawyer_big button {
    padding: 6px;
    border: none;
    color: #333;
    margin-left: -31px;
    margin-top: 4px;
    background: none;
}
.search_lawyer_big_single {
    border-bottom: none;
}
.uform_title {
    margin-bottom: 10px;
}
#tax-select-0,
#tax-select-1,
#tax-select-2,
#tax-select-3,
#tax-select-4 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.advanced_search select {
    border: 1px solid #C7C7C7;
}
.advanced_search span {
    padding-right: 10px;
}
#uwpqsf_btn {
    float: left;
    width: 100%;
}
#uwpqsf_btn input {
    color: #D43540;
    margin-bottom: 20px;
    border: none;
    background: none;
    /* font-weight: bold; */
    
    font-size: 16px;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs {
    text-transform: uppercase!important;
    color: #333!important;
    font-size: 12px;
}
.blog_title h2 {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
}
.news a {
    color: #333;
}
.news h3 a {
    width: 100%;
    text-align: center;
    float: left;
}
.news span {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0px;
}
.news p {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0px 150px;
}
.photo_news {
    width: 100%;
    text-align: center;
}
.photo_news img {
    display: inline;
}
/*.news {text-align: center;float: left;margin-bottom: 30px;border-bottom: 1px solid gainsboro;padding-bottom: 20px;}*/

news {
    /* width: 100%; */
    
    text-align: center;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 0px;
    min-height: 298px;
}
.details_blog {
    padding: 7px 13px;
    border: 1px solid gray;
    text-transform: uppercase;
}
.content_inner .news:last-child {
    border-bottom: none!important;
}
.application h2 {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #D43540;
}
.intro_app {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 10px 0px;
    text-align: center;
}
.ul {
    float: left;
    width: 100%;
    margin-top: 14px;
}
.ul ul {
    float: left;
}
.ul p {
    float: left;
}
.ul ul li {
    display: inline-block;
    padding: 0px 10px;
}
.ul ul li:first-child {
    padding-left: 0px;
}
.contact_form {
    float: left;
    width: 100%;
}
.contact_form textarea {
    font-family: gotham;
    border-color: #D2D2D2;
    padding: 10px!IMPORTANT;
}
.contact_form input {
    font-family: gotham;
    border: 1px solid #D2D2D2;
    padding: 10px!IMPORTANT;
}
#input_5_3 {
    margin-bottom: 7px;
}
#input_5_2,
#input_13_2 {
    width: 101.8%!important;
}
.contact_form .gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    max-width: 100%;
}
.marginpractices {
    padding-left: 0px;
}
.carrers_inner {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.carrers_inner_sr {
    height: 160px;
}
.carrers_inner h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #636363; */
    
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
}
.carrers_inner h3 a {
    color: #333;
}
.carrers_inner h3 a:hover {
    color: #D43540;
}
.how_to_apply {
    float: left;
    width: 100%;
    background-color: #E4E4E4;
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px;
}
.how_to_apply h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #636363; */
    
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 20px;
}
.intro_carrers {
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: 30px;
}
.wrapper_carrers {
    /*float: left;*/
    
    margin-top: 90px;
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.wrapper_carrers img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.btn.apply {
    padding: 0;
    float: left;
    border: none;
    border-radius: 0;
}
ul.pro_bono_pictures {
    float: left;
    width: 100%;
    text-align: center;
}
ul.pro_bono_pictures li {
    display: inline-block;
    padding: 0px 20px;
}
ul.pro_bono_pictures li:first-child {
    padding-left: 0px;
}
ul.pro_bono_pictures li:last-child {
    padding-right: 0px;
}
.imagecenter {
    margin-left: 33.33%;
}
.search_header {
    margin-top: 32px !important;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    /*margin-left: 15px;*/
    
    margin-left: 0px;
    height: 30px;
    width: 70px;
    cursor: pointer;
}
.search_header button {
    border: none;
    margin-left: -28px;
    margin-top: 2px;
    background: none;
}
.search_header input {
    background: #4A4A4A;
    border: none;
    padding: 3px;
    color: white;
}
#searchform {
    left: 0;
    overflow: visible;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: -1;
}
#searchform button {
    display: none;
}
.search_header input::-webkit-input-placeholder {
    color: white!important;
}
.search_header input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: white!important;
}
.search_header input:-ms-input-placeholder {
    color: white!important;
}
.search_header input:-moz-placeholder {
    /* Firefox 18- */
    
    color: white!important;
}
.phones {
    float: left;
    width: 100%;
}
.move_right {
    margin-right: 10px;
    float: left;
}
/*.searchBox {position: absolute;visibility: hidden;-webkit-animation: flipOutX 0s forwards;animation: flipOutX 0s forwards;-moz-animation: flipOutX 0s forwards;-ms-animation: flipOutX 0s forwards;-o-animation: flipOutX 0s forwards;}*/

.button-search {
    /*-webkit-transition: all 0.7s cubic-bezier(0.165,0.840,0.440,1.000);-moz-transition: all 0.7s cubic-bezier(0.165,0.840,0.440,1.000);-o-transition: all 0.7s cubic-bezier(0.165,0.840,0.440,1.000);transition: all 0.7s cubic-bezier(0.165,0.840,0.440,1.000);margin: 35px 0;*/
    
    line-height: 20px;
    padding-top: 0;
    border: none;
    background: none;
    padding-bottom: 0;
    color: #2d3032;
    font-size: 18px;
    margin-top: 31px;
    position: relative;
}
.button-search:after {
    position: absolute;
    right: 2px;
    top: 1px;
    content: "\f002";
    color: #c5242c;
    font-size: 18px;
    font-family: FontAwesome;
}
.button-search img {
    visibility: hidden;
}
.single_univesity .ssba {
    display: none!important;
}
h2.name {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: none;
    float: left;
}
.vertical-centering.max-size {
    width: 100%;
    height: 100%;
}
.vertical-centering {
    display: table;
}
.vertical-centering-wrapper {
    text-align: center;
}
.vertical-centering-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.portfolio .wrapper {
    overflow: hidden;
    padding: 50px 0;
}
/***************style by us ****************************/

.small-sm.language ul,
.small-sm.language > select {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 63px;
    min-width: 5px;
}
.small-sm.language ul li {
    display: block;
    float: left;
    /* width: 43%; */
    
    border-right: none !Important;
    text-align: center;
}
.small-sm.language ul li a {
    line-height: 1 !important;
    border-right: 0;
}
.elem {
    display: none;
}
li.elem a {
    font-size: 11px !important;
    margin-top: 7px !important;
}
.fxd-one {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #000;
    top: 88px;
    display: none;
    height: auto;
    border-bottom: 1px solid #D33840;
}
.fxd-one form.navbar-form.navbar-left {
    width: 100%;
    /* margin-left: 22px; */
    
    padding-left: 43px;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-top: 8px;
}
div#Div_1 input {
    width: 100% !important;
    min-width: 0;
    border-radius: 2px;
    padding-left: 10px;
    height: 54px;
    outline: none !important;
    color: #FFFFFF;
}
div#Div_1 .closea {
    clear: left;
    position: absolute;
    top: 27%;
}
div#Div_1 .form-group {
    position: relative;
    width: 100%;
}
.btm-bx-one button.btn.btn-default {
    border: none;
    margin-left: -28px;
    margin-top: 2px;
    background: none;
    float: right;
    position: absolute;
    right: 15px;
    top: 14px;
    height: 64%;
    background: #272727;
    border-radius: 0;
    color: #FFF;
    outline: none !important;
    min-width: 100px;
}
.btm-bx-one button.btn.btn-default:hover {
    color: #f00;
    font-weight: bold;
}
.closea .fa {
    padding: 10px;
}
.homebackground {
    /* background-image: url(../images/naslovna1.jpg);*/
    
    background-size: cover;
    min-height: 100%;
}
.box-one {
    width: 16.66%;
    display: block;
    /*background: url(../images/bg-profile.png) repeat;*/
    
    height: 100%;
    float: left;
    height: 87vh;
    min-height: 87vh;
    color: #000;
    border-right: 1px solid #DDD;
    transition: all 400ms;
    background: rgba(0, 0, 0, 0.52);
}
.chair-content {
    /* height: 80%; */
    
    vertical-align: middle;
    top: 28%;
    position: relative;
}
.sub-box h1,
.chair-content h1 {
    font-size: 17px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0 0;
    margin-bottom: 0;
    /*    text-shadow: 1px 0px 0px #717171;*/
}
span.more-btn a {
    color: #CEC8C6;
    font-size: 17px;
    font-weight: 400;
}
/*span.more-btn a {color: #86817e;font-size: 17px;font-weight: 400;}*/

.icon-in {
    background: url(../images/icons.png) no-repeat;
    width: 77px;
    height: 61px;
    text-align: center;
    background-position: 0px 0px;
    margin: 0 auto;
    transition: all 400ms;
}
.box-one:hover {
    background:  rgba(8, 8, 8, 0.95) repeat;
    transition: all 400ms;
}
.box-one:hover h1,
.box-one:hover span.more-btn a {
    color: #CEC8C6;
}
span.more-btn a:hover {
    color: #F00;
}
.box-one:hover .icon-in {
    background-position: 0px -64px;
    transition: all 400ms;
}
.content-inner h1:after,
.sub-box h1:after,
.chair-content h1:after {
    position: relative;
    content: "";
    background: url(../images/shadow-normal.png) no-repeat center;
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* bottom: 33px; */
    
    padding: 17px 0;
}
.content-inner h1:before,
.sub-box h1:before,
.chair-content h1:before {
    position: relative;
    content: "";
    background: url(../images/shadow-normal.png) no-repeat center;
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* top: 90px; */
    
    padding: 17px 0;
}
.icon-in.two {
    background-position: -91px 0px;
}
.icon-in.two {
    background-position: -91px 0px;
}
.box-one:hover .icon-in.two {
    background-position: -91px -65px;
}
.icon-in.three {
    background-position: -191px 0px;
}
.box-one:hover .icon-in.three {
    background-position: -191px -65px;
}
.icon-in.four {
    background-position: -286px 0px;
}
.box-one:hover .icon-in.four {
    background-position: -286px -65px;
}
.icon-in.five {
    background-position: -375px 0px;
}
.box-one:hover .icon-in.five {
    background-position: -375px -65px;
}
.sec-two-btn {
    margin: 0px auto;
    position: absolute;
    text-align: center;
    float: none;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: 206px;
}
section#lawyers {
    background: #FFF;
}
.banner-subs {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.banner-subs img {
    width: 100%;
    height: auto;
}
.subsidiay-cat {
    clear: both;
    float: left;
    width: 100%;
    z-index: 9999;
    position: relative;
}
.sub-box {
    width: 20%;
    float: left;
    color: #000;
}
.sus-btn-down-outer {
    margin: 0px auto;
    position: fixed;
    text-align: center;
    float: none;
    left: 0px;
    right: 0px;
    z-index: 999;
    /* top: 45%; */
    /* margin-top: 206px; */
    
    bottom: 35px;
}
.sus-btn-down {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    /* border-radius: 100%; */
    
    padding: 0 !important;
    line-height: 45px;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px auto 0;
    border: 2px solid white!important;
    text-align: center;
    color: white !important;
    background: #6F6A6A;
    border: 1px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    float: none;
    position: static;
}
.sub-box h1 {
    margin-top: 0px;
}
#sustain-outer .header.header-style-1,
#subsidiary .header.header-style-1 {
    margin-bottom: 60px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: 0px;
    right: 0px;
    float: left;
    clear: both;
    width: 100%;
}
.projects-outer {
    float: left;
    width: 100%;
    clear: both;
    height: auto;
    margin-top: 87px;
}
.btns {
    text-align: center;
    display: inline-block;
    width: 60%;
    margin-top: 4%;
}
.btns label.control-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    color: #000;
    font-size: 17px;
}
.btns select#selectbasic {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #DDD;
    height: 39px;
}
/*.btns .col-md-4, .btns .col-md-2{padding: 0 5px;}*/

.btns input[type=search] {
    -webkit-appearance: none;
    background: #e5e5e5;
    box-shadow: none;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}
.label-in {
    text-align: right;
}
.proj-box {
    width: 100%;
    float: left;
    border-right: 1px solid #aea8a3;
    height: 58vh;
    position: relative;
    overflow: hidden;
}
.proj-box.one {
    /*background:url(../images/pro-one.jpg) no-repeat;*/
    
    position: relative;
    background-size: cover !important;
}
.proj-box.one:before {
    position: absolute;
    width: 100%;
    content: "";
    background: rgba(245, 245, 245, 0.3);
    height: 100%;
    left: 0;
}
.proj-box.two {
    background: url(../images/pro-two.jpg) no-repeat;
    background-size: cover;
}
.proj-box.three {
    background: url(../images/pro-three.jpg) no-repeat;
    background-size: cover;
}
.proj-box.four {
    background: url(../images/pro-four.jpg) no-repeat;
    background-size: cover;
}
.proj-box.five {
    background: url(../images/pro-five.jpg) no-repeat;
    background-size: cover;
}
.img-thumbs {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 60px;
}
section#projects .sus-btn-down-outer {
    bottom: 10.5%;
}
section#sustain-outer .sus-btn-down-outer {
    bottom: -10px;
}
.proj-box img {
    width: 100%;
    height: 50vh
}
.proj-box:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    bottom: -100%;
    transition: all 400ms;
}
.proj-box:hover:after {
    bottom: 0;
    transition: all 400ms;
}
.content-inner {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 37%;
    z-index: 9999;
    background-color: #010101db;
}
.content-inner h1 {
    font-weight: 400 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    /*text-shadow: 1px 1px 20px #ffffff;*/
}
.proj-box:hover h1,
.proj-box:hover span.more-btn a {
    color: #FFF;
}
.sus-outer {
    width: 100%;
    background: rgba(255, 255, 255, 0.71);
    height: auto;
    float: left;
    text-align: center;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.sus-box .sub-box {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.footer_inner .ul {
    float: left;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
}
section#sustain-outer .subsidiay-cat {
    margin: 0 auto;
    display: block;
    float: none;
    width: 80%;
}
.home_scroll_button_up {
    margin-bottom: 20px;
}
footer.big-footer.dark-footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
}
footer.big-footer.dark-footer.kratka_strana_home {
    position: relative !important;
}
#media-cntr .icon-in {
    background: url(../images/media-sec.png) no-repeat;
    width: 77px;
    height: 61px;
    text-align: center;
    background-position: 0px 0px;
    margin: 0 auto;
    transition: all 400ms;
}
#media-cntr .icon-in.two {
    background-position: -91px 0px;
}
#media-cntr .icon-in.two {
    background-position: -91px 0px;
}
#media-cntr .box-one:hover .icon-in.two {
    background-position: -91px -65px;
}
#media-cntr .icon-in.three {
    background-position: -191px 0px;
}
#media-cntr .box-one:hover .icon-in.three {
    background-position: -191px -65px;
}
#media-cntr .icon-in.four {
    background-position: -286px 0px;
}
#media-cntr .box-one:hover .icon-in.four {
    background-position: -286px -65px;
}
#media-cntr .icon-in.five {
    background-position: -375px 0px;
}
#media-cntr .box-one:hover .icon-in.five {
    background-position: -375px -65px;
}
#media-cntr .icon-about {
    background: url(../images/about-us.png) no-repeat;
    width: 77px;
    height: 61px;
    margin: 0 auto;
    transition: all 400ms;
    background-position: 0px 0px; /* default (grey) */
}
#media-cntr .box-one:hover .icon-about {
    background-position: 0px -61px; /* moves down to red version */
}
.carrer-bg {
    background: url(../images/carrer-bg.jpg) no-repeat right;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
}
.img-container {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    position: relative;
}
.img-container img {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 25px;
    height: auto;
}
.img-container-chair {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.img-container-chair img {
    transition: all 400ms;
    width: 200px;
    height: auto;
    float: left;
    margin-top: 45px;
    clear: both;
    margin-right: 15px;
}
.mess-ch {
    position: relative;
    left: 0;
    width: 70%;
    text-align: left;
    top: 40px;
    height: auto;
    display: inline-block;
    color: #000;
    padding-left: 0;
    float: left;
    background: rgba(255, 255, 255, 0.47);
    padding: 15px;
}
.Matter-inner h1 {
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400 !important;
    margin: 40px 0 0 0;
}
.mess-ch p {
    font-size: 13px;
    line-height: 21px;
    text-align: justify;
	word-spacing:-1px;
}
/*.mess-ch p {font-size: 15px;line-height: 26px;text-align: justify;}*/

.mess-ch strong {
    font-weight: 800 !important;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 15px;
}
.mess-ch strong span {
    font-weight: 700 !important;
    color: #a0a0a0;
    text-transform: none;
}
.print-opt {
    text-align: right;
    padding-right: 0;
    display: block;
    clear: both;
    padding-top: 30px;

    margin: 0 auto;
}
div#a2apage_dropdown {
    position: absolute;
   
}

.print-opt ul li {
    display: inline-block;
    line-height: 15px;
    margin-top: 15px;
    color: #DEDEDE;
}
.print-opt ul li a .fa {
    color: #767676;
    margin-right: 3px;
}
.print-opt ul li a {
    font-size: 13px;
    color: #adadad;
    line-height: 15px;
    padding: 0px 3px;
}
.print-opt ul li a:hover {
    font-weight: bold !important;
    color: #f00 !important;
}
.print-opt ul li a:hover .fa {
    color: #ff0000;
}
.mess-ch i.fa.fa-quote-left {
    left: 0px;
    position: absolute;
    color: #FFF;
    font-size: 13px;
}
.mess-ch i.fa.fa-quote-right {
    position: absolute;
    color: #FFF;
    font-size: 13px;
    bottom: 38px;
}
.wrapper {
    max-width: 1170px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.cor-philo p {
    color: #333333;
    font-size: 13px;
    text-align: justify;
    line-height: 22px;
    margin-top: 15px;
}
.job-oppor h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    /* text-decoration: underline; */
    
    border-bottom: 1px solid #333333;
    display: inline-block;
    text-align: left;
    float: left;
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.me-q img.ajax-loader {
    float: right;
}
.job-oppor p {
        font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    color: #333333;
    text-align: left;
    font-size: 14px;
    clear: both;
    line-height: 22px;
}
.job-oppor p span {
    color: #8c8c8c;
}
.btn.btn-default.apply a {
    background: #737373;
    border: none;
    color: #FFF;
    float: left;
    padding: 12px 10px !important;
    border-radius: 5px !important;
}
.btn.btn-default.apply a {
    color: #FFF;
    font-size: 13px;
    line-height: normal;
}
.btn.btn-default.apply:hover a {
    color: #FFF !important;
}
.btn.btn-default.apply a:hover {
    background: #000;
}
.responsive_body #fullpage > section.active {
    z-index: 3;
    height: auto !Important;
    padding-bottom: 0px !important;
    min-height: 100%;
}
.fp-tableCell {
    height: auto !important;
}
.news-sec h1 {

    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    color: #000000;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    min-height: 107px;
    vertical-align: middle;
    line-height: 17px;
    transition: all 400ms;
}
.news-sec h1:hover {
    color: #F00;
    font-weight: 800 !important;
    transition: all 400ms;
}
.news-sec img {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.news-sec img {
    max-width: 200px !important;
    margin-right: 0;
    max-height: 144px !important;
    width: 100% !important;
    height: auto !important;
}
.news-sec {
    display: block;
    clear: both;
    margin-bottom: 25px;
    float: left;
}
.news-sec p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 400 !important;
    text-align: left;
}
span.mre a,
span.dte {
    text-align: left;
    display: block;
    font-weight: 800 !important;
    color: #333;
    font-size: 15px;
}
span.mre a {
    display: inline-block;
    font-size: 14px;
}
.col-md-6.news-col {
    padding: 0;
    padding-right: 4%;
}
.col-md-6.news-col-one,
.col-md-6.news-col-two {
    width: 49%;
    float: left;
    padding: 0;
}
.col-md-6.news-col-one {
    border-right: 1px dotted #DDD;
    padding-right: 2%;
}
.col-md-6.news-col-two {
    margin-left: 2%;
}
.wrapper.news-eve {
    margin-top: 35px;
}
.manag-sec img {
    float: left;
    margin-right: 17px;
}
.mana-team h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 10px 0 !important;
}
/*.mana-team h1 {font-size: 15px;text-transform: uppercase;font-weight: 600 !important;margin: 10px 0 !important;}*/

.position {
    color: #565656;
    text-align: left;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 18px;
    /* letter-spacing: .3px; */
    
    font-family: 'Open Sans', sans-serif !important;
    /* margin-bottom: 5px; */
}
span.read-more a {
    display: block;
    margin-top: 15px;
    text-align: left;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.email-send {
    text-align: left;
}
.email-send a {
    font-size: 13px;
    color: #5a5a5a;
    word-break: break-all;
}
.email-send .fa {
    color: #5a5a5a;
    margin-right: 5px;
    word-break: break-all;
}
span.read-more .fa {
    color: #000;
    border: 1px solid #DDD;
    font-size: 11px;
    padding: 2px 2px;
    vertical-align: middle;
    margin-right: 5px;
}
.modal-body p {
    color: #444;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
}
.modal-dialog {
    max-width: 630px;
    width: 100%;
    margin: 111px auto;
}
h4.modal-title {
    text-align: left;
    color: #000;
    font-weight: 600 !important;
    font-size: 14px;
}
section#manage-team hr {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 43px 0 34px;
}
.mana-team {
    margin-top: 30px;
}
.pro-th {
    display: inline-block;
    width: 23%;
    margin: 20px 20px 0px 0;
    position: relative;
    overflow: hidden;
    height: 230px;
}
.wrapper.projects-in {
    clear: both;
    margin-top: 25px;
}
.pro-th img {
    width: 100%;
    height: auto;
}
.pro-des {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.72);
    height: 100%;
    transition: all 400ms;
    width: 100%;
}
.pro-th:hover .pro-des {
    top: 0;
    transition: all 400ms;
}
.pro-des .fa {
    text-align: center;
    display: block;
    font-size: 30px;
    padding-top: 25%;
    color: #ff0000;
}
.pro-des h4 a {
    font-weight: 800 !important;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin: 10px auto;
    display: block;
}
.pro-des p {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px;
    display: none !important;
}
.str {
    display: inline-block;
    width: 23%;
    text-align: left;
    margin: 15px 35px 10px 0 !important;
    float: left;
}
.str h3 {
	font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #292929;
    border-left: 3px solid #F00;
    padding-left: 25px;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 13px;
    font-weight: 700;
   font-family: 'Open Sans', sans-serif;
}
.sects.ui-accordion-content {
    padding: 0 !important;
}
.img-inner em,
.img-inner i {
    font-style: italic;
    font-size: 13px;
    color: #7b7b7b;
    text-align: left !important;
    float: left;
    display: block;
    line-height: 20px;
    margin-top: 15px;
}
.str ul li {
    color: #5a5a5a;
    font-size: 0px;
}
.str ul.acordioncomps1 .ui-accordion-header {
    font-family: 'Open Sans', sans-serif;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 12px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 1px;
    font-size: 13px;
    text-transform: uppercase;
    outline: none !important;
    transition: all 400ms;
    color: #000;
}
.str ul.acordioncomps1 .ui-accordion-header:hover {
    background: none;
    border: 1px solid #f3f3f3;
    transition: all 400ms;
    color: #e52b2c;
    font-weight: 600 !important;
}
.str ul.acordioncomps1 .ui-accordion-header span.head-ul {
    padding-left: 15px;
}
ul.acordioncomps1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*.str ul li span {font-size: 13px;margin-bottom: 25px;display: block;content: "\25AE";color: #333333;}*/
/*.str ul li span:before {content: "\f10c";color: #3C3C3C;font-size: 13px;font-family: FontAwesome;margin-right: 20px;margin-left: -4px;}*/

.sects {
    position: relative;
}
/*.str .ui-accordion .ui-accordion-content {height: auto !important;}*/

.sects li {
    padding-left: 0;
    /* margin-bottom: 0; */
    
    position: relative;
    margin-top: 16px;
    text-align: center;
    background: #fff;
    margin-bottom: 17px;
    border: 1px solid #DDD;
    padding: 11px;
}
.sects li:after {
    position: absolute;
    content: "";
    /* border-right: 1px solid #dc4444; */
    
    height: 25%;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #bfb3b3;
}
/*.sects:before {content: "";border-left: 3px dotted #DDD;position: absolute;height: 98%;padding-left: 25p;line-height: 28px;margin-left: 14p;top: -17px;}.sects li:before {border-bottom: 3px dotted #DDDDDD;content: "";position: absolute;left: 5px;width: 9%;top: 19px;}*/
/*.sects li:after {content: "\f10c";color: #DDDDDD;font-size: 13px;font-family: FontAwesome;position: absolute;left: 28px;top: 11px;}*/

.wrapper.grp_str {
    margin-top: 30px;
}
.terms {
    text-align: right;
    padding-top: 12px;
}
.terms i.fa.fa-youtube-play {
    font-size: 19px;
    float: right;
    margin-left: 6px;
    vertical-align: middle;
}
#media-cntr .box-one:hover .icon-in {
    background-position: 3px -64px;
}
body.home_body.responsive_body.fp-viewing-0 {
    overflow: visible !important;
    height: auto !important;
}
#slideout2 {
    position: fixed;
    top: 14%;
    right: -249px;
    width: 248px;
    padding: 0px 0;
    text-align: left;
    background: #FFF;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    z-index: 99999;
}
#slideout2:hover {
    right: 0px;
}
/*.img-g {background: #FFF;float: left;width: 100%;clear: both;display: block;height: 47px;right: 158px;position: relative;}*/

.img-g {
    background: transparent;
    float: left;
    width: auto;
    clear: both;
    display: block;
    height: 47px;
    right: 62px;
    position: relative;
}
/*.img-g img {float: left;display: inline-block;margin-top: -7px;margin-left: -21px;}*/

.img-g img {
    float: left;
    display: inline-block;
    margin-top: -7px;
    margin-left: 9px;
}
.img-g h3 {
    display: none;
    /*margin: 0px 0 !important;padding-top: 17px;display: inline-block;font-weight: 800 !important;font-size: 13px;text-transform: uppercase;float: left;padding-left: 10px;*/
}
.quick-lnks ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 400 !important;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
    display: block;
    background: url(../images/q-ic_03.png) no-repeat left;
    padding-left: 25px;
}
.quick-lnks ul li {
    display: block;
}
.quick-lnks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.quick-lnks {
    float: left;
    background: #FFF;
    right: 0;
    position: relative;
    padding: 6px 15px 15px;
    margin-top: -46px;
    clear: both;
}
i.fa.fa-youtube-square {
    background: #e42c24;
}
i.fa.fa-twitter-square {
    background: #2eacf6;
}
i.fa.fa-facebook-square {
    background: #4867aa;
}
i.fa.fa-linkedin-square {
    background: #0077b5;
}
a.social-y i.fa {
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    color: #FFF !important;
    background: transparent;
}
section#agency-notes {
    margin-top: 6%;
    padding-bottom: 100px;
    clear: both;
    float: left;
    width: 100%;
}
div#owl-demo-group .gruop-sec {
    width: 100%;
    display: block;
    height: 100%;
    float: left;
    height: 87vh;
    min-height: 85vh;
    color: #000;
    border-right: 1px solid #DDD;
    transition: all 400ms;
    position: relative;
    overflow: hidden;
}
.bg-imag {
    position: absolute;
    width: 100%;
    height: auto;
}
.bg-imag img {
    filter: gray;
    /* IE6-9 */
    
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}
.bg-imag:after {
    content: '';
    height: 100%;
    /*background: url(../images/group-companies/box-hover.png) repeat;*/
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gruop-sec .chair-content h1 {
    color: #000;
    margin-top: 0;
    font-size: 13px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
div#owl-demo-group .gruop-sec:hover .bg-imag img {
    filter: none;
    -webkit-filter: grayscale(0);
}
section#group-companies .header,
section#group-companies .main-title {
    z-index: 999;
    color: #FFF !important;
}
.gruop-sec .chair-content h1:hover {
    color: #000;
    font-weight: bold;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.backto-main a {
    padding: 9px 14px 11px 14px;
    background: #DD3832;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    transition: all 400ms;
}
.backto-main {
    position: absolute;
    right: 22px;
    bottom: 8px;
    /* overflow-y: hidden; */
    
    z-index: 99;
}
.backto-main a:hover {
    color: #FFF !important;
    background: #B2B0B1;
    transition: all 400ms;
}
section#careeer-page .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: left;
    box-shadow: none;
}
section#careeer-page textarea.form-control {
    height: 105px !important;
}
.form-group.form-control.check-bx-in {
    vertical-align: middle;
    padding: 11px 12px !important;
}
input.form-control.check-bx-in {
    padding-top: 10px !important;
    vertical-align: middle;
}
.check-bx-in-big {
    padding-top: 10px !important;
    vertical-align: middle;
}
.check-bx-in-big .checkbox-inline+.checkbox-inline,
.check-bx-in-big .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;

}
.wrapper.career-form {
    margin-top: 20px;
}
section#careeer-page button.btn.btn-primary.pull-right {
    background: #252525;
    border: none;
    outline: none;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
section#careeer-page button.btn.btn-primary.pull-right:hover {
    background: #CE0707;
}
.form-group.top-se .fa.fa-search {
    position: absolute;
    left: 14px;
    top: 20px;
    color: #A2A2A2;
}
h4.modal-title.for-news {
    text-align: left;
    color: #000;
    font-weight: 600 !important;
    font-size: 20px;
}
.pro-b button#submit {
    background: #424242 !important;
    text-align: left;
    padding: 12px;
    color: #FFF;
    font-weight: 400;
    border: none;
    outline: none;
    position: relative;
    min-width: 117px;
    float: left;
}
.btns i.fa.fa-search {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #8f8f8f;
}
.pro-b button#submit:hover,
.pro-b button#submit:hover .fa {
    background: #F00 !important;
    color: #FFF;
}
/************************/

.subscribenow {
    background: #D43540;
    border: none;
    border-radius: 0px;
    padding: 5px 20px!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: white!important;
}
.subscribenow:hover {
    color: white!important;
    background: #941821;
}
.title-gc {
    color: #000;
    background: #FFF;
}
span.submit-date > input {
    border: none;
}
span.wpcf7-list-item {
    margin-left: 10%;
}
span.checkbox-inline {
    width: 70%;
    padding-left: 2px;
}
span.education input,
div.check-bx-in input[type=checkbox] {
    position: static !important;
    margin-left: 0 !important;
}
span.education > span.checkbox-inline {
    width: 84%;
    padding-left: 0;
}
span.education span.wpcf7-list-item {
    margin-left: 2%;
}
span.cv-file input {
    display: inline;
    width: 65%;
}
div.check-bx-in-big {
    padding-right: 0 !important;
}
form input.wpcf7-submit {
    background: #252525;
    border: none;
    outline: none;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
form > div.wpcf7-response-output {
    height: 40px;
    float: right;
    color: black;
    clear: right;
    margin-top: -5px;
}
.addtoany_content_bottom {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px !important;
    display: block !important;
    float: left !important;
}
form div.row > div {
    min-height: 65px;
}
.wpcf7-form-control-wrap.dob .wpcf7-not-valid-tip {
    padding-top: 10px;
    margin-left: -12px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    clear: both;
    margin-bottom: 5px;
}
span.wpcf7-form-control-wrap.dob input[type=date] {
    border: none;
    width: 75%;
    /* vertical-align: middle; */
    
    outline: none;
    line-height: normal;
    padding-top: 5px;
}
div.wpcf7-validation-errors {
    border: none !important;
    color: red !important;
    font-size: 13px !important;
}
.pro-des h4 {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}
.team-pop input {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 10px;
    outline: none;
}
.team-pop h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}
.team-pop label {
    font-weight: 100!important;
    font-size: 13px;
    color: #000;
    display: block;
    width: 100%;
    clear: both;
}
.team-pop form input.wpcf7-submit {
    background: #252525;
    border: none;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    width: 111px;
    color: #FFF;
    float: left;
    clear: both;
}
section#subsidiary .sus-btn-down-outer {
    bottom: -18px;
}
div#wpm_download_2,
div#wpm_download_1 {
    background: #DDD;

    width: 100%;
    float: left;
    text-align: center;
}
a.icon-button.download-icon:after {
    background: url(../images/download.png) no-repeat;
    position: absolute;
    content: "";
    right: -16px;
    top: 8px;
    z-index: 999;
    width: 17px;
    height: 15px;
}
a.icon-button.download-icon {
    display: inline-block;
    padding: 6px 10px;
    background-color: #DDD;
    /* margin-top: 9px; */
    
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    color: #000;
    position: relative;
}
.mess-ch p em {
    font-weight: 400;
    font-style: italic;
    line-height: 21px !important;
    color: #473939;
}
.position.designation.oswald a {
    color: #606060;
    font-size: 13px;
}
/*.position.designation.oswald {color: #606060;font-size: 13px;}*/

.icon-in-logo img {
    /*	width: 200px;*/
    
    width: auto;
    height: auto;
}
.img-inner {
    float: left;
    display: inline-block;
    width: 200px;
}
.img-container-chair .img-inner {
    display: none !important;
}
.img-inner strong {
    display: inline-block;
    float: left;
    font-weight: 800 !important;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
}
.img-inner strong span {
    font-weight: 700 !important;
    color: #7b7b7b;
    text-transform: none;
    font-size: 13px;
}
.team-pop ul strong {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    display: block;
}
.team-pop .form-group .col-xs-12 {
    padding: 0;
}
body.parallax.home_body.responsive_body.fp-viewing-home {
    height: auto !important;
    overflow: visible !important;
}
.mess-ch i.fa {
    display: none;
}
.timeline-inner img {
    float: none;
    margin-bottom: 0;
}
.cor-philo ul li {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 20px;
    background: url(../images/trougao-siv.png) no-repeat left top;
    padding-left: 14px;
    vertical-align: middle;
    margin-bottom: 4px;
    background-position-y: 5px;
}
.cor-philo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
div#down-bro a {
    position: relative;
}
div#down-bro a:after {
    content: "";
    position: absolute;
    left: 3px;
    top: -17px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    z-index: 9999;
    border: 2px solid #FFF;
    background: url(../images/down-pdf.png) no-repeat center;
    background-color: #e14045;
}
ul.certificates1 li {
    display: inline-block !important;
    width: 18%;
    padding: 5px;
    background: #f7f7f7;
    text-align: center;
    margin: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 2px 1px 2px #dcdcdc;
    transition: all 400ms;
	display:none;
}
ul.certificates1 li img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
ul.certificates1 h4 {
    color: #e52b2c;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.certificates1 li:hover {
    border: 1px solid #e52b2c;
    background: #e52b2c;
    transition: all 400ms;
}
ul.certificates1 li:hover h4 {
    color: #FFF;
    transition: all 400ms
}
section#philoso {
    height: auto !important;
    overflow: visible !important;
}
ul#lightSlider1 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul#lightSlider1 li {
    background: none;
    padding-left: 0;
}
ul.lSPager.lSGallery ul li,
ul#lightSlider1 li {
    background: none;
    padding-left: 0;
}
.project-images {
    width: 100%;
    float: left;
    margin: 0px;
}
.project-images img {
    border-radius: 3px;
    padding: 2px;
    /* width: 100%;*/
    
    height: auto;
    background: #BFCBD2;
    float: left;
}
section#careeer-page,
section#job-oppor,
section#news-events,
section#philoso,
section#manage-team,
section#projectssingle1,
section#message .t-center {
    margin-top: 0px;
    padding-bottom: 100px;
}
section#group-companies,
section#media-cntr {
    margin-top: 90px;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    max-width: 835px !important;
    width: 100% !important;
    min-width: 40% !important;
}
.fancybox-inner {
    width: 100% !important;
    height: auto !important;
}
div#proslides1 p {
    font-size: 13px !important;
    line-height: 22px;
}
/*.project-images img {width: 100%;}*/
/*section#job-oppor .img-container img, section#philoso .img-container img, .img-container.timeline-inner img {-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
/*filter: grayscale(100%);}*/

.sust-img img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    filter: none !important;
}
.position.designation.oswald {
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}
div.fancybox-inner > div.team-pop p {
    font-size: 13px;
    line-height: 22px;
}
a.a2a_i,
i.a2a_i {
    font-size: 13px !important;
}
a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
    background-size: 18px !important;
    height: 18px !important;
    line-height: 24px;
    width: 18px !important;
}
a.a2a_i,
i.a2a_i {
    display: block;
    float: left;
    border: 1px solid #FFF;
    line-height: 24px;
    padding: 0px 7px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 104px !important;
}
.a2a_mini {
    min-width: 245px !important;
    position: absolute;
    width: 245px !important;
    z-index: 9999997;
    padding-left: 5px !important;
    padding-top: 8px !important;
}
.map-grey {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.cntry-nme {
    color: #000;
    border-bottom: 0px solid #000;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0px;
    padding-bottom: 8px;
}
h6.cntry-head.ui-accordion-header {
    font-family: 'Open Sans', sans-serif;
    clear: both;
    font-size: 14px;
}
.adderss-tabs .ui-widget-content {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 7px;
}
h6.cntry-head.ui-accordion-header {
    background: transparent;
    padding: 8px 9px 8px 26px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    outline: none !important;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    line-height: 18px;
}
h6.cntry-head.ui-accordion-header:hover {
    background: none;
    color: #e52b2c;
    font-weight: 600;
}
/*h6.cntry-head.ui-accordion-header:first-child {background: none;color: #3e3e3e;padding: 0;border:none;}*/
/*.cntry-head.ui-accordion-header:first-child .ui-accordion-header-icon {display: none !important;}h6.cntry-head.ui-accordion-header:hover:first-child{background:none;}*/

.quick-lnks ul li a:hover {
    font-weight: 600 !important;
}
.team-pop h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #d0cccc;
    padding-bottom: 8px;
}
.team-pop ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
}
div.pp_pic_holder {
    position: fixed !important;
    top: 10% !important;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #000;
}
.team-pop textarea {
    height: 80px;
    margin-bottom: 10px;
}
.news-col-one span.dte {
    display: none;
}
.news-col-one .modal-body p {
    display: none;
}
.news-col-one img {
    width: 200px;
    height: auto;
}
.modal-body img {
    width: auto;
    height: auto;
}
/*div#myModal-news0 .modal-dialog {max-width: 1000px !important;width: 100% !important;}	*/

div#myModal-news0 .modal-dialog img {
    width: 100%;
    height: auto;
}
div#myModal-news0 p {
    display: none !important;
}
section#message {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    background-position: 1% !important;
    height: 100%;
    padding-bottom: 3%;
    transition: all 400ms;
}
.mess-one {
    width: 50%;
    float: left;
    /* border-right: 2px solid #e52b2c; */
    
    margin-right: 1%;
    padding-right: 1%;
    border-left: 2px solid #c8c8c8;
    padding-left: 2%;
}
.mess-two {
    float: left;
    width: 47%;
    border-left: 2px solid #bcbcbc;
    padding-left: 2%;
}
section#message .t-center {
    padding-top: 13px;
    margin-top: 0 !important;
}
section#message .print-opt ul li a,
section#message .print-opt ul li a .fa {
    color: #000;
}
.career-form div.wpcf7-mail-sent-ok {
    /* border: 2px solid #398f14; */
    /* float: none !important; */
    
    width: 98%;
    display: block !important;
    clear: both !important;
    margin-top: 12px !important;
    float: left;
    font-size: 13px;
    border: 0px solid #DDD !important;
    padding: 10px 0 5px !important;
    color: #000;
    background: #DDD;
    margin: 12px auto 0 !important;
}
.cov-col {
    color: #FFF !important;
}
span.main-title.lcov-col {
    color: #FFF;
}
.i4ewOd-pzNkMb-haAclf {
    background-color: #e52b2c !important;
}
.key-contact-div .header.header-style-1 {
    top: 95px;
}
.key-contact-div .chair-content {
    top: 33%;
}
.key-contact-div i.fa.fa-envelope {
    font-size: 29px;
    transition: all 400ms;
    color: #aea8a3;
}
.chair-content h1 {
    line-height: 22px;
}
.key-contact-div i.fa.fa-envelope:hover {
    color: #ff0606;
}
.key_conatctForm textarea {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
}
.key_conatctForm input[type="submit"] {
    min-width: 120px !important;
    width: 121px;
    background: #212121;
    color: #FFF;
    text-transform: uppercase;
    transition: all 400ms;
}
.key_conatctForm input#reset {
    width: 120px;
    min-width: 125px;
    background: #383838;
    color: #FFF;
    text-transform: uppercase;
}
.key_conatctForm input#reset:hover,
.key_conatctForm input[type="submit"]:hover {
    background: #d40000;
}
.key_conatctForm span {
    font-size: 15px;
}
.key-contact-div .box-one:hover .icon-in {
    background-position: 0 -64px !important;
}
.i4ewOd-pzNkMb-tJHJj {
    background: #e00 !important;
}
.btn.btn-default.apply:hover a {
    background: #f00;
}
.HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj {
    padding: 11px 0 11px 20px;
    background: red !important;
}
body.parallax.home_body.responsive_body.fp-viewing-home {
    overflow-x: hidden;
    overflow-y: visible;
}
section#media-cntr {
    float: left;
    width: 100%;
    background: url(../images/media-back.jpg) no-repeat;
    background-size: cover;
}
section#subsidiary {
    float: left;
    width: 100%;
    background: url(../images/shake-hands.jpg) no-repeat center 78px;
    background-size: cover;
}
#subsidiary .header.header-style-1 {
    margin-top: 45px;
    margin-bottom: 0;
}
section#message .print-opt ul li a:hover .fa {
    color: #f00;
}
.div-com img {
    width: 100%;
    height: auto;
}
svg#Capa_1 {
    width: 80%;
    height: auto;
}
#owl-demo .item i.fa.fa-envelope {
    font-size: 27px;
    margin-top: 15px;
}
.read_news {
    min-width: 100px;
    background: #000;
    display: inline-block;
    margin: 15px auto 4px;
    padding: 10px;
    border-radius: 4px;
    color: #FFF;
    text-transform: uppercase;
}
.read_news:hover {
    background: #F00;
}
.me-q input,
.me-q textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 2px;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    outline: none;
}
.me-q textarea {
    height: 100px;
}
.me-q input.wpcf7-form-control.wpcf7-submit.button {
    width: 100px;
    padding: 8px;
    color: #FFF;
}
.me-q input.wpcf7-form-control.wpcf7-submit.button:hover {
    background: #F00;
}
.team-pop form input.wpcf7-submit:hover, div#epre-down .wpcf7-submit:hover {
    background: #ff0000;
    transition: all 400ms;
}
#owl-demo-sbusi .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}
#owl-demo-sbusi .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 49px;
    background: url(../images/left-arrow.png) no-repeat #FF0101 center;
}
#owl-demo-sbusi .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 49px;
    background: url(../images/right-arrow.png) no-repeat #FF0101 center;
}
.cntry-nme a {
    color: #FFF !important;
    position: relative;
    padding-left: 29px;
}
.cntry-nme a:before {
    content: "\f0d7";
    top: -2px;
    position: absolute;
    left: 6px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #F00;
}
.cntry-head span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    left: 0;
}
.adderss-tabs .ui-accordion .ui-accordion-content {
    padding: 5px 14px;
    border-top: 0;
    overflow: auto;
}
.md-q {
    color: #585858;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.md-q strong {
    color: #f00;
    display: block;
    margin: 15px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}
.proj_cont {
    width: auto !important;
    float: left;
}
.project-images.main_site {
    width: auto;
    float: right;
    height: auto;
}
.project-images.main_site img {
    width: 100%;
    height: auto;
}
.career-form input[type="submit"]:hover {
    background: #f00;
    color: #FFF;
}
.small-sm a:hover {
    color: #e50c0c !important;
}
.proj_cont p {
    display: none;
}
.wsp-container h2 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    /* color: #DDD; */
    
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
}
.wsp-container ul li a {
    color: #000;
}
.wsp-container ul li a:hover {
    color: #f00;
    font-weight: bold;
}
.wpcf7-form-control-wrap.dob input {
    border: none;
    width: 100% !important;
    padding-top: 6px;
}
.black-border {
    float: left;
    width: 100%;
    background: #000;
    height: 50px;
}
.adderss-tabs {
    margin-top: -44px;
}
.adderss-tabs b {
    font-weight: normal;
	font-family: 'Cairo', sans-serif;
}
.adderss-tabs b:hover {
    font-weight: bold;
    transition: all 400ms;
    color: #ff0707;
}
.leve-com {
    padding: 0px 61px 5px 0;
    margin: 0px 0px 0px 3px;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    line-height: 15px;
}
.leve-com span {
    text-transform: none;
}
.cmn-map {
    float: left;
    width: 100%;
    clear: both;
}
.cmn-map ul li a {
    color: #000;
    text-transform: uppercase;
}
.cmn-map h2 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    /* color: #DDD; */
    
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
}
.cmn-map ul li a:hover {
    color: #f00;
    font-weight: bold;
}
.cmn-map ul li {
    background: none;
    padding-left: 0;
	font-size:11px;
}
#sustain-outer .header.header-style-1 {
    margin: 0 auto;
    position: absolute;
    top: 20px;
}
#sustain-outer .header.header-style-1 span.main-title {
    color: #FFF;
}
.trms-pge strong {
    font-size: 15px;
    color: #000;
}
.trms-pge {
    text-align: left;
}
.trms-pge a {
    color: #f00;
}
.trms-pge a:hover {
    color: #f00;
    font-weight: bold;
}
section.terms-main {
    margin-top: 17px !important;
}
section.terms-main .Matter-inner h1 {
    margin: 0px 0 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 99;
    color: #FFF;
}

h1.wrapper.s-map-title {
    visibility: hidden;
}

.img-container.s-map-img {
    margin-top: 77px;
}
div#owl-demo-projects .item:hover:after {
   
    background: rgba(27, 27, 27, 0.76);
    width: 100%;
    transition: all 400ms;
}
div#owl-demo-projects .item:hover h3{
	color:#FFF;
	}
div#owl-demo-projects .item:hover a {
    color: #FFF;
}
div.team-pop > div:last-of-type {
    height: auto !important;
    position: relative !important;
    top: 0 !important;
}
	.me-q {
		width: 70%;
	}
.adderss-tabs .ui-accordion-content a {
    color: #f00 !important;
}
	
.adderss-tabs .ui-accordion-content a:hover {
    font-weight: bold;
}
	
li#31587, div#ui-id-7 {
    display: none;
}	
div#slides {
    margin-top: 80px;
}	
.s-map {
    width: 12%;
    display: inline-block;
    float: left;
    margin:0 8px;
}

.s-map.two-col {
    width: 18%;
}
.s-map.s_one {
    width: 14%;
}

#second_footer{
	display:none;}

div.wpcf7-mail-sent-ng {
    border: 0px solid #ff0000 !important;
    font-size: 12px;
    color: #ED1818 !important;
}
h2 {
    font-size: 15px;
    margin: 3px 0;
    font-weight: 600;
}

section#philoso a {
    text-align: left;
}
section#philoso a div {
    font-size: 13px;
}

.q_out{
    right: 0px;
}
.q_in {
    position: fixed;
    top: 14%;
    right: -249px;
    width: 248px;
    padding: 0px 0;
    text-align: left;
    background: #FFF;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    z-index: 99999;
}
.single-sub-div .img-container .sub-div-img img {
    width: 200px;
    float: right;
    height: auto;
  
    margin-left: 19px;
}
.sub-div-cnt {
    display: block;
    /* clear: both; */
}


.home-inner.t-center.vertical-center {
    margin-left: 0;
}


section#careeer-page, section#job-oppor, section#news-events, section#philoso, section#manage-team, section#projectssingle1, section#message .t-center {
    margin-top: 133px;
    padding-bottom: 100px;
}






@media (max-width: 1440px) {
    .fp-enabled {
        overflow-Y: visible !important;
        overflow-x: hidden !important;
    }
.s-map.s_six {
    width: 217px;
}
.s-map.s_one {
    width: 175px;
}
.s-map.two-col {
    width: 289px;
}
.s-map.s_six {
    width: 217px;
}
 .s-map.s_three {
    width: 183px;
}
 .s-map.s_five {
    width: 165px;
}
 .s-map.s_four {
    width: 5%;
}
.s-map {
    width: 10%;
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.cmn-map h2 {
    font-size: 15px;
}
}
@media  screen and (max-width: 1366px) {
   .s-map.s_six {
    width: 217px;
}
.s-map.s_one {
    width: 175px;
}
.s-map.two-col {
    width: 289px;
}
.s-map.s_six {
    width: 217px;
}
 .s-map.s_three {
    width: 190px;
}
 .s-map.s_five {
    width: 165px;
}
 .s-map.s_four {
    width: 5%;
}
.s-map {
    width: 10%;
    display: inline-block;
    float: left;
    margin: 0 5px;
}
}
@media (max-width: 1355px) {
	
	.s-map.s_one {
    width: 14%;
}
.s-map.two-col {
    width: 20%;
}
.s-map.s_six {
    width: 13%;
}
.s-map.s_three {
    width: 15%;
}
.s-map.s_five {
    width: 13%;
}
.s-map.s_four {
    width: 8%;
}
.s-map {
    width: 14%;}
	}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    section#secion02 .sus-btn-down-outer {
        bottom: 21%;
    }
    .sus-btn-down-outer {
        bottom: -10%;
    }
    section#sustain-outer .sus-btn-down-outer {
        bottom: -5%;
    }
    .section#subsidiary .sus-btn-down-outer {
        bottom: -6%;
    }
    section#projects .sus-btn-down-outer {
        bottom: 28%;
    }
    .btns {
        margin-top: 10px;
    }
    .img-thumbs {
        margin-top: 40px;
    }
    #sustain-outer .header.header-style-1 {
        margin-bottom: 0px;
    }
    section#subsidiary .subsidiay-cat {
        padding-top: 16%;
    }
    #subsidiary .header.header-style-1 {
        margin-bottom: 40px;
    }
    .content-inner h1:before,
    .sub-box h1:before,
    .chair-content h1:before {
        padding: 9px 0;
    }
    .content-inner h1:after,
    .sub-box h1:after,
    .chair-content h1:after {
        padding: 9px 0;
    }
    .sub-box h1 {
        padding-top: 6px;
    }
    .chair-content {
        top: 30%;
    }
}
@media (max-width: 1199px) {
    .s-map {
        width: 15% !important;
       
    }
    .mess-ch {
        width: 77%;
    }
    .img-container-chair {
        padding: 0 15px;
    }
    section#message {
        height: auto !important;
        overflow: visible !important;
    }
    span.education span.wpcf7-list-item {
        margin-left: 3px;
        font-size: 13px;
        display: inline;
    }
    span.education > span.checkbox-inline {
        width: 84%;
        padding-left: 0;
        display: inline;
    }
    span.checkbox-inline {
        width: auto;
        display: inline;
        padding-left: 0px;
    }
    #slideout2 {
        top: 18%;
    }
    .check-bx-in-big {
        height: auto !important;
    }
    .t-center {
        padding-bottom: 119px;
    }
    .str {
        width: 22%;
        margin: 15px 15px 10px 0;
        float: left;
    }
    .pro-th {
        width: 22%;
    }
    .pro-des .fa {
        font-size: 25px;
        padding-top: 25%;
    }
    .pro-des h4 a {
        font-size: 17px;
    }
    .pro-des p {
        font-size: 13px;
        line-height: 20px;
        padding: 5px 15px;
        display: none !important;
    }
    ul.cd-timeline-navigation {
        top: -98px;
    }
    .cd-timeline-navigation a.prev {
        left: 0;
    }
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*  .img-container {



        padding: 0 15px;



    }*/
    
    .btns {
        width: 100%;
    }
    .sub-box h1,
    .chair-content h1 {
        font-size: 13px;
        margin-top: 0;
        padding-top: 0;
    }
    span.more-btn a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .nav-menu ul.big-texts li a {
        font-size: 12px;
    }
    .nav-menu ul li a {
        padding: 0 6px 0;
    }
    .email-send a {
        font-size: 13px;
    }
}
@media (max-width: 1130px) {
	
	
	div#owl-demo-division .item h3 {

    font-size: 15px;
}

	.nav-menu.clearfix.f-right.hamad-industry {
    margin-top: 0px;
    margin-left: 14px;
}
.nav-menu.clearfix.f-right.hamad-industry .main-menu {
    float: left !important;
    margin-left: 0px !important;
    margin-top: 0;
}
.nav-menu.clearfix.f-right.hamad-industry .small-menu {
    margin-top: 32px;
}
    .manag-sec img {
        float: left;
        margin-right: 9px;
    }
    span.read-more a {
        display: block;
        margin-top: 8px;
    }
    .manag-sec img {
        width: 130px;
        height: auto;
    }

   .main-menu {
    float: left !important;
    margin-top: 18px;
    margin-left: 0;
	clear:both;
}
.nav-inner div.nav-menu ul.nav li a {
    padding: 0 4px;
}
    .first-nav .nav-menu ul li > a {
        line-height: 19px;
        color: #000;
    }
   .small-menu {
font-size: 11px;
    margin-bottom: 3px;
    float: left !important;
    margin-top: 14px;
}
    .elem.hidden {
        display: block !important;
        visibility: visible !important;
    }
    .small-sm.language ul {
        width: 134px;
    }
    li.elem a {
        font-size: 11px !important;
        margin-top: 0px !important;
    }
    .nav-menu {
        width: 60%;
        height: 100%;
        float: left;
    }
}
@media (max-width: 1093px) {
    .form-group.form-control.check-bx-in {
        height: auto !important;
    }
    .career-form .col-md-offset-2 {
        margin-left: 0 !important;
    }
    .career-form form.wpcf7-form .col-xs-12.col-sm-6.col-md-5 {
        width: 50%;
    }
    span.wpcf7-form-control-wrap.dob input[type=date] {
        border: none;
    }
    form div.row > div {
        min-height: 67px;
    }
}



@media (max-width: 1000px) {
    select#lang_choice_polylang-2 {
        text-align: center;
        margin: 0 auto;
        float: none;
        background: #000;
        border: none;
        color: #FFF !important;
        outline: none;
    }
    section#careeer-page .t-center {
        padding-top: 0;
    }
    .small-menu {
        font-size: 11px;
        margin-top: 20px;
        float: none !important;
        margin-bottom: 8px;
        display: block;
        width: 100% !important;
        margin: 10px auto;
    }
    .small-sm {
        float: none !important;
        color: #666666 !important;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .small-sm.language ul {
        width: 100%;
    }
    .small-sm a {
        padding: 0px 5px;
        border-right: 1px solid #ccc;
        text-align: center;
        font-size: 13px;
        border: none;
        color: #FFF !important;
        line-height: 24px;
    }
    .small-sm.language ul li a {
        line-height: 22px !important;
        border-right: 0;
        display: inline-block !important;
    }
    .small-sm.language ul li {
        display: inline-block !important;
        width: 63px !important;
    }
    .small-sm.language .caret {
        display: none;
    }
    .main-menu {
    float: none !important;
    background: #111;
    clear: both;
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 10px;
}
}
/** * iPad with portrait orientation.*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .projects-outer {
        margin-top: 100px;
    }
    .comp-over .box-one.vh100 {
        height: 1024px;
    }
	
	  .home_scroll_button1.pozicija_relative {
        bottom: 230px;
    }
	
	.comp-over .home_scroll_button_up.pozicija_relative{
		  bottom: 0px;
		}
	
   /* .home_scroll_button_up.pozicija_relative,
    .home_scroll_button1.pozicija_relative {
        bottom: 230px;
    }*/
    a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-three {
        bottom: 130px;
    }
    a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-four {
        bottom: 127px;
    }
    a.rarara.home_scroll_button_up.pozicija_relative.sec-last {
        bottom: 110px;
        z-index: 999;
    }
    .terms {
        text-align: center;
        padding-top: 0px;
        width: 100%;
        margin-bottom: 7px;
    }
    footer.big-footer .footer_bottom p {
        margin-top: 3px;
        margin-left: 0;
        float: none;
    }
    .footer_inner .ul {
        float: none;
        width: 100%;
        margin-top: 14px;
        margin-bottom: 6px;
        text-align: center;
    }
    .footer_inner .col-xs-12 {
        width: 100% !important;
        text-align: center !important;
    }
    footer a {
        padding-right: 5px;
        padding-left: 5px;
    }
    .home_scroll_button_up,
    .home_scroll_button1 {
        bottom: 76px;
    }
	
	
	.news-sec h1 {
    min-height: 125px;
}
	
	
    /*a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-four {bottom: 33px;}*/
}
/** * iPad with landscape orientation.*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .content-inner {
        top: 16%;
    }
    section#projects .sus-btn-down-outer {
        bottom: 22%;
    }
    .home_scroll_button_up.pozicija_relative,
    .home_scroll_button1.pozicija_relative {
        bottom: 112px;
    }
    a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-three {
        bottom: 112px;
    }
    a.home_scroll_button1.pozicija_relative._mPS2id-h.scroll.sec-four {
        bottom: 155px;
    }
    a.rarara.home_scroll_button_up.pozicija_relative.sec-last {
        bottom: 112px;
        z-index: 999;
    }
}
@media (max-width: 991px) {
    .s-map {
        width: 22% !important;
    }
    .slider-outer {
        margin-top: 60px;
    }
    .news-sec {
        min-height: 250px;
    }
    .mess-ch {
        width: 82%;
    }
    section#message {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 39% !important;
        transition: all 400ms;
        padding-bottom: 0%;
    }
    .mana-team hr {
        display: none !important;
        visibility: hidden;
    }
    .wrapper.mana-team .col-sm-4 {
        width: 50%;
        min-height: 174px;
    }
    .form-group.form-control.check-bx-in {
        height: auto !important;
    }
    .pro-th {
        width: 30%;
    }
    section#manage-team .modal-dialog {
        max-width: 600px;
        margin: 111px auto;
        width: 99%;
    }
    section#manage-team div#myModal {
        padding: 0 !important;
    }
    .news-content {
        float: left;
    }
    .mess-ch strong {
        color: #B7B7B7;
    }
    .mess-ch i.fa.fa-quote-left {
        left: 5px;
    }
    /*.img-container img {height: auto;position: absolute;left: -32%;height: auto;top: 0;width: initial;right: 0;transition:all 400ms;}*/
}
@media (max-width: 500px) {
    .pro-des .fa {
        font-size: 22px;
        padding-top: 26px;
    }
    .pro-des h4 a {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .comn-cls {
        width: 50%;
    }
    #page-header .page_header_inner h2.page_header {
        margin: 10px 0 12px;
    }
    .post .post-inner .post-more {
        width: 36%;
    }
}
:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.news_list {
    float: left;
    width: 100%;
}
.news_list h4 a {
    color: #333;
}
/*************end one north effect*****************************************************/

#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited {
    background-color: rgba(0, 0, 0, 1)!important;
    color: #e54343!important;
    border: none!important;
    text-transform: uppercase!important;
}
#lang_sel_click a.lang_sel_sel {
    background-color: rgba(0, 0, 0, 1)!important;
    color: #e54343!important;
    border: none!important;
    text-transform: uppercase!important;
}
#lang_sel_click ul ul {
    width: 50px!important;
    border: none!important;
}
#lang_sel_click li {
    float: left;
    width: 50px!important;
    position: relative;
}
#lang_sel_click {
    float: left;
    display: none;
}
.boxes4 .box {
    padding: 0px!important;
    height: auto!important;
    margin-right: 0px;
}
.wrapper_links {
    float: left;
    width: 364px;
}
.wrapper_links h2 a {
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 23px;
}
.wrapper_links_sr a {
    color: white;
}
.lawyer_news ul {
    width: 100%;
    text-align: center;
    transform: skewX(-25deg);
}
.lawyer_news ul li {
    display: inline-block;
    border-right: 1px solid white;
    padding: 0px 10px;
    line-height: 18px;
}
.lawyer_news ul li:last-child {
    border: none;
    padding-left: 7px;
}
.lawyer_news ul li a {
    transform: skewX(25deg);
    display: block;
    font-size: 16px;
}
@media (max-width: 1900px) {
    /*******************************/
    
    .content_inner_practice {
        padding: 30px 0px 0px 10px;
        width: 100%;
        background-color: white;
    }
}
/******************************************************************/

@media (max-width: 1500px) {
    /*******************************************************************/
    
    .content_inner_practice {
        padding: 30px 0px 0px 10px;
        width: 100%;
        background-color: white;
    }
    h2.page_header_practice {
        padding: 0px 0px 0px 10px;
    }
    .page_header_inner_practice {
        width: 100%!important;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        cursor: default;
        border-bottom: 1px solid #B9B9B9;
        margin-left: 5px!important;
    }
    span.text-content span {
        display: none!important;
    }
}
/*********************************************************************************************/

body.bioactive_home {
    background-color: #FFF;
}
/*body.bioactive_drugi {background-color: #333333;}body.bioactive_lawyers {background-color: #B3B3B1;}body.bioactive_agency-notes {background-color: #000;}body.bioactive_timeline {background-color: #ffffff;}*/

@media (max-width: 1100px) {
    /*******************************************************************/
    
    .col-lg-6 {
        width: 100%;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .col-lg-12 {
        width: 100%;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}
/***************end 1100 **************************************************************************************/

@media (max-width: 992px) {
    /*******************************************************************/
    
    #home .home-inner .slide h1 {
        font-size: 25px!important;
    }
    .navscroll ul li a.tekst-scroll {
        display: none !important;
    }
}
/***************************************************/

@media (max-width: 768px) {
    /*****************************************/
	 .navigation .logo {
        margin-left: 15px;
    }
    
    .project-images img {
        border-radius: 3px;
        padding: 2px;
        width: 100% !important;
        height: auto;
        background: #BFCBD2;
        float: left;
    }
    ul#lightSlider1 {
        height: auto !Important;
    }
    .icon-in-logo img {
        /* width: 168px; */
        
        width: 180px;
        height: auto;
    }
    .str {
        width: 28%;
    }
    .fp-enabled {
        overflow-Y: visible !important;
        overflow-x: visible !important;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        max-width: 0 !important;
        width: 100%;
        min-width: 90% !important;
    }
    .col-lg-8 {
        width: 100%;
        padding-left: 0px;
    }
    .buttons_single {
        float: left;
        margin-left: 20px;
    }
    .buttons_single_blog ul li {
        float: none;
        width: auto;
        text-align: left;
        display: inline-block;
    }
    .buttons_single_blog {
        float: left;
    }
}
/******************************************************************/

@media (max-width: 600px) {
    /**********************************************************************/
    
    .navigation .logo img {
        max-width: 90%;
    }
    .navigation .logo {
        MARGIN-TOP: 5PX;
        margin-left: 5px;
    }
    #home .home-inner .slide h1 {
        font-size: 20px !important;
    }
    .col-sm-6 {
        float: left;
        width: 100%;
    }
    .col-xs-2 {
        float: left;
        width: 100%;
    }
    .col-xs-10 {
        float: left;
        width: 100%;
        padding-left: 15px!important;
    }
    .ul {
        text-align: center;
    }
    .ul ul {
        float: left;
        width: 100%;
        text-align: center;
    }
    .ul ul li:last-child {
        padding-right: 0px;
    }
    .viewall {
        margin-left: 0px;
    }
    .viewall .viewall_single {
        max-width: 100%!important;
    }
    .imagecenter {
        margin-left: 0px;
    }
    .news_list_single {
        display: none;
    }
    #page-header.aca-inner {
        padding: 60px 5px 0px;
    }
    .search_lawyer_big_people input {
        width: 100%!important;
    }
    .lawyer_big_photo {
        margin-bottom: 10px;
    }
    .lawyer_big_photo > a:before {
        background: none!important;
        background-color: none!important;
    }
    .lawyer_big_photo > a {
        float: left;
    }
}
/**********end 600 **************************/

.search_img {
    position: absolute;
    top: 38px;
    left: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    z-index: 1;
}
.slider {
    height: 120px!important;
}
#home .home-inner .slide {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}
#home .home-inner .slide h1 {
    font-size: 44px;
    margin: 0px;
    margin-bottom: 40px;
}
#home .home-inner .slide h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    display: block;
}
ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.img-list li {
    display: inline-block;
    margin: 0 1em 1em 0;
    position: relative;
}
span.text-content {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
ul.img-list li:hover span.text-content {
    opacity: 1;
}
/*.blog-photo{color: white;cursor: pointer;display: table;width:100%;height:100%;-webkit-transition: opacity 500ms;-moz-transition: opacity 500ms;-o-transition: opacity 500ms;transition: opacity 500ms;}.blog-photo:hover{opacity: 1;background: rgba(0,0,0,0.5);}*/

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 962px;
    padding: 0px 20px;
}
span.text-content span h2 {
    text-align: right;
    padding-bottom: 10px;
    background-image: url('(../images/redline2.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
span.text-content span p {
    text-align: right;
}
.responsive_body #fullpage > section {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.responsive_body #fullpage > section.bioactive {
    -webkit-animation: zumOut 2s ease forwards;
    -moz-animation: zumOut 2s ease forwards;
    -ms-animation: zumOut 2s ease forwards;
    -o-animation: zumOut 2s ease forwards;
    animation: zumOut 2s ease forwards;
    opacity: 1;
}
@-webkit-keyframes zumOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-moz-keyframes zumOut {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-o-keyframes zumOut {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@-ms-keyframes zumOut {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes zumOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
.responsive_body #fullpage > section.active {
    -webkit-animation: skrolOdozgo 2s ease forwards;
    -moz-animation: skrolOdozgo 2s ease forwards;
    -ms-animation: skrolOdozgo 2s ease forwards;
    -o-animation: skrolOdozgo 2s ease forwards;
    animation: skrolOdozgo 2s ease forwards;
    opacity: 1;
}
@-webkit-keyframes skrolOdozgo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes skrolOdozgo {
    0% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes skrolOdozgo {
    0% {
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes skrolOdozgo {
    0% {
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes skrolOdozgo {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.responsive_body #fullpage > section.active.neactivegore {
    -webkit-animation: skrolOdozdo 2s ease forwards;
    -moz-animation: skrolOdozdo 2s ease forwards;
    -ms-animation: skrolOdozdo 2s ease forwards;
    -o-animation: skrolOdozdo 2s ease forwards;
    animation: skrolOdozdo 2s ease forwards;
    opacity: 1;
}
@-webkit-keyframes skrolOdozdo {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes skrolOdozdo {
    0% {
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes skrolOdozdo {
    0% {
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes skrolOdozdo {
    0% {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes skrolOdozdo {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
.responsive_body #fullpage > section.active.bez_animacije {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.responsive_body #fullpage > section.active {
    z-index: 3;
    width: 100%;
}
.responsive_body #fullpage > section.bioactive {
    z-index: 2;
}
.fullscreen_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
}
.opacity_0 {
    opacity: 0;
}
.opacity_1 {
    opacity: 1;
}
div#menu_default, .disp-sec {
    display: none;
}
@media (max-width: 800px) {
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        max-width: 0 !important;
        width: 100%;
        min-width: 90%;
    }
    .sub-box {
        width: 45%;
        float: none;
        color: #000;
        text-align: center;
        display: inline-block;
        height: auto !important;
        clear: both;
        margin: 5px 0;
        padding-top: 10px;
    }
    .search_lawyer_front span {
        padding-bottom: 15px;
    }
    .content-inner h1:after,
    .sub-box h1:after,
    .chair-content h1:after {
        padding: 17px 0 0;
    }
    .content-inner h1:before,
    .sub-box h1:before,
    .chair-content h1:before {
        padding: 16px 0 0;
    }
}

@media (min-width:767px){
.col-md-6.col-sm-6.col-xs-12.sus-box {
    margin-bottom: 84px;}
	}
@media (max-width: 767px) {
	section#careeer-page,
section#job-oppor,
section#news-events,
section#philoso,
section#manage-team,
section#projectssingle1,
section#message .t-center {
    margin-top: 30px;
}
	
div#slides {
    margin-top:0px;
}	
div#menu_default {
    display: none;
}	
	
/*div#menu_default {
    display: block;
}*/

.disp-sec{
	display:block;
	padding-top: 56px;}


div#menu {
    display: block;
}
	
.q_out{
    right: 0px !important;
}	
	.md-q {
   
    font-size: 15px;
    line-height: 23px;
}
	
	
	section#media-cntr {
   
    background-size: cover !important;
    height: 100vh !important;
	transition:all 400ms;
}
section#media-cntr .t-center {
   
    padding-top: 12px;
}
section#media-cntr .box-one {
    
    padding: 8px 0;
   
}


	
	.s-map {
    width: 100% !important;
}
	.me-q {
		width: 100%;
	}
	
    .img-container.s-map-img {
        margin-top: 25px;
    }
    .s-map.two-col {
        width: 100%;
    }
    #sustain-outer .header.header-style-1 {
        margin: 20px auto;
        position: relative !important;
        top: 0px;
    }
    #sustain-outer .header.header-style-1 span.main-title {
        color: #2C2C2C;
    }
    section.terms-main {
        margin-top: 11px !important;
    }
    section.terms-main .Matter-inner h1 {
        top: 108px;
    }
    .black-border {
        display: none;
    }
    .adderss-tabs {
        margin-top: 0;
    }
    .cntry-nme {
        padding-bottom: 0;
        padding: 10px;
        background: #000;
        width: 100%;
    }
    #fp-nav {
        display: block !important;
    }
    section#subsidiary .subsidiay-cat {
        padding-top: 0;
        background-color: #fff;
    }
    .home_scroll_button_up,
    .home_scroll_button1,
    a.rarara.home_scroll_button_up.pozicija_relative.sec-last,
    .home_scroll_button_up.pozicija_relative,
    .home_scroll_button1.pozicija_relative {
        display: none;
    }
    section#agency-notes {
        margin-top: 81px;
    }
    .adderss-tabs {
        width: 100%;
    }
    .map-cnts {
        height: 230px;
    }
    div#owl-demo-division .owl-buttons {
        display: block;
    }
    #owl-demo-sbusi .content-inner {
        top: 37%;
    }
    section#grp_struct {
        float: left;
        clear: both;
        height: auto !important;
        width: 100%;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        z-index: 999999 !important;
    }
    .news-sec h1 {
        margin-left: 0 !important;
    }
    .news-sec {
        min-height: 280px;
    }
    ul.certificates1 li {
        display: inline-block;
        width: 29%;
    }
    section#message .t-center {
        padding-top: 75px;
    }
    .img-container-chair img {
        float: right;
        margin-top: 45px;
        margin-left: 15px;
    }
    .mess-ch {
        width: 100%;
        display: block;
    }
    .mess-one,
    .mess-two {
        width: 100%;
    }
    .img-inner {
        margin-left: 15px;
    }
    .img-inner strong {
        margin-left: -15px;
    }
    .wrapper.mana-team .col-sm-4 {
        width: 100%;
        min-height: 0;
    }
    .career-form form.wpcf7-form .col-xs-12.col-sm-6.col-md-5 {
        width: 100%;
    }
    .pro-b button#submit {
        float: none;
    }
    .t-center {
        padding-bottom: 119px;
        padding-top: 40px;
    }
    section#careeer-page {
        margin-top: 75px;
    }
    body.home_body.fp-viewing-0 {
        overflow: visible !important;
    }
    section#sustain-outer {
        padding-bottom: 150px;
    }
    footer.big-footer .footer_bottom p {
        margin-left: 0px;
    }
    .btm-bx-one button.btn.btn-default {
        top: 15px;
        height: 59%;
    }
    .sus-btn-down-outer {
        display: none;
    }
    .terms i.fa.fa-youtube-play {
        float: none;
    }
    .terms {
        text-align: right;
        padding-top: 0px;
    }
    .manag-sec {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        clear: both;
    }
    .job-oppor h1,
    .cor-philo h1 {
        margin: 15px 0 !important;
    }
    .print-opt {
        padding-right: 15px;
    }
    .sects li:before {
        left: 5px;
        width: 7%;
        top: 9px;
    }
    .sects li::after {
        left: 0px;
        top: -17px;
    }
    .str {
        width: 100%;
        margin: 15px 15px 10px 0;
        float: left;
    }
    .sects:before {
        height: 111%;
    }
    .pro-th {
        width: 44%;
    }
    .col-md-6.news-col-one,
    .col-md-6.news-col-two {
        width: 100%;
        float: left;
        padding: 0;
    }
    .news-sec {
        float: left;
        clear: both;
        margin-bottom: 20px;
    }
    .col-md-6.news-col-two {
        margin-left: 0;
    }
    .Matter-inner h1 {
        margin: 70px 0 0 15px;
    }
    .col-md-6.news-col-one {
        border-right: 0px solid #DDD;
    }
    section,
    .cover {
        float: left;
        clear: both;
        height: auto !important;
        width: 100%;
    }
    h1.header.header-style-1.dark.normal.uppercase.oswald {
        margin: 10px 0 15px !important;
    }
    footer.big-footer .footer_bottom p {
        text-align: center;
        float: none;
    }
    /*.sus-btn-down-outer {top: 66% !important;margin-top: 0}*/
    
    .btns {
        margin-top: 0%;
    }
    .img-thumbs {
        margin-top: 15px;
    }
    .col-md-2.col-sm-2.col-xs-2.search-in {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none !important;
        clear: both;
    }
    .label-in {
        text-align: center;
        width: 100%;
    }
    .col-md-4.col-sm-4.col-xs-4.sel-in {
        width: 71%;
        float: none;
        margin: 0 auto;
    }
    .col-md-2.col-sm-2.col-xs-2.search-in .col-xs-9 {
        width: 68%;
        float: none;
        margin: 0 auto;
        padding: 0 0;
    }
    .btns {
        margin-top: 1%;
    }
    .btns select#selectbasic {
        height: 34px;
    }
    .content-inner {
        top: -5px;
    }
    .content-inner h1 {
        font-size: 14px;
        margin-bottom: -4px;
    }
    .projects-outer {
        margin-top: 0;
    }
    .header.header-style-1 {
        position: relative;
        margin-bottom: 28px;
        margin-top: 3px;
    }
    .box-one {
        width: 33%;
        height: 35vh !important;
        min-height: 35vh;
    }
    .chair-content {
        vertical-align: middle;
        top: 17%;
        position: relative;
    }
    #timeline2 {
        background-color: black!important;
    }
    .wrapper_links {
        float: none!important;
        width: auto!important;
    }
    #timeline2 {
        padding-top: 20px;
    }
    .wrapper_links h2 a {
        font-size: 14px;
    }
    .owl-buttons {
        display: none;
    }
    div#owl-demo-sbusi .owl-buttons {
        display: block !important;
    }
    .lawyer_news ul {
        margin-bottom: 0px;
    }
    .popular_tags h4 {
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .popular_tags {
        display: none;
    }
    .header.header-style-1 {
        padding-top: 10px!important;
    }
    .lawyer_news ul li a {
        font-size: 14px;
    }
    /*.proj-box {width: 100%;overflow: hidden;height: 90px !Important;}*/
    
    section#job-oppor {
        margin-top: 0;
        padding-bottom: 50px;
    }
    .time-outerdiv {
        margin-top: 0px;
    }
    #issues li h1 {
        padding: 14px 0px 0;
        margin: 0 auto 19px;
    }
    .fancybox-opened {
        z-index: 9999999 !important;
        width: 86% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 8% auto 0 !important;
    }
}
@media (max-width: 736px) {
	section#philoso h1 {
    top: 108px;
}
section#philoso h1 {
    top: 108px;
}
	
section.terms-main .Matter-inner h1{
	top:40px;}	
	
	
	
section#job-oppor,
section#news-events,
section#philoso,
section#manage-team,
section#projectssingle1,
section#message .t-center {
    margin-top: 30px;
}
	#fp-nav a {
   
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  
    padding: 7px;
}

#fp-nav li {
    height: 35px;
}
    .home_scroll_button_up.pozicija_relative,
    .home_scroll_button1.pozicija_relative,
    .home_scroll_button_up,
    .home_scroll_button1 {
        display: none;
    }
    .sub-box h1,
    .chair-content h1 {
        font-size: 16px;
    }
  
    .responsive_body #fullpage > section.active {
        height: 100vh !important;
        min-height: 100%;
    }
	
/*	.fxd_div_ftr{
		display:none !important;}*/
		
		#second_footer {
    display: block !important;
	 position: relative;
    bottom: 0;
    left: 0;
    margin-top: 12px;
   
}
.footer_inner .ul {
    
    margin-top: 5px;
    margin-bottom: 3px;
}


		
}
@media (max-width: 666px) {
    .s-map {
        width: 100%;
    }
    
    section#job-oppor,
    section#news-events,
    section#philoso,
    section#manage-team,
    section#projectssingle1,
    section#message .t-center {
        margin-top: 11px;
    }
    .modal-dialog {
        max-width: 100%;
        width: 83%;
        margin: 111px auto 50px;
    }
    h4.modal-title.for-news {
        text-align: left;
        color: #000;
        font-weight: 600 !important;
        font-size: 16px;
    }
    .modal-body img {
        width: 100% !important;
        height: auto;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        max-width: 84% !important;
        width: 100% !important;
        min-width: 90% !important;
    }
    .key-contact-div .header.header-style-1 {
        top: 21px;
        color: #FFF !important;
        /* margin-bottom: 44px !important; */
        
        padding-bottom: 25px;
        padding-top: 20px !important;
    }
    .key-contact-div .header.header-style-1 .main-title {
        text-align: center;
        color: #FFF;
    }
    .key-contact-div .box-one {
        width: 100%;
    }
    ul.certificates1 li {
        display: inline-block;
        width: 44%;
    }
    footer.big-footer.dark-footer {
        background-color: #1e1e1e;
        z-index: 1000;
        position: fixed;
        bottom: 0;
    }
    section,
    .cover {
        float: left;
        clear: both;
        height: auto !important;
    }
    .sus-box .sub-box {
        padding-bottom: 15px;
        margin-top: 4px;
    }
    .img-thumbs {
        margin-top: 0px;
    }
    #subsidiary .header.header-style-1 {
        margin: 20px auto !important;
        padding-top: 0 !important;
    }
    h1.header.header-style-1.dark.normal.uppercase.oswald {
        padding-top: 0 !important;
    }
    footer.big-footer.dark-footer {
        display: block;
    }
    .content-inner h1 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: -2px;
    }
    .btns select#selectbasic {
        height: 34px;
    }
    .content-inner {
        top: 11px;
    }
    .sub-box {
        width: 100%;
        padding-top: 0px;
        margin: 1px 0;
      background-color: #fff;
    }
    .search_lawyer_front span {
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .icon-in {
        display: true;
    }
    /*.box-one {width: 100%;height: 85px !important;min-height: auto !important;padding-top: 3px;padding-bottom: 1px;margin-bottom: 0;border-bottom: 0px solid #E8E8E8;}*/
    
    .box-one {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding-top: 3px;
        padding-bottom: 0px;
        margin-bottom: 0;
        border-bottom: 0px solid #E8E8E8;
        display: inline-block;
        padding: 4px 0;
        clear: both;
        min-width: 93% !important;
        background: rgb(255, 255, 255);
    }
    .chair-content h1 {
        line-height: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #owl-demo-sbusi .owl-buttons {
        top: 27%;
    }
    #owl-demo-sbusi .content-inner {
        top: 21%;
    }
    .sel-in .form-control {
        width: 81%;
    }
    .sel-in select {
        margin: 0 auto;
    }
    #fp-nav a {
        border: 1px solid #FFF;
    }
    .sec-two-btn {
        display: none;
    }
   .sub-box h1 {
    font-size: 12px;
    font-weight: 600;
     line-height: 30px;
     padding-bottom: 30px;
     padding-top: 30px;
}
 /*   .chair-content h1:after,
    .chair-content h1:before {
        padding: 12px 0 0;
    } */
    span.more-btn a {
        font-size: 20px;
        font-color: #060606;
        letter-spacing: 0;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        max-width: 0 !important;
        width: 100%;
        min-width: 93% !important;
    }
}
@media (max-width: 480px) {
    .proj_cont {
        width: 100%;
    }
    .project-images.main_site {
        width: auto;
        float: none;
        height: auto;
    }
    .pro-th {
        width: 100%;
        margin: 10px auto;
        overflow: hidden;
        height: 169px;
    }
    .pro-des .fa {
        font-size: 25px;
        padding-top: 17% !important;
        color: #ff0000 !important;
    }
    .pro-th img {
        width: 100% !important;
        height: auto !important;
    }
    .pro-des h4 a {
        font-size: 18px;
    }
    ul.certificates1 li {
        width: 100%;
        margin: 0 0 25px;
    }

#fp-nav {
    display: none !important;
}




	
}
@media (max-width: 420px) {
	section#grp_struct {
    padding-bottom: 100px;
}
	.rc-anchor-normal .rc-anchor-content {
    width: 160px !important;
}
.rc-anchor-error-message {
    font-size: 12px !important;
}
.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px !important;
}
.rc-anchor-normal .rc-anchor-pt {
    text-align: left;
    width: 128px !important;
}
.rc-anchor-normal {
    height: 74px;
    width: 230px !important;
}
	.img-container.s-map-img {
    margin-top: 38px;
}
	section#job-oppor {
    margin-bottom: 20px;
}
	.news-sec h1 {
    min-height: 50px;
}
.news-sec {
    min-height: 200px;
}
	.print-opt {
    margin-bottom: 20px !important;
}
	.sec-footer {
    margin: 25px auto 20px !important;
}
	.item.vh100 {
    height: 300px !important;
}
	.t-center {
    padding-bottom: 0;
    padding-top: 40px;
}
	
	div.sticky-note-content {
   
    top: -143px;
   
}
	
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        max-width: 0 !important;
        width: 100%;
        min-width: 89% !important;
    }
    .news-sec {
        float: none;
    }
    .comn-cls {
        width: 100%;
        text-align: center;
    }
    .news-sec img {
        max-width: 100% !important;
        margin-right: 0;
        max-height: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .img-inner {
        margin-left: 0;
    }
    .img-inner strong {
        margin-left: 0;
    }
    .mess-ch {
        width: 100%;
        display: inline-block;
    }
    .img-container-chair img {
        float: left;
        margin-top: 45px;
        margin-left: 0;
        margin-right: 15px;
    }
    .btns .col-md-4,
    .btns .col-md-2 {
        padding: 0 15px !important;
    }
    .col-md-4.col-sm-4.col-xs-4.sel-in {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .col-md-2.col-sm-2.col-xs-2.search-in .col-xs-9 {
        width: 92% !important;
    }
    .col-md-2.col-sm-2.col-xs-2.search-in .col-xs-9 {
        width: 85%;
        float: none;
        margin: 0 auto;
        padding: 0 0;
    }
	
	 /* footer.big-footer.dark-footer {
        display: block !important;
        position: relative !important;
    }*/
	
	.footer_inner .ul {
  
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer_bottom p {
   
    font-size: 11px !important;
}
}
@media (max-width: 380px) {
    .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
        width: 98% !important;
        overflow: hidden;
    }
    .rc-anchor-normal .rc-anchor-content {
        height: 74px;
        width: 172px !important;
    }
	section.terms-main .Matter-inner h1{
	top:20px;}
}
@media print {
    .print-opt {
        display: none !important;
    }
}
img.ajax-loader {
    width: auto;
}
/*div.wpcf7 input, div.wpcf7 textarea {color: #aba9ab !important;}*/

