/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html,
body {
    height: 100%;
}

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,
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;
}



/*--------------------------------------------------------
Commons
--------------------------------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-webfont.woff') format('woff'),
        url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
        url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::-moz-selection {
    background: #b0b825;
    color: white;
}

::selection {
    background: #b0b825;
    color: white;
}

body {
    background: white;
    font: 13px 'Open Sans', sans-serif;
    color: #1c1f26;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.teamimg {
    width: 100%;
    height: 350px;
}

img.scaleimg {
    width: 100%;
    height: 300px;
}

.hidden {
    display: none;
}

.vertical-text {
    display: table-cell;
    vertical-align: middle;
}

.pattern {
    background: url(../images/pattern.png);
    width: 100%;
    position: absolute;
}


/*--------------------------------------------------------
Typography
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 400;
}

h1 {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 86px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 7px;
}

h1.white {
    color: white;
}

h2 {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
}

h2.white {
    color: white;
}


h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

h3.white {
    color: white;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

p {
    margin-top: 10px;
}

a {
    color: #BF1F24;
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

a:hover {
    color: #868991;
}

p.lead {
    font-size: 20px;
    color: #868991;
    line-height: 1.4;
}

hr {
    margin: 25px 0;
    border: 0;
    border-bottom: 1px solid #f0f2f5;
}



/*--------------------------------------------------------
Navigation
--------------------------------------------------------*/

nav {
    background: url(../images/nav-bg.png);
    width: 100%;
    position: relative;
    z-index: 1000;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.links {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.links li {
    display: inline;
    margin: 0 15px 0 0;
}

.links a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.links a:visited {
    color: #BF1F24;
}

.links a:hover {
    color: #BF1F24;
}

.links a.to-top span {
    display: none;
}

.links a.to-top i {
    position: absolute;
    top: 16px;
    margin-left: 22px;
    width: 18px;
    height: 18px;
    opacity: 0.6;
    background: #fff;
    color: #1c1f26;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.links a.to-top:hover i {
    opacity: 1;
}

.selectnav {
    display: none;
}

.social-icons {
    text-align: right;
    margin-top: 15px;
}

.social-icons li {
    display: inline-block;
    margin: 0 0 0 6px;
}

.social-icons li a {
    color: white;
    font-size: 11px;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 20px;
    height: 20px;
    background: #2b3441;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.social-icons a:hover {
    background-color: #BF1F24;
}

.social-icons-normal {
    margin-top: 9px;
}

.social-icons-normal li {
    display: inline-block;
    margin-top: 6px;
}

.social-icons-normal li a {
    color: white;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 24px;
    height: 24px;
    background: #2b3441;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.social-icons-normal a:hover {
    background-color: #BF1F24;
}

.dropmenu {
    display: none;
}




/*--------------------------------------------------------
Parallax
--------------------------------------------------------*/


#parallax1,
#parallax2,
#parallax3 {
    width: 100%;
    height: 440px;
    background-color: #1c1f26;
    position: relative;
    overflow: hidden;
}

#parallax1 .vertical-text,
#parallax2 .vertical-text,
#parallax3 .vertical-text,
#parallax1 .pattern,
#parallax2 .pattern,
#parallax3 .pattern {
    height: 440px;
}


/*Parallax1------------------------------------------*/

.bg1 {
    background: url(../images/parallax/parallax1.jpg) 50% 50% fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

p.prlx-quote {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 200;
    margin: 0 10% 0 10%;
}

.prlx-author {
    height: 24px;
    background-image: url(../images/quote.png);
    background-position: left top;
    background-repeat: no-repeat;
    background: -Webkit-image-set(url(../images/quote.png) 1x, url(../images/quote@2x.png) 2x) left top no-repeat;
    /* Image for Retina */
    width: auto;
    padding-left: 40px;
    font-size: 11px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 0.9;
    position: relative;
    margin-top: 26px;
    left: 42%;
    z-index: 200;
}


/*Parallax2------------------------------------------*/

.bg2 {
    background: url(../images/parallax/teaser2.jpg) top center fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 120%;
}

.twitter-author {
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;

}

.tweet {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: white;
    line-height: 1.4;
    margin: 7px 0 12px 0;

}

.tweet-date {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tweet-date a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}


/*Parallax3------------------------------------------*/

#parallax3 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.bg3 {
    background: url(../images/parallax/teaser3.jpg) 50% 50% fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

.clients {
    text-align: center;
}

.clients li {
    display: inline;
    margin: 0 15px 0 15px;
    height: 50px;
    opacity: 0.7;
}

.clients li:hover {
    opacity: 1;
}



/*--------------------------------------------------------
Content
--------------------------------------------------------*/

.page {
    padding-top: 64px;
    padding-bottom: 80px;
    position: relative;
    background: white;
}

.one-text {
    font-size: 20px;
    line-height: 1.5;
}

.description {
    font-size: 12px;
    line-height: 18px;
}

.columns .img-wrp {
    position: relative;
}

.img-wrp img {
    display: block;
}


.overlay-wrp {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 100%;
}

.overlay-wrp .overlay {
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 100%;
    width: 100%;
}

.overlay {
    background: #b0b825;

}


/*Homepage------------------------------------------*/

.banner-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#homepage {
    background: url(../images/pattern.png);
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
    height: 100%;
}

#homepage .container {
    height: 100%;
}

.logo {
    top: 20px;
    right: 0px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=50);
}


.slider-text {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 110px;
    min-height: 220px;
}

#slidecaption {
    overflow: hidden;
    float: left;
    color: white;
    font: 92px/0.9 "BebasNeueRegular", Helvetica, Arial, sans-serif;
    margin: 0 20px 0 0;
}

.slidedescription {
    font: 600 18px "Open Sans", Helvetica, Arial, sans-serif;
    margin: 13px 0 0 0;
}

.line {
    border-bottom: solid white 1px;
    margin-bottom: 36px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mobile-video {
    display: none;
}



/*About------------------------------------------*/

.container .overlay-content.social-icons {
    text-align: center;
    margin-top: -11px;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 10;
}

.container .overlay-content.social-icons li a {
    height: 22px;
    width: 22px;
    font-size: 14px;
    line-height: 1.6;
    background: white;
    color: #BF1F24;
    opacity: 0.7;
}

.container .overlay-content.social-icons li a:hover {
    opacity: 1;
}

.column .img-wrp {
    position: relative;
    margin: 52px 0 14px 0;

}

.job-position {
    color: #868991;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin: -4px 0px 14px 0px;
}




/*Culrute------------------------------------------*/

.full-width {
    background: #f0f2f5;
    padding: 60px 0px 60px 0px;
    margin: 53px 0px 54px 0px;
}


/*Services------------------------------------------*/

.service h3 {
    text-align: center;
    margin-top: 46px;
}

.service .description {
    text-align: center;
}

.service .icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    margin: 24px auto 24px auto;
    background: center center no-repeat;
}

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

.project-title {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
}

.project-description {
    color: #868991;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.columns .overlay-content.loupe {
    width: 34px;
    height: 34px;
    background: url(../images/loupe.png) 0px 0px no-repeat;
    position: absolute;
    top: 22%;
    margin: -17px 0 0 -17px;
    left: 50%;
    z-index: 10;
}

.option-set {
    margin-left: 8px;
    margin-bottom: 36px;
}

.option-set li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
}

.option-set i {
    color: #868991;
}

.option-set li a.selected {
    color: #BF1F24;
}

.option-set li a {
    color: #868991;
    text-decoration: none;
    font-weight: 600;
}

.option-set li a:hover {
    color: #BF1F24;
}


/* ==================================================
	Isotope Filtering
	================================================== */

.item {
    height: 198px;
}

/* --- Start: Recommended Isotope styles --- */
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/* --- Isotope CSS3 transitions --- */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}


/* --- disabling Isotope CSS3 transitions --- */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* --- End: Recommended Isotope styles --- */



/* --- disable CSS transitions for containers with infinite scrolling --- */
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}



/*Contact------------------------------------------*/

#contact {
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #1c1f26;
    background: url(../images/contacts.jpg) top center fixed;
    background-size: cover;
    position: relative;
}

#contact .pattern {
    height: 100%;
}

.card {
    width: 100%;
    background: url(../images/contact-bg.png);
    text-align: center;
    padding: 45px 0 120px 0;
    margin: 15% 0 100px 0;
    position: relative;
}

.contact-tabs {
    margin-bottom: 35px;
}

.contact-tabs li {
    display: inline;
    margin: 0 2px;
}

.contact-tabs li a {
    padding: 4px 16px 5px 16px;
    background: #1c1f26;
    border-radius: 14px;
    font-size: 11px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.adress {
    color: #868991;
    font-size: 22px;
    margin-top: 10px;
}

.lines {
    width: 76%;
    border-top: white 1px solid;
    border-bottom: white 1px solid;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    padding: 31px 0 31px 0;
    margin: 12px auto 40px auto;
    line-height: 1.45;
}

.contact-social-icons {
    text-align: center;
    position: absolute;
    ;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.contact-social-icons li {
    display: inline;
    margin: 0 7px 0 7px;
}

.contact-social-icons li a {
    display: inline-block;
    color: white;
    font-size: 30px;
    line-height: 2;
    background: url(../images/social-icons-bg.png);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.contact-social-icons li a:hover {
    background-color: #BF1F24;
}

.copyright {
    background: url(../images/footer-gr.png);
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1000000;
    bottom: 0;
}

.copyright p {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    color: white;
    margin-top: 46px;
}

/*--------------------------------------------------------
Blog
--------------------------------------------------------*/

#blog {
    background: white;
    padding: 75px 0 80px 0;
}

.post {
    margin-bottom: 92px;
}

.post-title {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.post-title a {
    color: #1c1f26;
}

.post-title a:hover {
    color: #BF1F24;
}


.post-text hr {
    margin: 16px 0 21px 0;
}

.post-image {
    position: relative;
    overflow: hidden;
}

.image-caption {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 30px;
    bottom: 30px;
    max-width: 60%;
    max-height: 80%;
    box-sizing: border-box;
    padding: 20px;
    background: url(../images/caption-bg.png);
    font-family: 'BebasNeueRegular', sans-serif;
    color: white;
    line-height: 1;
    font-size: 18px;
}

.post-tags {
    margin-top: 20px;
}

.post-tags i {
    display: inline-block;
    margin-right: 4px;
    color: #868991;
    font-size: 12px;
    opacity: .6;
}

.post-tags ul {
    display: inline-block;
}

.post-tags li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
}

.post-tags li:after {
    content: ', ';
}

.post-tags li:last-child:after {
    content: '';
}

.post-tags li a {
    color: #868991;
    text-decoration: none;
}

.post-tags li a:hover {
    color: #BF1F24;
}

.post-info {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid #f0f2f5;
    text-transform: uppercase;
    color: #868991;
    font-size: 11px;
    font-weight: 600;
}

.post-info span {
    text-align: right;
    float: right;
}

.blog-sidebar {
    margin-left: 20px;
    border-left: 1px solid #f0f2f5;
    padding: 20px 0 20px 20px;
}

.block {
    margin-top: 31px;
}

.block:first-child {
    margin-top: 0;
}

.block-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tags-list li {
    text-transform: uppercase;
    font-size: 11px;
    color: #868991;
    margin-top: 5px;
}

.tags-list li:first-child {
    margin-top: 0;
}

.tags-list li a {
    color: #868991;
    text-decoration: none;
    font-weight: 600;
}

.tags-list li a:hover {
    color: #BF1F24;
}

a.twfd-author {
    display: block;
    margin-top: -10px;
    text-transform: uppercase;
    color: #868991;
    font-size: 11px;
}

a.twfd-author:hover {
    color: #BF1F24;
}

.blog-tweet {
    font-size: 11px;
    margin-top: 16px;
}

.blog-tweet span {
    display: block;
    margin-top: 7px;
    color: #868991;
    font-size: 10px;
}

.pagination {
    position: relative;
    width: 100%;
    border-top: 1px solid #f0f2f5;
}

.pages {
    text-align: center;
}

.pages li {
    display: inline-block;
}

.pages li {
    display: inline-block;
    margin: 0 2px 6px 0;
}

.pages li a {
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 5px;
    color: #868991;
}

.pages li a.current {
    border-top: 2px solid #a5ac33;
    color: #1c1f26;
}

.pages li a:hover {
    color: #a5ac33;
}

a.previous,
a.next {
    display: block;
    margin-top: 8px;
    padding: 4px 8px;
    background-color: #f0f2f5;
    font-size: 10px;
    color: #1c1f26;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.previous:hover,
a.next:hover {
    background-color: #a5ac33;
    color: white;
}

a.previous {
    position: absolute;
    left: 0;
    top: 0;
}

a.next {
    position: absolute;
    right: 0;
    top: 0;
}

.comments {
    margin: 75px 0 0 0;
}

.comments-title {
    padding: 14px 0 12px 0;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    border-top: 4px solid #eceff2;
    border-bottom: 1px solid #eceff2;
}

.comment {
    margin: 24px 0 26px 0;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eceff2;
}

.comment-author {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #868991;
    font-weight: 600;
}

.comment-text {
    margin-top: 9px;
}

.leave-comment-title {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 45px 0 21px 0;
}

.leave-comment-title span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #868991;
    text-transform: none;
}


/*--------------------------------------------------------
Shortcodes
--------------------------------------------------------*/


/*Buttons------------------------------------------*/

.button {
    width: auto;
    background: #1c1f26;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    outline: none;
    padding: 11px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.button:hover {
    background-color: #b0b825;
}

.button:active {
    background-color: #666b26;
}

.button:focus {
    background-color: #b0b825;
}

.button.large {
    font-size: 16px;
    padding: 14px 30px 14px;
}

.button.small {
    font-size: 10px;
    padding: 6px 10px 6px;
}


/*Forms------------------------------------------*/

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input,
textarea {
    border: 1px solid #ccc;
    padding: 10px 10px;
    outline: none;
    color: #868991;
    margin: 5px 0 0 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fafafa;
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 4px;
}

textarea {
    min-height: 100px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #868991;
    color: #1c1f26;
    background: white;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

input.error {
    border: 1px solid #c60f13;
    background: #f9e7e8;
}

input.error[type="text"]:focus,
input.error[type="password"]:focus,
input.error[type="email"]:focus {
    border: 1px solid #c60f13;
}

legend {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.card input,
.card textarea,
.card input:focus,
.card textarea:focus {
    border: none;
}



/*Accordion and Toggle------------------------------------------*/

.accordion,
.toggle {
    margin: 20px 0;
}

.accordion-wrp h6,
.toggle-wrp h6 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 13px 20px 11px 20px;
    margin-bottom: 10px;
    background: #f0f2f5;
    color: #1c1f26;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.accordion-wrp h6 i,
.toggle-wrp h6 i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    font-size: 12px;
    line-height: 0.1;
    color: #1c1f26;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-wrp h6:hover,
.toggle-wrp h6:hover {
    background: #3d424d;
    color: white;
}

.accordion-wrp .accordion-content,
.toggle-wrp .toggle-content {
    padding: 5px 20px 30px 20px;
    display: none;
}

.accordion-wrp.current h6,
.toggle-wrp.current h6 {
    background: #BF1F24;
    color: white;
}

.accordion-wrp h6:hover i,
.toggle-wrp h6:hover i {
    color: white;
}

.accordion-wrp.current h6 i {
    color: white;
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}

.accordion-wrp.current .accordion-content,
.toggle-wrp.current .toggle-content {
    display: block;
}

.toggle-wrp h6 i.icon-minus,
.toggle-wrp.current h6 i.icon-plus {
    opacity: 0;
}

.toggle-wrp.current h6 i.icon-minus {
    color: white;
    opacity: 1;
}

.service .icon:hover{
    background: #BF1F24 center center no-repeat;
  }

  .mobile{
    display: none;
}

@media screen and (max-width:767px){
    .client-block br{
        display: none;
    }

    .clients{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .clients li{
        margin: 0;
        margin-top: 20px;
    height: auto;
    }

    .gallery ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .gallery ul li{
        width: 85% !important;
        position: relative;
        box-shadow: 0px 10px 15px #888888;
        transform: translateX(0) !important;
    }

    .gallery ul li a{
        height: auto !important;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block !important;
    }
    .banner-video{
        display: none;
    }
    .slider-text{
        display: inline;
    }
    .mobile-video{
        display: inline;
    }
}

/*Tabs------------------------------------------*/

.tabs {
    margin: 20px 0;
    overflow: hidden;
}

.tabs ul {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #BF1F24;
}

.tabs ul li {
    display: inline-block;
    padding: 11px 20px;
    margin-right: 5px;
    background: #f0f2f5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.tabs ul li:last-child {
    margin-right: 0;
}

.tabs ul li:hover {
    background: #3d424d;
    color: white;
}

.tabs ul li.current {
    background: #BF1F24;
    color: white;
}

.tabs .tab-content {
    border: 1px solid #f0f2f5;
    padding: 16px 20px 25px 20px;
    display: none;
}

.tabs .tab-content:first-child {
    border: 1px solid #f0f2f5;
    padding: 16px 20px 25px 20px;
    display: block;
}


.js-tabs .tab-content {
    display: none;
}

.js-tabs .tab-content.active {
    display: block;
    position: relative;
}

.js-tabs .tab-content-wrp {
    position: relative;
}


.js-tabs li a:hover,
.js-tabs li a.current {
    background: #BF1F24;
}


/*Alerts------------------------------------------*/

.alert {
    padding: 10px 35px 10px 14px;
    margin: 10px 0;
    font: 13px 'Open Sans', sans-serif;
    background-color: #faf2cb;
    color: #c09853;
    border-radius: 4px;
    text-transform: none;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.alert h5 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    background-color: #c3e4b8;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #e7c1c0;
    color: #b94a48;
}

.alert-info {
    background-color: #b9dbee;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}


/*Close------------------------------------------*/

.close {
    float: right;
    font-size: 18px;
    margin-top: -1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}



/*Blockquote------------------------------------------*/

blockquote {
    padding: 1px 0 6px 20px;
    border-left: 3px solid #BF1F24;
    margin: 20px 0;
}

blockquote p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
}

blockquote small {
    color: #bbbdc3;
    font-size: 12px;
    margin-bottom: 10px;
}

cite {
    font-style: normal;
}


/* --------------------------------------------------------
		 Info block
	-------------------------------------------------------- */

.info-block {
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background: #f8f9f9;
    padding: 24px 30px 28px 30px;
    border-left: 4px solid #BF1F24;
}

.info-block h3 {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 26px;
}

span.color-text {
    color: #BF1F24;
}

.ib-text {
    position: relative;
    padding-right: 20%;
}

.info-block a.button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}


/* --------------------------------------------------------
		 Tooltip
	-------------------------------------------------------- */

.tooltip {
    position: absolute;
    top: -25px;
    margin-left: 50%;
    border-radius: 5px;
    display: none;
    z-index: 100;
    font-size: 11px;
    min-width: 100px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #1c1f26;
    border-radius: 4px;
    position: relative;
}

.tooltip-inner .tooltip-arrow {
    position: absolute;
    border-left: 7px solid rgba(113, 101, 58, 0);
    border-right: 7px solid rgba(113, 101, 58, 0);
    border-top: 7px solid #1c1f26;
    bottom: -5px;
    left: 40%;
}

/* --------------------------------------------------------
		 Custom CSS
	-------------------------------------------------------- */

.description b {
    font-weight: 900
}

.clients img {
    width: 200px;
}

.gallery ul li {
    float: left;
    margin: 0 0.8771929825%;
    overflow: hidden;
}


.gallery {
    padding: 40px 0 100px;
    position: relative;
    overflow: hidden;
}

.gallery ul {
    padding-top: 50px;
    position: relative;
}

.gallery ul li {
    margin-bottom: 20px;
    width: 23.2456140351%;
    position: relative;
}

.gallery ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.gallery ul li a:before {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    margin: -14px 0 0 -16px;
    /*    background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;*/
    content: "";
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery ul li a.adda:before {
    position: sticky;
    content: "Adda52";
    font-size: 30px;
    color: white;
}

.gallery ul li a.vtp:before {
    position: sticky;
    content: "VTP Realty";
    font-size: 30px;
    color: white;
}

.gallery ul li a.pms:before {
    position: sticky;
    content: "PNG Mangal Sutra";
    font-size: 30px;
    color: white;
}

.gallery ul li a.scss:before {
    position: sticky;
    content: "Standard Chartered";
    font-size: 30px;
    color: white;
}

.gallery ul li a.scss2:before {
    position: sticky;
    content: "Standard Chartered";
    font-size: 30px;
    color: white;
}

.gallery ul li a.cwc:before {
    position: sticky;
    content: "Citylife Winter";
    font-size: 30px;
    color: white;
}

.gallery ul li a.cdpc:before {
    position: sticky;
    content: "Citylife Durga";
    font-size: 30px;
    color: white;
}

.gallery ul li a.tru:before {
    position: sticky;
    content: "Truebil";
    font-size: 30px;
    color: white;
}

.gallery ul li a.tru2:before {
    position: sticky;
    content: "Truebil";
    font-size: 30px;
    color: white;
}

.gallery ul li a.png:before {
    position: sticky;
    content: "PNG Jewellers";
    font-size: 30px;
    color: white;
}

.gallery ul li a.pdc:before {
    position: sticky;
    content: "PNG Jewellers - Diwali";
    font-size: 30px;
    color: white;
}

.gallery ul li a:hover:before {
    top: 50%;
    opacity: 1;
}

.gallery ul li a:after {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery ul li a:hover:after {
    opacity: 1;
}

.gallery img {
    height: 250px;
}

.port {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    background: #ffffff;
    background-color: #fafafa;
    z-index: 103;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-bottom: 1px solid #d0d0d0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.port img {
    width: 50%;
}

.port .description {
    float: left;
    width: 50%;
    max-height: 100%;
    padding: 0 40px 40px;
    overflow: auto;
}

.port h1 {
    font-size: 35px;
    line-height: 2.3;
    padding: 0;
}

.port > * {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.port.item_open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.port > * {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.close {
    width: 21px;
    height: 21px;
    background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
    position: absolute;
    right: 10px;
    top: -121px;
    opacity: 1;
    z-index: 1004;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item_open .close {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.round {
    border-radius: 500px;
    width: 290px !important;
}

.client-block {
    display: block !important;
    text-align: center;
    margin-top: 50px;
}

.quote_ul {
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.quote_ul li {
    float: left;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateY(60%)
}

.col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
    z-index: 16;
}

.port-text {
    display: none;
}

@media (max-width: 767px) {
    .cols {
        display: block;
        margin-top: 20px;
        transform: translateY(0)
    }

    .inner span {
        display: block;
        font-size: 0.9rem;
    }

    .col-bottom {
        margin: 0 0 0rem 0 !important;
    }

    .header-logo {
        width: 13rem;
    }

    .flipbox {
        width: 150px !important;
    }

    .front {
        min-height: 50px !important;
        padding: 10px !important;
    }

    .front .inner p {
        font-size: 0.8rem !important;
    }

    .gallery ul li {
        margin-bottom: 20px;
        width: 40%;
        position: relative;
        box-shadow: 0px 10px 15px #888888;
        transform: translateX(70%);
        float: none;
        background-color: transparent
    }

    .gallery img {
        height: 100px;
    }

    .gallery ul li a:before {
        font-size: 10px !important;
    }

    .port-text {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .client-mob {
        width: 100%;
    }

    .clients img {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cols {
        display: block;
        margin-top: 20px;
    }

    .inner span {
        display: block;
        font-size: 0.9rem;
    }

    .header-logo {
        width: 13rem;
    }

    .col-bottom {
        margin: 0 0 0rem 0 !important;
        margin-left: 1rem !important;
    }

    .col {
        width: calc(50% - -22rem) !important;
    }

    .gallery ul li {
        margin-bottom: 20px;
        width: 40%;
        position: relative;
        box-shadow: 0px 10px 15px #888888;
        transform: translateX(70%);
    }
}

@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 200px;
    height: auto;
    border-radius: 200px;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
    color: #fff;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.back .inner p {
    font-size: 1.0rem;
    color: #fff;
    font-weight: 500;
    opacity: 0;
}

.flipbox:hover .back .inner p {
    opacity: 1;
}

.inner span {
    display: none;
}

.flipbox {
    width: 250px !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(../images/burger-menu.png);
    background-position: center;
    background-size: cover;
    filter: invert(1)
        /* no standardized syntax available, no ie-friendly solution available */
}

.selectnav {
    background-color: transparent;
    color: transparent;
    border: none;
    width: 20px;
}

.selectnav:active {
    border: none
}

.selectnav option {
    color: #fff;
    font-size: 15px;
    background-color: #000;
    padding: 5px;
}
