html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    overflow: hidden;
    background-color: #fff;
    color: #5f5f5f;
    font: 18px 'PT Sans Narrow', sans-serif;
    line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
    color: #252525;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
h1 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 57px;
}
h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
}
h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 34px;
}
h4 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 30px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}
h6 {
    font-size: 12px;
    line-height: 21px;
}
p {
    margin-bottom: 20px;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
small {
    font-size: 60%}
sub {
    vertical-align: sub;
    font-size: 75%}
sup {
    vertical-align: super;
    font-size: 75%}
abbr[title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
address {
    display: block;
    margin-bottom: 20px;
}
blockquote p {
    font-style: italic;
}
blockquote span {
    display: block;
    margin-top: 5px;
    color: #999;
}
blockquote span:before {
    content: '\2013 \00A0'}
hr {
    height: 0;
    border: solid #efefef;
    border-width: 1px 0 0;
    margin: 30px 0;
}
code, pre {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 1px 4px;
    border: 1px solid #e1e1e8;
    background-color: #f7f7f7;
    color: #d14;
}
pre {
    display: block;
    padding: 20px;
    border: 1px solid #e1e1e8;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: pre-wrap;
    background-color: #f7f7f7;
}
.hr {
    border-top: 1px solid #efefef;
    margin: 30px 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-highlight {
    padding: 1px 5px;
    background-color: #d5edf8;
    color: #111;
}
.text-uppercase {
    text-transform: uppercase;
}
.mute {
    color: #aaa;
}
p.last, h1.last, h2.last, h3.last, h4.last, h5.last, address.last {
    margin-bottom: 0;
}
a, a:visited {
    color: #346699;
    text-decoration: none;
}
a:active {
    background: transparent;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: 0;
}
ul, ol {
    margin-bottom: 20px;
    list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {
    margin-left: 30px;
    margin-bottom: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul.last, ol.last {
    margin-bottom: 0;
}
img {
    border: 0;
}
.img-align-left {
    float: left;
    margin: 5px 10px 0 0;
}
.img-align-right {
    float: right;
    margin: 5px 0 0 10px;
}
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
caption {
    margin: 20px 0;
    text-align: center;
}
table th, table td {
    padding: 15px 8px;
    border-top: 1px solid #252525;
    text-align: center;
    vertical-align: top;
}
table th {
    border-top: 0;
    background-color: #252525;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
table thead th {
    vertical-align: bottom;
}
label {
    display: block;
    margin-bottom: 5px;
}
label span {
    color: red;
}
select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input, textarea, select {
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: transparent;
    color: #666;
    font: 16px 'PT Sans Narrow', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #cdcdcd;
    outline: 0;
}
select {
    height: 32px;
}
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
textarea {
    min-height: 100px;
    overflow: auto;
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
@media print {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    overflow: hidden;
    background-color: #fff;
    color: #5f5f5f;
    font: 16px 'PT Sans Narrow', sans-serif;
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #252525;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
h1 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 57px;
}
h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
}
h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 34px;
}
h4 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 30px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}
h6 {
    font-size: 12px;
    line-height: 21px;
}
p {
    margin-bottom: 20px;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
small {
    font-size: 60%}
sub {
    vertical-align: sub;
    font-size: 75%}
sup {
    vertical-align: super;
    font-size: 75%}
abbr[title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
address {
    display: block;
    margin-bottom: 20px;
}
blockquote p {
    font-style: italic;
}
blockquote span {
    display: block;
    margin-top: 5px;
    color: #999;
}
blockquote span:before {
    content: '\2013 \00A0'}
hr {
    height: 0;
    border: solid #efefef;
    border-width: 1px 0 0;
    margin: 30px 0;
}
code, pre {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 1px 4px;
    border: 1px solid #e1e1e8;
    background-color: #f7f7f7;
    color: #d14;
}
pre {
    display: block;
    padding: 20px;
    border: 1px solid #e1e1e8;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: pre-wrap;
    background-color: #f7f7f7;
}
.hr {
    border-top: 1px solid #efefef;
    margin: 30px 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-highlight {
    padding: 1px 5px;
    background-color: #d5edf8;
    color: #111;
}
.text-uppercase {
    text-transform: uppercase;
}
.mute {
    color: #aaa;
}
p.last, h1.last, h2.last, h3.last, h4.last, h5.last, address.last {
    margin-bottom: 0;
}
a, a:visited {
    color: #346699;
    text-decoration: none;
}
a:active {
    background: transparent;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: 0;
}
ul, ol {
    margin-bottom: 20px;
    list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {
    margin-left: 30px;
    margin-bottom: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul.last, ol.last {
    margin-bottom: 0;
}
img {
    border: 0;
}
.img-align-left {
    float: left;
    margin: 5px 10px 0 0;
}
.img-align-right {
    float: right;
    margin: 5px 0 0 10px;
}
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
caption {
    margin: 20px 0;
    text-align: center;
}
table th, table td {
    padding: 15px 8px;
    border-top: 1px solid #252525;
    text-align: center;
    vertical-align: top;
}
table th {
    border-top: 0;
    background-color: #252525;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
table thead th {
    vertical-align: bottom;
}
label {
    display: block;
    margin-bottom: 5px;
}
label span {
    color: red;
}
select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input, textarea, select {
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: transparent;
    color: #666;
    font: 16px 'PT Sans Narrow', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #cdcdcd;
    outline: 0;
}
select {
    height: 32px;
}
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
textarea {
    min-height: 100px;
    overflow: auto;
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
#header, #footer, #menu {
    display: none;
}
body {
    font: 12pt georgia, serif;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
    color: #000;
}
}.mainBackground {
    background-image: url(/content/backgrounds/phendry-header-2020.jpg);
}
.referenceBackground {
    background-image: url(/content/backgrounds/PKH-References.jpg);
}
.contactBackground {
    background-image: url(/content/backgrounds/contact-background.jpg);
}
.referenceAlter {
    padding: 70px 0 90px;
}
.contentAlter {
    padding: 110px 0;
}
.longTitle {
    bottom: -68px !important;
}
.oneHundred {
    left: 100% !important;
}
.nintyThree {
    left: 93% !important;
}
.eightyFour {
    left: 84% !important;
}
.twenty {
    left: 20% !important;
}
.fortyFive {
    left: 45% !important;
}
.fiftyEight {
    left: 58% !important;
}
.eightyFive {
    left: 85% !important;
}
.eightyNine {
    left: 89% !important;
}
.nintyEight {
    left: 98% !important;
}
.ninty {
    left: 90% !important;
}
.nintyFive {
    left: 95% !important;
}
.seventy {
    left: 70% !important;
}
.accordion, .toggle {
    margin-bottom: 30px;
}
.accordion-item, .toggle-item {
    margin-bottom: 10px;
}
.accordion-item-toggle, .toggle-item-toggle {
    position: relative;
    display: block;
    padding: 10px 20px;
    border: 1px solid #252525;
    color: #5f5f5f;
}
a.accordion-item-toggle, a.toggle-item-toggle {
    color: #5f5f5f;
}
.accordion-item-toggle:after, .toggle-item-toggle:after {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    content: "+"}
.accordion-item-toggle.active:after, .toggle-item-toggle.active:after {
    content: "-"}
.accordion-item-toggle:hover, .accordion-item-toggle.active, .toggle-item-toggle:hover, .toggle-item-toggle.active {
    text-decoration: none;
}
.accordion-item-content, .toggle-item-content {
    padding: 15px 20px;
    display: none;
}
.accordion-item-content:after, .toggle-item-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.alert {
    padding: 13px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #f8f8f8;
}
.alert i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 16px;
}
.alert.info {
    border: 1px solid #86cde3;
    background-color: #cce9f2;
    color: #3194b1;
}
.alert.success {
    border: 1px solid #b3cda1;
    background-color: #d8f1c6;
    color: #749958;
}
.alert.error {
    border: 1px solid #e1a1a1;
    background-color: #f9d9d9;
    color: #b55454;
}
.alert.warning {
    border: 1px solid #d1c9ae;
    background-color: #fbf4dd;
    color: #978c68;
}
#back-to-top {
    position: fixed;
    z-index: 10;
    right: -40px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #252525;
    background-color: #747474;
    color: #fafafa;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
}
#back-to-top i {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    vertical-align: top;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0;
}
#back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#back-to-top:hover i {
    color: #fff;
}
#back-to-top.visible {
    right: 40px;
}
#back-to-top.gone {
    right: -40px;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #252525;
    margin: 0 5px 20px 0;
    background-color: #fff;
    line-height: 18px;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.btn {
    color: #252525;
}
.btn:focus {
    outline: 0;
}
.btn-large {
    padding: 12px 24px;
    font-size: 18px;
}
.btn i, .btn-large i {
    float: left;
    margin: 2px 8px 0 -4px;
    font-size: 14px;
    line-height: 14px;
}
.btn:hover {
    background-color: #7a7a7a;
    color: #fff;
}
.btn-black {
    border: 1px solid #464646;
    background-color: #464646;
    color: #fff;
}
a.btn-black {
    color: #fff;
}
.btn-black:hover {
    background: #535353;
}
.btn-blue {
    border: 1px solid #1f70ad;
    background-color: #2778c8;
    color: #fff;
}
a.btn-blue {
    color: #fff;
}
.btn-blue:hover {
    background: #287fc8;
}
.btn-red {
    border: 1px solid #b23730;
    background-color: #c74039;
    color: #fff;
}
a.btn-red {
    color: #fff;
}
.btn-red:hover {
    background: #ce4640;
}
.btn-green {
    border: 1px solid #819633;
    background-color: #8da046;
    color: #fff;
}
a.btn-green {
    color: #fff;
}
.btn-green:hover {
    background: #93a749;
}
.callout-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    background-color: #333;
    color: #fff;
}
.callout-box.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}
.callout-box.bg-pattern {
    background: repeat top left;
    color: #fff;
}
.callout-box.bordered {
    border: 1px solid #efefef;
    background-color: #f5f5f5;
}
.callout-box .row {
    width: 100%}
.callout-box .span1, .callout-box .span2, .callout-box .span3, .callout-box .span4, .callout-box .span5, .callout-box .span6, .callout-box .span7, .callout-box .span8, .callout-box .span9, .callout-box .span10, .callout-box .span11, .callout-box .span12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
}
.callout-box .span12 {
    width: 100%}
.callout-box .span11 {
    width: 91.6666666667%}
.callout-box .span10 {
    width: 83.3333333333%}
.callout-box .span9 {
    width: 75%}
.callout-box .span8 {
    width: 66.6666666667%}
.callout-box .span7 {
    width: 58.3333333333%}
.callout-box .span6 {
    width: 50%}
.callout-box .span5 {
    width: 41.6666666667%}
.callout-box .span4 {
    width: 33.3333333333%}
.callout-box .span3 {
    width: 25%}
.callout-box .span2 {
    width: 16.666666666667%}
.callout-box .span1 {
    width: 8.3333333333333%}
@media(max-width:767px) {
    .callout-box .span1, .callout-box .span2, .callout-box .span3, .callout-box .span4, .callout-box .span5, .callout-box .span6, .callout-box .span7, .callout-box .span8, .callout-box .span9, .callout-box .span10, .callout-box .span11, .callout-box .span12 {
    width: 100%}
}ul.unstyled {
    list-style-type: none;
}
ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}
ul.check, ul.plus, ul.pin, ul.fill-circle {
    list-style: none;
}
ul.check li:before, ul.plus li:before, ul.pin li:before, ul.fill-circle li:before {
    position: relative;
    top: -2px;
    width: auto;
    height: auto;
    margin-right: 8px;
    font-family: 'FontAwesome';
    font-size: 10px;
    font-style: normal;
}
ul.fill-circle li:before {
    font-size: 7px;
}
ul.check li:before {
    content: ""}
ul.plus li:before {
    content: ""}
ul.pin li:before {
    content: ""}
ul.fill-circle li:before {
    content: ""}
.divider {
    margin: 30px 0;
}
.divider.single-line {
    border-top: 1px solid #e2e2e2;
}
.divider.double-line {
    border-top: 4px double #e2e2e2;
}
.divider.single-dotted {
    height: 1px;
    background: url(../images/bg-single-dotted.gif) repeat-x top left;
}
.divider.double-dotted {
    height: 4px;
    background: url(../images/bg-double-dotted.gif) repeat-x top left;
}
.google-map {
    min-height: 200px;
}
.map {
    width: 100%;
    min-height: 400px;
    margin-bottom: 30px;
}
.headline {
    position: relative;
    display: inline-block;
    border: 1px solid #252525;
    margin-bottom: 120px;
    color: #252525;
    font: 12px 'PT Sans', sans-serif;
    line-height: 20px;
    text-align: center;
}
.headline h1 {
    padding: 10px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 53px;
}
.headline h2 {
    padding: 30px 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 24px;
}
.headline p {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.headline p span {
    background-color: #fff;
    padding: 0px 20px;
}
.icon-box-1 {
    position: relative;
    margin-bottom: 30px;
}
.icon-box-1>i {
    float: left;
    display: block;
    width: 85px;
    height: 85px;
    background-color: #252525;
    color: #fff;
    font-size: 32px;
    line-height: 85px;
    text-align: center;
}
.icon-box-1>img {
    float: left;
    display: block;
}
.icon-box-1 h3 {
    margin-bottom: 0;
}
.icon-box-1 .icon-box-content {
    margin-left: 110px;
}
.icon-box-2 {
    position: relative;
    margin-bottom: 30px;
}
.icon-box-2>i {
    display: block;
    margin-bottom: 10px;
    color: #666e74;
    font-size: 48px;
}
.icon-box-2>img {
    margin-bottom: 10px;
}
.icon-box-3 {
    position: relative;
    margin-bottom: 30px;
}
.icon-box-3>i {
    float: left;
    margin-right: 10px;
    font-size: 32px;
}
.icon-box-3>img {
    float: left;
    margin-right: 10px;
}
.icon-box-4 {
    position: relative;
    margin: 30px 0;
}
.icon-box-4>i {
    position: absolute;
    z-index: 20;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #969696;
    border-radius: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #e1e1e1;
    background-clip: padding-box;
    color: #444;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
}
.icon-box-4 .icon-box-content {
    position: relative;
    z-index: 10;
    padding: 55px 40px 40px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 50%;
    border-radius: 3px;
    margin-top: 16px;
    background-color: #f4f4f4;
    text-align: center;
}
.icon-box-5 {
    position: relative;
    margin-bottom: 30px;
}
.icon-box-5>i {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #969696;
    border-radius: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -30px;
    background-color: #e1e1e1;
    background-clip: padding-box;
    color: #444;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
}
.icon-box-5 .icon-box-content {
    position: relative;
    z-index: 10;
    padding: 40px 40px 40px 55px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 30px;
    background-color: #f4f4f4;
    text-align: center;
}
.milestone {
    position: relative;
    margin-bottom: 30px;
}
.milestone:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.milestone i {
    float: left;
    z-index: 20;
    margin-right: 10px;
    font-size: 32px;
}
.milestone .milestone-content {
    float: left;
    z-index: 10;
    font-size: 26px;
    line-height: 32px;
}
.milestone .milestone-description {
    font-size: 16px;
    line-height: 21px;
}
.process-builder {
    margin-bottom: 30px;
}
.process-builder ul:before {
    position: absolute;
    top: 90px;
    left: 85px;
    display: block;
    width: 75%;
    height: 0;
    border-bottom: 1px dashed #252525;
    content: ""}
.process-builder ul {
    list-style: none;
}
.process-builder ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.process-builder ul li i {
    font-size: 70px;
    line-height: 140px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.process-builder ul li span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 140px;
    height: 140px;
    border: 1px solid #252525;
    margin-bottom: 20px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}
.process-builder ul li:hover span {
    background-color: #252525;
}
.process-builder ul li:hover i {
    color: #fff;
}
.process-builder.three-items ul li {
    width: 33.3333333333%}
.process-builder.four-items ul li {
    width: 25%}
.process-builder.five-items ul li {
    width: 20%}
@media(min-width:768px) and (max-width:979px) {
    .process-builder ul: before {
    top: 70px;
    left: 70px;
}
.process-builder ul li i {
    font-size: 60px;
    line-height: 100px;
}
.process-builder ul li span {
    width: 100px;
    height: 100px;
}
}@media(max-width:767px) {
    .process-builder ul li {
    float: none;
    width: auto;
}
.process-builder ul:before {
    border-bottom: 0;
}
.process-builder.three-items ul li, .process-builder.four-items ul li, .process-builder.five-items ul li {
    width: auto;
}
}#pageloader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    text-align: center;
}
.parallax {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.parallax.parallax-enabled {
    background-attachment: fixed !important;
}
.parallax {
    color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax a.accordion-item-toggle, .parallax a.toggle-item-toggle, .parallax .tabs-container .tabs-menu li a, .parallax .vertical-tabs-container .tabs-menu li a {
    color: #fff;
}
.parallax .headline, .parallax .pricing-table, .parallax .table-bordered, .parallax .tabs-container .tabs-menu li a, .parallax .tabs-container .tabs, .parallax .vertical-tabs-container, .parallax .testimonial blockquote {
    border-color: #fff;
}
.parallax .tabs-container .tabs-menu li a, .parallax .vertical-tabs-container, .parallax .vertical-tabs-container .tabs, .parallax .vertical-tabs-container .tabs-menu li a {
    background-color: transparent;
}
.parallax .table-bordered td, .parallax .tabs-container .tabs-menu li:first-child a {
    border-left-color: #fff;
}
.parallax .table-bordered th:first-child {
    border-left: 1px solid #fff;
}
.parallax table th, .parallax table td {
    border-top-color: #fff;
}
.parallax .pricing-table:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.parallax abbr[title], .parallax .process-builder ul:before {
    border-bottom-color: #fff;
}
.parallax .accordion-item-toggle, .parallax .toggle-item-toggle {
    border-color: #fff;
}
.process-builder ul li i {
    color: #252525;
}
.parallax .vertical-tabs-container .tabs-menu {
    border-right-color: #fff;
}
.parallax .vertical-tabs-container .tabs-menu li a {
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.parallax .tabs-container .tabs-menu {
    border-bottom-color: #fff;
}
.parallax-content {
    position: relative;
    z-index: 1;
}
.parallax-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: 0 0;
}
.parallax-content-inner {
    position: relative;
    z-index: 3;
}
.parallax.full-screen {
    margin-bottom: 0;
}
.parallax.full-screen .parallax-content-inner {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin-top: -65px;
}
.parallax.full-screen .headline {
    border-bottom: 0;
}
.parallax.full-screen .headline:before, .parallax.full-screen .headline:after {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #fff;
    width: 10%;
    content: ""}
.parallax.full-screen .headline:before {
    left: 0;
}
.parallax.full-screen .headline:after {
    right: 0;
}
.parallax.full-screen .headline h1 {
    padding: 30px 40px 40px;
    font-size: 72px;
    line-height: 53px;
}
.parallax.full-screen .headline p {
    top: auto;
    bottom: -30px;
    color: #fff;
    font-size: 18px;
}
.parallax.full-screen .headline p span {
    background-color: transparent;
}
.parallax.full-screen a {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 10%;
    left: 0%;
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.parallax.full-screen a i {
    font-size: 20px;
    line-height: 48px;
}
.parallax.full-screen a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
@media(max-width:767px) {
    .parallax.full-screen .headline h1 {
    font-size: 30px;
    padding: 0 15px 5px 15px;
}
@media(max-width:767px) {
    .mainTitle span {
    top: auto;
    font-size: 9px;
}
    .mainTitle p {
        bottom: -40px;
    }
    .parallax.full-screen .headline p {
        bottom: -30px;
    }
}
@media(max-width:767px) {
    .parallax.full-screen a {
    top: 50%}
}
@media(max-width:767px) {
    .parallax.full-screen .headline: before, .parallax.full-screen .headline:after {
    width: 10%}
}.parallax.full-screen .headline h1 .parallax.full-screen .headline:before, .parallax.full-screen .headline:after {
    width: 15px;
}
.parallax .tabs-container .tabs-menu li:first-child a {
    border-top-color: #fff;
}
.parallax .tabs-container .tabs-menu li.active a, .parallax .vertical-tabs-container .tabs-menu li.active a {
    border-bottom-color: #fff;
}
}
@media(max-width:480px) {
    .parallax tr {
    border-top-color: #fff;
}
}.pie-chart {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}
.pie-chart canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.pie-chart i, .pie-chart .pie-chart-custom-text, .pie-chart .pie-chart-percent {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.pie-chart img {
    max-width: 100%;
    vertical-align: middle;
}
.pie-chart .pie-chart-custom-text {
    margin-top: 46px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.pie-chart .pie-chart-custom-text span {
    font: 18px Oswald, sans-serif;
}
.pie-chart .pie-chart-percent {
    font-size: 16px;
    font-weight: 700;
}
.pie-chart-description {
    display: block;
    font-size: 12px;
    text-align: center;
}
@media(min-width:1400px) {
    .pie-chart .pie-chart-custom-text {
    margin-top: 63px;
}
}
@media(min-width:768px) and (max-width:979px) {
    .pie-chart .pie-chart-custom-text {
    margin-top: 42px;
}
}
@media(max-width:767px) {
    .pie-chart .pie-chart-custom-text {
    margin-top: 58px;
}
}.pricing-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #252525;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
}
.pricing-table-header {
    margin-bottom: 20px;
}
.pricing-table-header h1 {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 40px;
}
.pricing-table-header h1 sup {
    font-size: 25px;
    font-weight: 700;
}
.pricing-table-offer ul {
    list-style: none;
}
.pricing-table-offer ul li {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.pricing-table-offer ul li:first-child {
    border-top: 0;
}
.pricing-table:hover {
    background-color: #e0e0e0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@media(max-width:767px) {
    .pricing-table: hover {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}.progress-bar-description {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font: 14px 'PT Sans', sans-serif;
    line-height: 24px;
}
.progress-bar-description span:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 7px solid #252525;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: -5px;
    content: "";
    transform: scale(0.9999);
}
.progress-bar-description span {
    position: absolute;
    top: -0;
    left: 0;
    padding: 0 5px;
    margin-left: -20px;
    background-color: #252525;
    color: #fff;
    font-size: 13px;
}
.progress-bar {
    position: relative;
    display: block;
    height: 8px;
    margin-bottom: 15px;
    background-color: #5f5f5f;
}
.progress-bar .progress-bar-outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #252525;
}
.progress-bar .progress-bar-outer .progress-bar-inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%}
a.social-icon {
    float: left;
    display: block;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: #252525;
    color: #fff;
    text-align: center;
}
a.social-icon:last-child {
    margin-right: 0;
}
a.social-icon i {
    font-size: 16px;
    line-height: 30px;
}
a.social-icon:hover {
    text-decoration: none;
}
a.facebook-icon:hover {
    background-color: #0e59a0 !important;
}
a.twitter-icon:hover {
    background-color: #0ea4ff !important;
}
a.dribble-icon:hover {
    background-color: #ea73a0 !important;
}
a.pinterest-icon:hover {
    background-color: #d73532 !important;
}
a.googleplus-icon:hover {
    background-color: #282927 !important;
}
a.tumblr-icon:hover {
    background-color: #586980 !important;
}
a.instagram-icon:hover {
    background-color: #82685a !important;
}
a.rss-icon:hover {
    background-color: #f79638 !important;
}
a.linkedin-icon:hover {
    background-color: #018faf !important;
}
a.skype-icon:hover {
    background-color: #00b0f6 !important;
}
a.flickr-icon:hover {
    background-color: #0061db !important;
}
a.vimeo-icon:hover {
    background-color: #63879c !important;
}
a.github-icon:hover {
    background-color: #3b3b3b !important;
}
a.youtube-icon:hover {
    background-color: #cc181e !important;
}
a.windows-icon:hover {
    background-color: #6dc2e9 !important;
}
a.dropbox-icon:hover {
    background-color: #007ee5 !important;
}
a.xing-icon:hover {
    background-color: #026566 !important;
}
.table-bordered {
    border: 1px solid #252525;
    border-left: 0;
    border-collapse: separate;
}
.table-bordered th {
    border-left: 1px solid #fff;
}
.table-bordered th:first-child {
    border-left: 0;
}
.table-bordered td {
    border-left: 1px solid #252525;
}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-condensed th, .table-condensed td {
    padding: 4px 8px;
}
@media(max-width:480px) {
    table, thead, tbody, th, td, tr {
    display: block;
}
thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
tr {
    border-top: 2px solid #252525;
}
td:first-child {
    border-top: none !important;
}
.table-bordered {
    border-top: 0;
}
}.tabs-container .tabs-menu {
    border-bottom: 1px solid #252525;
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
}
.tabs-container .tabs-menu li {
    display: inline;
}
.tabs-container .tabs-menu li a {
    float: left;
    display: block;
    padding: 10px 25px;
    border: 1px solid #252525;
    border-left: 0;
    margin-bottom: -1px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.tabs-container .tabs-menu li a:hover {
    text-decoration: none;
}
.tabs-container .tabs-menu li:first-child a {
    border-left: 1px solid #252525;
}
.tabs-container .tabs-menu li.active a {
    border-bottom-color: #fff;
    background-color: #fff;
    color: #666;
}
.tabs-container .tabs {
    border: 1px solid #252525;
    border-top: 0;
    margin-bottom: 30px;
}
.tabs-container .tab-content {
    padding: 25px;
}
.vertical-tabs-container {
    position: relative;
    border: 1px solid #252525;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.vertical-tabs-container .tabs-menu {
    float: left;
    width: 179px;
    border-right: 1px solid #252525;
    margin-bottom: 0;
    list-style: none;
}
.vertical-tabs-container .tabs-menu li a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #252525;
    border-right: 1px solid #252525;
    margin-right: -1px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.vertical-tabs-container .tabs-menu li.active a {
    border-right-color: #fff;
    background-color: #fff;
    color: #333;
}
.vertical-tabs-container .tabs {
    background-color: #fff;
    margin-left: 180px;
}
.vertical-tabs-container .tab-content {
    padding: 25px;
}
@media(max-width:767px) {
    .tabs-container .tabs-menu {
    border-bottom: 0;
}
.tabs-container .tabs-menu li {
    display: block;
}
.tabs-container .tabs-menu li a {
    float: none;
    display: block;
    padding: 20px 25px;
    border: 1px solid #252525;
    border-top: 0;
    margin: 0;
}
.tabs-container .tabs-menu li a:hover {
    text-decoration: none;
}
.tabs-container .tabs-menu li:first-child a {
    border-top: 1px solid #252525;
}
.tabs-container .tabs-menu li.active a {
    padding: 20px 25px;
    border-bottom-color: #252525;
    margin: 0;
    background-color: #fff;
    color: #666;
}
.vertical-tabs-container .tabs-menu {
    float: none;
    width: 100%}
.vertical-tabs-container .tabs {
    margin-left: 0;
}
.vertical-tabs-container .tabs-menu li a {
    padding: 20px 25px;
    border-right: 0;
    margin-right: 0;
}
.vertical-tabs-container .tabs-menu li.active a {
    border-bottom-color: #252525;
}
}.testimonial {
    margin-bottom: 30px;
}
.testimonial blockquote {
    position: relative;
    padding: 20px;
    border: 1px solid #252525;
    margin-bottom: 20px;
}
.testimonial blockquote p {
    margin-bottom: 0;
    font-style: normal;
}
.testimonial img {
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonial a {
    color: #555;
}
.testimonial h5 span {
    color: #999;
}
.mainTitle {
    color: #000;
}
.mainTitleBorder {
    border-color: #000;
}
.borderBottom:before, .borderBottom:after {
    border-bottom: 1px solid #000;
}
.row {
    position: relative;
    width: 940px;
    margin: 0 auto;
}
.row .row {
    width: auto;
    margin: 0;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}
.span1 {
    width: 60px;
    margin-left: 20px;
}
.span2 {
    width: 140px;
    margin-left: 20px;
}
.span3 {
    width: 220px;
    margin-left: 20px;
}
.span4 {
    width: 300px;
    margin-left: 20px;
}
.span5 {
    width: 380px;
    margin-left: 20px;
}
.span6 {
    width: 460px;
    margin-left: 20px;
}
.span7 {
    width: 540px;
    margin-left: 20px;
}
.span8 {
    width: 620px;
    margin-left: 20px;
}
.span9 {
    width: 700px;
    margin-left: 20px;
}
.span10 {
    width: 780px;
    margin-left: 20px;
}
.span11 {
    width: 860px;
    margin-left: 20px;
}
.span12 {
    width: 940px;
    margin-left: 20px;
}
.span1:first-child, .span2:first-child, .span3:first-child, .span4:first-child, .span5:first-child, .span6:first-child, .span7:first-child, .span8:first-child, .span9:first-child, .span10:first-child, .span11:first-child, .span12:first-child {
    margin-left: 0;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
@media(min-width:1400px) {
    .row {
    width: 1170px;
}
.span1 {
    width: 70px;
    margin-left: 30px;
}
.span2 {
    width: 170px;
    margin-left: 30px;
}
.span3 {
    width: 270px;
    margin-left: 30px;
}
.span4 {
    width: 370px;
    margin-left: 30px;
}
.span5 {
    width: 470px;
    margin-left: 30px;
}
.span6 {
    width: 570px;
    margin-left: 30px;
}
.span7 {
    width: 670px;
    margin-left: 30px;
}
.span8 {
    width: 770px;
    margin-left: 30px;
}
.span9 {
    width: 870px;
    margin-left: 30px;
}
.span10 {
    width: 970px;
    margin-left: 30px;
}
.span11 {
    width: 1070px;
    margin-left: 30px;
}
.span12 {
    width: 1170px;
    margin-left: 30px;
}
}@media(min-width:768px) and (max-width:979px) {
    .row {
    width: 705px;
}
.span1 {
    width: 45px;
    margin-left: 15px;
}
.span2 {
    width: 105px;
    margin-left: 15px;
}
.span3 {
    width: 165px;
    margin-left: 15px;
}
.span4 {
    width: 225px;
    margin-left: 15px;
}
.span5 {
    width: 285px;
    margin-left: 15px;
}
.span6 {
    width: 345px;
    margin-left: 15px;
}
.span7 {
    width: 405px;
    margin-left: 15px;
}
.span8 {
    width: 465px;
    margin-left: 15px;
}
.span9 {
    width: 525px;
    margin-left: 15px;
}
.span10 {
    width: 585px;
    margin-left: 15px;
}
.span11 {
    width: 645px;
    margin-left: 15px;
}
.span12 {
    width: 705px;
    margin-left: 15px;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-tablet {
    display: inherit !important;
}
.hidden-tablet {
    display: none !important;
}
}@media(max-width:767px) {
    .row {
    width: auto;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-phone {
    display: inherit !important;
}
.hidden-phone {
    display: none !important;
}
}.float-left {
    float: left;
}
.float-right {
    float: right;
}
.responsive-img {
    max-width: 100%;
    height: auto;
}
.responsive-embed {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
input.span1, textarea.span1, select.span1, input.span2, textarea.span2, select.span2, input.span3, textarea.span3, select.span3, input.span4, textarea.span4, select.span4, input.span5, textarea.span5, select.span5, input.span6, textarea.span6, select.span6, input.span7, textarea.span7, select.span7, input.span8, textarea.span8, select.span8, input.span9, textarea.span9, select.span9, input.span10, textarea.span10, select.span10, input.span11, textarea.span11, select.span11, input.span12, textarea.span12, select.span12 {
    float: none;
    margin-left: 0;
}
#wrap {
    background-color: #fff;
}
.durka{
	display: block;
padding: 5px 15px;
border: 1px solid #252525;
color: #252525;
text-decoration: none;
text-transform: uppercase;
}
.mfp-ajax-holder button.mfp-close {
    position: fixed;
    top: 30px;
    right: 50px;
    border: 1px solid #fff;
    background-color: #252525;
    color: #fff;
    opacity: 1;
}
.mfp-ajax-holder .mfp-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    opacity: 1;
}
.mfp-ajax-holder .mfp-arrow-left {
    left: 30px;
    background: #252525 url(../images/prev.png) no-repeat center center;
}
.mfp-ajax-holder .mfp-arrow-right {
    right: 50px;
    background: #252525 url(../images/next.png) no-repeat center center;
}
.mfp-ajax-holder .mfp-arrow-left:before, .mfp-ajax-holder .mfp-arrow-right:before, .mfp-ajax-holder .mfp-arrow-left:after, .mfp-ajax-holder .mfp-arrow-right:after {
    border: 0;
}
#logo {
    display: inline-block;
    height: 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px 25px 0;
    background-color: #252525;
    color: #fff;
    font: 17px/18px Oswald, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}
.sf-menu, .sf-menu * {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
    white-space: nowrap;
}
.sf-menu ul {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    display: none;
}
.sf-menu>li {
    float: left;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%}
.sf-menu {
    float: right;
}
.sf-menu a {
    padding: 10px 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
}
.sf-menu>li>a {
    padding: 12px;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    line-height: 53px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sf-menu li {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    position: relative;
    text-decoration: none;
}
.sf-menu li:hover a, .sf-menu li.sfHover a {
    color: #333;
    text-decoration: none;
}
.sf-menu li a:hover {
    color: #5f5f5f;
}
.sf-menu li.active a {
    border-bottom-color: #252525;
}
.sf-menu ul {
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.sf-menu ul>li:last-child>a {
    border-bottom: 0;
}
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    margin-top: -13px;
    content: ""}
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.5);
}
#mobile-menu {
    z-index: 20;
    border-bottom: 1px solid #efefef;
}
#mobile-menu li {
    display: block;
    margin: 0;
}
#mobile-menu>li>ul, #mobile-menu>li>ul>li>ul {
    display: none;
    margin-left: 0;
}
#mobile-menu li a {
    position: relative;
    display: block;
    padding: 15px 35px;
    border-top: 1px solid #efefef;
    color: #333;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
}
#mobile-menu ul a {
    padding-left: 45px;
}
#mobile-menu ul li ul a {
    padding-left: 65px;
}
#mobile-menu .mobile-menu-submenu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    border-left: 1px solid #efefef;
    color: #333;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
#mobile-menu .mobile-menu-submenu-arrow:hover {
    background-color: #f3f3f3;
}
#mobile-menu {
    display: none;
}
#mobile-menu-trigger {
    float: right;
    display: none;
    color: #252525;
    font-size: 32px;
}
#custom-search-form {
    position: relative;
}
#custom-search-form #s {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
}
#custom-search-form #custom-search-submit {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 18px;
    width: 20px;
    border: 0;
    background: url(../images/bg-search.png) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
}
#custom-search-submit:focus {
    outline: 0;
}
#content {
    position: relative;
    min-height: 300px;
    margin-top:60px;
}
.cv-section {
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.cv-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.cv-section-title {
    padding: 15px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
.cv-section-title p {
    margin-bottom: 5px;
}
.cv-section-title h1 {
    position: relative;
    padding-bottom: 14px;
}
.cv-section-title h1:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    border-bottom: 1px solid #e1e1e1;
    content: ""}
.cv-section-title h1 span {
    position: relative;
}
.cv-section-title h1 span small {
    position: absolute;
    top: -10px;
    left: 0;
    font: 12px 'PT Sans', sans-serif;
}
.cv-section-title h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.cv-item {
    padding: 15px 0 5px 30px;
    border-left: 1px solid #e1e1e1;
    margin-top: -10px;
}
#footer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 40px 0;
    background-color: rgba(31, 26, 27, 0.7);
    color: #fff;
}
#nav {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media(min-width:1024px) {
    .stuck {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 1000;
    }
}
#nav.stuck {
    background: #fff;
}
#nav.stuck .sf-menu>li>a {
    padding: 9px 12px;
    line-height: 35px;
}
#nav.stuck #logo {
    height: 55px;
    padding: 17px 25px;
}
#personal-profile {
    padding: 110px 0 80px;
}
.personal-details {
    list-style: none;
}
.personal-details li {
    padding: 9px 0;
    border-bottom: 1px solid #e1e1e1;
    color: #252525;
}
.personal-details li a {
    color: #252525;
}
.personal-details li:first-child {
    padding-top: 0;
}
.personal-details li:last-child {
    border-bottom: 0;
}
#work-experience {
    padding: 110px 0 80px;
    background-color: #f6f6f6;
}
#work-experience .headline p span {
    background-color: #f6f6f6;
}
#education {
    padding: 110px 0 80px;
}
#references {
    font-size: 18px;
    line-height: 30px;
}
#references.parallax {
    margin-bottom: 0;
}
.references-slider {
    margin-top: 50px;
}
#references .headline {
    border-bottom: 0;
}
#references .headline:before, #references .headline:after {
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #fff;
    width: 25px;
    content: ""}
#references .headline:before {
    left: 0;
}
#references .headline:after {
    right: 0;
}
#references .headline p {
    top: auto;
    bottom: -50px;
    color: #fff;
}
#references .headline p span {
    background-color: transparent;
}
#skills {
    padding: 110px 0 80px;
    background-color: #f6f6f6;
}
#skills .headline p span {
    background-color: #f6f6f6;
}
.interests-list {
    list-style: none;
}
.interests-list li {
    position: relative;
    float: left;
    margin-right: 30px;
    text-align: center;
}
.interests-list li:last-child {
    margin-right: 0;
}
.interests-list li>p {
    margin-bottom: 0;
}
.interests-list li>p i {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #252525;
    margin-bottom: 25px;
    color: #252525;
    font-size: 25px;
    line-height: 70px;
}
.interest-details {
    position: absolute;
    top: -45px;
    left: -45px;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.interests-list li:first-child .interest-details {
    left: 0;
}
.interest-details i {
    display: inline-block;
    margin: 0 15px 20px 0;
    font-size: 25px;
    vertical-align: text-top;
}
.interest-details p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.interests-list li:hover .interest-details {
    opacity: 1;
}
#project-wrap {
    max-width: 980px;
    padding: 100px 0;
    margin: 100px auto;
    background-color: #fff;
}
#portfolio {
    padding: 110px 0 80px;
}
#portfolio .headline {
    margin-bottom: 40px;
}
.portfolio-items {
    margin: 65px 0;
    list-style: none;
}
.portfolio-items li {
    float: left;
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio-items li .portfolio-item {
    margin-bottom: 0;
}
.portfolio-item-preview {
    position: relative;
}
.portfolio-item-preview>img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}
.portfolio-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.portfolio-item-overlay-actions .portfolio-item-zoom, .portfolio-item-overlay-actions .portfolio-item-link {
    position: absolute;
    top: 28%;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin: 0 5px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio-item-overlay-actions .portfolio-item-zoom {
    left: 0;
}
.portfolio-item-overlay-actions .portfolio-item-link {
    right: 0;
}
.portfolio-item-overlay-actions .portfolio-item-zoom:hover, .portfolio-item-overlay-actions .portfolio-item-link:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-item-description {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    padding: 25px;
    background-color: #fff;
    color: #000;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio-item-description h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.portfolio-item-description p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.portfolio-item:hover .portfolio-item-description {
    opacity: 1;
    bottom: 0;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}
.portfolio-item:hover .portfolio-item-overlay-actions .portfolio-item-zoom {
    left: 50%;
    margin-left: -55px;
}
.portfolio-item:hover .portfolio-item-overlay-actions .portfolio-item-link {
    right: 50%;
    margin-right: -55px;
}
.pagination {
    list-style: none;
}
.pagination li {
    float: left;
}
.pagination a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    border-left: 0;
}
.pagination li:first-child a {
    border-left: 1px solid #e9e9e9;
}
.pagination li.current a {
    background-color: #f3f3f3;
    color: #666;
}
.pagination li.current a:hover {
    text-decoration: none;
}
.portfolio-filter ul {
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.portfolio-filter ul li {
    display: inline-block;
    margin-right: 20px;
}
.portfolio-filter ul li:last-child {
    margin-right: 0;
}
.portfolio-filter ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #252525;
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
}
.portfolio-filter ul li a:hover, .portfolio-filter ul li a.active {
    background-color: #7a7a7a;
    color: #fff;
}
#contact {
    padding-bottom: 110px;
}
#contact.parallax {
    margin-bottom: 0;
}
#contact .headline {
    margin-bottom: 80px;
}
.contact-info {
    list-style: none;
    margin-bottom: 60px;
}
.contact-info li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info li a {
    color: #fff;
}
.contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    margin-right: 20px;
    background-color: #252525;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#contact-form {
    overflow: hidden;
    margin-top: 60px;
}
label.validation-error {
    color: #b55454;
}
input.validation-error, textarea.validation-error, select.validation-error {
    border: 1px solid #a1a1a1;
}
#contact-form input[type="text"], #contact-form textarea {
    padding: 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    resize: none;
}
#contact-form input[type="submit"] {
    border: 1px solid #fff;
    margin-top: 50px;
    background-color: transparent;
    color: #fff;
}
#contact-form input[type="submit"]:hover {
    background-color: #252525;
}
@media(min-width:1400px) {
    .sf-menu>li>a {
    padding: 15px 15px;
}
#project-wrap {
    max-width: 1300px;
}
}
@media(min-width:768px) and (max-width:979px) {
    #menu {
    display: none;
}
#mobile-menu-trigger {
    display: block;
    margin-top: 28px;
}
.cv-section-title h1 {
    font-size: 32px;
}
#project-wrap {
    max-width: 100%}
.portfolio-items li {
    width: 50%}
.interests-list li {
    margin: 15px 30px 15px 0;
}
#references .headline:before, #references .headline:after {
    width: 15px;
}
}
@media(max-width:767px) {
    body {
    background: 0;
    background-color: #fff;
}
#menu {
    display: none;
}
#mobile-menu-trigger {
    position: absolute;
    top: 18px;
    right: 10px;
    display: block;
    padding: 10px;
}
#mobile-menu li a {
    padding: 15px 40px;
}
.cv-item {
    padding-left: 0;
    border-left: 0;
}
.cv-section-title {
    text-align: left;
}
.cv-section-title h1:after {
    left: 0;
}
.row {
    padding: 0 40px;
}
.row .row {
    width: auto;
    padding: 0 20px;
    margin: 0;
}
p.last, h1.last, h2.last, h3.last, h4.last, h5.last, address.last, ul.last, ol.last {
    margin-bottom: 20px;
}
.text-right {
    text-align: left;
}
#project-wrap {
    max-width: 100%}
.portfolio-items li {
    float: none;
    width: 100%;
    padding: 15px 0;
}
.portfolio-filter ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}
.portfolio-filter ul li:last-child {
    margin-bottom: 0;
}
.portfolio-item-description p {
    display: none;
}
#references .headline {
    margin-bottom: 50px;
}
.interests-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
}
.interests-list li:last-child {
    margin-bottom: 0;
}
.interests-list li>p {
    display: none;
}
.interest-details {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #252525;
    margin: 15px 0;
    background-color: transparent;
    color: #252525;
    opacity: 1;
}
.social-media {
    margin-bottom: 60px;
}
#contact-form {
    margin-top: 0;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .row {
    padding: 0 40px;
}
#mobile-menu-trigger {
    right: 30px;
}
.portfolio-items li {
    float: left;
    width: 50%;
    padding: 5px;
}
}.bdrBox {
    box-sizing: border-box;
}
.pl30 {
    padding-left: 30px;
}
.mlz0 {
    margin-left: 0 !important;
}