[class*='uk-animation-'] {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} [data-uk-scrollspy*='uk-animation-'] {
opacity: 0;
} .uk-animation-fade {
-webkit-animation-name: uk-fade;
animation-name: uk-fade;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@media (max-width: 480px) {
.uk-animation-fade {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-scale-up {
-webkit-animation-name: uk-scale-up;
animation-name: uk-scale-up;
}
@media (max-width: 480px) {
.uk-animation-scale-up {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-scale-down {
-webkit-animation-name: uk-scale-down;
animation-name: uk-scale-down;
}
@media (max-width: 480px) {
.uk-animation-scale-down {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-slide-top {
-webkit-animation-name: uk-slide-top;
animation-name: uk-slide-top;
}
@media (max-width: 480px) {
.uk-animation-slide-top {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-bottom {
-webkit-animation-name: uk-slide-bottom;
animation-name: uk-slide-bottom;
}
@media (max-width: 480px) {
.uk-animation-slide-bottom {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-left {
-webkit-animation-name: uk-slide-left;
animation-name: uk-slide-left;
}
@media (max-width: 480px) {
.uk-animation-slide-left {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}
.uk-animation-slide-right {
-webkit-animation-name: uk-slide-right;
animation-name: uk-slide-right;
}
@media (max-width: 480px) {
.uk-animation-slide-right {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-shake {
-webkit-animation-name: uk-shake;
animation-name: uk-shake;
}
@media (max-width: 480px) {
.uk-animation-shake {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
} .uk-animation-reverse {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
@media (max-width: 480px) {
.uk-animation-reverse {
-webkit-animation-name: none;
animation-name: none;
opacity: 1;
}
}  @-webkit-keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @-webkit-keyframes uk-scale-up {
0% {
opacity: 0;
-webkit-transform: scale(0.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-up {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes uk-scale-down {
0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-down {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes uk-slide-top {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes uk-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes uk-shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10% {
-webkit-transform: translateX(-9px);
}
20% {
-webkit-transform: translateX(8px);
}
30% {
-webkit-transform: translateX(-7px);
}
40% {
-webkit-transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-5px);
}
60% {
-webkit-transform: translateX(4px);
}
70% {
-webkit-transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
}
90% {
-webkit-transform: translateX(-1px);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
} @-webkit-keyframes uk-slide-top-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top-fixed {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes uk-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes uk-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}.wp-caption {
margin: 0;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
display: block;
}
.gallery-caption {
text-align: center;
padding: 5px 10px;
}
.bypostauthor > .comment-body .comment-author {
display: inline-block;
clear: right;
position: relative;
}
.bypostauthor > .comment-body .comment-author:after{
content: '*';
font-size: 12px;
display: block;
position: absolute;
right: -10px;
top: 0;
width: ;
height: 0;
}
.alignright{
text-align: right;
float: right;
margin: 0.5em 0 0.5em 2em;
}
.alignleft{
text-align: left;
float: left;
margin: 0.5em 2em 0.5em 0;
}
.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} @media print{*,:after,:before{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:11px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.7333333;color:#222222;background-color:#ffffff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#666666;text-decoration:none}a:focus,a:hover{color:#ed1c24;text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.7333333;background-color:#ffffff;border:1px solid #ddd;border-radius:3px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:24px;margin-bottom:24px;border:0;border-top:1px solid #f2f2f2}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:normal;line-height:1;color:#777777}.h1,.h2,.h3,h1,h2,h3{margin-top:24px;margin-bottom:12px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:12px;margin-bottom:12px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:44px}.h2,h2{font-size:30px}.h3,h3{font-size:27px}.h4,h4{font-size:23px}.h5,h5{font-size:17px}.h6,h6{font-size:15px}p{margin:0 0 12px}.lead{margin-bottom:24px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777777}.text-primary{color:#ed1c24}a.text-primary:focus,a.text-primary:hover{color:#c61017}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#ed1c24}a.bg-primary:focus,a.bg-primary:hover{background-color:#c61017}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:11px;margin:48px 0 24px;border-bottom:1px solid #f2f2f2}ol,ul{margin-top:0;margin-bottom:12px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:24px}dd,dt{line-height:1.7333333}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:12px 24px;margin:0 0 24px;font-size:17.5px;border-left:5px solid #f2f2f2}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.7333333;color:#777777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #f2f2f2;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:24px;font-style:normal;line-height:1.7333333}code,kbd,pre,samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:3px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:11.5px;margin:0 0 12px;font-size:13px;line-height:1.7333333;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:3px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:100%}}@media (min-width:1200px){.container{max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:24px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.7333333;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#ffffff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:18px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:24px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:14px;line-height:1.7333333;color:#555555}.form-control{display:block;width:100%;height:42px;padding:8px 25px;font-size:14px;line-height:1.7333333;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#f2f2f2;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:42px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:24px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:38px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:36px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:42px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:52.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:42px;height:42px;line-height:42px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:29px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#626262}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:33px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 25px;font-size:14px;line-height:1.7333333;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#565A5C;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#565A5C;background-color:#fff;border-color:#d8d8d8}.btn-default.focus,.btn-default:focus{color:#565A5C;background-color:#e6e6e6;border-color:#989898}.btn-default:hover{color:#565A5C;background-color:#e6e6e6;border-color:#b9b9b9}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#565A5C;background-color:#e6e6e6;border-color:#b9b9b9}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#565A5C;background-color:#d4d4d4;border-color:#989898}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#d8d8d8}.btn-default .badge{color:#fff;background-color:#565A5C}.btn-primary{color:#fff;background-color:#565A5C;border-color:#4a4d4f}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#3d4042;border-color:#0c0d0d}.btn-primary:hover{color:#fff;background-color:#3d4042;border-color:#2c2e2f}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3d4042;border-color:#2c2e2f}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#2c2e2f;border-color:#0c0d0d}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#565A5C;border-color:#4a4d4f}.btn-primary .badge{color:#565A5C;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#666666;font-weight:normal;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#ed1c24;text-decoration:none;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:3px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:11px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.7333333;color:#333333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#ed1c24}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.7333333;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#f2f2f2}.nav>li.disabled>a{color:#777777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#f2f2f2;border-color:#666666}.nav .nav-divider{height:1px;margin:11px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.7333333;border:1px solid transparent;border-radius:3px 3px 0 0}.nav-tabs>li>a:hover{border-color:#f2f2f2 #f2f2f2 #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:3px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:3px 3px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:3px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#ed1c24}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:3px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:3px 3px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:24px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:3px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:13px 15px;font-size:18px;line-height:24px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:6.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:24px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:24px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:13px;padding-bottom:13px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);margin-top:4px;margin-bottom:4px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:4px;margin-bottom:4px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:13px;margin-bottom:13px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.7333333;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:3px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.7333333;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media (-webkit-transform-3d),(transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:-webkit-transform 0.6s ease-in-out;-o-transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);background-color:rgba(0, 0, 0, 0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0, 0, 0, 0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}@font-face {
font-family: 'FontAwesome';
src: url(//www.ayefrulman.com.tr/wp-content/plugins/nuno-builder//font-awesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.ayefrulman.com.tr/wp-content/plugins/nuno-builder//font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(//www.ayefrulman.com.tr/wp-content/plugins/nuno-builder//font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(//www.ayefrulman.com.tr/wp-content/plugins/nuno-builder//font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(//www.ayefrulman.com.tr/wp-content/plugins/nuno-builder//font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="fa-"]:before,
[class*=" fa-"]:before,
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}@font-face {
font-family: 'petro-counstruction-webfont';
src: url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.eot?51534236);
src: url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.eot?51534236#iefix) format("embedded-opentype"), url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.woff2?51534236) format("woff2"), url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.woff?51534236) format("woff"), url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.ttf?51534236) format("truetype"), url(//www.ayefrulman.com.tr/wp-content/themes/ayefrulman/fonts/petro-construction/petro-webfont.svg?51534236#petro-webfont) format("svg");
font-weight: normal;
font-style: normal; 
}
[class^="petro-construct"]:before,
[class*=" petro-construct"]:before,
.petro-construct {
font-family: "petro-counstruction-webfont";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.petro-construct-1:before {content: '\e813'; }
.petro-construct-2:before {content: '\e800'; }
.petro-construct-3:before {content: '\e801'; }
.petro-construct-4:before {content: '\e802'; }
.petro-construct-5:before {content: '\e803'; }
.petro-construct-6:before {content: '\e804'; }
.petro-construct-7:before {content: '\e805'; }
.petro-construct-8:before {content: '\e806'; }
.petro-construct-9:before {content: '\e807'; }
.petro-construct-10:before {content: '\e808'; }
.petro-construct-11:before {content: '\e809'; }
.petro-construct-12:before {content: '\e80a'; }
.petro-construct-13:before {content: '\e80b'; }
.petro-construct-14:before {content: '\e80c'; }
.petro-construct-15:before {content: '\e80d'; }
.petro-construct-16:before {content: '\e80e'; }
.petro-construct-17:before {content: '\e80f'; }
.petro-construct-18:before {content: '\e810'; }
.petro-construct-19:before {content: '\e811'; }
.petro-construct-20:before {content: '\e812';}
.petro-construct-21:before { content: '\e814'; } .petro-construct-22:before { content: '\e815'; } .petro-construct-23:before { content: '\e816'; } .petro-construct-24:before { content: '\e817'; } .petro-construct-25:before { content: '\e818'; } .petro-construct-26:before { content: '\e819'; } .petro-construct-27:before { content: '\e81a'; } .petro-construct-28:before { content: '\e81b'; } .petro-construct-29:before { content: '\e81c'; } .petro-construct-30:before { content: '\e81d'; } .petro-construct-31:before { content: '\e81e'; } .petro-construct-32:before { content: '\e81f'; } .petro-construct-33:before { content: '\e820'; } .petro-construct-34:before { content: '\e821'; } .petro-construct-35:before { content: '\e822'; } .petro-construct-36:before { content: '\e823'; } .petro-construct-37:before { content: '\e824'; } .petro-construct-40:before { content: '\e825'; } .petro-construct-41:before { content: '\e826'; } .petro-construct-42:before { content: '\e827'; } .petro-construct-38:before { content: '\e828'; } .petro-construct-39:before { content: '\e829'; } .petro-construct-43:before { content: '\e82a'; } .petro-construct-44:before { content: '\e82b'; } .petro-construct-45:before { content: '\e82c'; } .petro-construct-46:before { content: '\e82d'; } .petro-construct-47:before { content: '\e82e'; } .petro-construct-48:before { content: '\e82f'; } .petro-construct-49:before { content: '\e830'; } .petro-construct-50:before { content: '\e831'; } .petro-construct-51:before { content: '\e832'; } .petro-construct-52:before { content: '\e833'; } .petro-construct-53:before { content: '\e834'; } .petro-construct-54:before { content: '\e835'; } .petro-construct-55:before { content: '\e836'; } .petro-construct-56:before { content: '\e837'; } .petro-construct-57:before { content: '\e838'; } .petro-construct-58:before { content: '\e839'; } .petro-construct-59:before { content: '\e83a'; } .petro-construct-60:before { content: '\e83b'; }.main-content {
background: #ffffff;
position: relative;
min-height: 50vh;
margin-top: 115px;
}
.page-heading + .main-content.overlap {
background: transparent;
margin-top: -125px;
}
.page-heading + .main-content.overlap > .container {
background: #ffffff;
padding-top: 20px;
padding-bottom: 80px;
}
.content-padding-bottom {
padding-bottom: 60px;
}
.content-padding-top {
padding-top: 90px;
}
.page-template-editor_page .main-content {
padding-bottom: 0;
padding-top: 0;
margin-top: 0;
}
.page-template-editor_page .main-content .page.content {
padding: 0;
}
@media (max-width: 768px) {
.widgets-container {
padding: 40px 0;
}
}
.widgets-container > .widget.widget_search form,
.widgets-container > .widget.widget_product_search form {
margin-top: 0;
}
.page-template-default .page-heading + .main-content.overlap {
margin-top: 125px;
}
.wide {
width: 100%;
}
.wide .container {
max-width: 100%;
width: 100%;
}
.boxed {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 480px) {
.hidden-mobile {
display: none !important;
}
}
.el_column > .inner-column {
padding-left: 15px;
padding-right: 15px;
margin-left: -15px;
margin-right: -15px;
}
.el_row.column_equal_height > .inner-row > .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.el_row.column_equal_height.content-align_bottom > .inner-row > .container > .el_column > .inner-column {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.el_row.column_equal_height.content-align_center > .inner-row > .container > .el_column > .inner-column {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.el_row.column_equal_height.content-align_justify > .inner-row > .container > .el_column > .inner-column {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.el_column.self-align_center > .inner-column {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.el_column.self-align_top > .inner-column {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.el_column.self-align_bottom > .inner-column {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.el_column.self-align_justify > .inner-column {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
html,
body {
-webkit-transition: all 1s cubic-bezier(0.9, 0.6, 0.4, 1);
-o-transition: all 1s cubic-bezier(0.9, 0.6, 0.4, 1);
transition: all 1s cubic-bezier(0.9, 0.6, 0.4, 1);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
} .toggle-main-menu {
display: none;
right: 15px;
padding: 0;
margin: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 768px) {
.toggle-main-menu {
display: block;
}
}
.menu-bar {
display: block;
}
.menu-bar span {
width: 22px;
height: 2px;
background: #222222;
display: block;
margin-bottom: 5px;
border-radius: 1px;
}
.close-bar {
display: block;
width: 22px;
height: 22px;
border: solid 1px #222222;
position: relative;
}
.close-bar span {
width: 18px;
height: 1px;
background: #222222;
display: block;
border-radius: 1px;
position: absolute;
bottom: 10px;
left: 1px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close-bar span:nth-child(1) {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.menu-bar span:last-child {
margin-bottom: 0;
} .slide-bar {
cursor: pointer;
display: block;
}
.slide-sidebar-overlay {
display: none;
height: 100%;
position: fixed;
width: 100%;
z-index: 997;
cursor: pointer;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
}
.slide-toggle,
.slide-toggle-inner,
.main-container,
.slide-sidebar-container {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.slide-sidebar-container {
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-0-overflow-scrolling: touch;
overflow-scrolling: touch;
position: fixed;
width: 334px;
height: 100%;
background-color: #ffffff;
right: -334px;
top: 0;
z-index: 998;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
border: none;
}
@media (max-width: 850px) {
.slide-sidebar-container {
right: -270px;
width: 270px;
}
}
.slide-sidebar-container .slide-sidebar-wrap {
padding: 30px;
}
body .slide-toggle {
position: fixed;
display: inline-block;
z-index: 998;
}
body .slide-toggle .slide-toggle-inner {
padding: 15px 20px;
}
body .slide-toggle i {
margin-right: 0;
}
body .slide-toggle i + span {
margin-left: 1em;
}
body.slide-bar-left .slide-sidebar-container .container,
body.slide-bar-right .slide-sidebar-container .container,
body.slide-bar-left .slide-sidebar-container .wl_container,
body.slide-bar-right .slide-sidebar-container .wl_container {
width: 100%;
}
body.slide-bar-right .slide-toggle {
top: 50%;
right: 0;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
body.slide-bar-right .slide-toggle .slide-toggle-inner {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
}
body.slide-bar-left .slide-toggle {
top: 50%;
left: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
body.slide-bar-left .slide-toggle .slide-toggle-inner {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
body.slide-bar-left .slide-sidebar-container {
right: auto;
left: -334px;
}
@media (max-width: 850px) {
body.slide-bar-left .slide-sidebar-container {
left: -270px;
}
}
body.slide-bar-top .slide-sidebar-container,
body.slide-bar-bottom .slide-sidebar-container {
right: auto;
left: auto;
width: 100%;
height: 334px;
}
@media (min-width: 480px) {
body.slide-bar-top .slide-sidebar-container .widget,
body.slide-bar-bottom .slide-sidebar-container .widget {
width: 20%;
float: left;
position: relative;
padding-left: 15px;
padding-right: 15px;
}
}
body.slide-bar-top .slide-sidebar-container {
top: -334px !important;
}
body.slide-bar-top.admin-bar .slide-sidebar-container {
top: -302px !important;
}
body.slide-bar-bottom .slide-sidebar-container {
bottom: -334px !important;
top: 100% !important;
}
body.slide-bar-bottom .slide-toggle {
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
body.slide-bar-in .slide-sidebar-container {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
body.slide-bar-in .main-container {
margin-right: 0;
margin-left: auto;
right: 0;
left: 0;
position: fixed;
-webkit-transform: translateX(-334px);
-ms-transform: translateX(-334px);
-o-transform: translateX(-334px);
transform: translateX(-334px);
}
@media (max-width: 992px) {
body.slide-bar-in .main-container {
-webkit-transform: translateX(-270px);
-ms-transform: translateX(-270px);
-o-transform: translateX(-270px);
transform: translateX(-270px);
}
}
body.slide-bar-in .slide-sidebar-overlay {
display: block;
}
body.slide-bar-in.slide-bar-left .slide-sidebar-container {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
body.slide-bar-in.slide-bar-left .main-container {
margin-left: 0;
margin-right: auto;
-webkit-transform: translateX(334px);
-ms-transform: translateX(334px);
-o-transform: translateX(334px);
transform: translateX(334px);
}
@media (max-width: 992px) {
body.slide-bar-in.slide-bar-left .main-container {
-webkit-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
}
}
body.slide-bar-in.slide-bar-left .slide-toggle .slide-toggle-inner {
-webkit-transform: translate(-50%, 334px);
-ms-transform: translate(-50%, 334px);
-o-transform: translate(-50%, 334px);
transform: translate(-50%, 334px);
}
@media (max-width: 992px) {
body.slide-bar-in.slide-bar-left .slide-toggle .slide-toggle-inner {
-webkit-transform: translate(-50%, 270px);
-ms-transform: translate(-50%, 270px);
-o-transform: translate(-50%, 270px);
transform: translate(-50%, 270px);
}
}
body.slide-bar-in.slide-bar-right .slide-toggle .slide-toggle-inner {
-webkit-transform: translate(50%, -334px);
-ms-transform: translate(50%, -334px);
-o-transform: translate(50%, -334px);
transform: translate(50%, -334px);
}
@media (max-width: 992px) {
body.slide-bar-in.slide-bar-right .slide-toggle .slide-toggle-inner {
-webkit-transform: translate(50%, -270px);
-ms-transform: translate(50%, -270px);
-o-transform: translate(50%, -270px);
transform: translate(50%, -270px);
}
}
body.slide-bar-in.slide-bar-top .slide-sidebar-container {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
body.slide-bar-in.slide-bar-top .main-container {
margin-left: auto;
margin-right: auto;
-webkit-transform: translateY(334px);
-ms-transform: translateY(334px);
-o-transform: translateY(334px);
transform: translateY(334px);
}
@media (max-width: 992px) {
body.slide-bar-in.slide-bar-top .main-container {
-webkit-transform: translateY(270px);
-ms-transform: translateY(270px);
-o-transform: translateY(270px);
transform: translateY(270px);
}
}
body.slide-bar-in.slide-bar-bottom .slide-sidebar-container {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
body.slide-bar-in.slide-bar-bottom .slide-toggle {
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%, -334px);
-ms-transform: translate(-50%, -334px);
-o-transform: translate(-50%, -334px);
transform: translate(-50%, -334px);
}
body.slide-bar-in.slide-bar-bottom .main-container {
margin-left: auto;
margin-right: auto;
-webkit-transform: translateY(-334px);
-ms-transform: translateY(-334px);
-o-transform: translateY(-334px);
transform: translateY(-334px);
}
@media (max-width: 992px) {
body.slide-bar-in.slide-bar-bottom .main-container {
-webkit-transform: translateY(-270px);
-ms-transform: translateY(-270px);
-o-transform: translateY(-270px);
transform: translateY(-270px);
}
} #toTop {
z-index: 1000;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
padding: 0;
position: fixed;
width: 40px;
height: 40px;
bottom: 50px;
right: 10px;
cursor: pointer;
display: none;
vertical-align: middle;
text-align: center;
background: #ed1c24;
opacity: 0.5;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#toTop span {
width: 12px;
height: 12px;
display: block;
position: relative;
border: solid 1px #ffffff;
position: absolute;
left: 50%;
top: 50%;
margin-top: 2px;
border-width: 4px 0 0 4px;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
#toTop:hover {
opacity: 1;
}
@media (max-width: 768px) {
body #toTop {
right: 25px;
}
}
body.mobile #toTop {
right: 25px;
} .italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.color-primary {
color: #ed1c24;
}
.color-secondary {
color: #041e42;
}
.color-third {
color: #46c2ca;
}
.border-primary {
border-color: #ed1c24;
}
.border-secondary {
border-color: #041e42;
}
.border-third {
border-color: #46c2ca;
}
.background-primary {
background-color: #ed1c24;
}
.background-secondary {
background-color: #041e42;
}
.background-third {
background-color: #46c2ca;
}
.no-padding {
padding: 0;
}
.top-p0 {
padding-top: 0;
}
.top-p10 {
padding-top: 10px;
}
.top-p12 {
padding-top: 10px;
}
.top-p20 {
padding-top: 20px;
}
.top-p24 {
padding-top: 24px;
}
.top-p30 {
padding-top: 30px;
}
.top-p36 {
padding-top: 36px;
}
.top-p40 {
padding-top: 40px;
}
.top-p50 {
padding-top: 50px;
}
.top-p60 {
padding-top: 60px;
}
.top-p70 {
padding-top: 70px;
}
.top-p80 {
padding-top: 80px;
}
.top-p90 {
padding-top: 90px;
}
.bot-p0 {
padding-bottom: 0;
}
.bot-p10 {
padding-bottom: 10px;
}
.bot-p12 {
padding-bottom: 12px;
}
.bot-p20 {
padding-bottom: 20px;
}
.bot-p24 {
padding-bottom: 24px;
}
.bot-p30 {
padding-bottom: 30px;
}
.bot-p36 {
padding-bottom: 36px;
}
.bot-p40 {
padding-bottom: 40px;
}
.bot-p50 {
padding-bottom: 50px;
}
.bot-p60 {
padding-bottom: 60px;
}
.bot-p70 {
padding-bottom: 70px;
}
.bot-p80 {
padding-bottom: 80px;
}
.bot-p90 {
padding-bottom: 90px;
}
.right-p10 {
padding-right: 10px;
}
.right-p15 {
padding-right: 15px;
}
.right-p20 {
padding-right: 20px;
}
.right-p30 {
padding-right: 30px;
}
.right-p40 {
padding-right: 40px;
}
.right-p50 {
padding-right: 50px;
}
.right-p60 {
padding-right: 60px;
}
.left-p10 {
padding-left: 20px;
}
.left-p15 {
padding-left: 15px;
}
.left-p20 {
padding-left: 20px;
}
.left-p30 {
padding-left: 30px;
}
.left-p40 {
padding-left: 40px;
}
.left-p50 {
padding-left: 50px;
}
.left-p60 {
padding-left: 60px;
}
.right-m0 {
margin-right: 0px;
}
.right-m10 {
margin-right: 10px;
}
.right-m20 {
margin-right: 20px;
}
.right-m30 {
margin-right: 30px;
}
.right-m40 {
margin-right: 40px;
}
.right-m50 {
margin-right: 50px;
}
.right-m60 {
margin-right: 60px;
}
.left-m0 {
margin-left: 0px;
}
.left-m10 {
margin-left: 10px;
}
.left-m20 {
margin-left: 20px;
}
.left-m30 {
margin-left: 30px;
}
.left-m40 {
margin-left: 40px;
}
.left-m50 {
margin-left: 50px;
}
.left-m60 {
margin-left: 60px;
}
.top-m0 {
margin-top: 0;
}
.top-m10 {
margin-top: 10px;
}
.top-m12 {
margin-top: 12px;
}
.top-m20 {
margin-top: 20px;
}
.top-m24 {
margin-top: 24px;
}
.top-m30 {
margin-top: 30px;
}
.top-m36 {
margin-top: 36px;
}
.top-m40 {
margin-top: 40px;
}
.top-m50 {
margin-top: 50px;
}
.top-m60 {
margin-top: 60px;
}
.top-m70 {
margin-top: 70px;
}
.top-m80 {
margin-top: 80px;
}
.top-m90 {
margin-top: 90px;
}
.bot-m0 {
margin-bottom: 0;
}
.bot-m10 {
margin-bottom: 10px;
}
.bot-m12 {
margin-bottom: 12px;
}
.bot-m20 {
margin-bottom: 20px;
}
.bot-m24 {
margin-bottom: 24px;
}
.bot-m30 {
margin-bottom: 30px;
}
.bot-m36 {
margin-bottom: 36px;
}
.bot-m40 {
margin-bottom: 40px;
}
.bot-m50 {
margin-bottom: 50px;
}
.bot-m60 {
margin-bottom: 60px;
}
.bot-m70 {
margin-bottom: 70px;
}
.bot-m80 {
margin-bottom: 80px;
}
.bot-m90 {
margin-bottom: 90px;
} .navigation-bar-inner,
.top-bar-inner,
.middle-section-inner,
.bottom-section-inner {
padding-left: 15px;
padding-right: 15px;
margin-right: -15px;
margin-left: -15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
position: relative;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.navigation-bar-inner .heading-module:first-child,
.top-bar-inner .heading-module:first-child,
.middle-section-inner .heading-module:first-child,
.bottom-section-inner .heading-module:first-child {
text-align: left;
-webkit-flex: 1;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
@media (max-width: 480px) {
.navigation-bar-inner,
.top-bar-inner,
.middle-section-inner,
.bottom-section-inner {
display: block;
text-align: center;
}
}
.heading-module .search-form .navbar-form {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 15px;
border-radius: 3px;
background: #041e42;
}
.heading-module .search-form.nav > li {
border-right: solid 1px;
display: inline-block;
}
.heading-module .search-form.nav > li > a {
padding: 0 10px;
}
.heading-module .search-form.nav > li:last-child {
border-right: none;
}
.heading-module .search-form.nav > li.cart-menu {
padding-right: 5px;
}
.heading-module .search-form.nav > li.cart-menu .cart-link {
display: inline-block;
}
.heading-module .search-form.nav .open > a,
.heading-module .search-form.nav > li > a:hover,
.heading-module .search-form.nav > li > a:focus {
background: none;
}
.heading-module .search-form.nav .cart-count {
position: absolute;
top: -5px;
right: -2px;
display: block;
font-size: 9px;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
background-color: #ed1c24;
border-radius: 50%;
}
.heading-module .search-form.nav .cart-count .item_count {
color: #ffffff;
}
.heading-module .search-form.nav .dropdown-menu {
left: auto;
right: 0;
background: transparent;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 768px) {
.heading-module .search-form .dropdown-menu {
position: fixed;
left: 0 !important;
right: 0 !important;
height: 100%;
top: 0;
background: rgba(0, 0, 0, 0.75) !important;
}
.heading-module .search-form .navbar-form {
width: 100%;
background: transparent;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.heading-module .search-form .navbar-form .search-field {
background: transparent;
color: #ffffff;
border-color: #ffffff;
border-radius: 3px;
}
}
.heading-module .slide-bar {
padding-left: 10px;
padding-right: 10px;
} .top-bar {
background-color: #041e42;
}
.top-bar,
.top-bar a {
color: #ffffff;
}
.top-bar .top-bar-inner {
padding: 5px 0;
min-height: 40px;
font-size: 12px;
}
@media (max-width: 768px) {
.top-bar .top-bar-inner {
margin-left: 0;
margin-right: 0;
}
}
.top-bar .top-bar-module {
display: inline-block;
padding: 0 15px;
}
.top-bar .top-bar-left {
text-align: left;
}
.top-bar .top-bar-left .top-bar-module:first-child {
padding-left: 0;
}
.top-bar .top-bar-right {
text-align: right;
}
.top-bar .top-bar-right .top-bar-module:last-child {
padding-right: 0;
}
.top-bar .heading-module .icon-graphic > li .info-title,
.top-bar .heading-module .icon-graphic > li .info-label {
color: #ffffff;
}
@media (max-width: 480px) {
.top-bar .top-bar-left,
.top-bar .top-bar-right,
.top-bar .top-bar-menu {
text-align: center;
}
.top-bar .top-bar-module {
padding-top: 10px;
padding-bottom: 10px;
}
.top-bar .top-bar-inner {
padding-top: 0;
padding-bottom: 0;
}
} .top-bar-menu {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
.top-bar-menu .caret {
margin-left: 10px;
}
.top-bar-menu .menu-item {
text-transform: capitalize;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.5px;
position: relative;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.top-bar-menu .menu-item,
.top-bar-menu .menu-item > a {
color: #ffffff;
}
.top-bar-menu .menu-item:hover > a {
color: #46c2ca;
}
.top-bar-menu .menu-item.current_page_parent > a {
color: #46c2ca;
}
.top-bar-menu .menu-item.menu-item-has-children:hover > .sub-menu-container {
opacity: 1;
visibility: visible;
display: block;
}
.top-bar-menu > .menu-item > a {
color: #ffffff;
}
.top-bar-menu > li {
display: inline-block;
}
.top-bar-menu > li > a {
padding: 0px 10px;
display: block;
}
.top-bar-menu .sub-menu-container {
position: absolute;
display: none;
opacity: 0;
visibility: hidden;
background: #041e42;
padding: 0;
min-width: 200px;
top: 100%;
z-index: 999;
}
.top-bar-menu .sub-menu-container:hover {
opacity: 1;
visibility: visible;
display: block;
}
.top-bar-menu .sub-menu-container .menu-item {
padding: 0 25px;
}
.top-bar-menu .sub-menu-container .menu-item.menu-item-has-children .caret {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
float: right;
margin-top: 7px;
}
.top-bar-menu .sub-menu-container .menu-item:hover,
.top-bar-menu .sub-menu-container .menu-item:focus {
background: rgba(255, 255, 255, 0.5);
}
.top-bar-menu .sub-menu-container .menu-item:hover > a,
.top-bar-menu .sub-menu-container .menu-item:focus > a {
color: #041e42;
}
.top-bar-menu .sub-menu-container .sub-menu-container {
left: 100%;
margin-left: -1px;
top: -18px;
}
.top-bar-menu .sub-menu {
list-style: none;
padding: 0;
margin: 0;
}
.top-bar-menu .sub-menu .menu-item {
white-space: normal;
border-bottom: solid 1px #dcdde1;
}
.top-bar-menu .sub-menu .menu-item > a {
padding: 10px 5px;
display: block;
}  .middle-section-header {
background-color: #ffffff;
font-size: 12px;
line-height: 1.6; }
.middle-section-header,
.middle-section-header a {
color: #041e42;
}
.middle-section-header .middle-section-inner {
background: transparent;
padding: 15px 0;
position: relative;
min-height: 80px;
z-index: 4;
}
@media (max-width: 768px) {
.middle-section-header .middle-section-inner {
padding-top: 0;
padding-bottom: 0;
min-height: 0;
}
.middle-section-header .middle-section-inner .heading-module {
display: inline-block;
}
.middle-section-header .middle-section-inner .heading-module.logo {
display: none;
}
}
.middle-section-header .heading-module {
padding: 0 15px;
}
.middle-section-header .heading-module .icon-graphic > li .info-label {
color: #041e42;
}
.middle-section-header .heading-module.logo {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
z-index: 4;
min-width: 150px;
}
@media (max-width: 768px) {
.middle-section-header .logo-image img {
max-height: 40px;
width: auto;
max-width: 300px;
}
}
p.logo-text,
p.site-slogan {
margin: 0;
line-height: 1.6;
}
.logo-text {
line-height: 1;
text-transform: uppercase;
font-size: 30px;
font-weight: 800;
}
.logo-text,
.logo-text a {
color: #000000;
} .icon-graphic {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
-webkit-justify-content: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.icon-graphic.icon-align-right {
-webkit-justify-content: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.icon-graphic > li {
position: relative;
padding-left: 55px;
padding-right: 30px;
}
.icon-graphic > li,
.icon-graphic > li a {
color: #041e42;
}
.icon-graphic > li:last-child {
padding-right: 0;
}
.icon-graphic > li > a,
.icon-graphic > li > i {
position: absolute;
font-size: 30px;
line-height: 1;
left: 0;
top: 5px;
opacity: 0.6;
color: #46c2ca;
}
.icon-graphic > li .info-title,
.icon-graphic > li .info-label {
display: block;
clear: both;
width: 100%;
}
.icon-graphic > li .info-title {
color: #46c2ca;
font-size: 14px;
font-weight: 400;
}
.icon-graphic > li .info-label {
font-weight: bold;
text-transform: none;
}
@media (max-width: 480px) {
.icon-graphic,
.icon-graphic.icon-align-center {
-webkit-justify-content: center!important;
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.icon-graphic > li {
padding-bottom: 20px;
}
}
.iconflat-graphic {
list-style: none;
margin: 0;
padding: 0;
}
.iconflat-graphic > li {
display: inline-block;
padding-left: 0.5em;
padding-right: 0.5em;
}
.iconflat-graphic > li > i,
.iconflat-graphic > li > a {
color: inherit;
}
.iconflat-graphic > li > i,
.iconflat-graphic > li > a,
.iconflat-graphic > li > span {
display: inline-block;
}
.iconflat-graphic > li .info-title {
font-weight: 300;
padding-right: 0.5em;
padding-left: 0.5em;
opacity: 0.9;
}
.iconflat-graphic > li .info-label {
font-weight: 600;
} .social-icon-lists {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
display: inline;
}
.social-icon-lists .social-item {
display: inline-block;
font-size: 16px;
margin: 0 9px;
}
.module-social-icon .social-icon-lists {
line-height: 1;
vertical-align: middle;
}
.module-social-icon .social-item {
margin: 0 4px;
display: inline-block;
position: relative;
vertical-align: middle;
border-radius: 1em;
line-height: 2em;
height: 2em;
}
.module-social-icon .social-item > a {
display: block;
height: 2em;
margin-top: -2px;
color: inherit;
}
.module-social-icon .social-item i {
color: inherit;
width: 2em;
height: 2em;
line-height: 2em;
position: relative;
text-align: center;
}
.module-social-icon .social-item i:before,
.module-social-icon .social-item i:after {
font-size: 1em;
}
.module-social-icon .social-item i,
.module-social-icon .social-item i + span {
display: inline-block;
color: inherit;
}
.module-social-icon .social-item i + span {
padding-right: 1em;
} .social-icons {
text-align: right;
}
.social-icons .search-form {
position: absolute;
right: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 400px;
max-width: 100%;
display: none;
}
.social-icons .search-form .search-field {
width: 100%;
text-transform: uppercase;
font-weight: bold;
border-radius: 30px;
}
.social-icons .search-form .search-field::-moz-placeholder {
color: #222222;
opacity: 1;
}
.social-icons .search-form .search-field:-ms-input-placeholder {
color: #222222;
}
.social-icons .search-form .search-field::-webkit-input-placeholder {
color: #222222;
}
.social-icons .search-btn {
cursor: pointer;
}
.social-icons .search-btn:hover {
color: #46c2ca;
}
.search-open .icon-graphic,
.search-open .social-icon-lists {
opacity: 0;
visibility: hidden;
}
.search-open .social-icons .search-form {
display: block;
}
.search-open .social-icons .search-btn:before {
content: '\f00d';
} .bottom-section-header {
background-color: transparent;
position: relative;
z-index: 993;
}
.bottom-section-header,
.bottom-section-header a,
.bottom-section-header .form-control,
.bottom-section-header .search-form {
color: #222222;
}
.bottom-section-header .bottom-section-inner {
background: #ffffff;
padding: 0 15px;
border-top: solid 1px #ccc;
}
.bottom-section-header.hang-down-half {
margin-top: -22px;
}
.bottom-section-header.hang-down-half .bottom-section-inner {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.bottom-section-header.hang-down-full {
height: 0;
}
.bottom-section-header .heading-module .icon-graphic > li .info-title,
.bottom-section-header .heading-module .icon-graphic > li .info-label {
color: #222222;
}
@media (max-width: 768px) {
.bottom-section-header {
display: none;
}
} .navigation-bar {
background-color: transparent;
position: relative;
z-index: 999;
opacity: 0;
height: 0;
visibility: hidden;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.navigation-bar,
.navigation-bar a,
.navigation-bar .form-control,
.navigation-bar .search-form {
color: #222222;
}
.navigation-bar .navigation-bar-inner {
background: #ffffff;
padding: 10px 45px 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
position: relative;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navigation-bar .navigation-bar-inner .regular-logo,
.navigation-bar .navigation-bar-inner .logo-text,
.navigation-bar .navigation-bar-inner .sticky-logo {
text-align: left;
-webkit-flex: 1;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.navigation-bar .navigation-bar-inner .heading-module {
padding: 0 15px;
}
.navigation-bar .navigation-bar-inner .heading-module:last-child {
padding-right: 0;
}
.navigation-bar .navigation-bar-mobile {
overflow: hidden;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 0 15px 30px 15px;
background-color: #ffffff;
margin-left: -15px;
margin-right: -15px;
}
.navigation-bar .navigation-bar-mobile.collapse {
display: none;
}
.navigation-bar .navigation-bar-mobile .heading-module .quote-menu,
.navigation-bar .navigation-bar-mobile .heading-module .module-social-icon {
text-align: center;
}
.navigation-bar .navigation-bar-mobile .heading-module .slide-bar {
display: none;
}
.navigation-bar .regular-logo,
.navigation-bar .logo-text {
display: block;
padding-right: 40px;
}
.navigation-bar .regular-logo + .sticky-logo,
.navigation-bar .logo-text + .sticky-logo {
display: none;
padding-right: 40px;
}
@media (max-width: 768px) {
.navigation-bar {
height: auto;
opacity: 1;
visibility: visible;
background: #ffffff;
}
.navigation-bar .navigation-bar-inner .heading-module,
.navigation-bar .navigation-bar-inner .module-main-menu {
display: none;
}
.navigation-bar .navigation-bar-mobile.collapse {
display: none;
}
.navigation-bar .navigation-bar-mobile.collapse.in {
display: block;
}
}
.navigation-bar.affix {
position: fixed;
background-color: #ffffff;
height: auto;
opacity: 1;
visibility: visible;
top: 0;
bottom: unset;
left: 0;
right: 0;
padding-top: 40px;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: padding 0.3s ease-in-out;
-o-transition: padding 0.3s ease-in-out;
transition: padding 0.3s ease-in-out;
}
.navigation-bar.affix .navigation-bar-inner {
border: none;
padding: 0 15px;
}
.navigation-bar.affix .regular-logo,
.navigation-bar.affix .logo-text {
display: none;
}
.navigation-bar.affix .regular-logo + .sticky-logo,
.navigation-bar.affix .logo-text + .sticky-logo {
display: block;
}
.admin-bar .navigation-bar.affix { top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .navigation-bar.affix {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar .navigation-bar.affix {
top: 0;
}
} .main-menu {
padding: 0;
margin: 0;
list-style: none;
float: left;
margin-left: -18px;
margin-right: -18px;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-menu .caret {
margin-left: 10px;
}
.main-menu .page_item,
.main-menu .menu-item {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.5px;
position: relative;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.main-menu .page_item,
.main-menu .menu-item,
.main-menu .page_item > a,
.main-menu .menu-item > a {
color: #ffffff;
}
.main-menu .page_item:hover > a,
.main-menu .menu-item:hover > a {
color: #46c2ca;
}
.main-menu .page_item.current-menu-item > a,
.main-menu .menu-item.current-menu-item > a,
.main-menu .page_item.current-menu-parent > a,
.main-menu .menu-item.current-menu-parent > a,
.main-menu .page_item.current_page_item > a,
.main-menu .menu-item.current_page_item > a,
.main-menu .page_item.current_page_parent > a,
.main-menu .menu-item.current_page_parent > a {
color: #46c2ca;
}
.main-menu .page_item.page_item_has_children:hover > .sub-menu-container,
.main-menu .menu-item.page_item_has_children:hover > .sub-menu-container,
.main-menu .page_item.menu-item-has-children:hover > .sub-menu-container,
.main-menu .menu-item.menu-item-has-children:hover > .sub-menu-container {
opacity: 1;
visibility: visible;
display: block;
}
.main-menu > .page_item > a,
.main-menu > .menu-item > a {
color: #222222;
}
.main-menu > li {
display: inline-block;
}
.main-menu > li > a {
padding: 15px 18px;
display: block;
}
.main-menu .sub-menu-container {
position: absolute;
display: none;
opacity: 0;
visibility: hidden;
background: #041e42;
padding: 0;
min-width: 200px;
top: 100%;
z-index: 999;
}
.main-menu .sub-menu-container:hover {
opacity: 1;
visibility: visible;
display: block;
}
.main-menu .sub-menu-container .page_item,
.main-menu .sub-menu-container .menu-item {
padding: 0 25px;
}
.main-menu .sub-menu-container .page_item.page_item_has_children .caret,
.main-menu .sub-menu-container .menu-item.page_item_has_children .caret,
.main-menu .sub-menu-container .page_item.menu-item-has-children .caret,
.main-menu .sub-menu-container .menu-item.menu-item-has-children .caret {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
float: right;
margin-top: 7px;
}
.main-menu .sub-menu-container .page_item:hover,
.main-menu .sub-menu-container .menu-item:hover,
.main-menu .sub-menu-container .page_item:focus,
.main-menu .sub-menu-container .menu-item:focus {
background: rgba(255, 255, 255, 0.5);
}
.main-menu .sub-menu-container .page_item:hover > a,
.main-menu .sub-menu-container .menu-item:hover > a,
.main-menu .sub-menu-container .page_item:focus > a,
.main-menu .sub-menu-container .menu-item:focus > a {
color: #041e42;
}
.main-menu .sub-menu-container .sub-menu-container {
left: 100%;
margin-left: -1px;
top: -18px;
}
.main-menu .sub-menu {
list-style: none;
padding: 0;
margin: 0;
}
.main-menu .sub-menu .page_item,
.main-menu .sub-menu .menu-item {
white-space: normal;
border-bottom: solid 1px #dcdde1;
}
.main-menu .sub-menu .page_item > a,
.main-menu .sub-menu .menu-item > a {
font-weight: normal;
padding: 10px 5px;
display: block;
}
@media (max-width: 768px) {
.main-menu {
width: 100%;
margin: 0;
float: none;
}
.main-menu > li {
display: block;
}
.main-menu > li > a {
padding: 10px 18px;
}
.main-menu .sub-menu-container {
opacity: 1;
visibility: visible;
display: none;
width: 100%;
max-width: 100%;
position: relative;
}
.main-menu .sub-menu-container .menu-item,
.main-menu .sub-menu-container .page_item {
padding: 0;
}
.main-menu .sub-menu-container .menu-item.page_item_has_children .caret,
.main-menu .sub-menu-container .page_item.page_item_has_children .caret,
.main-menu .sub-menu-container .menu-item.menu-item-has-children .caret,
.main-menu .sub-menu-container .page_item.menu-item-has-children .caret {
float: none;
margin-top: 0;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.main-menu .sub-menu-container .sub-menu-container {
left: 0;
top: 0;
}
.main-menu .page_item.page_item_has_children.menu-expand > .sub-menu-container,
.main-menu .menu-item.page_item_has_children.menu-expand > .sub-menu-container,
.main-menu .page_item.menu-item-has-children.menu-expand > .sub-menu-container,
.main-menu .menu-item.menu-item-has-children.menu-expand > .sub-menu-container {
opacity: 1;
visibility: visible;
display: block;
}
.main-menu .sub-menu .menu-item,
.main-menu .sub-menu page_item {
border-bottom-color: #041e42;
background: #ffffff;
}
.main-menu .sub-menu .menu-item > a,
.main-menu .sub-menu page_item > a {
padding-left: 18px;
padding-right: 18px;
color: #222222;
}
}
@media (max-width: 768px) {
.top-heading .module-main-menu {
display: none;
}
}  .top-heading {
position: relative;
width: 100%;
z-index: 1000;
display: block;
min-height: 120px;
background: #ffffff;
}
.mobile .top-heading {
min-height: 0;
}
.page-heading {
padding: 0;
position: relative;
}
.page-heading.fixed {
min-height: 500px;
}
.page-heading.fixed .wp-custom-header {
position: fixed;
top: 0;
overflow: visible;
}
.page-heading.fixed + .main-content.overlap {
background: #ffffff;
margin-top: 0;
}
.page-heading.fixed + .main-content.overlap > .container {
margin-top: -122px;
}
.page-heading .wp-custom-header {
position: relative;
height: 350px;
width: 100%;
overflow: hidden;
}
.page-heading .wp-custom-header .flex-video {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 0;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
max-height: 200%;
width: auto;
height: auto;
overflow: hidden;
}
.page-heading .wp-custom-header img {
position: absolute;
height: auto;
left: 50%;
top: 50%;
width: auto;
max-width: 200%;
min-height: 100%;
min-width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
}
.page-heading .custom-page-title {
position: absolute;
width: 100%;
left: 0;
bottom: 160px;
z-index: 0;
}
.page-heading .custom-page-title .page-title,
.page-heading .custom-page-title .category-label,
.page-heading .custom-page-title .category-name,
.page-heading .custom-page-title .search-name {
font-weight: bold;
color: #ffffff;
}
.page-heading .custom-page-title.align-center .breadcrumb {
text-align: center;
}
.page-heading .custom-page-title.align-right .breadcrumb {
text-align: right;
}
.page-heading .custom-page-title .search-form .search {
color: #ffffff;
}
.page-heading .custom-page-title .search-form .search input {
border-color: #ffffff;
} .breadcrumb {
color: #ffffff;
list-style: none;
padding: 0;
margin: 0;
text-align: left;
background-color: transparent;
font-size: 18px;
font-weight: 600;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: inherit;
}
.breadcrumb > li,
.breadcrumb > li a {
color: #ffffff;
}
.breadcrumb > li a:hover {
color: #ffffff;
}  form.search-form input {
background: transparent;
padding-right: 40px;
padding-left: 15px;
height: 38px;
font-size: 0.8em;
}
form.search-form input::-moz-placeholder {
color: #3c3c3c;
font-weight: 400;
opacity: 0.6;
}
form.search-form input:-ms-input-placeholder {
color: #3c3c3c;
font-weight: 400;
opacity: 0.6;
}
form.search-form input::-webkit-input-placeholder {
color: #3c3c3c;
font-weight: 400;
opacity: 0.6;
}
form.search-form .search {
position: relative;
}
form.search-form .search-ico {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.search-result-form .search-form {
width: 100%;
display: inline-block;
}
@media (min-width: 768px) {
.search-result-form .search-form {
max-width: 460px;
}
}
.search-result-form .search-form input {
width: 100%;
}
.search-result-form .search-form .search-ico {
margin-left: -26px;
} .comment-respond .heading {
margin-bottom: 18px;
}
.comment-respond .required {
border-color: red;
}
.comment-respond .comment-notes {
color: #041e42;
}
.comment-respond #cancel-comment-reply-link {
float: right;
font-size: 13px;
margin-top: 40px;
position: absolute;
right: 20px;
z-index: 1;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea,
.comment-respond .comment-form .button {
margin-bottom: 15px;
width: 100%;
}
.comment-respond .comment-form .row {
margin-left: -15px;
margin-right: -15px;
}
.comment-respond .comment-form .row > div {
padding-left: 15px;
padding-right: 15px;
}
.comment-respond .comment-form .form-submit .button {
text-transform: capitalize;
letter-spacing: 0.7px;
font-weight: bold;
padding: 15px 35px;
width: auto;
background-color: #ed1c24;
color: #ffffff;
font-size: 14px;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 4px;
}
.comment-respond .comment-form .form-submit .button:hover,
.comment-respond .comment-form .form-submit .button:focus {
background-color: #041e42;
} .content-comments .heading {
margin: 40px 0;
font-size: 18px;
color: #041e42;
font-weight: 600;
line-height: 25px;
}
.content-comments .comment-list {
list-style: none;
padding-left: 0;
}
.content-comments .comment-list .comment {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.content-comments .comment-list .comment .comment-collapse {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 3.2px;
}
@media (min-width: 768px) {
.content-comments .comment-list .comment .comment-collapse {
display: none;
}
}
.content-comments .comment-list .comment.expanded-in {
margin-left: -70px;
}
.content-comments .comment-list .comment .children.collapse-in {
display: block;
}
.content-comments .comment-list .comment .comment:last-child {
border: none;
}
.content-comments .comment-list .comment-body {
position: relative;
margin-left: 0;
padding-left: 80px;
padding-bottom: 30px;
margin-top: 30px;
border-bottom: solid 1px #f2f2f2;
}
.content-comments .comment-list .comment-body .author-avatar {
max-width: 60px;
max-height: 60px;
position: absolute;
left: 0;
}
.content-comments .comment-list .comment-body .comment-author {
font-weight: bold;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
display: block;
}
.content-comments .comment-list .comment-body .comment-author,
.content-comments .comment-list .comment-body .comment-author a {
color: #041e42;
}
.content-comments .comment-list .comment-body .comment-text {
font-size: 13px;
line-height: 20px;
margin-top: 8px;
letter-spacing: 0.4px;
margin-bottom: 5px;
}
.content-comments .comment-list .comment-body .comment-text p:last-child {
margin-bottom: 0;
}
.content-comments .comment-list .comment-body .comment-meta {
font-size: 75%;
line-height: 1.5;
letter-spacing: 0.5px;
float: right;
}
.content-comments .comment-list .comment-body .comment-meta,
.content-comments .comment-list .comment-body .comment-reply-link,
.content-comments .comment-list .comment-body .comment-meta a,
.content-comments .comment-list .comment-body .comment-reply-link a {
color: rgba(34, 34, 34, 0.3);
}
.content-comments .comment-list .pingback .comment-body {
margin-left: 0;
padding-left: 0;
}
.content-comments .comment-list .depth-1 > .children {
padding-left: 88px;
}
.content-comments .comment-list .children {
list-style: none;
}
body.mobile .comment #respond {
position: absolute;
z-index: 1;
width: calc(100% - 50px);
left: 0;
margin-left: 25px;
margin-right: 25px;
padding-left: 15px;
padding-right: 15px;
background: #ffffff;
}
body.mobile .comment .comment-collapse + .children {
display: none;
}
@media (max-width: 480px) {
body .comment #respond {
position: absolute;
background: #ffffff;
z-index: 1;
width: 100%;
left: 0;
padding: 25px;
}
}
@media (max-width: 767px) {
body .comment .comment-collapse + .children {
display: none;
}
}
.bottom-devider {
margin: 48px 0 48px;
border-bottom: solid 1px #dcdde1;
position: relative;
clear: both;
display: block;
} .post-title {
font-weight: 700;
margin-top: 0;
font-size: 24px;
line-height: normal;
}
.post-title,
.post-title a {
color: #041e42;
}
.single-post .post-meta-info,
.single-post .blog-image {
margin-bottom: 20px;
}
.single-post .post-title {
margin-bottom: 1em;
} .author-profile {
margin-top: 60px;
line-height: 1.67;
width: 100%;
padding: 20px;
background: #f2f2f2;
display: inline-block;
margin-bottom: -8px;
}
.author-profile .itemAuthorName {
margin: 0 0 10px 0;
font-weight: normal;
color: rgba(34, 34, 34, 0.4);
text-transform: uppercase;
}
.author-profile .itemAuthorName a {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #041e42;
display: block;
clear: both;
font-weight: bold;
font-size: 15px;
}
.author-profile .avatar {
width: 100px;
height: 100px;
float: left;
margin-right: 20px;
}
.author-profile .avatar + .itemAuthorDetails {
width: -webkit-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: -ms-calc(100% - 120px);
width: -o-calc(100% - 120px);
width: calc(100% - 120px);
float: right;
}
.post-meta-info {
font-size: 13px;
margin: 0 0 28px;
padding: 0;
}
.post-meta-info .meta {
position: relative;
display: inline;
white-space: nowrap;
text-transform: capitalize;
margin: 0 0 10px 20px;
}
.post-meta-info .meta > i {
color: #46c2ca;
font-size: 11px;
margin-right: 4px;
position: relative;
vertical-align: middle;
display: inline-block;
top: -1px;
}
.post-meta-info .meta .post-categories {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.post-meta-info .meta .post-categories li {
display: inline-block;
}
.post-meta-info .meta .post-categories li:nth-child(n+4) {
display: none;
}
.post-meta-info .meta.comment-info {
float: right;
text-align: right;
}
.post-meta-info .meta:first-child {
padding-left: 0;
margin-left: 0;
}
@media (max-width: 768px) {
.post-meta-info {
margin-left: -20px;
}
.post-meta-info .meta {
display: inline-block;
white-space: normal;
}
.post-meta-info .meta:first-child {
margin-left: 20px;
}
}
.tagcloud {
margin-right: -10px;
}
.tagcloud a {
border: solid 1px #dcdde1;
padding: 5px 8px 6px;
font-size: 12px;
display: inline-block;
text-transform: lowercase;
margin: 0px 6px 7px 0;
text-align: center;
-webkit-transition: all 0.2s cubic-bezier(0.3, 0.6, 0.3, 0.6);
-o-transition: all 0.2s cubic-bezier(0.3, 0.6, 0.3, 0.6);
transition: all 0.2s cubic-bezier(0.3, 0.6, 0.3, 0.6);
}
.tagcloud a:hover,
.tagcloud a:focus {
background-color: #ed1c24;
color: #ffffff;
border-color: #ed1c24;
}  .post-lists {
display: block;
clear: both;
padding-top: 0;
margin-left: -15px;
margin-right: -15px;
}
.post-lists article {
margin-bottom: 70px;
}
.post-lists article.sticky {
text-align: center;
background: rgba(4, 30, 66, 0.05);
}
.post-lists article.sticky .post-content {
padding: 40px;
}
.post-lists article.sticky .post-title {
font-size: 32px;
}
.post-lists article.sticky .post-meta-info .meta.comment-info {
float: none;
}
.post-lists article .blog-image {
position: relative;
height: 470px;
width: 100%;
overflow: hidden;
margin-bottom: 18px;
background: #041e42;
}
.post-lists article .blog-image img {
position: absolute;
height: auto;
left: 50%;
top: 50%;
width: auto;
max-width: 200%;
min-height: 100%;
min-width: 100%;
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-webkit-transition: 0.1s all linear;
-o-transition: 0.1s all linear;
transition: 0.1s all linear;
opacity: 1;
z-index: 0;
}
.post-lists article .blog-image:before {
content: "\f0c1";
display: block;
font-family: FontAwesome;
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.25s;
-o-transition: all ease 0.25s;
transition: all ease 0.25s;
}
.post-lists article .blog-image:hover img {
opacity: 0.2;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transform: translate(-50%, -50%) scale(1.1);
-moz-transform: translate(-50%, -50%) scale(1.1);
-ms-transform: translate(-50%, -50%) scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
}
.post-lists article .blog-image:hover:before {
opacity: 1;
visibility: visible;
top: 50%;
}
.post-lists article .read-more {
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 20px;
}
.post-lists.blog-col-2 article .blog-image {
height: 218px;
}
.post-lists.blog-col-3 article .blog-image {
height: 165px;
}
.post-lists.blog-col-4 article .blog-image {
height: 105px;
}
.post-lists.blog-col-4 article .post-meta-info dd {
padding-left: 0;
}
.post-lists.blog-col-2,
.post-lists.blog-col-3,
.post-lists.blog-col-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.post-lists.blog-col-2 article,
.post-lists.blog-col-3 article,
.post-lists.blog-col-4 article {
margin-bottom: 30px;
border-bottom: 1px solid #dcdde1;
}
.post-lists.blog-col-2 article .post-content,
.post-lists.blog-col-3 article .post-content,
.post-lists.blog-col-4 article .post-content {
position: relative;
}
.post-lists.blog-col-2 article .post-content:before,
.post-lists.blog-col-3 article .post-content:before,
.post-lists.blog-col-4 article .post-content:before {
background-color: #ed1c24;
position: absolute;
display: block;
content: "";
width: 100%;
height: 2px;
left: 0;
bottom: 0;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
-o-transition: 0.4s cubic-bezier(1, 0, 0, 1);
transition: 0.4s cubic-bezier(1, 0, 0, 1);
}
.post-lists.blog-col-2 article .post-title,
.post-lists.blog-col-3 article .post-title,
.post-lists.blog-col-4 article .post-title {
font-size: 14px;
max-height: 40px;
overflow: hidden;
}
.post-lists.blog-col-2 article .post-meta-info,
.post-lists.blog-col-3 article .post-meta-info,
.post-lists.blog-col-4 article .post-meta-info {
margin-bottom: 20px;
}
.post-lists.blog-col-2 article .blog-image.no-image,
.post-lists.blog-col-3 article .blog-image.no-image,
.post-lists.blog-col-4 article .blog-image.no-image {
background: #dcdde1;
}
.post-lists.blog-col-2 article:hover .post-content:before,
.post-lists.blog-col-3 article:hover .post-content:before,
.post-lists.blog-col-4 article:hover .post-content:before,
.post-lists.blog-col-2 article:focus .post-content:before,
.post-lists.blog-col-3 article:focus .post-content:before,
.post-lists.blog-col-4 article:focus .post-content:before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.search-results .post-lists article {
margin-bottom: 0;  }
.search-results .post-lists article .blog-image {
height: 250px!important;
}
.search-results .post-lists article.type-product .price {
color: #041e42;
display: block;
margin-bottom: 1rem;
}
.search-results .post-lists article.type-product a.button {
display: inline-block;
margin-top: 20px;
}
.search-results .post-lists article.tg_custom_post .portfolio-meta-info {
padding-left: 20px;
}
.search-results .post-lists article.tg_custom_post .portfolio-meta-info label {
text-transform: capitalize;
margin-right: 0.25em;
}
.page-template-editor_page .post-lists article .blog-image,
.sidebar-nosidebar .post-lists article .blog-image {
height: 550px;
}
.page-template-editor_page .post-lists.blog-col-2 article .blog-image,
.sidebar-nosidebar .post-lists.blog-col-2 article .blog-image {
height: 345px;
}
.page-template-editor_page .post-lists.blog-col-3 article .blog-image,
.sidebar-nosidebar .post-lists.blog-col-3 article .blog-image {
height: 218px;
}
.page-template-editor_page .post-lists.blog-col-4 article .blog-image,
.sidebar-nosidebar .post-lists.blog-col-4 article .blog-image {
height: 168px;
} .page-pagination {
margin-top: 40px;
text-align: left;
clear: both;
position: relative;
}
.page-pagination .page-numbers {
position: relative;
display: inline-block;
color: #222222;
border: none;
font-size: 14px;
padding: 15px 20px;
line-height: 1.47;
text-align: center;
text-transform: uppercase;
color: #666666;
background-color: #eeeeee;
}
.page-pagination .page-numbers.current,
.page-pagination .page-numbers:hover,
.page-pagination .page-numbers:focus {
background: #041e42;
}
.page-pagination .page-numbers.current,
.page-pagination .page-numbers:hover,
.page-pagination .page-numbers:focus,
.page-pagination .page-numbers.current a,
.page-pagination .page-numbers:hover a,
.page-pagination .page-numbers:focus a {
color: #ffffff;
}
.page-pagination > .page-numbers {
background: #041e42;
color: #ffffff;
}
.pagination {
text-align: left;
margin: 10px 0 30px;
clear: both;
position: relative;
}
.pagination i {
margin-left: 1px;
margin-right: 1px;
}
.pagination ul {
list-style: none;
padding: 0;
}
.pagination li {
display: inline-block;
}
.pagination li:not(:last-child) {
margin-right: 6px;
}
.pagination li .page-numbers {
position: relative;
display: block;
border: none;
border-radius: 0;
font-size: 14px;
padding: 15px 20px;
text-align: center;
line-height: 1.47;
text-transform: uppercase;
}
.pagination li .page-numbers,
.pagination li .page-numbers:visited,
.pagination li .page-numbers:active {
color: #666666;
background-color: #eeeeee;
}
.pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
background: #041e42;
}
.pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus,
.pagination li .page-numbers.current a,
.pagination li .page-numbers:hover a,
.pagination li .page-numbers:focus a {
color: #ffffff;
}
.pagination li .page-numbers > span {
white-space: nowrap;
}
.pagination li .older-post,
.pagination li .newest-post {
color: #ffffff;
background-color: #041e42;
border-color: #dcdde1;
text-transform: uppercase;
clear: both;
margin-top: 20px;
position: relative;
}
.pagination li .older-post:focus,
.pagination li .newest-post:focus,
.pagination li .older-post.focus,
.pagination li .newest-post.focus {
color: #ffffff;
background-color: #010812;
border-color: #979aa6;
}
.pagination li .older-post:hover,
.pagination li .newest-post:hover {
color: #ffffff;
background-color: #010812;
border-color: #bbbdc5;
}
.pagination li .older-post:active,
.pagination li .newest-post:active,
.pagination li .older-post.active,
.pagination li .newest-post.active,
.open > .dropdown-toggle.pagination li .older-post,
.open > .dropdown-toggle.pagination li .newest-post {
color: #ffffff;
background-color: #010812;
border-color: #bbbdc5;
}
.pagination li .older-post:active:hover,
.pagination li .newest-post:active:hover,
.pagination li .older-post.active:hover,
.pagination li .newest-post.active:hover,
.open > .dropdown-toggle.pagination li .older-post:hover,
.open > .dropdown-toggle.pagination li .newest-post:hover,
.pagination li .older-post:active:focus,
.pagination li .newest-post:active:focus,
.pagination li .older-post.active:focus,
.pagination li .newest-post.active:focus,
.open > .dropdown-toggle.pagination li .older-post:focus,
.open > .dropdown-toggle.pagination li .newest-post:focus,
.pagination li .older-post:active.focus,
.pagination li .newest-post:active.focus,
.pagination li .older-post.active.focus,
.pagination li .newest-post.active.focus,
.open > .dropdown-toggle.pagination li .older-post.focus,
.open > .dropdown-toggle.pagination li .newest-post.focus {
color: #ffffff;
background-color: #000000;
border-color: #979aa6;
}
.pagination li .older-post:active,
.pagination li .newest-post:active,
.pagination li .older-post.active,
.pagination li .newest-post.active,
.open > .dropdown-toggle.pagination li .older-post,
.open > .dropdown-toggle.pagination li .newest-post {
background-image: none;
}
.pagination li .older-post.disabled:hover,
.pagination li .newest-post.disabled:hover,
.pagination li .older-post[disabled]:hover,
.pagination li .newest-post[disabled]:hover,
fieldset[disabled] .pagination li .older-post:hover,
fieldset[disabled] .pagination li .newest-post:hover,
.pagination li .older-post.disabled:focus,
.pagination li .newest-post.disabled:focus,
.pagination li .older-post[disabled]:focus,
.pagination li .newest-post[disabled]:focus,
fieldset[disabled] .pagination li .older-post:focus,
fieldset[disabled] .pagination li .newest-post:focus,
.pagination li .older-post.disabled.focus,
.pagination li .newest-post.disabled.focus,
.pagination li .older-post[disabled].focus,
.pagination li .newest-post[disabled].focus,
fieldset[disabled] .pagination li .older-post.focus,
fieldset[disabled] .pagination li .newest-post.focus {
background-color: #041e42;
border-color: #dcdde1;
}
.pagination li .older-post .badge,
.pagination li .newest-post .badge {
color: #041e42;
background-color: #ffffff;
}
.pagination li .older-post:hover,
.pagination li .newest-post:hover,
.pagination li .older-post:focus,
.pagination li .newest-post:focus {
color: #ffffff;
background: #222222;
border-color: #ed1c24;
}
.pagination li .older-post {
padding-right: 42px;
}
.pagination li .older-post i {
position: absolute;
right: 10px;
top: 8px;
}
.pagination li .older-post.rtl {
padding-left: 42px;
padding-right: 20px;
left: 0;
right: unset;
}
.pagination li .older-post.rtl i {
left: 10px;
right: unset;
}
.pagination li .older-post,
.pagination li .newest-post {
position: absolute;
right: 0;
top: 0;
margin-top: 0;
}
.pagination li .newest-post {
right: unset;
left: 0;
padding-left: 42px;
}
.pagination li .newest-post.rtl {
right: 0;
left: unset;
}
.pagination li .newest-post i {
position: absolute;
left: 10px;
top: 8px;
}
.pagination li .newest-post.rtl {
padding-left: 20px;
padding-right: 42px;
}
.pagination li .newest-post.rtl i {
left: unset;
right: 10px;
} .widget {
margin-bottom: 50px;
}
.widget .screen-reader-text {
display: none;
}
.widget select {
width: 100%;
padding: 6px 12px;
border: solid 1px #dcdde1;
border-radius: 4px;
height: 38px;
}
.widget select option {
border: solid 1px #dcdde1;
}
.widget .widget-title,
.widget .widgettitle {
padding-bottom: 30px;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
font-weight: bold;
text-transform: capitalize;
margin: 0;
color: #041e42;
}
.widget .post-date {
color: #041e42;
font-size: 12px;
display: block;
clear: both;
}
.widget ul {
list-style: none;
letter-spacing: 0.9px;
padding-left: 25px;
}
.widget ul > li {
position: relative;
margin-bottom: 15px;
}
.widget ul > li:before {
content: '';
display: block;
width: 3px;
height: 3px;
border-radius: 100%;
background-color: #041e42;
position: absolute;
left: -25px;
top: 11px;
}
.widget ul > li a {
color: #041e42;
font-weight: 600;
}
.widget ul.list-info > li:before {
display: none;
}
.widget.widget_calendar #wp-calendar,
.widget.widget_calendar table {
width: 100%;
position: relative;
z-index: 0;
background: transparent;
}
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar table td,
.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar table th {
border: none;
text-align: center;
}
.widget.widget_calendar #wp-calendar caption,
.widget.widget_calendar table caption {
padding-top: 0;
line-height: 1;
text-align: center;
}
.widget.widget_calendar #wp-calendar #today,
.widget.widget_calendar table #today {
background-color: #041e42;
}
.widget.widget_calendar #wp-calendar #today,
.widget.widget_calendar table #today,
.widget.widget_calendar #wp-calendar #today a,
.widget.widget_calendar table #today a {
color: #ffffff;
}
.widget.widget_calendar #wp-calendar td a,
.widget.widget_calendar table td a {
color: #041e42;
border-bottom: 2px solid;
}
.widget.widget_calendar #wp-calendar td a:hover,
.widget.widget_calendar table td a:hover {
color: #ed1c24;
}
.widget.widget_calendar #wp-calendar #prev,
.widget.widget_calendar table #prev {
text-align: left;
}
.widget.widget_calendar #wp-calendar #next,
.widget.widget_calendar table #next {
text-align: right;
}
.widget.widget_calendar #wp-calendar #prev a,
.widget.widget_calendar table #prev a,
.widget.widget_calendar #wp-calendar #next a,
.widget.widget_calendar table #next a {
border: none;
}
.widget.widget_calendar #wp-calendar #prev:hover a,
.widget.widget_calendar table #prev:hover a,
.widget.widget_calendar #wp-calendar #next:hover a,
.widget.widget_calendar table #next:hover a {
color: #ed1c24;
}
.widget.widget_calendar a:hover,
.widget.widget_calendar a:focus {
color: #ed1c24;
text-decoration: none;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
padding: 5px;
}
.widget.widget_calendar thead th {
color: #041e42;
font-weight: normal;
}
.widget.widget_calendar .calendar-year {
opacity: 0.1;
font-size: 100px;
position: absolute;
left: 0;
top: 0;
z-index: 0;
letter-spacing: 1.3px;
}
.widget.widget_search form,
.widget.widget_product_search form {
margin-top: 20px;
}
.widget.widget_search form input,
.widget.widget_product_search form input {
width: 100%;
}
.widget.widget_search form .search-ico,
.widget.widget_product_search form .search-ico {
margin-left: -30px;
}
.widget #recentcomments .recentcomments .comment-author-link {
font-weight: bold;
}
.widget.widget_categories ul,
.widget.widget_product_categories ul {
list-style: none;
}
.widget.widget_categories > ul,
.widget.widget_product_categories > ul {
margin-left: 0;
margin-bottom: 30px;
padding: 0;
}
.widget.widget_categories > ul > li,
.widget.widget_product_categories > ul > li {
list-style: none;
margin: 0;
font-weight: 700;
text-transform: capitalize;
padding: 15px 20px;
margin-bottom: 5px;
background-color: #e5f6f7;
border-left: 5px solid transparent;
}
.widget.widget_categories > ul > li:before,
.widget.widget_product_categories > ul > li:before,
.widget.widget_categories > ul > li:after,
.widget.widget_product_categories > ul > li:after {
display: none;
}
.widget.widget_categories > ul > li > a,
.widget.widget_product_categories > ul > li > a {
color: #222222;
}
.widget.widget_categories > ul > li:hover,
.widget.widget_product_categories > ul > li:hover,
.widget.widget_categories > ul > li:focus,
.widget.widget_product_categories > ul > li:focus,
.widget.widget_categories > ul > li.active,
.widget.widget_product_categories > ul > li.active {
border-color: #ed1c24;
}
.widget.widget_categories .screen-reader-text,
.widget.widget_product_categories .screen-reader-text {
display: none;
}
.widget.widget_rss li {
padding-bottom: 10px;
}
.widget.widget_rss li .rss-date {
display: block;
margin-top: 10px;
opacity: 0.8;
}
.widget.widget_rss li .rssSummary {
padding: 10px 0;
}
.widget.widget_rss li .rss-date,
.widget.widget_rss li .rssSummary,
.widget.widget_rss li cite {
font-size: 90%;
}
.widget.widget_rss li cite {
font-style: normal;
font-weight: 600;
}
.widget.widget_rss li:last-child {
padding-bottom: 0;
}
.widget.widget_nav_menu ul,
.widget.widget_pages ul {
padding-left: 0;
}
.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_nav_menu .menu li:before,
.widget.widget_pages .menu li:before {
display: none;
}
.widget.widget_nav_menu ul .menu-item,
.widget.widget_pages ul .menu-item,
.widget.widget_nav_menu .menu .menu-item,
.widget.widget_pages .menu .menu-item,
.widget.widget_nav_menu ul .page_item,
.widget.widget_pages ul .page_item,
.widget.widget_nav_menu .menu .page_item,
.widget.widget_pages .menu .page_item {
position: relative;
cursor: pointer;
}
.widget.widget_nav_menu ul .menu-item .sub-menu,
.widget.widget_pages ul .menu-item .sub-menu,
.widget.widget_nav_menu .menu .menu-item .sub-menu,
.widget.widget_pages .menu .menu-item .sub-menu,
.widget.widget_nav_menu ul .page_item .sub-menu,
.widget.widget_pages ul .page_item .sub-menu,
.widget.widget_nav_menu .menu .page_item .sub-menu,
.widget.widget_pages .menu .page_item .sub-menu,
.widget.widget_nav_menu ul .menu-item .children,
.widget.widget_pages ul .menu-item .children,
.widget.widget_nav_menu .menu .menu-item .children,
.widget.widget_pages .menu .menu-item .children,
.widget.widget_nav_menu ul .page_item .children,
.widget.widget_pages ul .page_item .children,
.widget.widget_nav_menu .menu .page_item .children,
.widget.widget_pages .menu .page_item .children {
display: none;
margin-top: 15px;
padding-left: 15px;
}
.widget.widget_nav_menu ul .menu-item:hover > a,
.widget.widget_pages ul .menu-item:hover > a,
.widget.widget_nav_menu .menu .menu-item:hover > a,
.widget.widget_pages .menu .menu-item:hover > a,
.widget.widget_nav_menu ul .page_item:hover > a,
.widget.widget_pages ul .page_item:hover > a,
.widget.widget_nav_menu .menu .page_item:hover > a,
.widget.widget_pages .menu .page_item:hover > a {
color: #041e42;
}
.widget.widget_nav_menu ul .menu-item > a,
.widget.widget_pages ul .menu-item > a,
.widget.widget_nav_menu .menu .menu-item > a,
.widget.widget_pages .menu .menu-item > a,
.widget.widget_nav_menu ul .page_item > a,
.widget.widget_pages ul .page_item > a,
.widget.widget_nav_menu .menu .page_item > a,
.widget.widget_pages .menu .page_item > a {
padding: 5px 0;
width: 100%;
display: block;
border-bottom: solid 1px #dcdde1;
text-transform: capitalize;
}
.widget.widget_nav_menu ul .menu-item.menu-item-has-children > a:after,
.widget.widget_pages ul .menu-item.menu-item-has-children > a:after,
.widget.widget_nav_menu .menu .menu-item.menu-item-has-children > a:after,
.widget.widget_pages .menu .menu-item.menu-item-has-children > a:after,
.widget.widget_nav_menu ul .page_item.menu-item-has-children > a:after,
.widget.widget_pages ul .page_item.menu-item-has-children > a:after,
.widget.widget_nav_menu .menu .page_item.menu-item-has-children > a:after,
.widget.widget_pages .menu .page_item.menu-item-has-children > a:after,
.widget.widget_nav_menu ul .menu-item.page_item_has_children > a:after,
.widget.widget_pages ul .menu-item.page_item_has_children > a:after,
.widget.widget_nav_menu .menu .menu-item.page_item_has_children > a:after,
.widget.widget_pages .menu .menu-item.page_item_has_children > a:after,
.widget.widget_nav_menu ul .page_item.page_item_has_children > a:after,
.widget.widget_pages ul .page_item.page_item_has_children > a:after,
.widget.widget_nav_menu .menu .page_item.page_item_has_children > a:after,
.widget.widget_pages .menu .page_item.page_item_has_children > a:after {
content: '';
font-size: 0;
display: block;
right: 10px;
top: 16px;
width: 0px;
height: 0px;
position: absolute;
bottom: 0;
border-left: solid 5px #565a5c;
border-bottom: solid 5px transparent;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.widget.widget_nav_menu ul .menu-item.menu-item-has-children.menu-expand > a:after,
.widget.widget_pages ul .menu-item.menu-item-has-children.menu-expand > a:after,
.widget.widget_nav_menu .menu .menu-item.menu-item-has-children.menu-expand > a:after,
.widget.widget_pages .menu .menu-item.menu-item-has-children.menu-expand > a:after,
.widget.widget_nav_menu ul .page_item.menu-item-has-children.menu-expand > a:after,
.widget.widget_pages ul .page_item.menu-item-has-children.menu-expand > a:after,
.widget.widget_nav_menu .menu .page_item.menu-item-has-children.menu-expand > a:after,
.widget.widget_pages .menu .page_item.menu-item-has-children.menu-expand > a:after,
.widget.widget_nav_menu ul .menu-item.page_item_has_children.menu-expand > a:after,
.widget.widget_pages ul .menu-item.page_item_has_children.menu-expand > a:after,
.widget.widget_nav_menu .menu .menu-item.page_item_has_children.menu-expand > a:after,
.widget.widget_pages .menu .menu-item.page_item_has_children.menu-expand > a:after,
.widget.widget_nav_menu ul .page_item.page_item_has_children.menu-expand > a:after,
.widget.widget_pages ul .page_item.page_item_has_children.menu-expand > a:after,
.widget.widget_nav_menu .menu .page_item.page_item_has_children.menu-expand > a:after,
.widget.widget_pages .menu .page_item.page_item_has_children.menu-expand > a:after {
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
-o-transform: rotate(-225deg);
transform: rotate(-225deg);
}
.widget.widget_nav_menu ul .menu-item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_pages ul .menu-item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_nav_menu .menu .menu-item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_pages .menu .menu-item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_nav_menu ul .page_item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_pages ul .page_item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_nav_menu .menu .page_item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_pages .menu .page_item.menu-item-has-children.menu-expand > .sub-menu,
.widget.widget_nav_menu ul .menu-item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_pages ul .menu-item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_nav_menu .menu .menu-item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_pages .menu .menu-item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_nav_menu ul .page_item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_pages ul .page_item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_nav_menu .menu .page_item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_pages .menu .page_item.page_item_has_children.menu-expand > .sub-menu,
.widget.widget_nav_menu ul .menu-item.menu-item-has-children.menu-expand > .children,
.widget.widget_pages ul .menu-item.menu-item-has-children.menu-expand > .children,
.widget.widget_nav_menu .menu .menu-item.menu-item-has-children.menu-expand > .children,
.widget.widget_pages .menu .menu-item.menu-item-has-children.menu-expand > .children,
.widget.widget_nav_menu ul .page_item.menu-item-has-children.menu-expand > .children,
.widget.widget_pages ul .page_item.menu-item-has-children.menu-expand > .children,
.widget.widget_nav_menu .menu .page_item.menu-item-has-children.menu-expand > .children,
.widget.widget_pages .menu .page_item.menu-item-has-children.menu-expand > .children,
.widget.widget_nav_menu ul .menu-item.page_item_has_children.menu-expand > .children,
.widget.widget_pages ul .menu-item.page_item_has_children.menu-expand > .children,
.widget.widget_nav_menu .menu .menu-item.page_item_has_children.menu-expand > .children,
.widget.widget_pages .menu .menu-item.page_item_has_children.menu-expand > .children,
.widget.widget_nav_menu ul .page_item.page_item_has_children.menu-expand > .children,
.widget.widget_pages ul .page_item.page_item_has_children.menu-expand > .children,
.widget.widget_nav_menu .menu .page_item.page_item_has_children.menu-expand > .children,
.widget.widget_pages .menu .page_item.page_item_has_children.menu-expand > .children {
display: block;
}
.widget.woocommerce li:before {
display: none;
width: 0;
height: 0;
position: relative;
}
.widget.widget_recent_entries > ul {
padding: 0;
}
.widget.widget_recent_entries > ul > li {
margin-bottom: 30px;
}
.widget.widget_recent_entries > ul > li:before {
display: none;
}
.widget.widget_recent_entries > ul > li > a {
font-weight: 600;
}
.widget.widget_recent_entries > ul > li > a:hover,
.widget.widget_recent_entries > ul > li > a:focus {
color: #ed1c24;
}
.widget.widget_recent_entries > ul > li .post-date {
margin-top: 10px;
opacity: 0.8;
}
.widget.widget_recent_entries > ul > li .post-date:before {
display: inline-block;
content: "\f017";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size: 12px;
margin-right: 5px;
}
.widget.petro_widget_social ul {
padding: 0;
}
.widget.petro_widget_social li:before {
display: none;
}
.widget.petro_widget_social .social-item {
font-size: 14px;
margin: 0 2px;
}
.widget.petro_widget_social .social-item i {
width: 40px;
height: 40px;
border-radius: 100%;
background: #041e42;
color: #ffffff;
position: relative;
text-align: center;
}
.widget.petro_widget_social .social-item i:before,
.widget.petro_widget_social .social-item i:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget.petro_widget_social .social-item:hover i,
.widget.petro_widget_social .social-item:focus i {
background-color: #46c2ca;
}
.widget.petro_optin .optin-form {
margin: 20px 0;
}
.widget.petro_optin .optin-form .form-control {
border-radius: 0;
height: 45px;
}
.widget.petro_optin .optin-form.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.widget.petro_optin .optin-code {
display: none;
}
.widget.petro_optin .optin-submit {
color: #ffffff;
background: #041e42;
padding: 14px 14px;
font-size: 12px;
height: 45px;
}
.widget.petro_optin .optin-submit:hover,
.widget.petro_optin .optin-submit:focus {
background: #ed1c24;
}
.widget.petro_optin .optin-submit i {
margin-right: 0;
}
.tab-content {
overflow: hidden;
}
.tab-content,
.tab-content .tab-pane {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tab-content.fade,
.tab-content .tab-pane.fade {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.tab-content.fade.active,
.tab-content .tab-pane.fade.active {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.tab-content.fade.active.in,
.tab-content .tab-pane.fade.active.in {
opacity: 1;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.tab-content.vertical.fade,
.tab-content .tab-pane.vertical.fade {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.tab-content.vertical.fade.active,
.tab-content .tab-pane.vertical.fade.active {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.tab-content.vertical.fade.active.in,
.tab-content .tab-pane.vertical.fade.active.in {
opacity: 1;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
.tab-content.horizontal.fade,
.tab-content .tab-pane.horizontal.fade {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.tab-content.horizontal.fade.active,
.tab-content .tab-pane.horizontal.fade.active {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.tab-content.horizontal.fade.active.in,
.tab-content .tab-pane.horizontal.fade.active.in {
opacity: 1;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.tab-content.scale.fade,
.tab-content .tab-pane.scale.fade {
opacity: 0;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.tab-content.scale.fade.active.in,
.tab-content .tab-pane.scale.fade.active.in {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.tab-content.slide_rotate_x.fade,
.tab-content .tab-pane.slide_rotate_x.fade {
opacity: 0;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.tab-content.slide_rotate_x.fade.active.in,
.tab-content .tab-pane.slide_rotate_x.fade.active.in {
opacity: 1;
-webkit-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}
.tab-content.slide_rotate_y.fade,
.tab-content .tab-pane.slide_rotate_y.fade {
opacity: 0;
-webkit-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.tab-content.slide_rotate_y.fade.active.in,
.tab-content .tab-pane.slide_rotate_y.fade.active.in {
opacity: 1;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.tab-content.slide_rotate_z.fade,
.tab-content .tab-pane.slide_rotate_z.fade {
opacity: 0;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotateZ(-90deg);
-o-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}
.tab-content.slide_rotate_z.fade.active.in,
.tab-content .tab-pane.slide_rotate_z.fade.active.in {
opacity: 1;
-webkit-transform: rotateZ(0);
-ms-transform: rotateZ(0);
-o-transform: rotateZ(0);
transform: rotateZ(0);
}  .footer-contact-card {
background: #041e42;
z-index: 1;
position: relative;
}
.footer-contact-card > .container {
background: #ffffff;
padding-top: 20px;
padding-bottom: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
.footer-contact-card .card {
margin-bottom: 20px;
padding: 30px 30px 30px 30px;
background-color: #eff3f6;
border: 1px solid #dcdde1;
text-align: center;
height: 145px;
position: relative;
overflow: hidden;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.footer-contact-card .card .icon {
display: inline-block;
color: rgba(255, 255, 255, 0.2);
font-size: 100px;
position: absolute;
right: -40px;
bottom: -20px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.footer-contact-card .card .body-content .heading {
color: #041e42;
font-size: 18px;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
}
.footer-contact-card .card:hover {
background-color: #46c2ca;
}
.footer-contact-card .card:hover .body-content {
color: #ffffff;
}
.footer-contact-card .card:hover .icon {
right: 0;
}
.socials-feeds,
.footer-widget,
.footer-copyright {
position: relative;
}
.socials-feeds {
background: #ffffff;
}
.footer-text {
background: #041e42;
color: #ffffff;
padding: 40px 0;
position: relative;
}
.footer-text.no-padding {
padding: 0;
}
.footer-text + .footer-widget {
border-top: solid 1px #073472;
}
.footer-text + .footer-copyright {
border-top: solid 1px #073472;
} .footer-widget {
padding: 50px 0 30px;
background-color: #041e42;
}
.footer-widget,
.footer-widget a,
.footer-widget li > a {
color: #ffffff;
}
.footer-widget a:hover,
.footer-widget a:focus {
color: #46c2ca;
}
.footer-widget .widget .widget-title,
.footer-widget .widget .widgettitle {
font-size: 24px;
font-weight: 600;
padding: 20px 0 20px 0;
border-top: 1px solid #073472;
margin-bottom: 30px;
position: relative;
color: #ffffff;
}
.footer-widget .widget .widget-title:before,
.footer-widget .widget .widgettitle:before {
content: '';
display: block;
width: 150px;
border-top: 2px solid #ed1c24;
position: absolute;
left: 0;
top: 0;
}
.footer-widget .widget ul > li:before {
background-color: #ffffff;
}
.footer-widget .widget ul > li a {
color: #ffffff;
}
.footer-widget .widget ul > li a:hover,
.footer-widget .widget ul > li a:focus {
color: #46c2ca;
}
.footer-widget .widget.widget_recent_entries ul > li > a {
color: #ffffff;
}
.footer-widget .widget.widget_recent_entries ul > li > a:hover,
.footer-widget .widget.widget_recent_entries ul > li > a:focus {
color: #46c2ca;
}
.footer-widget .widget.widget_recent_entries ul > li .post-date {
color: #ffffff;
}
.footer-widget .widget.widget_nav_menu ul li.menu-item > a {
color: #46c2ca;
border: none;
padding: 0;
}
.footer-widget .widget.widget_nav_menu ul li.menu-item > a:hover,
.footer-widget .widget.widget_nav_menu ul li.menu-item > a:focus {
color: #ed1c24;
}
.footer-widget .widget.widget_nav_menu ul .menu-item:hover > a,
.footer-widget .widget.widget_pages ul .menu-item:hover > a,
.footer-widget .widget.widget_nav_menu .menu .menu-item:hover > a,
.footer-widget .widget.widget_pages .menu .menu-item:hover > a,
.footer-widget .widget.widget_nav_menu ul .page_item:hover > a,
.footer-widget .widget.widget_pages ul .page_item:hover > a,
.footer-widget .widget.widget_nav_menu .menu .page_item:hover > a,
.footer-widget .widget.widget_pages .menu .page_item:hover > a {
color: #46c2ca;
}
.footer-widget .widget.widget_calendar #wp-calendar caption,
.footer-widget .widget.widget_calendar table caption {
color: #ffffff;
}
.footer-widget .widget.widget_calendar #wp-calendar thead th,
.footer-widget .widget.widget_calendar table thead th {
color: #46c2ca;
}
.footer-widget .widget.widget_calendar #wp-calendar #today,
.footer-widget .widget.widget_calendar table #today {
border: solid 1px #ffffff;
background-color: #041e42;
}
.footer-widget .widget.widget_calendar #wp-calendar #today,
.footer-widget .widget.widget_calendar table #today,
.footer-widget .widget.widget_calendar #wp-calendar #today a,
.footer-widget .widget.widget_calendar table #today a {
color: #ffffff;
}
.footer-widget .widget.widget_calendar #wp-calendar td a,
.footer-widget .widget.widget_calendar table td a {
color: #46c2ca;
}
.footer-widget .widget.petro_widget_social .social-item i {
background-color: #05295a;
}
.footer-widget .widget.petro_widget_social .social-item:hover i,
.footer-widget .widget.petro_widget_social .social-item:focus i {
background-color: #46c2ca;
}
.footer-widget .widget.widget_categories > ul > li,
.footer-widget .widget.widget_product_categories > ul > li {
background-color: #05295a;
}
.footer-widget .widget.petro_optin .optin-submit {
color: #ffffff;
background: #ed1c24;
}
.footer-widget .widget.petro_optin .optin-submit:hover,
.footer-widget .widget.petro_optin .optin-submit:focus {
background: #46c2ca;
}
.footer-widget .widget.petro_optin .form-inline .form-control {
max-width: 200px;
}
.footer-widget .widget .form-control,
.footer-widget .widget select {
background: transparent;
} .footer-copyright {
background-color: #041e42;
border-top: solid 1px #073472;
padding: 30px 0;
min-height: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer-copyright,
.footer-copyright a {
color: #ffffff;
}
.footer-copyright hr {
border-top-color: #073472;
}
.footer-copyright .widget-title,
.footer-copyright .widgettitle {
display: none;
}
.footer-copyright .widget {
margin: 0;
display: inline-block;
}
.footer-copyright .widget.petro_widget_social .social-item i {
background-color: #05295a;
}
.footer-copyright .widget.petro_widget_social .social-item:hover i,
.footer-copyright .widget.petro_widget_social .social-item:focus i {
background-color: #46c2ca;
} body {
background: #ffffff;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
letter-spacing: 0.42px;
line-height: 1.7;
color: #222222;
font-weight: 400;
word-wrap: break-word;
text-rendering: optimizelegibility;
}
p {
margin-bottom: 20px;
}
address {
font-style: italic;
}
pre {
color: #ed1c24;
border-color: #dcdde1;
background-color: #f2f2f2;
}
.lightboxOverlay {
opacity: 0.9;
}
.lb-details .lb-title {
color: #666666;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.1px;
line-height: 1.7;
clear: both;
margin-bottom: 20px;
font-weight: 700;
text-rendering: optimizeLegibility;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0;
margin-top: 0;
}
h1,
.h1 {
font-size: 2.857em;
}
h2,
.h2 {
font-size: 32px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
@media (max-width: 480px) {
h1,
.h1 {
font-size: 32px;
}
h2,
.h2 {
font-size: 28px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 16px;
}
}
.section-heading {
font-size: 30px;
line-height: 1.2em;
letter-spacing: -0.05em;
font-weight: 800;
color: #041e42;
margin-bottom: 20px;
border-top: 1px solid #dcdde1;
padding-top: 20px;
padding-bottom: 40px;
position: relative;
}
.section-heading:before {
content: '';
border-top: 2px solid #ed1c24;
position: absolute;
top: 0;
left: 0;
width: 250px;
} ul.list-info,
ul.checklist,
ul.checkbox,
ul.bull,
ul.circle {
margin: 0;
padding: 0;
list-style: none;
}
ul.checklist li {
margin: 10px 0 25px 35px;
}
ul.checklist li:before {
font-family: FontAwesome;
content: "\f00c";
font-size: 20px;
color: #041e42;
margin-left: -35px;
margin-right: 15px;
}
ul.checkbox li {
margin: 10px 0 25px 35px;
}
ul.checkbox li:before {
font-family: FontAwesome;
content: "\f096";
font-size: 20px;
color: #041e42;
margin-left: -35px;
margin-right: 15px;
}
ul.bull {
margin-bottom: 20px;
}
ul.bull li {
position: relative;
padding: 0 0 0 26px;
margin: 0 0 14px;
line-height: 18px;
}
ul.bull li:before {
content: "\f105";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 0;
top: 2px;
display: inline-block;
vertical-align: top;
font-size: 14px;
color: #46c2ca;
}
ul.circle {
margin-bottom: 20px;
}
ul.circle li {
position: relative;
padding: 4px 0 4px 20px;
margin: 0 0 14px;
line-height: 22px;
}
ul.circle li:before {
content: "\f10c";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 0;
top: 10px;
display: inline-block;
vertical-align: top;
font-size: 7px;
color: #46c2ca;
}
ul.list-info > li {
margin-bottom: 20px;
position: relative;
padding-left: 25px;
}
ul.list-info > li i {
display: inline-block;
position: absolute;
left: 0;
top: 5px;
} input,
textarea,
.button {
-webkit-box-shadow: none;
box-shadow: none;
border: solid 1px #dcdde1;
border-radius: 3px;
padding: 8px 20px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.button::-moz-placeholder {
color: #041e42;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.button:-ms-input-placeholder {
color: #041e42;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.button::-webkit-input-placeholder {
color: #041e42;
} blockquote {
padding: 15px 20px;
background-color: #f2f2f2;
margin: 0 0 20px;
border-left: 5px solid #46c2ca;
font-style: italic;
color: #686868;
font-size: 16px;
}
blockquote:before,
blockquote:after {
content: '';
}
@media (min-width: 480px) {
} img,
.img {
max-width: 100%;
height: auto;
}
img.rounded,
.img.rounded {
border-radius: 3px;
} .gallery {
margin-left: -15px;
margin-right: -15px;
}
.gallery .gallery-item {
float: left;
width: 100%;
padding: 15px;
margin-bottom: 0;
}
@media (min-width: 480px) {
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.111%;
}
} .btn-default,
a.btn-default {
color: #ffffff;
background-color: #222222;
border-color: #222222;
}
.btn-default:focus,
a.btn-default:focus,
.btn-default.focus,
a.btn-default.focus {
color: #ffffff;
background-color: #080808;
border-color: #000000;
}
.btn-default:hover,
a.btn-default:hover {
color: #ffffff;
background-color: #080808;
border-color: #030303;
}
.btn-default:active,
a.btn-default:active,
.btn-default.active,
a.btn-default.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-togglea.btn-default {
color: #ffffff;
background-color: #080808;
border-color: #030303;
}
.btn-default:active:hover,
a.btn-default:active:hover,
.btn-default.active:hover,
a.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-togglea.btn-default:hover,
.btn-default:active:focus,
a.btn-default:active:focus,
.btn-default.active:focus,
a.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-togglea.btn-default:focus,
.btn-default:active.focus,
a.btn-default:active.focus,
.btn-default.active.focus,
a.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-togglea.btn-default.focus {
color: #ffffff;
background-color: #000000;
border-color: #000000;
}
.btn-default:active,
a.btn-default:active,
.btn-default.active,
a.btn-default.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-togglea.btn-default {
background-image: none;
}
.btn-default.disabled:hover,
a.btn-default.disabled:hover,
.btn-default[disabled]:hover,
a.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] a.btn-default:hover,
.btn-default.disabled:focus,
a.btn-default.disabled:focus,
.btn-default[disabled]:focus,
a.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] a.btn-default:focus,
.btn-default.disabled.focus,
a.btn-default.disabled.focus,
.btn-default[disabled].focus,
a.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] a.btn-default.focus {
background-color: #222222;
border-color: #222222;
}
.btn-default .badge,
a.btn-default .badge {
color: #222222;
background-color: #ffffff;
}
.btn-default:hover,
a.btn-default:hover,
.btn-default:focus,
a.btn-default:focus {
background-color: #041e42;
border-color: #041e42;
}
.btn-primary,
a.btn-primary {
color: #ffffff;
background-color: #ed1c24;
border-color: #ed1c24;
}
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary.focus,
a.btn-primary.focus {
color: #ffffff;
background-color: #c61017;
border-color: #7f0a0f;
}
.btn-primary:hover,
a.btn-primary:hover {
color: #ffffff;
background-color: #c61017;
border-color: #bd0f16;
}
.btn-primary:active,
a.btn-primary:active,
.btn-primary.active,
a.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-togglea.btn-primary {
color: #ffffff;
background-color: #c61017;
border-color: #bd0f16;
}
.btn-primary:active:hover,
a.btn-primary:active:hover,
.btn-primary.active:hover,
a.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-togglea.btn-primary:hover,
.btn-primary:active:focus,
a.btn-primary:active:focus,
.btn-primary.active:focus,
a.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-togglea.btn-primary:focus,
.btn-primary:active.focus,
a.btn-primary:active.focus,
.btn-primary.active.focus,
a.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-togglea.btn-primary.focus {
color: #ffffff;
background-color: #a50d13;
border-color: #7f0a0f;
}
.btn-primary:active,
a.btn-primary:active,
.btn-primary.active,
a.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-togglea.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
a.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
a.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] a.btn-primary:hover,
.btn-primary.disabled:focus,
a.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
a.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] a.btn-primary:focus,
.btn-primary.disabled.focus,
a.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
a.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] a.btn-primary.focus {
background-color: #ed1c24;
border-color: #ed1c24;
}
.btn-primary .badge,
a.btn-primary .badge {
color: #ed1c24;
background-color: #ffffff;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus {
background-color: #041e42;
border-color: #041e42;
}
.btn-secondary,
a.btn-secondary {
color: #ffffff;
background-color: #041e42;
border-color: #041e42;
}
.btn-secondary:focus,
a.btn-secondary:focus,
.btn-secondary.focus,
a.btn-secondary.focus {
color: #ffffff;
background-color: #010812;
border-color: #000000;
}
.btn-secondary:hover,
a.btn-secondary:hover {
color: #ffffff;
background-color: #010812;
border-color: #010408;
}
.btn-secondary:active,
a.btn-secondary:active,
.btn-secondary.active,
a.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-togglea.btn-secondary {
color: #ffffff;
background-color: #010812;
border-color: #010408;
}
.btn-secondary:active:hover,
a.btn-secondary:active:hover,
.btn-secondary.active:hover,
a.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-togglea.btn-secondary:hover,
.btn-secondary:active:focus,
a.btn-secondary:active:focus,
.btn-secondary.active:focus,
a.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-togglea.btn-secondary:focus,
.btn-secondary:active.focus,
a.btn-secondary:active.focus,
.btn-secondary.active.focus,
a.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-togglea.btn-secondary.focus {
color: #ffffff;
background-color: #000000;
border-color: #000000;
}
.btn-secondary:active,
a.btn-secondary:active,
.btn-secondary.active,
a.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-togglea.btn-secondary {
background-image: none;
}
.btn-secondary.disabled:hover,
a.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
a.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] a.btn-secondary:hover,
.btn-secondary.disabled:focus,
a.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
a.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] a.btn-secondary:focus,
.btn-secondary.disabled.focus,
a.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
a.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] a.btn-secondary.focus {
background-color: #041e42;
border-color: #041e42;
}
.btn-secondary .badge,
a.btn-secondary .badge {
color: #041e42;
background-color: #ffffff;
}
.btn-secondary:hover,
a.btn-secondary:hover,
.btn-secondary:focus,
a.btn-secondary:focus {
background-color: #ed1c24;
border-color: #ed1c24;
}
.btn-info,
a.btn-info {
color: #ffffff;
background-color: #46c2ca;
border-color: #46c2ca;
}
.btn-info:focus,
a.btn-info:focus,
.btn-info.focus,
a.btn-info.focus {
color: #ffffff;
background-color: #31a4ac;
border-color: #206b70;
}
.btn-info:hover,
a.btn-info:hover {
color: #ffffff;
background-color: #31a4ac;
border-color: #2f9da4;
}
.btn-info:active,
a.btn-info:active,
.btn-info.active,
a.btn-info.active,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-togglea.btn-info {
color: #ffffff;
background-color: #31a4ac;
border-color: #2f9da4;
}
.btn-info:active:hover,
a.btn-info:active:hover,
.btn-info.active:hover,
a.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-togglea.btn-info:hover,
.btn-info:active:focus,
a.btn-info:active:focus,
.btn-info.active:focus,
a.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-togglea.btn-info:focus,
.btn-info:active.focus,
a.btn-info:active.focus,
.btn-info.active.focus,
a.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-togglea.btn-info.focus {
color: #ffffff;
background-color: #298a90;
border-color: #206b70;
}
.btn-info:active,
a.btn-info:active,
.btn-info.active,
a.btn-info.active,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-togglea.btn-info {
background-image: none;
}
.btn-info.disabled:hover,
a.btn-info.disabled:hover,
.btn-info[disabled]:hover,
a.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] a.btn-info:hover,
.btn-info.disabled:focus,
a.btn-info.disabled:focus,
.btn-info[disabled]:focus,
a.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] a.btn-info:focus,
.btn-info.disabled.focus,
a.btn-info.disabled.focus,
.btn-info[disabled].focus,
a.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] a.btn-info.focus {
background-color: #46c2ca;
border-color: #46c2ca;
}
.btn-info .badge,
a.btn-info .badge {
color: #46c2ca;
background-color: #ffffff;
}
.btn-info:hover,
a.btn-info:hover,
.btn-info:focus,
a.btn-info:focus {
background-color: #31a4ac;
border-color: #31a4ac;
}
.btn {
padding: 14px 35px;
font-size: 16px;
line-height: 1;
border-radius: 0;
font-weight: 600;
}
.btn > i,
.btn .fa {
margin-right: 10px;
font-size: 1.4em;
vertical-align: middle;
}
.btn-lg {
padding: 16px 40px;
}
.btn-sm {
padding: 5px 16px;
}
.btn-xs {
padding: 2px 10px;
}
a,
.btn-link {
color: #666666;
text-decoration: none;
}
a:hover,
.btn-link:hover {
color: #ed1c24;
text-decoration: none;
} .flex-video {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 55%;
height: 0;
margin: 0;
}
.flex-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.flex-video video {
width: 100%;
position: relative;
left: 0;
}
.flex-video[data-twttr-id*=twttr] {
height: auto;
padding: 0;
}
[class^="wp-image-"].aligncenter,
[class*=" wp-image-"].aligncenter {
margin-top: 30px;
margin-bottom: 30px;
} .wp-caption-text {
font-size: 12px;
color: #041e42;
}
.wp-caption-text .caption-wrapper {
margin: 0 auto;
border-bottom: solid 1px #dcdde1;
position: relative;
padding: 5px 15px;
}
.wp-caption-text .caption-wrapper:before,
.wp-caption-text .caption-wrapper:after {
display: block;
content: '';
color: inherit;
position: absolute;
top: 50%;
left: 0;
width: 5px;
height: 1px;
background: #041e42;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.wp-caption-text .caption-wrapper:after {
right: 0;
left: auto;
}
.wp-caption-text a {
color: #222222;
} table {
width: 100%;
}
table td,
table th {
padding: 12px 8px;
border: solid 1px #dcdde1;
}
table td {
vertical-align: top;
}
table th {
color: #041e42;
font-weight: 800;
}
table caption {
text-align: center;
}
.single-post .soundcloud-media {
width: 100%;
max-width: 1219px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
.single-post .soundcloud-media iframe {
width: 100%;
border-color: transparent !important;
} .form-control {
background: #f7f7f7;
border-color: #dcdde1;
-webkit-box-shadow: none;
box-shadow: none;
height: 45px;
}
.form-control::-moz-placeholder {
color: #041e42;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #041e42;
}
.form-control::-webkit-input-placeholder {
color: #041e42;
}
.form-control::-moz-placeholder {
color: #777777;
font-weight: 400;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #777777;
font-weight: 600;
}
.form-control::-webkit-input-placeholder {
color: #777777;
font-weight: 600;
}
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #dcdde1;
} @media (min-width: 480px) {
.error404-content {
padding-top: 40vh;
}
}
.error404-content .title-404 {
font-size: 5em;
color: #041e42;
font-weight: bold;
}
.error404-content .subtitle-404 {
color: #46c2ca;
font-size: 2em;
font-weight: bold;
}
.error404-content .btn {
border-radius: 4px;
} .petro-slide {
z-index: 0;
margin-left: -15px;
margin-right: -15px;
width: calc(100% + 30px) !important;
}
.petro-slide .overlay-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: -1;
}
.petro-slide .wrap-caption {
padding: 30px 15px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
text-align: center;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
width: 100%;
}
@media (min-width: 1200px) {
.petro-slide .wrap-caption {
max-width: 50%;
}
}
@media (min-width: 768px) {
.petro-slide .wrap-caption.right {
margin-left: auto;
margin-right: 0;
text-align: right;
}
.petro-slide .wrap-caption.left {
margin-left: 0;
margin-right: auto;
text-align: left;
}
}
.petro-slide .wrap-caption .excerpt {
margin-bottom: 50px;
font-size: 18px;
}
.petro-slide .wrap-caption > .btn {
margin-right: 15px;
margin-top: 10px;
}
.petro-slide .wrap-caption > .btn + .btn {
margin-right: 0;
}
.petro-slide .slides-container > li {
display: none;
}
.petro-slide .slides-container > li .container {
position: absolute;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
}
.petro-slide .slides-container > li .wrap-caption.animated-fade {
opacity: 1;
-webkit-transition-duration: 2s;
-o-transition-duration: 2s;
transition-duration: 2s;
}
.petro-slide .slides-container > li .wrap-caption.animated-scale {
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
-o-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
}
.petro-slide .slides-container > li .wrap-caption.animated-fadeScale {
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
-o-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
}
.petro-slide .slides-container > li.slide-in .wrap-caption.animated-fade {
opacity: 0;
}
.petro-slide .slides-container > li.slide-in .wrap-caption.animated-fromTop {
opacity: 1;
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
}
.petro-slide .slides-container > li.slide-in .wrap-caption.animated-fromBottom {
opacity: 1;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
}
.petro-slide .slides-container > li.slide-in .wrap-caption.animated-scale {
-webkit-transform: translateY(0) scale(0);
-ms-transform: translateY(0) scale(0);
-o-transform: translateY(0) scale(0);
transform: translateY(0) scale(0);
}
.petro-slide .slides-container > li.slide-in .wrap-caption.animated-fadeScale {
-webkit-transform: translateY(0) scale(0);
-ms-transform: translateY(0) scale(0);
-o-transform: translateY(0) scale(0);
transform: translateY(0) scale(0);
opacity: 0;
}
.petro-slide .slides-container > li.slide-out .wrap-caption.animated-fade {
opacity: 0;
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;
}
.petro-slide .slides-container > li.slide-out .wrap-caption.animated-fromTop {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.petro-slide .slides-container > li.slide-out .wrap-caption.animated-fromBottom {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.petro-slide .slides-container > li.slide-out .wrap-caption.animated-scale {
-webkit-transform: translateY(0) scale(0.5);
-ms-transform: translateY(0) scale(0.5);
-o-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5);
}
.petro-slide .slides-container > li.slide-out .wrap-caption.animated-fadeScale {
-webkit-transform: translateY(0) scale(0.5);
-ms-transform: translateY(0) scale(0.5);
-o-transform: translateY(0) scale(0.5);
transform: translateY(0) scale(0.5);
opacity: 0;
}
.petro-slide .caption-heading {
font-size: 40px;
line-height: normal;
}
.petro-slide .slides-navigation {
margin: 0 auto;
position: absolute;
z-index: 3;
bottom: 46%;
width: 100%;
}
.petro-slide .slides-navigation > .container {
position: relative;
}
.petro-slide .slides-navigation a {
color: #ffffff;
font-size: 14px;
margin: 5px;
background: transparent;
display: inline-block;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
width: 40px;
height: 40px;
border: 3px solid #ffffff;
padding-top: 7px;
text-align: center;
position: absolute;
}
.petro-slide .slides-navigation a:hover,
.petro-slide .slides-navigation a:focus {
color: #46c2ca;
border-color: #46c2ca;
text-decoration: none;
}
.petro-slide .slides-navigation a.next {
right: -60px;
}
.petro-slide .slides-navigation a.prev {
left: -60px;
}
@media (max-width: 1200px) {
.petro-slide .slides-navigation a.next {
right: 0;
}
.petro-slide .slides-navigation a.prev {
left: 0;
}
}
@media (max-width: 480px) {
.petro-slide .wrap-caption .caption-heading {
font-size: 2em;
}
.petro-slide .wrap-caption > .btn {
margin-right: 15px!important;
margin-left: 15px!important;
}
.petro-slide .wrap-caption .excerpt {
font-size: 1em;
}
} .woocommerce-info,
.woocommerce-message {
border-top-color: #041e42;
}
.woocommerce-result-count,
.woocommerce .woocommerce-result-count {
margin-top: 12px;
}
.woocommerce-Input,
.input-text {
height: 50px;
padding: 8px 25px;
font-size: 14px;
line-height: 1.7333333;
color: #555555;
background-color: #f4f4f4;
border: 1px solid #dcdde1;
border-radius: 3px;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.woocommerce .star-rating {
color: #FFC31D;
}
.woocommerce .star-rating:before {
content: '\53\53\53\53\53';
}
.woocommerce span.onsale {
z-index: 3;
}
.woocommerce p.stars a {
color: #FFC31D;
}
.woocommerce p.stars a:hover ~ a {
color: #dcdde1;
}
.woocommerce-ordering select {
height: 50px;
padding: 8px 25px;
font-size: 14px;
line-height: 1.7333333;
color: #555555;
border: 1px solid #dcdde1;
border-radius: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}
.woocommerce #respond input#submit,
input.woocommerce-button,
input.woocommerce-Button,
button.single_add_to_cart_button,
.single_add_to_cart_button,
.add_to_cart_button,
.button.add_to_cart_button,
.button.product_type_external,
button.button.alt,
a.woocommerce-button,
a.woocommerce-Button,
.woocommerce-button,
.woocommerce-Button,
.button.wc-backward,
.wc-backward,
.woocommerce-button[disabled],
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-button[disabled]:disabled,
.woocommerce #respond input#submit.button,
input.woocommerce-button.button,
input.woocommerce-Button.button,
button.single_add_to_cart_button.button,
.single_add_to_cart_button.button,
.add_to_cart_button.button,
.button.add_to_cart_button.button,
.button.product_type_external.button,
button.button.alt.button,
a.woocommerce-button.button,
a.woocommerce-Button.button,
.woocommerce-button.button,
.woocommerce-Button.button,
.button.wc-backward.button,
.wc-backward.button,
.woocommerce-button[disabled].button,
.woocommerce .wc-proceed-to-checkout a.checkout-button.button,
.woocommerce-button[disabled]:disabled.button {
padding: 18px 25px;
font-size: 14px;
line-height: 1;
opacity: 1;
letter-spacing: 1px;
font-weight: 600;
color: #ffffff;
background-color: #041e42;
border-color: #041e42;
text-transform: uppercase;
border-radius: 0;
}
.woocommerce #respond input#submit:hover,
input.woocommerce-button:hover,
input.woocommerce-Button:hover,
button.single_add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.button.add_to_cart_button:hover,
.button.product_type_external:hover,
button.button.alt:hover,
a.woocommerce-button:hover,
a.woocommerce-Button:hover,
.woocommerce-button:hover,
.woocommerce-Button:hover,
.button.wc-backward:hover,
.wc-backward:hover,
.woocommerce-button[disabled]:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-button[disabled]:disabled:hover,
.woocommerce #respond input#submit.button:hover,
input.woocommerce-button.button:hover,
input.woocommerce-Button.button:hover,
button.single_add_to_cart_button.button:hover,
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover,
.button.add_to_cart_button.button:hover,
.button.product_type_external.button:hover,
button.button.alt.button:hover,
a.woocommerce-button.button:hover,
a.woocommerce-Button.button:hover,
.woocommerce-button.button:hover,
.woocommerce-Button.button:hover,
.button.wc-backward.button:hover,
.wc-backward.button:hover,
.woocommerce-button[disabled].button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button.button:hover,
.woocommerce-button[disabled]:disabled.button:hover,
.woocommerce #respond input#submit:focus,
input.woocommerce-button:focus,
input.woocommerce-Button:focus,
button.single_add_to_cart_button:focus,
.single_add_to_cart_button:focus,
.add_to_cart_button:focus,
.button.add_to_cart_button:focus,
.button.product_type_external:focus,
button.button.alt:focus,
a.woocommerce-button:focus,
a.woocommerce-Button:focus,
.woocommerce-button:focus,
.woocommerce-Button:focus,
.button.wc-backward:focus,
.wc-backward:focus,
.woocommerce-button[disabled]:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-button[disabled]:disabled:focus,
.woocommerce #respond input#submit.button:focus,
input.woocommerce-button.button:focus,
input.woocommerce-Button.button:focus,
button.single_add_to_cart_button.button:focus,
.single_add_to_cart_button.button:focus,
.add_to_cart_button.button:focus,
.button.add_to_cart_button.button:focus,
.button.product_type_external.button:focus,
button.button.alt.button:focus,
a.woocommerce-button.button:focus,
a.woocommerce-Button.button:focus,
.woocommerce-button.button:focus,
.woocommerce-Button.button:focus,
.button.wc-backward.button:focus,
.wc-backward.button:focus,
.woocommerce-button[disabled].button:focus,
.woocommerce .wc-proceed-to-checkout a.checkout-button.button:focus,
.woocommerce-button[disabled]:disabled.button:focus {
background-color: #ed1c24;
border-color: #ed1c24;
color: #ffffff;
}
.woocommerce-button[disabled],
.woocommerce-button[disabled]:disabled {
color: #ffffff !important;
opacity: 1 !important;
background-color: #041e42;
border-color: #041e42;
}
.woocommerce-button[disabled]:hover,
.woocommerce-button[disabled]:disabled:hover,
.woocommerce-button[disabled]:focus,
.woocommerce-button[disabled]:disabled:focus {
background-color: #ed1c24 !important;
border-color: #ed1c24 !important;
color: #ffffff !important;
}
.shop-pagination {
padding: 28px 0;
border-top: solid 1px #dcdde1;
}
.woocommerce.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
margin-bottom: 20px;
}
.woocommerce.single-product .onsale {
border-radius: 0;
background-color: #81CA00;
font-size: 12px;
padding: 6px 9px;
min-height: 1em;
text-transform: uppercase;
line-height: 1;
margin: 0;
left: -7px;
right: unset;
top: -6px;
}
.woocommerce.single-product .product_title {
font-size: 24px;
color: #041e42;
font-weight: 800;
}
.woocommerce.single-product div.product .price,
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
color: #041e42;
}
.woocommerce.single-product div.product div.images,
.woocommerce.single-product div.product div.summary {
margin-bottom: 55px;
}
.woocommerce.single-product h2 {
padding-bottom: 30px;
font-size: 24px;
font-weight: bold;
text-transform: capitalize;
margin: 0;
color: #041e42;
}
.woocommerce.single-product .quantity .input-text {
padding-left: 5px;
padding-right: 5px;
}
.woocommerce.single-product .product_meta {
font-size: 13px;
}
.woocommerce.single-product .product_meta > span {
display: block;
clear: both;
}
.woocommerce.single-product .product_meta > span span,
.woocommerce.single-product .product_meta > span a {
color: #041e42;
}
.woocommerce.single-product .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.woocommerce.single-product .woocommerce-Reviews .form-submit #submit {
width: auto;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs {
padding: 0;
margin: 0;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs:before {
display: none;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
border: none !important;
border-radius: 0;
padding: 15px 20px;
margin: 0;
background-color: #e5f6f7;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li a {
text-transform: uppercase;
color: #222222;
font-size: 15px;
letter-spacing: 1px;
padding: 0;
position: relative;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li:after {
display: none;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li.active {
background-color: #041e42;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
color: #ffffff;
}
.woocommerce.single-product .woocommerce-tabs ul.tabs.wc-tabs li:last-child:after {
content: '';
display: block;
height: 100%;
width: 1000px;
background: #EFF3F6;
-webkit-box-shadow: none;
box-shadow: none;
left: 100%;
right: unset;
margin-left: 4px;
border: none;
top: 0;
border-radius: 0;
}
.woocommerce.single-product .woocommerce-tabs .panel {
padding: 40px 0 !important;
margin: 0 !important;
}
.woocommerce.single-product .woocommerce-tabs .panel h2 {
display: none;
}
.woocommerce.single-product .woocommerce-tabs .panel h2 ~ h2 {
display: block;
}
.woocommerce.single-product .related.products,
.woocommerce.single-product .upsells.products {
margin: 0;
}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
width: 50%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
width: 33.33%;
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
width: 20%;
}
.woocommerce .products,
.woocommerce ul.products,
.products {
margin: 0 -15px;
}
.woocommerce .products li.product,
.woocommerce ul.products li.product,
.products li.product {
margin: 0 0 77px;
width: 25%;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce .products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.products li.product .woocommerce-loop-product__title,
.woocommerce .products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.products li.product .woocommerce-loop-category__title,
.woocommerce .products li.product h3,
.woocommerce ul.products li.product h3,
.products li.product h3 {
font-size: 16px;
color: #041e42;
text-align: center;
padding: 0;
}
.woocommerce .products li.product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button,
.products li.product .add_to_cart_button,
.woocommerce .products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_external,
.products li.product .product_type_external {
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
margin-top: 2em;
}
.woocommerce .products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_external,
.products li.product .product_type_external {
white-space: normal;
line-height: 1.47;
}
.woocommerce .products li.product .price,
.woocommerce ul.products li.product .price,
.products li.product .price {
font-size: 16px;
color: #041e42;
}
.woocommerce .products li.product .price ins,
.woocommerce ul.products li.product .price ins,
.products li.product .price ins,
.woocommerce .products li.product .price del,
.woocommerce ul.products li.product .price del,
.products li.product .price del {
display: inline-block;
}
.woocommerce .products li.product .price del,
.woocommerce ul.products li.product .price del,
.products li.product .price del {
font-size: 14px;
}
.woocommerce .products li.product .price ins,
.woocommerce ul.products li.product .price ins,
.products li.product .price ins {
font-weight: inherit;
text-decoration: none;
}
.woocommerce .products li.product .woocommerce-after-shop-loop,
.woocommerce ul.products li.product .woocommerce-after-shop-loop,
.products li.product .woocommerce-after-shop-loop {
margin-top: 18px;
}
.woocommerce .products li.product .woocommerce-after-shop-loop .price,
.woocommerce ul.products li.product .woocommerce-after-shop-loop .price,
.products li.product .woocommerce-after-shop-loop .price {
float: none;
text-align: center;
}
.woocommerce .products li.product .woocommerce-after-shop-loop .star-rating,
.woocommerce ul.products li.product .woocommerce-after-shop-loop .star-rating,
.products li.product .woocommerce-after-shop-loop .star-rating {
float: left;
margin: 8px 0 0;
}
.woocommerce .products li.product .woocommerce-after-shop-loop .star-rating + .price,
.woocommerce ul.products li.product .woocommerce-after-shop-loop .star-rating + .price,
.products li.product .woocommerce-after-shop-loop .star-rating + .price {
float: right;
}
.woocommerce .products li.product .onsale,
.woocommerce ul.products li.product .onsale,
.products li.product .onsale {
border-radius: 0;
background-color: #81CA00;
font-size: 12px;
padding: 6px 9px;
min-height: 1em;
text-transform: uppercase;
line-height: 1;
margin: 0;
right: 8px;
top: -6px;
}
@media (max-width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*="columns-"] ul.products li.product,
.woocommerce[class*="columns-"] ul.products li.product {
width: 50%;
margin: 0 0 77px;
}
}
@media (max-width: 480px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*="columns-"] ul.products li.product,
.woocommerce[class*="columns-"] ul.products li.product {
width: 100%;
margin: 0 0 77px;
}
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.widget_price_filter .price_slider_wrapper .ui-widget-content {
height: 6px;
border-radius: 0;
background-color: #dcdde1;
}
.woocommerce .widget_price_filter .price_slider,
.widget_price_filter .price_slider {
margin: 0 0 48px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_slider_amount .button {
color: #ffffff;
background-color: #041e42;
border-color: #041e42;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
border-radius: 0;
padding: 18px 25px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:hover {
background-color: #ed1c24;
border-color: #ed1c24;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-handle {
height: 14px;
width: 14px;
background-color: #041e42;
top: -4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-range {
background-color: #ed1c24;
height: 6px;
}
.woocommerce.widget_shopping_cart .wc-forward,
.woocommerce.widget_shopping_cart .button.wc-forward {
color: #ffffff;
background-color: #041e42;
border-color: #041e42;
border-radius: 0;
text-transform: uppercase;
}
.woocommerce.widget_shopping_cart .wc-forward:hover,
.woocommerce.widget_shopping_cart .button.wc-forward:hover {
color: #ffffff;
border-color: #ed1c24;
background-color: #ed1c24;
}
.woocommerce.widget_shopping_cart .cart_list li {
padding-top: 15px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 15px;
}
.woocommerce.widget_shopping_cart .total {
border-top: none;
}
.widget_product_search .search-field {
width: 100%;
}
ul.product_list_widget li,
.woocommerce ul.product_list_widget li {
padding: 15px 0;
border: solid 1px #dcdde1;
line-height: 1.4;
border-width: 0 0 1px 0;
}
ul.product_list_widget li a,
.woocommerce ul.product_list_widget li a,
ul.product_list_widget li .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
color: #222222;
}
ul.product_list_widget li .product-title,
.woocommerce ul.product_list_widget li .product-title {
color: #041e42;
display: block;
margin-bottom: 5px;
}
ul.product_list_widget li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
font-size: 12px;
margin-bottom: 5px;
}
ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li ins {
text-decoration: none;
}
ul.product_list_widget li img,
.woocommerce ul.product_list_widget li img {
width: 60px;
} .woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
@media (min-width: 768px) {
.woocommerce .cross-sells ul.products li {
width: 100%;
}
.woocommerce .cross-sells.columns-2 ul.products li {
width: 50%;
}
.woocommerce .cross-sells.columns-3 ul.products li {
width: 33.33%;
}
.woocommerce .cross-sells.columns-4 ul.products li {
width: 24%;
}
.woocommerce .cross-sells.columns-5 ul.products li {
width: 20%;
}
}
@media (max-width: 480px) {
.woocommerce .cross-sells ul.products li.product,
.woocommerce .cross-sells[class*="columns-"] ul.products li.product {
width: 100%;
margin: 0 0 77px;
}
}
.woocommerce table.shop_table {
border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
border: none;
padding: 16px 0;
}
.woocommerce table.shop_table th {
font-weight: 800;
}
.woocommerce table.shop_table.cart {
border: none;
}
.woocommerce table.shop_table.cart .product-remove {
width: 50px;
padding-left: 20px;
}
.woocommerce table.shop_table.cart a.remove {
color: #222222 !important;
}
.woocommerce table.shop_table.cart a.remove:hover {
color: #ffffff !important;
background: #ed1c24;
}
.woocommerce table.shop_table.cart a.remove,
.woocommerce table.shop_table.cart .quantity {
display: inline-block;
}
.woocommerce table.shop_table.cart input,
.woocommerce table.shop_table.cart .button {
padding: 18px 25px !important;
border-radius: 0;
height: 50px;
font-size: 14px;
font-weight: bold;
}
.woocommerce table.shop_table.cart input.btn-primary,
.woocommerce table.shop_table.cart .button.btn-primary {
color: #ffffff;
background-color: #ed1c24;
}
.woocommerce table.shop_table.cart .quantity input {
margin-right: 10px;
width: 70px;
padding-left: 10px !important;
padding-right: 10px !important;
}
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.cart td {
border-bottom: solid 1px #dcdde1;
vertical-align: middle;
}
.woocommerce table.shop_table.cart th.product-subtotal,
.woocommerce table.shop_table.cart td.product-subtotal {
text-align: right;
}
.woocommerce table.shop_table.cart th.product-quantity,
.woocommerce table.shop_table.cart td.product-quantity {
text-align: center;
}
.woocommerce table.shop_table.cart th {
border-bottom-width: 3px;
padding-bottom: 20px;
}
.woocommerce table.shop_table.cart tbody tr:first-child td {
padding-top: 30px;
}
.woocommerce table.shop_table.cart .product-name {
position: relative;
}
.woocommerce table.shop_table.cart .product-name,
.woocommerce table.shop_table.cart .product-name a {
color: #041e42;
font-weight: 800;
}
.woocommerce table.shop_table.cart .product-thumbnail img {
float: left;
width: 60px;
margin-right: 20px;
}
.woocommerce table.shop_table.cart .product-data {
display: block;
float: left;
}
.woocommerce table.shop_table.cart .variation {
font-size: 11px;
letter-spacing: 0.5px;
text-transform: uppercase;
line-height: 1.8;
margin-bottom: 5px;
}
.woocommerce table.shop_table.cart .variation dt,
.woocommerce table.shop_table.cart .variation dd {
display: inline-block;
float: left;
}
.woocommerce table.shop_table.cart .actions input,
.woocommerce table.shop_table.cart .actions .button {
padding: 18px 25px !important;
}
.woocommerce table.shop_table.cart .actions .coupon .input-text {
min-width: 215px;
}
.woocommerce table.shop_table.cart .actions .coupon .input-text::-moz-placeholder {
color: #dcdde1;
opacity: 1;
}
.woocommerce table.shop_table.cart .actions .coupon .input-text:-ms-input-placeholder {
color: #dcdde1;
}
.woocommerce table.shop_table.cart .actions .coupon .input-text::-webkit-input-placeholder {
color: #dcdde1;
}
.woocommerce .woocommerce-cart-form input,
.woocommerce .woocommerce-cart-form .button {
padding: 18px 25px !important;
border-radius: 0;
height: auto;
font-size: 14px;
}
.woocommerce .woocommerce-cart-form input.btn-primary,
.woocommerce .woocommerce-cart-form .button.btn-primary {
color: #ffffff !important;
background-color: #ed1c24;
}
.woocommerce .woocommerce-cart-form input.btn-success,
.woocommerce .woocommerce-cart-form .button.btn-success {
color: #ffffff !important;
background-color: #d58512;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
position: relative;
padding-right: 35px !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button i {
font-size: 20px;
height: 1em;
right: 20px;
margin-top: -2px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-cart .cart_totals > h3,
.woocommerce-cart .cross-sells > h3,
.woocommerce-cart .cart_totals > h2,
.woocommerce-cart .cross-sells > h2 {
font-size: 24px;
margin-bottom: 40px;
margin-top: 60px;
}
.woocommerce-cart .cart_totals table.shop_table {
background-color: #e5f6f7;
max-width: 480px;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
text-align: left;
padding-left: 25px;
padding-right: 25px;
border: none;
}
.woocommerce-cart .cart_totals table.shop_table th {
text-transform: uppercase;
} .woocommerce-checkout input,
.woocommerce-account input,
.woocommerce-checkout select,
.woocommerce-account select {
padding: 15px 12px;
height: auto;
border-radius: 0;
border-color: #dcdde1;
background-color: #ffffff;
}
.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-account .select2-container .select2-selection--single {
height: 50px;
border-radius: 0;
border-color: #dcdde1;
background-color: #ffffff;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {
line-height: 50px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-account .select2-container .select2-selection--single .select2-selection__arrow {
height: 50px;
}
.woocommerce-checkout label,
.woocommerce-account label {
font-size: 16px;
text-transform: capitalize;
}
.woocommerce-checkout h3,
.woocommerce-account h3 {
font-size: 24px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total td {
border-bottom: solid 1px #dcdde1;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th {
border-bottom: 3px solid #dcdde1;
} .woocommerce .woocommerce-order .woocommerce-order-details__title,
.woocommerce .woocommerce-order .woocommerce-customer-details h2 {
font-size: 24px;
text-transform: capitalize;
}
.woocommerce .woocommerce-order table.order_details {
border: none;
}
.woocommerce .woocommerce-order table.order_details thead th {
border-bottom: 3px solid #dcdde1;
}
.woocommerce .woocommerce-order table.customer_details th,
.woocommerce .woocommerce-order table.customer_details td {
padding-left: 25px;
padding-right: 25px;
border-top: solid 1px #dcdde1;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
position: relative;
list-style: none;
margin-left: 0;
margin-bottom: 30px;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
list-style: none;
margin: 0;
font-weight: 700;
text-transform: capitalize;
padding: 15px 20px;
margin-bottom: 5px;
background-color: #e5f6f7;
border-left: 5px solid transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:before,
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:after {
display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
color: #222222;
position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:before {
content: '';
display: inline-block;
font-size: 14px;
margin-right: 10px;
font-family: 'FontAwesome';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--dashboard > a:before {
content: '\f0e4';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--orders > a:before {
content: '\f218';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--downloads > a:before {
content: '\f019';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--edit-address > a:before {
content: '\f2bc';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--edit-account > a:before {
content: '\f007';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--customer-logout > a:before {
content: '\f011';
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:focus,
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.active {
border-color: #ed1c24;
}
.woocommerce-account table.my_account_orders {
border: none;
}
.woocommerce-account table.my_account_orders thead th {
border-bottom: 3px solid #dcdde1;
}
.woocommerce-account table.my_account_orders th,
.woocommerce-account table.my_account_orders td {
border-bottom: solid 1px #dcdde1;
}
.woocommerce-account form.woocommerce-form-login {
max-width: 480px;
border: none;
padding: 0;
border-radius: 0;
margin: 80px auto;
}
.woocommerce-account form.woocommerce-form-login label {
text-transform: uppercase;
}
.woocommerce-account form.woocommerce-form-login #form-login-acction {
margin-top: 20px;
}
.woocommerce-account form.woocommerce-form-login #new-account,
.woocommerce-account form.woocommerce-form-login #lost-password {
float: left;
}
.woocommerce-account form.woocommerce-form-login #new-account {
text-transform: capitalize;
}
.woocommerce-account form.woocommerce-form-login #lost-password {
float: right;
}
.woocommerce-account form.woocommerce-form-login #rememberme {
margin-top: 0;
margin-bottom: 0;
text-tranform: normal;
}
.woocommerce-account form.woocommerce-form-login .unstyled {
list-style: none;
padding: 0;
margin-top: 30px;
}
.woocommerce-account form.woocommerce-form-login .unstyled li {
padding: 5px 0;
text-transform: uppercase;
font-size: 11px;
}
.woocommerce-account form.woocommerce-form-login .unstyled li span {
margin-left: 5px;
}
.woocommerce-account form.woocommerce-form-login input.woocommerce-Input {
background-color: #f4f4f4;
width: 100%;
display: block;
} .single-tg_custom_post .post-content .blog-image img,
.single-petro_service .post-content .blog-image img {
width: 100%;
}
.single-tg_custom_post .post-content h2,
.single-petro_service .post-content h2 {
font-size: 30px;
line-height: 1.2em;
letter-spacing: -0.05em;
font-weight: 800;
color: #041e42;
margin-bottom: 20px;
border-top: 1px solid #dcdde1;
padding-top: 20px;
padding-bottom: 40px;
position: relative;
}
.single-tg_custom_post .post-content h2:before,
.single-petro_service .post-content h2:before {
content: '';
border-top: 2px solid #ed1c24;
position: absolute;
top: 0;
left: 0;
width: 250px;
}
.single-tg_custom_post .post-content .container-fluid,
.single-petro_service .post-content .container-fluid {
margin-left: -15px;
margin-right: -15px;
}
.single-tg_custom_post .post-content .container-fluid .container,
.single-petro_service .post-content .container-fluid .container {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.single-tg_custom_post .portfolio-meta-info,
.single-petro_service .portfolio-meta-info {
margin-bottom: 40px;
list-style: none;
padding: 0;
}
.single-tg_custom_post .portfolio-meta-info .meta,
.single-petro_service .portfolio-meta-info .meta {
margin-bottom: 20px;
display: block;
width: 100%;
line-height: 1.4;
font-size: 16px;
}
.single-tg_custom_post .portfolio-meta-info .meta:before,
.single-petro_service .portfolio-meta-info .meta:before {
display: none;
}
.single-tg_custom_post .portfolio-meta-info .meta,
.single-petro_service .portfolio-meta-info .meta,
.single-tg_custom_post .portfolio-meta-info .meta a,
.single-petro_service .portfolio-meta-info .meta a {
color: #222222;
}
.single-tg_custom_post .portfolio-meta-info .meta label,
.single-petro_service .portfolio-meta-info .meta label {
display: block;
width: 100%;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin-bottom: 0;
line-height: 1;
}
.single-tg_custom_post .portfolio-meta-info .meta.download a,
.single-petro_service .portfolio-meta-info .meta.download a {
color: #ffffff;
}
.single-tg_custom_post .portfolio-meta-info .detail-project,
.single-petro_service .portfolio-meta-info .detail-project {
text-align: right;
font-size: 16px;
text-transform: capitalize;
}
.single-tg_custom_post .portfolio-meta-info .detail-project i,
.single-petro_service .portfolio-meta-info .detail-project i {
margin-left: 20px;
} .el-btn.align-left,
.el-btn.align-right {
display: inline-block;
}
.el-btn .btn {
line-height: normal;
font-weight: 600;
padding: 14px 35px;
font-size: 16px;
}
.el-btn .btn > i,
.el-btn .btn > .fa {
margin-right: 10px;
font-size: 1.4em;
vertical-align: middle;
}
.el-btn .btn .btn-ico + span {
margin-left: 0;
}
.el-btn .btn,
.el-btn .btn.shape-rounded {
border-radius: 25px;
}
.el-btn .btn.btn-sm {
padding: 5px 16px;
}
.el-btn .btn.btn-sm,
.el-btn .btn.btn-sm.shape-rounded {
border-radius: 25px;
}
.el-btn .btn.btn-xs {
padding: 2px 10px;
}
.el-btn .btn.btn-xs,
.el-btn .btn.btn-xs.shape-rounded {
border-radius: 10px;
}
.el-btn .btn.btn-lg {
padding: 16px 40px;
}
.el-btn .btn.btn-lg,
.el-btn .btn.btn-lg.shape-rounded {
border-radius: 6px;
}
.el-btn .btn.btn-skin-default {
color: #ffffff;
background-color: #222222;
border-color: #222222;
}
.el-btn .btn.btn-skin-default:hover,
.el-btn .btn.btn-skin-default:focus {
background-color: #041e42;
border-color: #041e42;
}
.el-btn .btn.btn-skin-primary {
color: #ffffff;
background-color: #ed1c24;
border-color: #ed1c24;
}
.el-btn .btn.btn-skin-primary:hover,
.el-btn .btn.btn-skin-primary:focus {
background-color: #041e42;
border-color: #041e42;
}
.el-btn .btn.btn-skin-default-ghost {
color: #222222;
background-color: transparent;
border-color: #222222;
}
.el-btn .btn.btn-skin-default-ghost:hover,
.el-btn .btn.btn-skin-default-ghost:focus {
color: #ffffff !important;
background-color: #222222;
}
.el-btn .btn.btn-skin-primary-ghost {
color: #ed1c24;
background-color: transparent;
border-color: #ed1c24;
}
.el-btn .btn.btn-skin-primary-ghost:hover,
.el-btn .btn.btn-skin-primary-ghost:focus {
color: #ffffff !important;
background-color: #ed1c24;
}
.el-btn .btn.btn-skin-secondary {
color: #ffffff;
background-color: #041e42;
border-color: #041e42;
}
.el-btn .btn.btn-skin-secondary:hover,
.el-btn .btn.btn-skin-secondary:focus {
background-color: #ed1c24;
border-color: #ed1c24;
}
.el-btn .btn.btn-skin-secondary-ghost {
color: #041e42;
background-color: transparent;
border-color: #041e42;
}
.el-btn .btn.btn-skin-secondary-ghost:hover,
.el-btn .btn.btn-skin-secondary-ghost:focus {
color: #ffffff !important;
background-color: #041e42;
}
.el-btn .btn.btn-skin-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #5cb85c;
}
.el-btn .btn.btn-skin-success:hover,
.el-btn .btn.btn-skin-success:focus {
border-color: #449d44;
background-color: #449d44;
}
.el-btn .btn.btn-skin-success-ghost {
color: #5cb85c;
background-color: transparent;
border-color: #5cb85c;
}
.el-btn .btn.btn-skin-success-ghost:hover,
.el-btn .btn.btn-skin-success-ghost:focus {
color: #ffffff !important;
background-color: #5cb85c;
}
.el-btn .btn.btn-skin-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #5bc0de;
}
.el-btn .btn.btn-skin-info:hover,
.el-btn .btn.btn-skin-info:focus {
border-color: #31b0d5;
background-color: #31b0d5;
}
.el-btn .btn.btn-skin-info-ghost {
color: #5bc0de;
background-color: transparent;
border-color: #5bc0de;
}
.el-btn .btn.btn-skin-info-ghost:hover,
.el-btn .btn.btn-skin-info-ghost:focus {
color: #ffffff !important;
background-color: #5bc0de;
}
.el-btn .btn.btn-skin-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d9534f;
}
.el-btn .btn.btn-skin-danger:hover,
.el-btn .btn.btn-skin-danger:focus {
border-color: #c9302c;
background-color: #c9302c;
}
.el-btn .btn.btn-skin-danger-ghost {
color: #d9534f;
background-color: transparent;
border-color: #d9534f;
}
.el-btn .btn.btn-skin-danger-ghost:hover,
.el-btn .btn.btn-skin-danger-ghost:focus {
color: #ffffff !important;
background-color: #d9534f;
}
.el-btn .btn.btn-skin-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.el-btn .btn.btn-skin-warning:hover,
.el-btn .btn.btn-skin-warning:focus {
border-color: #ec971f;
background-color: #ec971f;
}
.el-btn .btn.btn-skin-warning-ghost {
color: #f0ad4e;
background-color: transparent;
border-color: #f0ad4e;
}
.el-btn .btn.btn-skin-warning-ghost:hover,
.el-btn .btn.btn-skin-warning-ghost:focus {
color: #ffffff !important;
background-color: #f0ad4e;
}
.el-btn .btn.btn-skin-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d9534f;
}
.el-btn .btn.btn-skin-danger:hover,
.el-btn .btn.btn-skin-danger:focus {
border-color: #c9302c;
background-color: #c9302c;
}
.el-btn .btn.btn-skin-danger-ghost {
color: #d9534f;
background-color: transparent;
border-color: #d9534f;
}
.el-btn .btn.btn-skin-danger-ghost:hover,
.el-btn .btn.btn-skin-danger-ghost:focus {
color: #ffffff !important;
background-color: #d9534f;
}
.el-btn .btn.shape-square {
border-radius: 0;
} .owl-carousel-container {
position: relative;
}
.owl-carousel-container .owl-controls .owl-pagination .owl-page > span,
.owl-carousel-container .owl-dots .owl-page > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-dot > span,
.owl-carousel-container .owl-dots .owl-dot > span {
height: 10px;
width: 10px;
background-color: #dcdde1;
}
.owl-carousel-container .owl-controls .owl-pagination .owl-page:hover > span,
.owl-carousel-container .owl-dots .owl-page:hover > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-dot:hover > span,
.owl-carousel-container .owl-dots .owl-dot:hover > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-page:focus > span,
.owl-carousel-container .owl-dots .owl-page:focus > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-dot:focus > span,
.owl-carousel-container .owl-dots .owl-dot:focus > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-page.active > span,
.owl-carousel-container .owl-dots .owl-page.active > span,
.owl-carousel-container .owl-controls .owl-pagination .owl-dot.active > span,
.owl-carousel-container .owl-dots .owl-dot.active > span {
background-color: #041e42;
}
.owl-carousel-container:not(.pagination-top):not(.pagination-bottom) .navigation {
position: absolute;
left: 0;
right: 0;
margin: 0;
top: 50%;
line-height: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.owl-carousel-container .owl-custom-pagination.navigation {
margin-top: 0;
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl {
background: transparent;
text-align: center;
font-size: 14px;
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border: none;
border: 3px solid #041e42;
padding: 0.7em 0.85em;
opacity: 0;
visibility: hidden;
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl.prev {
left: 0;
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl.next {
right: 0;
left: unset;
}
@media (min-width: 1200px) {
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl {
opacity: 1;
visibility: visible;
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl.prev {
left: -50px;
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl.next {
right: -50px;
left: unset;
}
}
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl:hover,
.owl-carousel-container .owl-custom-pagination.navigation .btn-owl:focus {
border-color: #ed1c24;
color: #ed1c24;
}
.owl-carousel-container:hover .btn-owl,
.owl-carousel-container:focus .btn-owl {
opacity: 1 !impportant;
visibility: visible !impportant;
}
.module-iconboxes {
background-color: #eff3f6;
border: 1px solid #dcdde1;
padding: 30px 30px 60px 30px;
}
.module-iconboxes.petro-services {
margin-bottom: 30px;
}
.module-iconboxes .box img {
border-radius: 50%;
margin: 0 auto;
}
.module-iconboxes .box i {
font-size: 37px;
color: #46c2ca;
}
.module-iconboxes .box-heading {
font-size: 18px;
margin: 0 0 15px 0;
}
.module-iconboxes .text-wrap {
margin-top: 20px;
}
.module-iconboxes .more-link {
text-transform: uppercase;
color: #041e42;
font-weight: 700;
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: translate3d(0px, 25px, 0px);
-moz-transform: translate3d(0px, 25px, 0px);
-ms-transform: translate3d(0px, 25px, 0px);
transform: translate3d(0px, 25px, 0px);
}
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover {
background-color: #46c2ca;
}
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover:before {
opacity: 0.6;
}
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover .box i,
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover .box a,
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover .iconboxes-text {
color: #ffffff;
}
.module-iconboxes:not(.style-8):not(.style-9):not(.style-10):hover .more-link {
opacity: 1;
-webkit-transform: translate3d(0px, 0, 0px);
-moz-transform: translate3d(0px, 0, 0px);
-ms-transform: translate3d(0px, 0, 0px);
transform: translate3d(0px, 0, 0px);
}
.module-iconboxes.style-8,
.module-iconboxes.style-9,
.module-iconboxes.style-10 {
background: transparent;
border: none;
}
.module-iconboxes.style-8 .more-link,
.module-iconboxes.style-9 .more-link,
.module-iconboxes.style-10 .more-link {
opacity: 1;
-webkit-transform: translate3d(0px, 0, 0px);
-moz-transform: translate3d(0px, 0, 0px);
-ms-transform: translate3d(0px, 0, 0px);
transform: translate3d(0px, 0, 0px);
}
.module-iconboxes.style-9 .iconboxes-wrap .box,
.module-iconboxes.style-10 .iconboxes-wrap .box,
.module-iconboxes.style-9 .iconboxes-wrap .text-wrap,
.module-iconboxes.style-10 .iconboxes-wrap .text-wrap {
display: inline-block;
vertical-align: top;
}
.module-iconboxes.style-9 .iconboxes-wrap .box,
.module-iconboxes.style-10 .iconboxes-wrap .box {
width: 30%;
}
.module-iconboxes.style-9 .iconboxes-wrap .text-wrap,
.module-iconboxes.style-10 .iconboxes-wrap .text-wrap {
width: 70%;
}
.module-iconboxes.style-9 .iconboxes-wrap {
text-align: left;
}
.module-iconboxes.style-9 .iconboxes-wrap .box {
padding-right: 1em;
}
.module-iconboxes.style-10 .iconboxes-wrap {
text-align: right;
}
.module-iconboxes.style-10 .iconboxes-wrap .box {
padding-left: 1em;
float: right;
}
.module-iconboxes.style-2 .iconboxes-wrap,
.module-iconboxes.style-3 .iconboxes-wrap,
.module-iconboxes.style-9 .iconboxes-wrap,
.module-iconboxes.style-10 .iconboxes-wrap {
position: relative;
}
.module-iconboxes.style-2 .iconboxes-wrap .text-wrap,
.module-iconboxes.style-3 .iconboxes-wrap .text-wrap,
.module-iconboxes.style-9 .iconboxes-wrap .text-wrap,
.module-iconboxes.style-10 .iconboxes-wrap .text-wrap {
margin-top: 0;
}
.module-iconboxes.style-4 .iconboxes-wrap,
.module-iconboxes.style-5 .iconboxes-wrap {
position: relative;
overflow: hidden;
}
.module-iconboxes.style-4 .text-wrap,
.module-iconboxes.style-5 .text-wrap {
position: relative;
}
.module-iconboxes.style-4 .box,
.module-iconboxes.style-5 .box {
display: inline-block;
position: absolute;
right: -1em;
top: 20px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.module-iconboxes.style-4 .box,
.module-iconboxes.style-5 .box,
.module-iconboxes.style-4 .box i,
.module-iconboxes.style-5 .box i {
font-size: 100px;
}
.module-iconboxes.style-4 .box i,
.module-iconboxes.style-5 .box i {
color: rgba(255, 255, 255, 0.2);
width: 1em;
height: auto;
}
.module-iconboxes.style-4:hover .box,
.module-iconboxes.style-5:hover .box {
right: 0;
}
.module-iconboxes.style-5 .box {
left: -1em;
right: unset;
}
.module-iconboxes.style-5:hover .box {
left: 0;
right: unset;
}
.module-iconboxes.style-6 .line-top,
.module-iconboxes.style-6 .line-bottom {
position: absolute;
left: 0;
right: 0;
}
.module-iconboxes.style-6 .line-top:before,
.module-iconboxes.style-6 .line-bottom:before,
.module-iconboxes.style-6 .line-top:after,
.module-iconboxes.style-6 .line-bottom:after {
content: '';
width: 2px;
height: 2px;
display: block;
position: absolute;
background-color: #041e42;
}
.module-iconboxes.style-6 .line-top {
top: 0;
}
.module-iconboxes.style-6 .line-top:before {
left: -1px;
top: -1px;
}
.module-iconboxes.style-6 .line-top:after {
right: -1px;
top: -1px;
}
.module-iconboxes.style-6 .line-bottom {
bottom: 0;
}
.module-iconboxes.style-6 .line-bottom:before {
left: -1px;
bottom: -1px;
}
.module-iconboxes.style-6 .line-bottom:after {
right: -1px;
bottom: -1px;
}
.module-iconboxes.style-7 {
padding: 0;
background: #041e42;
}
.module-iconboxes.style-7 .icon-body {
padding: 30px 40px 30px;
color: #ffffff;
position: relative;
text-align: center;
}
.module-iconboxes.style-7 .icon-body .box {
position: absolute;
left: 50%;
top: 0;
background: #041e42;
width: 84px;
height: 84px;
border-radius: 50%;
vertical-align: middle;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.module-iconboxes.style-7 .icon-body .box > * {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.module-iconboxes.style-7 .icon-body .box,
.module-iconboxes.style-7 .icon-body .box i {
color: #ffffff;
}
.module-iconboxes.style-7 .icon-body .box i {
width: 0;
height: 0;
}
.module-iconboxes.style-7 .box-heading {
font-size: inherit;
color: #46c2ca;
}
.module-iconboxes.style-7:hover,
.module-iconboxes.style-7:hover .box {
background-color: #46c2ca;
}
.module-iconboxes.style-7:hover .box-heading {
color: #041e42;
}
.module-iconboxes.style-4 .box-heading.decoration::after,
.module-iconboxes.style-5 .box-heading.decoration::after,
.module-iconboxes.style-6 .box-heading.decoration::after,
.module-iconboxes.style-7 .box-heading.decoration::after {
margin-left: auto;
margin-right: auto;
}
.el-timeline:before {
left: 35%;
display: none;
}
.el-timeline .year {
left: 35%;
margin-bottom: 65px;
}
.el-timeline .year:after {
content: '';
position: absolute;
left: 50%;
top: 100%;
height: 72px;
width: 1px;
background: #dcdde1;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.el-timeline .single-timeline-item {
padding-left: 35%;
padding-bottom: 130px;
}
.el-timeline .single-timeline-item:after {
content: '';
position: absolute;
left: 35%;
top: 35px;
bottom: -5px;
width: 1px;
background: #dcdde1;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.el-timeline .single-timeline-item:last-child:after {
display: none;
}
.el-timeline .single-timeline-item .thumb {
right: 65%;
margin-right: 40px;
}
.el-timeline .single-timeline-item .thumb:before {
display: none;
}
.el-timeline .single-timeline-item .thumb:after {
width: 21px;
height: 21px;
border: solid 6px #ffffff;
background: #fde428;
top: 0;
right: -40px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
}
.el-timeline .single-timeline-item .text-holder {
margin-left: 40px;
margin-bottom: 0;
padding: 0;
border: none;
}
.el-timeline .single-timeline-item .text-holder .date {
font-size: 5.6rem;
font-weight: 700;
color: #05295a;
letter-spacing: -0.04em;
margin-top: -15px;
line-height: normal;
margin-bottom: 0;
}
.el-timeline .single-timeline-item .text-holder > h3 {
font-size: 20px;
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
}
@media (max-width: 768px) {
.el-timeline .single-timeline-item:after {
left: 0;
top: 0;
}
.el-timeline .single-timeline-item:last-child:after {
display: block;
}
.el-timeline .single-timeline-item.leaf-position-left,
.el-timeline .single-timeline-item.leaf-position-right {
padding-left: 50px;
}
.el-timeline .single-timeline-item .thumb {
padding-left: 0;
margin-right: 0;
}
.el-timeline .single-timeline-item .thumb:after {
left: -71px;
right: unset;
top: -11px;
}
.el-timeline .single-timeline-item .thumb .box {
padding: 0;
}
.el-timeline .single-timeline-item .text-holder {
margin-left: 0;
margin-right: 0;
padding-bottom: 50px;
}
}
.el_separator {
margin: 0;
}
.responsive_tab .panel.panel-default {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.responsive_tab .panel.panel-default .panel-heading {
background-color: #041e42;
border: 0;
}
.responsive_tab .panel-heading {
padding: 0;
}
.responsive_tab .panel-heading,
.responsive_tab .panel-heading a {
color: #ffffff;
}
.responsive_tab .panel-heading:hover,
.responsive_tab .panel-heading:hover a {
color: #46c2ca !important;
}
.responsive_tab .panel-title {
font-weight: 700;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.responsive_tab .panel-title a {
padding: 13px 40px 13px 20px;
display: block;
position: relative;
}
.responsive_tab .panel-title a:before {
padding: 0 0px 0 20px;
content: "\002B";
font-family: Arial;
font-size: 24px;
position: absolute;
top: 10px;
right: 20px;
}
.responsive_tab .panel-title .accordion-toggle[aria-expanded=true] {
background: #dcdde1;
color: #041e42;
font-weight: bold;
}
.responsive_tab .panel-title .accordion-toggle[aria-expanded=true]:hover {
color: #041e42 !important;
}
.responsive_tab .panel-title .accordion-toggle[aria-expanded=true]:before {
content: '\002D';
}
.responsive_tab .panel-body,
.responsive_tab .tab-pane {
padding: 15px 20px;
border: none !important;
background: #dcdde1;
overflow: auto;
}
.responsive_tab .nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.responsive_tab .nav-tabs > li {
max-width: 285px;
}
.responsive_tab .nav-tabs li > a {
color: #ffffff;
font-weight: 700;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
padding: 13px 20px;
height: 100%;
background: #041e42;
border: 0;
}
.responsive_tab .nav-tabs li:hover > a {
color: #46c2ca !important;
background: #041e42;
}
.responsive_tab .nav-tabs li.active > a,
.responsive_tab .nav-tabs li.active > a:focus {
background-color: #dcdde1 !important;
color: #041e42 !important;
}
.el_progress_bar {
margin-top: 30px;
}
.el_progress_bar .progress-bar-label {
color: #041e42;
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
.el_progress_bar .progress-bar-outer {
margin-top: 0;
height: 4px;
background: #dcdde1;
border-radius: 30px;
}
.el_progress_bar .progress-bar-outer .progress-bar-value {
color: #222222;
font-size: 12px;
bottom: 6px;
top: unset;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.el_progress_bar .progress-bar-outer .progress-bar {
background: #ed1c24;
position: relative;
}
.el_progress_bar .progress-bar-outer .progress-bar-unit {
color: #222222;
font-size: 12px;
position: absolute;
left: calc(100% + 5px);
bottom: 5px;
right: unset;
}
.team_custom.style-circle .profile figure .top-image:before {
border-radius: 50%;
}
.team_custom .phone {
margin-top: 35px;
clear: both;
position: relative;
padding-left: 40px;
font-size: 18px;
}
.team_custom .phone > span {
margin-left: -40px;
font-size: 30px;
color: #ed1c24;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.team_custom hr {
border-top: 1px solid #073472;
position: relative;
width: 100%;
}
.team_custom hr:after {
content: '';
display: block;
width: 50%;
border-top: 2px solid #ed1c24;
position: absolute;
left: 0;
top: 0;
}
.team_custom .profile figure .top-image {
margin-bottom: 30px;
position: relative;
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.team_custom .profile figure .top-image img {
margin: 0 auto;
}
.team_custom .profile figure .top-image:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #041e42;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity: 0;
}
.team_custom .profile .profile-scocial {
margin: 0;
text-align: left;
width: 100%;
}
.team_custom .profile .profile-scocial a {
border-radius: 50%;
}
.team_custom figcaption > hr {
display: none;
}
.team_custom figcaption h3 {
margin-top: 0;
font-size: 20px;
}
.team_custom .profile-subheading {
color: #46c2ca;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 12px;
text-transform: capitalize;
font-style: italic;
font-weight: 200;
letter-spacing: 0.5px;
}
.team_custom .profile-scocial a {
background: #041e42;
color: #ffffff;
display: block;
width: 30px;
height: 30px;
position: relative;
}
.team_custom .profile-scocial a i {
font-size: 18px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.team_custom .profile-scocial a:hover {
background: #46c2ca;
}
.team_custom .profile-image + .profile-content,
.team_custom .profile-content {
padding: 30px;
}
.team_custom.petro-lite .profile figure {
position: relative;
}
.team_custom.petro-lite .profile figure .top-image {
margin-bottom: 0;
display: block;
}
.team_custom.petro-lite .profile figure .top-image img {
margin: 0 auto 0 0;
}
.team_custom.petro-lite .profile figure figcaption {
position: absolute;
left: 0;
bottom: 0;
}
.team_custom.petro-lite .profile figure figcaption .profile-heading {
background: #46c2ca;
color: #ffffff;
padding: 10px 30px;
letter-spacing: -0.6px;
text-transform: uppercase;
display: block;
}
.team_custom.petro {
border: 1px solid #dcdde1;
margin-bottom: 30px;
background-color: #041e42;
color: #ffffff;
border-bottom: solid 3px #041e42;
min-height: 300px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
}
@media (max-width: 480px) {
.team_custom.petro {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -ms-flex;
display: -webkit-flex;
-webkit-flex-flow: column wrap;
-ms-flex-flow: column wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-flow: column wrap;
}
}
.team_custom.petro .profile-image {
position: relative;
}
@media (min-width: 481px) {
.team_custom.petro .profile-image,
.team_custom.petro .profile-image + .profile-content {
width: 50%;
}
}
.team_custom.petro .profile-scocial {
background: rgba(255, 255, 255, 0.6);
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
line-height: 1;
}
.team_custom.petro .profile-scocial a {
background: transparent;
color: #041e42;
height: 42px;
}
.team_custom.petro .profile-scocial a:hover,
.team_custom.petro .profile-scocial a:focus {
color: #46c2ca;
}
.team_custom.petro .profile-scocial li {
padding-right: 15px;
}
.team_custom.petro:hover,
.team_custom.petro:focus {
background-color: #46c2ca;
border-bottom-color: #46c2ca;
}
.team_custom.petro:hover,
.team_custom.petro:focus,
.team_custom.petro:hover .profile-subheading,
.team_custom.petro:focus .profile-subheading {
color: #041e42;
}
.portfolio-content .portfolio .portfolio-info {
padding: 30px 20px;
width: 80%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.portfolio-content .portfolio .portfolio-info,
.portfolio-content .portfolio .portfolio-info a {
color: #ffffff;
}
.portfolio-content .portfolio .portfolio-info .portfolio-title {
font-size: 18px;
margin: 0 auto 10px;
text-transform: uppercase;
}
.portfolio-content .portfolio .portfolio-info .portfolio-term {
font-size: 14px;
text-transform: capitalize;
}
.portfolio-content .portfolio .image-overlay {
padding: 20px;
width: calc(100% - 20px);
height: calc(100% - 20px);
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.portfolio-content .portfolio .image-overlay-container {
border-width: 10px;
border-color: #46c2ca;
background: rgba(70, 194, 202, 0.4);
top: unset;
left: unset;
position: relative;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.portfolio-content .portfolio .portfolio-image {
background: #041e42;
}
.gum_portfolio .portfolio-filter {
text-align: left;
}
.gum_portfolio .portfolio-filter li {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 0 20px;
}
.gum_portfolio .portfolio-filter li:first-child {
padding-left: 0;
}
.gum_portfolio .portfolio-filter li:last-child {
padding-right: 0;
}
.gum_portfolio .portfolio-filter li,
.gum_portfolio .portfolio-filter li a {
color: #222222;
}
.gum_portfolio .portfolio-filter li > a {
padding: 0 0 18px !important;
}
.gum_portfolio .portfolio-filter li > a:hover,
.gum_portfolio .portfolio-filter li > a:focus {
color: #ed1c24;
}
.gum_portfolio .portfolio-filter li.active a {
color: #ed1c24;
}
.layout-slide .portfolio-content .portfolio .image-overlay-container {
background-color: rgba(34, 34, 34, 0.8);
padding: 20px;
}
.layout-slide .portfolio-content .portfolio .image-overlay {
-webkit-transform: translate(0, 65%);
-ms-transform: translate(0, 65%);
-o-transform: translate(0, 65%);
transform: translate(0, 65%);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.layout-slide .portfolio-content .portfolio .portfolio-title {
font-size: 16px;
text-transform: capitalize;
border-bottom: solid 1px #46c2ca;
}
.layout-slide .portfolio-content .portfolio .portfolio-title:after {
content: '';
height: 2px;
width: 150px;
display: block;
margin: 7% 0 -1px;
background: #ed1c24;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.layout-slide .portfolio-content .portfolio:hover .portfolio-title:after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.layout-slide .portfolio-content .portfolio:hover .image-overlay {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.layout-slide .portfolio-content .portfolio .read-more-portfolio {
text-transform: uppercase;
color: #46c2ca;
margin-top: 20px;
font-weight: bold;
display: block;
}
.layout-slide .portfolio-content .portfolio .read-more-portfolio:hover,
.layout-slide .portfolio-content .portfolio .read-more-portfolio:focus {
text-decoration: underline;
}
.portfolio-carousel {
margin: 60px 0;
}
.portfolio-carousel .owl-custom-pagination {
top: 0;
bottom: 0;
}
.portfolio-carousel .owl-custom-pagination.position-bottom {
top: 100%!important;
bottom: unset!important;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
margin-top: 80px!important;
}
.portfolio-carousel .owl-custom-pagination.position-top {
bottom: 100%;
margin-bottom: 0;
top: unset !important;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
.portfolio-carousel .owl-custom-pagination.position-bottom.navigation .btn-owl,
.portfolio-carousel .owl-custom-pagination.position-top.navigation .btn-owl {
position: relative;
display: inline-block;
}
.portfolio-carousel .owl-custom-pagination.position-bottom.navigation .btn-owl.prev,
.portfolio-carousel .owl-custom-pagination.position-top.navigation .btn-owl.prev {
left: 0;
}
.portfolio-carousel .owl-custom-pagination.position-bottom.navigation .btn-owl.next,
.portfolio-carousel .owl-custom-pagination.position-top.navigation .btn-owl.next {
right: 0;
}
.section-head.font-same-body,
.el_counto.font-same-body,
.section-head.font-same-body h1,
.el_counto.font-same-body h1,
.section-head.font-same-body h2,
.el_counto.font-same-body h2,
.section-head.font-same-body h3,
.el_counto.font-same-body h3,
.section-head.font-same-body h4,
.el_counto.font-same-body h4,
.section-head.font-same-body h5,
.el_counto.font-same-body h5,
.section-head.font-same-body h6,
.el_counto.font-same-body h6,
.section-head.font-same-body .h1,
.el_counto.font-same-body .h1,
.section-head.font-same-body .h2,
.el_counto.font-same-body .h2,
.section-head.font-same-body .h3,
.el_counto.font-same-body .h3,
.section-head.font-same-body .h4,
.el_counto.font-same-body .h4,
.section-head.font-same-body .h5,
.el_counto.font-same-body .h5,
.section-head.font-same-body .h6,
.el_counto.font-same-body .h6,
.section-head.font-same-body .section-main-title,
.el_counto.font-same-body .section-main-title {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.section-head.font-same-heading,
.el_counto.font-same-heading,
.section-head.font-same-heading h1,
.el_counto.font-same-heading h1,
.section-head.font-same-heading h2,
.el_counto.font-same-heading h2,
.section-head.font-same-heading h3,
.el_counto.font-same-heading h3,
.section-head.font-same-heading h4,
.el_counto.font-same-heading h4,
.section-head.font-same-heading h5,
.el_counto.font-same-heading h5,
.section-head.font-same-heading h6,
.el_counto.font-same-heading h6,
.section-head.font-same-heading .h1,
.el_counto.font-same-heading .h1,
.section-head.font-same-heading .h2,
.el_counto.font-same-heading .h2,
.section-head.font-same-heading .h3,
.el_counto.font-same-heading .h3,
.section-head.font-same-heading .h4,
.el_counto.font-same-heading .h4,
.section-head.font-same-heading .h5,
.el_counto.font-same-heading .h5,
.section-head.font-same-heading .h6,
.el_counto.font-same-heading .h6,
.section-head.font-same-heading .section-main-title,
.el_counto.font-same-heading .section-main-title {
font-family: 'Open Sans', sans-serif;
}
.section-head {
z-index: 0;
}
.section-head .section-main-title {
font-weight: 800;
}
.section-head.layout-petro {
position: relative;
border-top: 1px solid #dcdde1;
}
.section-head.layout-petro .section-main-title {
padding-top: 18px;
}
.section-head.layout-petro:before {
content: '';
border-top: 2px solid #ed1c24;
position: absolute;
top: 0;
left: 0;
width: 250px;
}
.section-head.layout-petro.center:before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.section-head.layout-petro.right:before {
left: unset;
right: 0;
}
.section-head.layout-ico .section-main-title {
z-index: 1;
}
.section-head.layout-ico .ico-background {
position: absolute;
top: 0;
left: 0;
z-index: 0;
font-size: 200px;
color: #46c2ca;
opacity: 0.1;
line-height: 1;
}
.price-block {
border-color: #dcdde1;
}
.price-block .price-heading,
.price-block .price-footer {
background-color: #041e42;
}
.price-block .price-footer .btn {
text-transform: uppercase;
}
.price-block .price-footer .btn:hover,
.price-block .price-footer .btn:focus {
background-color: #ffffff;
color: #041e42;
}
.price-block.popular .price-heading,
.price-block.popular .price-footer {
background-color: #46c2ca;
}
.price-block.popular .price-footer .btn:hover,
.price-block.popular .price-footer .btn:focus {
background-color: #ffffff;
color: #46c2ca;
}
.price-block.layout-2 {
background: #f2f2f2;
}
.price-block.layout-2 .price-name {
font-size: 24px;
color: #666666;
}
.price-block.layout-2 .price-value {
font-size: 36px;
}
.price-block.layout-2 .price-value .price-symbol {
font-size: 18px;
top: -10px;
font-weight: normal;
}
.price-block.layout-2 .price-heading {
padding: 15px 0 5px 0;
}
.price-block.layout-2 .price-features > li {
border-bottom-color: transparent;
}
.price-block.layout-2 .price-footer {
padding: 40px 0 30px;
}
.price-block.layout-2 .price-footer .btn {
background: #041e42;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
}
.price-block.layout-2 .price-footer .btn:hover,
.price-block.layout-2 .price-footer .btn:focus {
background: #ed1c24;
color: #ffffff;
}
.price-block.layout-2.popular .price-footer {
background: none;
}
.youtube_popup .action-panel {
background-color: #041e42;
}
.youtube_popup .action-panel:hover,
.youtube_popup .action-panel:focus {
background-color: #ed1c24;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}