html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input,textarea {	
font:inherit;
resize:none;
vertical-align: bottom;
}
video {
max-width: 100%;
height: auto;
}
iframe,
embed,
object {
max-width: 100%;
}
.clean {
position:relative;
display: block;
clear: both;
} * { 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box; 
}
html .tp-bullets {
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
html .tp-bullets:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;	
}
html .tp-bullets.simplebullets.round .bullet {
background: rgba(0, 0, 0, 0) !important;
border: 1px solid #fff !important;
width: 10px !important;
height: 10px !important;
margin: 0 3px;
text-indent: -9999px;
margin-bottom: 0 !important;
border-radius: 0px!important;
-webkit-border-radius:0px!important;
-moz-border-radius:0px!important;
}
html .tp-bullets {
height: 18px;
}
html .tp-bullets.simplebullets.round .bullet:hover,
html .tp-bullets.simplebullets.round .bullet.selected,
html .tp-bullets.simplebullets.navbar .bullet:hover,
html .tp-bullets.simplebullets.navbar .bullet.selected {	
background:#fff !important; 
opacity: 0.7;
}	
html .tp-leftarrow.default {
background: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/controls/slider-navi.png) no-repeat 0 0 !important;
width: 47px !important;
height: 47px !important;
}
html .tp-leftarrow.default:before, html .tp-rightarrow.default:before { 
content: none;
}
html .tp-rightarrow.default {
background: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/controls/slider-navi.png) no-repeat -47px 0 !important;
width: 47px !important;
height: 47px !important;
}
html .tp-arrows.default:before {
content: none;
} #qLoverlay {
background-color: #FFF;
width: 100%;
height: 100%;
position: fixed;
z-index: 20000;
top: 0;
left: 0;
} .rev_slider_wrapper .fullwidthabanner, .rev_slider_wrapper .fullwidthabanner ul {
height: 500px;
}
.wpb_revslider_element > p {
margin: 0;
}
html .single-portfolio #header {
display: none!important;
}
html .error404 #header {
display: none!important;
}
html .single-portfolio #cmd-main-body-container .empty-space {
display: none!important;
}
html .single-portfolio #footer {
display: none!important;
}
html .error404 #footer {
display: none!important;
}
.wpb_single_image img {
height: auto!important;
max-width: 100%!important;
margin-bottom: -7px!important;
}
.default {
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;	
}
.cmd-page-subtitle {
padding: 60px 0;
margin-bottom: 50px;
overflow: hidden;
text-align: center;
}
.blog #main {
height: 50px;
}
.parallax-padding {
padding: 80px 0;
}
.cmd-page-subtitle h2 {
margin-bottom: 0;
font-size: 43px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 5px;
margin: 0;
}
.cmd-page-subtitle h3 {
font-weight: 400;
font-size: 21px;
text-align: center;
margin: 0;
clear: both;
color: #999;
line-height: 21px;
text-transform: none;
margin-bottom: 25px;
font-style: italic;
letter-spacing: 0.7px;
font-family: serif;
}
#qLbar {
top: 0 !important;
}
#spinner {
position: absolute;
height:41px;
width:41px;
top: 50%;
border: 3px solid rgba(226, 226, 226, 0.75);
border-radius:100%;
-webkit-animation: rotation 1s infinite linear;
-moz-animation: rotation 1s infinite linear;
-o-animation: rotation 1s infinite linear;
animation: rotation 1s infinite linear;
left: 50%;
margin-left: -17px;
margin-top: -17px;
}
.no-css #spinner {
background:url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/preloader/preloader.gif) no-repeat scroll 0 0;
width: 38px;
height: 38px;
border: 0;
margin-left: -19px;
margin-top: -19px;	
}
.no-css #spinner:before {
border: 0;
}	
#spinner:before {
content:"";
display:block;
position:absolute;
left:-3px;
top:-3px;
height:100%;
width:100%;
border-top:3px solid rgba(0,0,0,1);
border-left: 3px solid #000;
border-bottom:3px solid transparent;
border-right: 3px solid #000;
border-radius:100%;
}
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.empty-space {
display: block;
width: 100%;
}
.disable-margin-bottom {
margin-bottom: 0px!important;
}
.black-background-overlay {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.white-background-overlay {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.black-background-overlay {
color: #ffffff;
}
.black-background-overlay h1, 
.black-background-overlay h2, 
.black-background-overlay h3, 
.black-background-overlay h4, 
.black-background-overlay h5, 
.black-background-overlay h6 {
color: #fff;
}
.black-background-overlay a:hover {
color: #fff;
}
.white-background-overlay:before,
.white-background-overlay:after {
display: table;
content: "";
}
.white-background-overlay:after {
clear: both;
}
.black-background-overlay:before,
.black-background-overlay:after {
display: table;
content: "";
}
.black-background-overlay:after {
clear: both;
}
h2.cmd-parallax-quote-title-text {
font-size: 41px;
font-weight: 400;
line-height: 48px;
text-align: center;
font-family: serif;
text-transform: none;
font-style: italic;
letter-spacing: 1px;
}
.parallax-padding {
margin-bottom: 50px;
}
.black-background-overlay .cmd-quote-author {
color:#ffffff;
}
.cmd-quote-author {
display: block;
text-transform: none;
margin-top: 20px;
text-align: center;
font-weight: 400;
font-size: 21px;
color: #222222;
letter-spacing: 1px;
font-family: serif;
font-style: italic;
}
.cmd-quote-author:before {
content: "";
background: #fff;
height: 1px;
width: 150px;
display: block;
opacity: 0.8;
margin: 0 auto;
margin-bottom: 10px;
}
.cmd-quote-author:after {
content: "";
background: #fff;
height: 1px;
width: 150px;
display: block;
opacity: 0.8;
margin: 0 auto;
margin-top: 10px;
} div.light_rounded .pp_top .pp_middle, 
div.light_rounded .pp_content_container .pp_left, 
div.light_rounded .pp_content_container .pp_right, 
div.light_rounded .pp_bottom .pp_middle, 
div.light_square .pp_left, 
div.light_square .pp_middle, 
div.light_square .pp_right, 
div.light_square .pp_content, 
div.facebook .pp_content {
background: transparent!important;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
margin-right: 85px!important;
text-transform: uppercase!important;
color: #fff!important;
}
div.light_square .pp_close {
height: 23px!important;
}
.pp_nav {
color: #fff!important;
} .cmd-testimonials, 
.cmd-twitter, 
.cmd-clients {
width: 80%;
position: relative;
height: auto;
margin: 0 auto;
}
.cmd-testimonials .owl-pagination, 
.cmd-twitter .owl-pagination {
margin-top: 20px;
}
.cmd-testimonials .owl-prev, 
.cmd-testimonials .owl-next {
display: none;
}
.cmd-single-slider-item a {
display: block;
}
.cmd-portfolio-slider-container {
position: relative;
}
.portfolio-slider {
position: relative;
}
.portfolio-slider img {
height: auto;
display: block;
width: 100%;
}
.portfolio-slider .owl-prev{
width: 50px;
height: 50px;
float: left;
opacity: 0.4;
position: absolute;
bottom: 0;
left: 10px;
border-radius: 5px!important;
-webkit-border-radius:5px!important;
-moz-border-radius:5px!important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
top: 45%;
}
.portfolio-slider .owl-next {
height: 50px;	
width: 50px;
float: left;
opacity: 0.4;
position: absolute;
bottom: 0;
right: 10px;
border-radius: 5px!important;
-webkit-border-radius:5px!important;
-moz-border-radius:5px!important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
top: 45%;
}
.portfolio-slider .owl-prev:hover, 
.portfolio-slider .owl-next:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;		
}
.portfolio-slider .owl-prev {
margin-right: 1px;
right: 36px;
}
.portfolio-slider .owl-buttons i {
position: absolute;
line-height: 34px;
text-align: center;
font-size: 56px;
color: #fff;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
top: 7px;
left: 19px;
}
.cmd-testimonials .owl-buttons,
.cmd-twitter .owl-buttons, 
.gallery-slider .owl-buttons, 
.cmd-clients .owl-buttons {
color: #efefef;
font-size: 28px;
}
.cmd-testimonials .owl-buttons,
.cmd-twitter .owl-buttons, 
.cmd-clients .owl-buttons {
text-indent: -9999px;
}
.cmd-clients .owl-pagination {
display: none;
}
.cmd-clients .owl-prev {
background: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/controls/other-navi.png) no-repeat scroll 0 0;
top: 35%;
left: -10%;
position: absolute;
width: 19px;
height: 37px;
}
.gallery-slider .owl-prev {
top: 50%;
left: 5px;
position: absolute;
width: 30px;
height: 37px;	
margin-top: -19px;	
line-height: 37px;
text-align: center;
}
.gallery-slider .owl-item img {
display: block;
width: 100%;
height: auto;
}
.cmd-clients .owl-next {
background: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/controls/other-navi.png) no-repeat scroll -19px 0;
top: 35%;
right: -10%;
position: absolute;
width: 19px;
height: 37px;		
}
.gallery-slider {
z-index: 1;
}	
.gallery-slider .owl-next {
top: 50%;
right: 5px;
position: absolute;
width: 30px;
height: 37px;		
margin-top: -19px;	
line-height: 37px;
text-align: center;
}
.cmd-testimonials .owl-pagination,
.cmd-twitter .owl-pagination, 
.gallery-slider .owl-pagination, 
.cmd-clients .owl-pagination {
text-align: center;
}
.gallery-slider .owl-pagination {
display:none;
}
.cmd-testimonials .owl-page, 
.cmd-twitter .owl-page, 
.gallery-slider .owl-page, 
.cmd-clients .owl-page {
display: inline-block;
margin: 0 3px;
width: 10px;
height: 10px;
border: 1px solid rgba(128, 128, 128, 0.2);
cursor: pointer;
}
.cmd-testimonials .owl-page.active, 
.cmd-twitter .owl-page.active, 
.gallery-slider .owl-page.active, 
.cmd-clients .owl-page.active {
background: rgba(128, 128, 128, 0.2);
opacity: 1;
}
.white-background-overlay .owl-controls .owl-page.active {
background: #dfdfdf;
opacity: 1;
}
.cmd-testimonial-client-name {
font-size: 21px;
font-weight: 400;
text-transform: none;
color: #999999;
font-family: serif;
font-style: italic;
}
.cmd-testimonial-client-position {
font-size: 21px;
font-weight: 400;
color: #222222;
text-transform: none;
font-family: serif;
font-style: italic;
}
.cmd-client {
text-align: center;
} .black-background-overlay .cmd-single-testimonial-item .cmd-testimonial-client-name {
color: rgba(255,255,255 0.7);
}
.black-background-overlay .cmd-single-testimonial-item .cmd-single-testimonial-text {
color:#ffffff;	
}
.black-background-overlay .cmd-single-testimonial-item .cmd-testimonial-client-position {
color:#ffffff;
}
.black-background-overlay .cmd-testimonials .owl-page {
border: 1px solid rgba(255, 255, 255, 0.4);
}
.black-background-overlay .cmd-testimonials .owl-page.active {
background: rgba(255, 255, 255, 0.8);
} .cmd-service-wrapper {
position:relative;
}
.cmd-service-item {
text-align: center;
padding: 20px 0;
display: block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.cmd-service-item i {
font-size: 71px;
line-height: 100%;
margin-bottom: 20px;
display: block;
color: #222222;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.black-background-overlay .cmd-service-item i {
color: #fff;
}
.cmd-service-item .cmd-single-service-title {
color: #222;
font-size: 21px;
font-weight: 400;
text-transform: uppercase;
display: block;
position: relative;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.cmd-service-item .cmd-single-service-subtitle {
opacity: 0;
line-height: 130%;
text-transform: uppercase;
position: relative;
display: block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;	
}
.cmd-service-item .cmd-single-service-subtitle p {
color: #999;
font-size: 21px;
line-height: 130%;
font-family: serif;
font-style: italic;
text-transform: none;
letter-spacing: 0.7px;
}
.cmd-service-item p {
margin-bottom: 0 !important;
}
.cmd-service-item:hover {
padding: 10px 0 55px;
}
.cmd-service-item:hover .cmd-single-service-title {
opacity: 0;
}
.cmd-service-item:hover .cmd-single-service-subtitle {
opacity: 1;
margin-top: -25px;
} .black-background-overlay .cmd-service-item .cmd-single-service-title {
color:#ffffff;	
}
body {
font-family: Open Sans, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-size: 14px;
line-height: 24px;
background:#fff;
margin:0;
padding:0;
color:#666666;
font-weight: 400;
}
body { overflow-x: hidden;}
#cmd-main-body-container {
background:#fff;
position:relative;
overflow: hidden;
}
a {
text-decoration:none;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
}
a:focus , a:link, a:active {
outline:none;
}
a:hover {
color:#444;
}
p {
margin-bottom:20px;
}
.clear {
clear:both;
}
.aligncenter {
text-align:center;
}
.cmd-center {
text-align: center;
font-size: 85px;
margin-top: 50px;
margin-bottom: 30px;
color: #222;
}
.alignleft {
text-align:left;
}
.alignright {
text-align:right;
}
img.alignright {
float:right;
margin:5px 0 0 20px;
}
img.alignleft {
float:left;
margin:5px 20px 0 0;
}
img.aligncenter {
display: block;   
margin-left: auto;   
margin-right: auto;
clear:both;
margin-bottom:20px;
}
.no-page {
width: 270px;
position:relative;
margin:0 auto;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
color: #767676;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
padding-right: 10px;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.for-sticky {
display: none !important;
}
.sticky .for-sticky {
display: inline-block !important;
}
.section-title, .portfolio-title {
text-align: center;
font-size: 42px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
}
h1.section-title:after {
display: block;
content: "";
height: 2px;
width: 100px;
margin: 25px auto 25px;
position: relative;
background: #DFDFDF;
}
.portfolio-title {
margin-bottom: 20px;
}
.section-pretitle {
font-weight: 400;
font-size: 21px;
text-align: center;
margin: 0;
clear: both;
color: #999;
line-height: 21px;
text-transform: none;
margin-bottom: 15px;
font-style: italic;
letter-spacing: 0.7px;
font-family: serif;
}
strong {
font-weight:700;
color: #323232;
}
.black-background-overlay strong {
color: #fff;
}
.space {
height:60px;
width:100%;
clear:both;
}
.double-space {
height:100px;
width:100%;
clear:both;
}
.half-space {
height:30px;
width:100%;
clear:both;
}
label {
color:#7F7F7F;
display:block;
font-weight:normal;
}
label.error {
color: red;
font-style: italic;
margin: 5px 0 10px 0;
}
input[type=text], input[type=email] {
position:relative;
padding: 10px 15px;
color:#888888;
display:block;
width: 100%;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
}
input[type=submit] {
float: left;
cursor: pointer;
margin: 0;
}
input[type=submit] {
padding: 11px 20px;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
background: transparent;
border: 1px solid #dfdfdf;
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
border: 1px solid rgba(255,255,255, 0.3);
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
}
input.wpcf7-submit {
border:none;
width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
border: 1px solid #dfdfdf;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
margin: 0 0 10px 0;
}
textarea {
height: 150px;
padding: 2% 2%;
width: 100%;
margin-bottom: 20px !important;
} .one-half-layout { width: 48%; }
.one-third-layout { width: 30.66%; }
.two-third-layout { width: 65.33%; }
.one-fourth-layout { width: 22%; }
.three-fourth-layout { width: 74%; }
.one-fifth-layout { width: 16.8%; }
.two-fifth-layout { width: 37.6%; }
.three-fifth-layout { width: 58.4%; }
.four-fifth-layout { width: 67.2%; }
.one-sixth-layout { width: 13.33%; }
.five-sixth-layout { width: 82.67%; }
.one-half-layout,
.one-third-layout,
.section-two-third,
.three-fourth-layout,
.one-fourth-layout,
.one-fifth-layout,
.two-fifth-layout,
.three-fifth-layout,
.four-fifth-layout,
.one-sixth-layout,
.five-sixth-layout {
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;
}
.right-layout {
float:right;
}
.last-layout {
margin-right: 0!important;
clear: right;
}
.bold-style, h2 > strong {
font-weight: 600;
margin-bottom: 5px;
} h1, h2, h3, h4, h5, h6 {
font-weight: 300;
color:#444;
}
h1 {
font-size:28px;
line-height:36px;
margin-bottom:13px;	
}
h2 {
font-size:24px;
line-height:32px;
margin-bottom:13px;
}
h3 {
font-size:18px;
line-height:24px;	
margin-bottom:20px;	
}
h4 {
font-size:16px;
line-height:22px;
margin-bottom:20px;	
}
h5 {
font-size:14px;
line-height:20px;
margin-bottom:15px;
}
h6 {
font-size:13px;
line-height:20px;
margin-bottom:20px;
font-weight:600;
} .dropcap {
float: left;
font-size: 71px;
padding: 0px;
line-height: 1;
display: block;
text-align: center;
margin-right: 10px;
margin-top: 0px;
color: #222222;
font-weight: 500;
text-transform: uppercase;
font-family: serif;
}  blockquote {
border-left: 3px solid #dfdfdf;
color: #666;
font-size: 18px;
font-style: italic;
line-height: 24px;
margin: 30px 20px;
padding: 0 0 5px 20px;
font-family: serif;
}
pre, code {
background-color: #F1F1F1;
border-color: #dfdfdf;
border-style: solid;
border-width: 0px 0px 0px 4px;
display: block;
font-family: monospace;
font-size: 14px;
padding: 20px;
}
pre, code {
margin-bottom: 30px;
} #header {
position: fixed;
z-index: 4000;
display: block;
width: 100%;
top: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
box-shadow: 0px 1px 4px rgba(0,0,0,0.09)!important;
}
#header .one-fourth-layout,
#header .three-fourth-layout {
margin-bottom: 0;
}
.cmd-solid-header {
background: #fff;
}
.cmd-transparent-header {
background: rgba(255,255,255,0.90);
box-shadow: none!important;
}
.home .no-css #header.cmd-add-header-on-scroll {
display: none;
}
.home #header.cmd-add-header-on-scroll {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
.home #header.cmd-add-header-on-scroll.visible {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
background: #fff;
}
#header.cmd-add-header-on-scroll.visible {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
background: #fff;
}
#header.cmd-header-on-scroll .logo img {
margin-top: 0;
}
ul.sub-menu {
background: #fff;
}
.nav-btn {
font-size: 28px;
right: 15px;
position: absolute;
cursor: pointer;
color: #323232;
top: 3px; width: 1px\9; 
height: 1px\9; 
overflow: hidden\9;
position: absolute\9;	
}
.float-left {
float: left;
}
.logo {
position:relative;
}
.logo img {
display: inline-block;
vertical-align: bottom;	
}
#navigation {
float:right;
position:relative;
z-index:10000;
}
#navigation.mobile {
display: none !important;
}
#navigation.desktop {
display: block !important;
}
ul#main-nav {
float: right;
position: relative;
display: block;
z-index: 1001;
margin-right: -10px;
}
ul#main-nav li {
display:inline-block;
float:left;
position:relative;
z-index:1000;
}
ul#main-nav > li.prev-item, ul#main-nav > li.previ-item {
background:none;
}
ul#main-nav > li:last-child {
background:none;
}
ul#main-nav > li.selected-nav > a span, ul#main-nav > li.current > a span {
padding-bottom: 2px;	
}
ul#main-nav li a {
position: relative;
text-transform: uppercase;
color: #999999;
margin: 0 10px;
padding: 0 5px 0;
height: 25px;
line-height: 25px;
display: inline-block;
z-index: 100;
font-size: 12px;	
}
ul#main-nav > li.item-active > a {
color:#222222;	
}
ul#main-nav > li > a.sf-with-ul:hover, ul#main-nav li > a.sf-with-ul:active {
color:#222222;
}
ul#main-nav > li > a.sf-with-ul:hover, ul#main-nav li > a.sf-with-ul:active {
color:#222222;
}
ul#main-nav li a:hover, ul#main-nav li a:active, ul#main-nav li a.current-menu-item {
color:#222222;
}
ul#main-nav li ul li a.current-menu-item {
color:#888888;
background:#ffffff;
}
ul#main-nav li ul li a.current-menu-item:hover {
color:#ffffff;
background:#888888;
}
ul#main-nav li ul li {
margin:0;	
float:left;
width:100%;
}
ul#main-nav li ul li a,
ul#main-nav li ul li ul li a,
ul#main-nav li ul li a:visited, 
ul#main-nav li ul li a:active  { width: 170px;
padding: 9px 15px;
display: inline-block;
text-decoration: none;
z-index: 1100;
position: relative;
font-size: 11px !important;
text-transform: uppercase;
margin: 0;
font-weight: 400;
height: auto;
line-height: inherit;
}
.nav-first-item {
z-index:1000;
position:relative;
}
#nav ul#main-nav > li > ul > li.nav-last-item > a,
#nav  ul#main-nav > li > ul > li > ul > li.nav-last-item > a {
border-bottom:0 none;
} .wrapper-service i {
position: absolute;
left: 0;
font-size: 28px;
top: 5px;
}
.content-service {
float: left;
width: auto;
margin-left: 50px;
}	
.services {
overflow:hidden;
margin-bottom:80px;
}
.service-item i {
float:none;
margin:0;
width: 100%;
height: 48px;
line-height: 48px;	
font-size:42px;
display:block;
}
h3.service {
margin-top:20px;
border-bottom:1px dotted #ccc;
display:inline-block;
clear:both;
}
.cmd-container {
width: 1120px;
margin:0 auto;
}
.wpb_row.in_container {
width: 1150px;
margin: -15px auto;
margin-top: 0;
margin-bottom: 0;
}
.page-template-template-homepage-php .wpb_row .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row .vc_span12 .wpb_row {
width: 1150px;
margin:0 auto;
}
.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .vc_span12, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .vc_span12 {
padding: 0;
}
.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .wpb_row {
width: auto;
}
.search-form {
position:relative;
}
.search-form  input[type="text"] {
}
.search-form  button[type="submit"] {
background: none;
border: none;
position: absolute;
top: 50%;
right: 3%;
margin-top: -9px;
cursor: pointer;
font-size: 14px;
color: #888888;
}
.service-item {
overflow:hidden;
}
.service-item p {
margin-bottom:10px;
}
.service-item i {
float:left;
margin:0 15px 4px 0;
width:28px;
height:28px;
line-height:28px;
font-size:28px;
}
h3.service {
font-size:16px;
font-weight:600;
line-height:28px;
}
.widget .tagcloud a:hover {
color: #fff;
}
ul#filters li a.selected {
color: #222;
}
.featured-column .cmd-single-column-package-title {
border-right: 0;
}
ul#filters li a:hover {
color: #323232;
}
ul#filters li.selected a {
color:#fff;
}
.pagenav a:hover {
color:#fff;
}
.toggle-plus {
width: 28px;
height: 28px;
font-family: fontawesome;
color: #323232;
cursor: pointer;
text-align: right;
}
.toggle-plus:before {
content: "\f0dd";	
}
.toggle-minus {
width: 28px;
height: 28px;
top: 14px !important;
}
.toggle-minus:before {
content:"\f0de";
}
.separator {
width:100%;
height:1px;
clear:both;
background:#efefef;
margin: 40px 0;
display:inline-block;
}
.cmd-abilitybar {
position: relative;
display: block;
margin-bottom: 70px;
width: 100%;
background: #dfdfdf;
height: 10px;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
-webkit-transition: 0.4s linear;
-moz-transition: 0.4s linear;
-ms-transition: 0.4s linear;
-o-transition: 0.4s linear;
transition: 0.4s linear;
margin-top: 35px;
}
.cmd-abilitybar-title {
position: absolute;
top: -30px;
left: 0px;
font-weight: 400;
font-size: 21px;
color: #222;
text-transform: uppercase;
}
.cmd-abilitybar-value {
position: absolute;
top: -30px;
right: 0px;
color: #999999;
}
.cmd-abilitybar-title span {
display: inline-block;
margin-right: 10px;
}
.cmd-abilitybar-value span {
font-family: serif;
font-style: italic;
font-size: 24px;
letter-spacing: 1px;
}
.cmd-abilitybar-only-bar {
height: 10px;
width: 0;
background: #222;
}
.cmd-single-testimonial-head {
margin-bottom: 20px;
}
.cmd-single-testimonial-item {
text-align: center;
position: relative;
margin-right: 5px;
margin-left: 5px;
}
.cmd-single-testimonial-item .cmd-single-testimonial-text {
margin-bottom: 20px!important;
color: #222;
font-size: 16px;
font-weight: 400;
border: 1px solid #dfdfdf;
padding: 20px;
} .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
a[rel="PrettyPhoto"] {
overflow:hidden;
display:block;
}
#testimonials {
min-height:180px;
}
.cmd-portfolio-item {
cursor: pointer;
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
}
.cmd-portfolio-item {
background: rgba(0, 0, 0, 0.2);
}
.portfolio img {
display:inline-block;
}
.portfolio li a img, .cmd-team-member a img.cmd-single-team-avatar, .post-masonry a img, .cmd-client img, iframe {
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;		  
-webkit-backface-visibility: hidden;
}
iframe {
filter: none;
}
.portfolio li a:hover img, .portfolio li img:hover {
-webkit-transform: scale(1.20,1.20);
-moz-transform: scale(1.20,1.20);
-o-transform: scale(1.20,1.20);
-ms-transform: scale(1.20,1.20);	
transform: scale(1.20,1.20);
}
.portfolio-inner img {
max-width: 100%;
height: auto;
}
.cmd-portfolio-item {
text-align:left;
padding:0 5%;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-backface-visibility: hidden;
cursor: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/inc/images/plus.png) 40 40, crosshair;
}
.cmd-portfolio-item .cmd-portfolio-information {
position: absolute;
left: 5%;
top: 43%;
text-align: center;
width: 90%;
opacity: 0;
}
.cmd-portfolio-item h1 {
font-weight: 500;
color: #fff;
font-size: 16px;
line-height: 36px;
text-transform: uppercase;
position: relative;
display: inline-block;
padding: 4px 10px;
letter-spacing: 1px;
border: 1px solid #ffffff;
}
.cmd-single-item {
cursor: url(//www.mmcs.at/mmcs/wp-content/themes/cmdx/images/plus.png) 40 40, crosshair;
display: block;	
position: absolute; 
width: 100%; 
height: 100%; 
z-index: 1000;	
}
.masonry-border {
background-color:#CC9933;	
}
.masonry-border {
position: absolute;
z-index: 20;
}
.border-tb {
width:5px;
height: 0;
top: 0;
left: 0;
}
.border-tr {
width: 0;
height:5px;
left: 0;
top: 0;
}
.border-bt {
width:5px;
height: 0;
bottom: 0;
right: 0;
}
.border-bl {
height:5px;
width: 0;
bottom: 0;
right: 0;
}
.cmd-team-member img{
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius:100%;
-webkit-border-radius: 100%;
}
.cmd-single-team-avatar {
position: relative;
z-index: 1;
width: 100%;
}
.hover-overlay {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
-webkit-perspective: 1000;
}
.hover-overlay {
Background-color: #000000;
}
.hover-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
opacity: 0;
border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius:100%;
-webkit-border-radius: 100%;
}
.cmd-single-team-thumbnail {
margin-bottom: 15px;
position: relative;
overflow: hidden;
}
.cmd-single-team-information {
display: block;
text-align: center;
}
.cmd-single-team-information .cmd-single-team-name {
display: block;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 6px;
color: #222222;
font-weight: 600;
}
.cmd-single-team-information .cmd-single-team-name:after {
content: '';
display: block;
background-color: rgba(34,34,34, 0.3);
width: 90px;
height: 1px;
margin: 0 auto;
margin-top: 9px;
}
.cmd-single-team-information .cmd-single-team-position {
display: block;
margin-bottom: 14px;
font-weight: 400;
font-size: 14px;
color: #666;
}
.cmd-single-team-information .cmd-single-team-description {
display: block;
padding: 0 0 10px;
color: #999999;
font-style: italic;
font-family: serif;
font-size: 21px;
text-transform: none;
}
.cmd-single-team-social-information {
position: absolute;
top: 50%;
left: 0;
margin: -25px 0 0;
padding: 0;
width: 100%;
list-style: none;
text-align: center;
z-index: 10;
-webkit-backface-visibility: hidden;
}
.cmd-single-team-social-information li{
display: inline-block;
float: none !important;
margin: 0;
}
.cmd-single-team-social-information li a {
display: block;
margin: 3px;
width: 32px;
height: 32px;
border: 1px solid #fff;
color: #fff;
text-align: center;
opacity: 0;
-webkit-backface-visibility: hidden;
}
.cmd-single-team-social-information li a i {
line-height: 32px;
font-size: 16px;
}
.cmd-single-team-thumbnail:hover .hover-overlay {
opacity: 0.6;
border: 40px solid #222;
}
.cmd-single-team-thumbnail:hover .cmd-single-team-social-information li a {
opacity: 1;
}
.cmd-single-team-thumbnail:hover .cmd-single-team-social-information li a:hover {
color:#222222;
border: 1px solid #222222;
} .widget {
overflow: hidden;
margin-bottom: 30px;
}
.widget h3 {
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
margin-bottom: 35px;
}
.widget a {
color:#666666;
}
.widget ul li {
padding: 5px 0 5px 0;
font-size: 14px;
}
.widget ul li:last-child {
border-bottom:0 none;
}
.sidebar-post {
overflow:hidden;
border-bottom:1px solid #efefef;
margin-bottom:15px;
padding-bottom:15px;
position:relative;
}
.sidebar-post:last-child {
border-bottom:0 none;	
}
.sidebar-post span {
float:left;	
clear:both;
width:100%;
font-size: 14px;
} 
.sidebar-post h5 {
font-size: 13px;
font-weight:600;
color:#444;
margin-bottom:5px;
float:left;
} .portfolio-description {
width: 80%;
text-align:center;
margin: auto;
}	
ul#filters {
text-align: center;
display: inherit;
margin: 0 auto;
}
ul#filters li {
display:inline-block;
padding:0;
}
ul#filters li a {
color: #999;
padding: 5px 15px;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline;
margin: 0 5px;
font-size: 12px;
display: inline-block;
font-weight: 600;
border: 1px solid rgba(34,34,34, 0.3);
letter-spacing: 0px;
text-transform: uppercase;
}
ul#filters li a:hover {
border: 1px solid #222222;
color: #222222;
}
.portfolio {
clear:both;
overflow:hidden;
}
.portfolio li {
float:left;
position:relative;
overflow:hidden;
background:#fff;
padding:0;
text-align:center;
}
.portfolio li:hover {
background:#fafafa;
}
.portfolio h3 {
position:relative;
clear:both;
font-size:13px;
color:#444;
line-height:22px;
padding:20px 0 5px;
margin:0;
width:100%;
left:0;	
font-weight:600;
}
.portfolio h3 a {
color:#444;
}
.portfolio p {
padding:0 7px 20px;
margin:0;
}	
.portfolio-single h1, .portfolio-single h2, .portfolio-single h3, .portfolio-single h4, .portfolio-single h5, .portfolio-single h6{
font-size: 21px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 30px;
}
.cmd-portfolio-navigation {
text-align: center;
position:relative;
-webkit-transition:all 0.2s linear; 
-moz-transition:all 0.2s linear;
-0-transition:all 0.2s linear;
transition:all 0.2s linear;		
-webkit-backface-visibility: hidden;
clear: both;
margin: 0 auto;
width: 100%;
text-align: center;
padding: 32px 0;
margin-top: 40px;
}
.cmd-portfolio-navigation a:hover {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;		
}
.cmd-portfolio-navigation a {
line-height: 39px;
display: inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
font-size: 38px;
text-align: center;
color: #222;
-webkit-backface-visibility: hidden;
opacity: 0.2;
padding: 0 20px;
height: 42px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
}
a.close-portfolio {
font-size: 28px;
position: relative;
top: -2px;
}
.hidden_image {
display: none;
} .blog-side, .percent-page {
width: 68%;
float:left;
position: relative; 
}
.tagcloud a {
display: block;
font-size: 12px!important;
padding: 5px;
border: 1px solid rgba(34,34,34, 0.3);
margin-top: 0px;
font-weight: 600;
color: #999;
line-height: 25px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
text-transform: uppercase;
}
.widget .tagcloud a:hover {
border: 1px solid #222222;
color: #222222;
}
.single-post .post-meta em:after {
content: '';
display: inline-block;
width: 4px;
height: 4px;
overflow: hidden;
border-radius: 100%;
margin-bottom: 3px;
background-color: #999999;
opacity: 0.5;
margin-left: 15px;
margin-right: 15px;
}
.single-post .post-meta em:last-child:after {
content: none;
}
.sidebar-side{
width: 28%;
float:left;
position: relative; 	
}
.single .no-blog-sidebar {
width: 100%;
}
.nu-sidebar {
display: none;
}
.sidebar-left {
margin-left: 4%;
float: right;
}
.sidebar-right {
margin-right: 4%;
}
.no-sidebar {
width: 100% !important;
}
.post-thumbnail img {
width: 100%;
height: auto;
display: block;
}
.post-content .post-meta {
font-size: 12px;
text-transform: uppercase;
padding-bottom: 20px;
display: block;
}
.blog-page .quote-post {
padding:0;
}
.quote-post .post-meta {
float: left;
padding-bottom: 5px;
}
.post-date {
display: block;
font-size: 12px;
padding: 5px;
border: 1px solid #222222;
margin-top: 0px;
font-weight: 600;
color: #222222;
line-height: 25px;
float: left;
margin-right: 15px;
}
.post-meta a {
color: #666666;
font-weight: 600;
font-size: 12px;
}
.quote-post h3 {
color: #fff;
font-size: 21px;
font-weight: 400;
line-height: 26px;
}
.quote-post .post-content {
border: none;
background: #222;
color: #888;
padding: 20px;
}
.cmd-masonry-title {
clear: both;
font-size: 25px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 30px;
}
.music-article h1.cmd-masonry-title {
margin-top:20px;
}
h1.cmd-masonry-title a, .post-content h1 a {
color:#222;
}
.post-readmore {
float: left;
padding: 5px 15px 5px 15px;
border: 1px solid #dfdfdf;
}
.post-readmore a {
color: #666666;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.post-video {
display: block;
width: 100%;
z-index: 1;
position: relative;
}
.audio-item {
z-index: 1;
position: relative;
margin-bottom: 15px;
}
.quote-article h4 {
font-size:12px;
text-transform:uppercase;
}
.meta a {
color:#c7c7c7;
}
.post-thumbnail {
clear:both;
margin-top:0px;		
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 20px;
}
.post-thumbnail a {
display:block;
position:relative;
}
.post {
margin-bottom: 30px;
padding-bottom: 10px;
position: relative;
}
.post-single .post {
margin-bottom: 0px;
padding-bottom: 10px;
}
.on-two-columns .post-masonry.odd {
margin-right: 0px !important; 
}
.post-content {
clear: both;
position: relative;
padding: 0 0 20px;
overflow: hidden;
border-bottom: 1px dotted #dfdfdf;
}
.post-single .post-content {
border-bottom: none;
}
.gallery-slider, .post-video, .post-audio {
margin-bottom: 20px;
}
.post-content.format-link {
padding-top: 0;
}
.blog-page.single .post-content {
border: 0;
}
.right-image {
float:right;
margin:5px 0 0 20px;
padding: 4px;
border: 1px solid #EFEFEF;
border-radius: 2px;	
}
.left-image {
float:left;
margin:5px 20px 0 0;
padding: 4px;
border: 1px solid #EFEFEF;
border-radius: 2px;	
}
.post-image {
margin:5px 0 20px;
} h3#reply-title {
font-weight: 600;
padding-top: 15px;
text-transform: uppercase;
font-size: 18px;
}
.logged-in-as {
color: #666;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
#comments {
margin-top: 30px;
}
#comments h3 {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
}
.all-comment-list {
list-style-type: none;
margin: 30px 0 40px;
}
.comment {
margin-top: 30px;
position: relative;
padding: 0;
display: block;
}
.comment-container {
margin: 0 0 0 80px;
padding: 0 0 20px 0;
}
.comment-body {
font-size: 14px;
font-weight: 400;
color: #666666;
}
.avatar {
left: 0;
position: absolute;
top: 0;
}
.comment-edit-link {
color: #222222;
margin: 0px 0px 0px 5px;
font-size: 14px;
padding: 5px;
font-weight: 600;
}
.comment-reply-link {
color: #222222;
font-size: 14px;
padding: 5px;
font-weight: 600;
}
a.comment-reply-link:hover {
color:#666666;
}
.comment-meta {
margin-bottom: 10px;
padding: 0;
color: #666;
font-size: 14px;
text-transform: uppercase;
}
.comment-meta span {
margin: 0 5px 0 0;
}
.comment-meta span a{
color:#222222;
font-weight: 600;
text-transform: uppercase;
}
ul.children {
margin-left:75px;
}
#commentform {
position:relative;
}
#commentform fieldset {
clear:both;
}
textarea#mycomment {
clear:both;
overflow:hidden;
float:left;
margin-bottom:5px;
} .pagenav {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
font-size: 14px;
font-weight: 400;
color: #666666;
}
.pagenav:after {
content: '';
display: inline-block;
height: 2px;
width: 50px;
margin-bottom: 5px;
background: #dfdfdf;
margin-left: 10px;
}
.pagenav:before {
content: '';
display: inline-block;
height: 2px;
width: 50px;
margin-bottom: 5px;
background: #dfdfdf;
margin-right: 10px;
}
.pagenav a {
color: #666666;
display:inline-block;
font-weight:600;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;		
height: 38px;
line-height: 38px;
min-width: 40px;
border: 1px solid #ccc;
margin: 0 5px;
padding: 0 5px;
}
span.current-menu-item {
color:#fff;
display:inline-block;
height: 38px;
line-height: 38px;
width: 40px;
}
span.current {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
}
span.pages {
display: inline-block;
padding:9px 15px;
font-weight:600;
} .contact-info i {
color: #323232;
background: #fff;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
margin-right: 15px;
}
.contact-info li {
margin-bottom: 25px;
}
.cmd-locate-map-container [id^="google_map_"] {
width:100%;
height:400px;
z-index:0;
position:relative;	
display: none;
}
.cmd-show-map:after {
content: "\f103";
font-family: FontAwesome;
display: inline-block;
font-weight: normal;    
font-style: normal;    
display: inline-block;    
text-decoration: inherit;
margin-left: 16px;
font-size: 24px;	
}
.cmd-close-map:after {
content: "\f102";
font-family: FontAwesome;
display: inline-block;
font-weight: normal;    
font-style: normal;    
display: inline-block;    
text-decoration: inherit;
margin-left: 16px;
font-size: 24px;	
}
.cmd-locate-button {
cursor: pointer;
text-align: center;
position: relative;
width: 100%;
display: block;
background: #CC9933;
color: #fff;
font-size: 24px;
text-transform: uppercase;
padding: 30px 0;
font-weight: 400;
}
.cmd-locate-button:hover {
color: #ffffff;
background: #A77D2A;
}
.map-single-tooltip h6 {
text-transform: uppercase;
font-size: 18px;
font-weight: normal;
margin-bottom: 10px;
margin-top: 10px;	
}
.map-single-tooltip p {
margin-bottom: 10px;
font-size: 13px;
}
input:focus, textarea:focus {
outline:none;
}
.contact-info {
padding-top: 9px;
}
.contact-loader {
float: left;
padding: 15px 0 0 11px;
} .scroll-top {
background: rgba(0,0,0, 0.8);
color: #fff;
width: 40px;
height: 40px;
position: fixed;
bottom: 30px;
right: 30px;
text-align: center;
opacity: 1;
z-index: 9999;
}
.scroll-top i {
position: absolute;
font-size: 24px;
z-index: 1000;
left: 0;
width: 40px;
line-height: 39px;
}
#footer {
overflow:hidden;
clear:both;
margin:0 auto;
color: #888888;
padding: 50px 0;
position: relative;
}
#cmd-footer {
position:relative;
overflow:hidden;
clear:both;
}
#cmd-footer p {
float: left;
margin: 0;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #666666;
} .tweet,
.query {
margin:0;
}
.cmd-tweet-list {
list-style: none;
margin: 0;
padding: 0;
}
.widget .cmd-tweet-list li {
background:none;
padding-bottom:10px;
margin-bottom:10px;
}
.cmd-tweet-list li {
overflow-y: auto;
overflow-x: hidden;
list-style-type: none;
text-align: center;
padding: 0 0 0px;
line-height: 34px;
margin-right: 5px;
margin-left: 5px;
}
.cmd-single-tweet-text {
clear: both;
width: 100%;
display: block;
margin-bottom: 20px;
color: #222;
font-size: 16px;
font-weight: 400;
border: 1px solid #dfdfdf;
padding: 20px;
}
.cmd-single-tweet-text a{
color:#888888;
}
.black-background-overlay .cmd-single-tweet-text {
color: #ffffff;
}
.black-background-overlay .cmd-single-tweet-text {
border: 1px solid #ffffff;
}
.black-background-overlay .cmd-twitter .owl-page {
border: 1px solid rgba(255, 255, 255, 0.4);
}
.black-background-overlay .cmd-twitter .owl-page.active {
background: rgba(255, 255, 255, 0.8);
}
.widget-tweet-list {
font-size: 14px;
list-style: none;
margin: 0;
padding: 0;
overflow-y: hidden;	
}
.widget-tweet-list li {
overflow-y: auto;
overflow-x: hidden;
list-style-type: none;
border-bottom: 1px solid #dfdfdf;
padding-left: 30px !important;
padding-bottom: 10px !important;
margin-bottom: 10px;	
}
.widget-tweet-list li:before {
content: "\f099";
font-size: 18px;
font-family: fontawesome;
color: #dfdfdf;
left: 0;
position: absolute;
margin-top: 1px;
}
.widget-tweet-text {
clear: both;
width: 100%;
display: block;
color: #222;
}
.widget-tweet-text a{
color: #888;
}
.black-background-overlay .cmd-single-tweet-time a, .black-background-overlay {
color: #fff;
}
.cmd-tweet-list li:last-child {
border-bottom:0 none;
}
.cmd-tweet-list .tweet_avatar {
padding-right: .5em; float: left;
}
.cmd-tweet-list .tweet_avatar img {
vertical-align: middle;
}
ul#contact-widget li {
position: relative;
border-bottom: 1px dotted #dfdfdf;
margin-bottom: 10px;
padding: 0px 0px 10px 0px !important;
list-style-type: none;
}
#contact-widget li:last-child {
border: none;
} #flickr {
margin: 0; 
padding: 0; 
overflow: hidden; 	
width: 100%;
}
#flickr li {
list-style: none;
float: left;
margin: 0px 10px 10px 0px;
border: 0 none;
padding: 0;
}
#flickr img {
display: block;
width: 70px;
height: 70px;
}
#flickr a img { 
border: none;
}
ul#social-links {
float:right;
}
ul#social-links li {
display:inline;
}
ul#social-links li a {
width: 40px;
height: 40px;
color: #dfdfdf;
border: 1px solid #dfdfdf;
text-align: center;
font-size: 17px;
line-height: 38px;
}
ul#social-links li a i {
line-height: 34px;	
}	
ul#social-links li a:hover {
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
} .button {
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 600;
margin: 0 5px 20px 0;
padding: 7px 20px;
position: relative;
border: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-transform: uppercase;
}
.button.big {
padding: 15px 30px;
letter-spacing: 1px;
}
.button.alt {
background: none;
}
.button i {
margin-right: 10px;
font-size: 14px;
}
.gold {
background:#CC9933;
border:0 none;
color: #ffffff;
}
.gold.alt {
border: 1px solid #CC9933;
color: #CC9933;
}
.gold:hover {
color: #ffffff;
background:#A77D2A;
}
.gold.alt:hover {
border: 1px solid #A77D2A;
color: #ffffff;
}
.black {
background:#222222;
color: #ffffff;
}
.black.alt {
border: 1px solid #222222;
color: #222222;
}
.black:hover {
color: #ffffff;
background:#323232;
}
.black.alt:hover {
border: 1px solid #222222;
}
.white {
background: #dfdfdf;
color: #666666;
font-size: 12px;
font-weight: 600;
}
.white.alt {
border: 1px solid #dfdfdf;
color: #888888;
}
.white:hover {
color: #fff;
background: #d1d1d1;
border: 1px solid #d1d1d1;
} .cmd-single-pricing-column {
text-align: center;
float: left;
position: relative;
margin-right: 10px;
}
.cmd-single-pricing-column:last-child {
margin-right: 0px;
}
.cmd-single-pricing-column.cmd-column-2 {
width: 50%;
}
.cmd-single-pricing-column.cmd-column-3 {
width: 32.65%;
}
.cmd-single-pricing-column.cmd-column-4 {
width: 25%;
}
.cmd-single-pricing-column.cmd-column-5 {
width: 20%;
}
.cmd-single-pricing-column.cmd-column-6 {
width: 16.6%;
}
.cmd-single-column-package-features ul li:first-child {
padding-top: 15px;
}
.cmd-single-column-package-features ul li:last-child {
padding-bottom: 15px;
}
.cmd-single-column-package-title {
padding: 10px 0;
color: #222222;
font-size: 21px;
height: 50px;
line-height: 30px;
font-weight: 500;
}
.featured-column {
top: -14px;
z-index: 1;
}
.featured-column .cmd-single-column-package-title {
height: 54px;
line-height: 30px;
position: relative;
font-weight: 700;
z-index: -1;
font-size: 25px;
}
.cmd-pricing-table .featured-column .signup {
padding: 30px 0;
}
.cmd-single-pricing-column .signup {
padding: 10px 0;
}
.cmd-single-pricing-column .signup .button {
margin:0;
}
.cmd-single-column-package-value {
height: 200px;
line-height: 180px;
padding: 10px 0;
width: 200px;
margin: 5% auto;
border-radius: 100%;
-o-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
background: #dfdfdf;
}
.cmd-single-column-package-features li {
line-height: 45px;
color: #222222;
font-size: 14px;
font-weight: 400;
}
.cmd-single-column-package-features li:after {
content: '';
display: block;
width: 100px;
height: 1px;
background: #dfdfdf;
margin: 0 auto;
margin-top: 5px;
}
.cmd-single-column-package-currency {
font-size: 21px;
position: relative;
top: -31px;
color: #222;
left: 0px;
margin-right: 5px;
}
.cmd-single-column-package-price {
font-size: 71px;
font-weight: 400;
color: #222;
margin-right: 5px;
font-family: serif;
font-style: italic;
}
.cmd-single-column-package-time {
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
color: #222;
}
.cmd-pricing-table, .normal-table {
width:100%;
}
.normal-table td {
border:1px solid #dfdfdf;
padding:10px 20px;
text-align:center;
}
.normal-table tr.alt  {
background:#fbfbfb;
}
.normal-table tr.first-column {
background:#888888;
color: #efefef;
} .cmd-count-item {
text-align: center;
padding: 15px 0;
margin-bottom: 20px;
display: block;
float: left;
width: 100%;
position: relative;
}
.counter-wrapper {
margin-bottom: 20px;
display: block;
}
.cmd-count-number {
font-size: 71px;
font-weight: 300;
width: 100%;
display: inline-block;
line-height: 54px;
color: #222;
margin-bottom: 20px;
}
.cmd-count-text {
font-weight: 400;
font-size: 21px;
text-align: center;
margin: 0;
clear: both;
color: #999;
line-height: 21px;
text-transform: none;
margin-bottom: 25px;
font-style: italic;
letter-spacing: 0.7px;
font-family: serif;
}
.pp_social {
width: 180px !important;
}
.pp_social .facebook {
width: 90px !important;
}
.wpcf7-form > p, .wpcf7-form[class^="section-"] p {
margin-bottom: 30px;
}
.wpcf7-form br {
display: none;
}
.black-background-overlay .h1.cmd-masonry-title a, 
.black-background-overlay .post-content h1 a, 
.black-background-overlay .post-meta i, 
.black-background-overlay .cmd-abilitybar-title, 
.black-background-overlay .cmd-count-number, 
.black-background-overlay .cmd-testimonial-client-position {
color: #fff;
}
.black-background-overlay .post-content {
border-bottom: 1px dotted #999999;
}
.black-background-overlay .cmd-abilitybar {
background: #888888;
}
.tp-caption.black {
background: transparent;
}
.tp-caption.black h1 {
font-size: 48px;
color: #fff;
text-transform: none;
font-weight: 400;
padding: 10px 30px;
line-height: 56px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
font-family: serif;
font-style: italic;
}
.tp-caption.black h2 {
font-size: 21px;
color: #fff;
text-transform: none;
font-weight: 600;
padding: 10px 30px;
line-height: 56px;
text-align: center;
margin-bottom: 0;
margin-top: 0;
font-family: serif;
font-style: italic;
}
.tp-caption.black h2:after {
content: '';
display: inline-block;
width: 100px;
height: 2px;
background: #fff;
margin-bottom: 5px;
margin-left: 10px;
}
.tp-caption.black h2:before {
content: '';
display: inline-block;
width: 100px;
height: 2px;
background: #fff;
margin-bottom: 5px;
margin-right: 10px;
}
#cmd-footer div[class*="two-third-layout"] {
width: 100%;
margin-left: 0;
margin-bottom: 30px;
}
#cmd-footer p {
text-align: center;
float: none;
}
#cmd-footer p:after {
display: block;
content: "";
width: 100px;
height: 2px;
background-color: #dfdfdf;
margin: 10px auto;
}
#cmd-footer ul#social-links {
float:none;
text-align: center;
}
#cmd-footer ul#social-links li a {
float: none;
display: inline-block;
margin: 0 10px;
} .cmd-icon-block-elemenet {
position: relative;
margin-bottom: 50px;
}
.cmd-icon-block-content p {
font-weight: 400;
font-size: 14px !important;
margin: 0;
clear: both;
color: #666666;
}
.left-text .cmd-icon-block-icon {
float: left;
display: inline-block;
overflow: hidden;
margin-right: 20px;
margin-top: 10px;
}
.left-text .cmd-icon-block-content {
overflow: hidden;
}
.right-text .cmd-icon-block-icon {
float: right;
display: inline-block;
overflow: hidden;
margin-left: 20px;
margin-top: 10px;
}
.right-text .cmd-icon-block-content {
overflow: hidden;
text-align: right;
}
.cmd-service-title {
margin-top: 10px;
display: block;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 6px;
color: #222222;
font-weight: 600;
}
.cmd-icon-block-elemenet.right-text .cmd-service-title:before { display: inline-block;
background: #222;
height: 2px;
width: 20px;
margin-bottom: 5px;
margin-right: 10px;
}
.cmd-icon-block-elemenet.left-text .cmd-service-title:after { display: inline-block;
background: #222;
height: 2px;
width: 20px;
margin-bottom: 5px;
margin-left: 10px;
}
.icon-with-border .cmd-icon-block-icon i {
color: #dfdfdf;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 28px;
text-align: center;
border: 1px solid #dfdfdf;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}