@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.dt-sc-reservation-form.dt-sc-scheduler { top:0; }
#dt-sc-ajax-load-image { text-align: center; width: 100%; position:absolute; }
.details-container li { list-style-type: square; }
.dt-sc-available-times { display: block; margin-bottom: 20px; float: left; width: 100%; }
.dt-sc-available-times .time-slots li { display:inline-block; padding:0; margin:0 10px 10px 0; }
.dt-sc-available-times .time-slots li a { display:inline-block; border-radius: 5px; color: #ffffff; font-size: 14px; padding: 12px 11px 13px; line-height:normal; background-color:#e130a7; }
.dt-sc-available-times .time-slots li a:hover, .dt-sc-available-times .time-slots li a.selected { background-color:#89035d; }
.dt-sc-personal-info { float:left; width:100%; }
.dt-sc-goback-box { float:left; width:100%; clear:both; margin-bottom:30px; }
.dt-sc-appointment-scheduler-form label span { margin-right:10px; color:#333; }
.dt-sc-appointment-scheduler-form .generate-schedule { float:right; }
.dt-sc-notification-details { background-color:#dae8ff; padding:25px 20px 20px; border-radius:5px; }
.dt-sc-notification-box .dt-sc-notification-contactbox { background-color:#f5e2d6; }
.dt-sc-notification-box .dt-sc-notification-aboutprojectbox { background-color:#fff7e1; }
.dt-sc-notification-details .dt-sc-contact-info { text-align:left; }
.dt-sc-schedule-details { display:block; clear:both; }
.dt-sc-schedule-details ul li:before { content:"\f0a4"; font-family:fontawesome; position:absolute; left:0; top:0; }
.dt-sc-schedule-details ul li { position:relative; padding-left:23px; }
.dt-sc-notification-details ul { margin-bottom: 0; }
.dt-sc-schedule-progress { float:left; width:100%; position:relative; margin-bottom:20px; width:24%; background-color:#f3f4f6; padding:20px 10px 10px; position:relative; border-radius:5px 0 0 5px; }
.dt-sc-schedule-progress .dt-sc-progress-step { border-radius: 50%; float: left; height: 46px; margin: 15px; text-align: center; color:#fff; width: 46px; background-color:#afb2b7; }
.dt-sc-schedule-progress .dt-sc-progress-step span { line-height:43px; font-size:17px; }
.dt-sc-schedule-progress h4 { font-size:16px; text-transform:uppercase; margin-bottom:5px; }
.dt-sc-schedule-progress p { font-size:13px; line-height:24px; }
.dt-sc-schedule-progress:after { position:absolute; right:0; border-left:40px solid #f3f4f6; border-top:58px solid transparent; border-bottom:58px solid transparent; top:0; content:""; bottom:0; margin:auto; z-index:1; right:-40px; }
.dt-sc-schedule-progress:nth-child(2n) { background-color: #e0e0e0; }
.dt-sc-schedule-progress:nth-child(2n):before { color:#e0e0e0; } 
.dt-sc-schedule-progress:nth-child(2n):after { border-left-color:#e0e0e0; }
.dt-sc-schedule-progress:last-child:before { display:none; }
.dt-sc-schedule-progress.dt-sc-current-step  { background-color:#d6f0ff; }
.dt-sc-schedule-progress.dt-sc-current-step:after { border-left-color:#d6f0ff; }
.dt-sc-schedule-progress.dt-sc-completed-step  { background-color:#e5ffcc; }
.dt-sc-schedule-progress.dt-sc-completed-step:after { border-left-color:#e5ffcc; }
.dt-sc-schedule-progress.step4.dt-sc-current-step, .dt-sc-schedule-progress.step2.dt-sc-completed-step { background-color:#c1f29e; }
.dt-sc-schedule-progress.step4.dt-sc-current-step:after, .dt-sc-schedule-progress.step2.dt-sc-completed-step:after { border-left-color:#c1f29e; }
.dt-sc-schedule-progress.dt-sc-completed-step .dt-sc-progress-step, .dt-sc-schedule-progress.step4.dt-sc-current-step .dt-sc-progress-step { background-color:#9cd574; }
.fullwidth.generate-servicebox { float: right; width: auto; }
input[type="submit"].schedule-it { float: right; }body {  }
.animate { visibility:hidden; }
.animate {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
.animate.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
.animate.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
visibility: visible !important;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
0%, 100% {-o-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.animate.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
visibility: visible !important;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.animate.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
visibility: visible !important;
}
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.animate.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
visibility: visible !important;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }
80% { -moz-transform: rotate(-5deg); }
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }
80% { -o-transform: rotate(-5deg); }
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.animate.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
visibility: visible !important;
} @-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); }
15% { -moz-transform: translateX(-25%) rotate(-5deg); }
30% { -moz-transform: translateX(20%) rotate(3deg); }
45% { -moz-transform: translateX(-15%) rotate(-3deg); }
60% { -moz-transform: translateX(10%) rotate(2deg); }
75% { -moz-transform: translateX(-5%) rotate(-1deg); }
100% { -moz-transform: translateX(0%); }
}
@-o-keyframes wobble {
0% { -o-transform: translateX(0%); }
15% { -o-transform: translateX(-25%) rotate(-5deg); }
30% { -o-transform: translateX(20%) rotate(3deg); }
45% { -o-transform: translateX(-15%) rotate(-3deg); }
60% { -o-transform: translateX(10%) rotate(2deg); }
75% { -o-transform: translateX(-5%) rotate(-1deg); }
100% { -o-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.animate.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
visibility: visible !important;
} @-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
0% { -o-transform: scale(1); }
50% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.animate.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
visibility: visible !important;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-moz-animation-timing-function: ease-out;
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-moz-animation-timing-function: ease-out;
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}
80% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}
100% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-o-animation-timing-function: ease-out;
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-o-animation-timing-function: ease-out;
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}
80% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}
100% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function: ease-in;
}
}
.animate.flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
visibility: visible !important;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.animate.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
visibility: visible !important;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.animate.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.animate.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.animate.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
visibility: visible !important;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.animate.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animate.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animate.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
visibility: visible !important;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
visibility: visible !important;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
visibility: visible !important;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animate.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
visibility: visible !important;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animate.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
visibility: visible !important;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.animate.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
visibility: visible !important;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.animate.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
visibility: visible !important;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.animate.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
visibility: visible !important;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.animate.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
visibility: visible !important;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.animate.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
visibility: visible !important;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.animate.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
visibility: visible !important;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.animate.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
visibility: visible !important;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animate.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
visibility: visible !important;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animate.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
visibility: visible !important;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
.animate.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
visibility: visible !important;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.animate.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
visibility: visible !important;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.animate.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
visibility: visible !important;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.animate.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
visibility: visible !important;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.animate.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
visibility: visible !important;
} .animate.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
visibility: visible !important;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.animate.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
visibility: visible !important;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.animate.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
visibility: visible !important;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animate.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
visibility: visible !important;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animate.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
visibility: visible !important;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.animate.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
visibility: visible !important;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animate.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
visibility: visible !important;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animate.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
visibility: visible !important;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animate.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
visibility: visible !important;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animate.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
visibility: visible !important;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.animate.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
visibility: visible !important;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animate.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
visibility: visible !important;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animate.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
visibility: visible !important;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animate.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
visibility: visible !important;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animate.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
visibility: visible !important;
}
@-webkit-keyframes hinge {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes hinge {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes hinge {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes hinge {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}
.animate.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
visibility: visible !important;
} @-webkit-keyframes rollIn {
0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.animate.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
visibility: visible !important;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.animate.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
visibility: visible !important;
} @-webkit-keyframes lightSpeedIn {
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedIn {
0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedIn {
0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.animate.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
visibility: visible !important;
}
.animate.lightSpeedIn {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
} @-webkit-keyframes lightSpeedOut {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes lightSpeedOut {
0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes lightSpeedOut {
0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.animate.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
visibility: visible !important;
}
.animate.lightSpeedOut {
-webkit-animation-duration: 0.25s;
-moz-animation-duration: 0.25s;
-o-animation-duration: 0.25s;
animation-duration: 0.25s;
} .slideDown{
animation-name: slideDown;
-webkit-animation-name: slideDown;
-moz-animation-name: slideDown;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-timing-function: ease;
visibility: visible !important;
}
@keyframes slideDown {
0% {
transform: translateY(-100%);
}
50%{
transform: translateY(8%);
}
65%{
transform: translateY(-4%);
}
80%{
transform: translateY(4%);
}
95%{
transform: translateY(-2%);
}			
100% {
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
}
50%{
-webkit-transform: translateY(8%);
}
65%{
-webkit-transform: translateY(-4%);
}
80%{
-webkit-transform: translateY(4%);
}
95%{
-webkit-transform: translateY(-2%);
}			
100% {
-webkit-transform: translateY(0%);
}	
} .slideUp{
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
visibility: visible !important;
}
@keyframes slideUp {
0% {
transform: translateY(100%);
}
50%{
transform: translateY(-8%);
}
65%{
transform: translateY(4%);
}
80%{
transform: translateY(-4%);
}
95%{
transform: translateY(2%);
}			
100% {
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(100%);
}
50%{
-webkit-transform: translateY(-8%);
}
65%{
-webkit-transform: translateY(4%);
}
80%{
-webkit-transform: translateY(-4%);
}
95%{
-webkit-transform: translateY(2%);
}			
100% {
-webkit-transform: translateY(0%);
}	
} .slideLeft{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;	
visibility: visible !important;
}
@keyframes slideLeft {
0% {
transform: translateX(150%);
}
50%{
ransform: translateX(-8%);
}
65%{
transform: translateX(4%);
}
80%{
transform: translateX(-4%);
}
95%{
transform: translateX(2%);
}			
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes slideLeft {
0% {
-webkit-transform: translateX(150%);
}
50%{
-webkit-transform: translateX(-8%);
}
65%{
-webkit-transform: translateX(4%);
}
80%{
-webkit-transform: translateX(-4%);
}
95%{
-webkit-transform: translateX(2%);
}			
100% {
-webkit-transform: translateX(0%);
}
} .slideRight{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;		
visibility: visible !important;
}
@keyframes slideRight {
0% {
transform: translateX(-150%);
}
50%{
transform: translateX(8%);
}
65%{
transform: translateX(-4%);
}
80%{
transform: translateX(4%);
}
95%{
transform: translateX(-2%);
}			
100% {
transform: translateX(0%);
}	
}
@-webkit-keyframes slideRight {
0% {
-webkit-transform: translateX(-150%);
}
50%{
-webkit-transform: translateX(8%);
}
65%{
-webkit-transform: translateX(-4%);
}
80%{
-webkit-transform: translateX(4%);
}
95%{
-webkit-transform: translateX(-2%);
}			
100% {
-webkit-transform: translateX(0%);
}
} .slideExpandUp{
animation-name: slideExpandUp;
-webkit-animation-name: slideExpandUp;	
animation-duration: 1.6s;	
-webkit-animation-duration: 1.6s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease -out;
visibility: visible !important;
}
@keyframes slideExpandUp {
0% {
transform: translateY(100%) scaleX(0.5);
}
30%{
transform: translateY(-8%) scaleX(0.5);
}	
40%{
transform: translateY(2%) scaleX(0.5);
}
50%{
transform: translateY(0%) scaleX(1.1);
}
60%{
transform: translateY(0%) scaleX(0.9);		
}
70% {
transform: translateY(0%) scaleX(1.05);
}			
80%{
transform: translateY(0%) scaleX(0.95);		
}
90% {
transform: translateY(0%) scaleX(1.02);
}	
100%{
transform: translateY(0%) scaleX(1);		
}
}
@-webkit-keyframes slideExpandUp {
0% {
-webkit-transform: translateY(100%) scaleX(0.5);
}
30%{
-webkit-transform: translateY(-8%) scaleX(0.5);
}	
40%{
-webkit-transform: translateY(2%) scaleX(0.5);
}
50%{
-webkit-transform: translateY(0%) scaleX(1.1);
}
60%{
-webkit-transform: translateY(0%) scaleX(0.9);		
}
70% {
-webkit-transform: translateY(0%) scaleX(1.05);
}			
80%{
-webkit-transform: translateY(0%) scaleX(0.95);		
}
90% {
-webkit-transform: translateY(0%) scaleX(1.02);
}	
100%{
-webkit-transform: translateY(0%) scaleX(1);		
}
} .expandUp{
animation-name: expandUp;
-webkit-animation-name: expandUp;	
animation-duration: 0.7s;	
-webkit-animation-duration: 0.7s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;	
visibility: visible !important;
}
@keyframes expandUp {
0% {
transform: translateY(100%) scale(0.6) scaleY(0.5);
}
60%{
transform: translateY(-7%) scaleY(1.12);
}
75%{
transform: translateY(3%);
}	
100% {
transform: translateY(0%) scale(1) scaleY(1);
}	
}
@-webkit-keyframes expandUp {
0% {
-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
}
60%{
-webkit-transform: translateY(-7%) scaleY(1.12);
}
75%{
-webkit-transform: translateY(3%);
}	
100% {
-webkit-transform: translateY(0%) scale(1) scaleY(1);
}	
} .expandOpen{
animation-name: expandOpen;
-webkit-animation-name: expandOpen;	
animation-duration: 1.2s;	
-webkit-animation-duration: 1.2s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;
visibility: visible !important;
}
@keyframes expandOpen {
0% {
transform: scale(1.8);		
}
50% {
transform: scale(0.95);
}	
80% {
transform: scale(1.05);
}
90% {
transform: scale(0.98);
}	
100% {
transform: scale(1);
}			
}
@-webkit-keyframes expandOpen {
0% {
-webkit-transform: scale(1.8);		
}
50% {
-webkit-transform: scale(0.95);
}	
80% {
-webkit-transform: scale(1.05);
}
90% {
-webkit-transform: scale(0.98);
}	
100% {
-webkit-transform: scale(1);
}					
} .bigEntrance{
animation-name: bigEntrance;
-webkit-animation-name: bigEntrance;	
animation-duration: 1.6s;	
-webkit-animation-duration: 1.6s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;	
visibility: visible !important;
}
@keyframes bigEntrance {
0% {
transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}		
}
@-webkit-keyframes bigEntrance {
0% {
-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
opacity: 1;
}
45% {
-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
75% {
-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
opacity: 1;
}	
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}				
} .hatch{
animation-name: hatch;
-webkit-animation-name: hatch;	
animation-duration: 2s;	
-webkit-animation-duration: 2s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%; 
visibility: visible !important;
}
@keyframes hatch {
0% {
transform: rotate(0deg) scaleY(0.6);
}
20% {
transform: rotate(-2deg) scaleY(1.05);
}
35% {
transform: rotate(2deg) scaleY(1);
}
50% {
transform: rotate(-2deg);
}	
65% {
transform: rotate(1deg);
}	
80% {
transform: rotate(-1deg);
}		
100% {
transform: rotate(0deg);
}									
}
@-webkit-keyframes hatch {
0% {
-webkit-transform: rotate(0deg) scaleY(0.6);
}
20% {
-webkit-transform: rotate(-2deg) scaleY(1.05);
}
35% {
-webkit-transform: rotate(2deg) scaleY(1);
}
50% {
-webkit-transform: rotate(-2deg);
}	
65% {
-webkit-transform: rotate(1deg);
}	
80% {
-webkit-transform: rotate(-1deg);
}		
100% {
-webkit-transform: rotate(0deg);
}		
} .floating{
animation-name: floating;
-webkit-animation-name: floating;
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
visibility: visible !important;
}
@keyframes floating {
0% {
transform: translateY(0%);	
}
50% {
transform: translateY(8%);	
}	
100% {
transform: translateY(0%);
}			
}
@-webkit-keyframes floating {
0% {
-webkit-transform: translateY(0%);	
}
50% {
-webkit-transform: translateY(8%);	
}	
100% {
-webkit-transform: translateY(0%);
}			
} .tossing{
animation-name: tossing;
-webkit-animation-name: tossing;	
animation-duration: 2.5s;	
-webkit-animation-duration: 2.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
visibility: visible !important;
}
@keyframes tossing {
0% {
transform: rotate(-4deg);	
}
50% {
transform: rotate(4deg);
}
100% {
transform: rotate(-4deg);	
}						
}
@-webkit-keyframes tossing {
0% {
-webkit-transform: rotate(-4deg);	
}
50% {
-webkit-transform: rotate(4deg);
}
100% {
-webkit-transform: rotate(-4deg);	
}				
} .pullUp{
animation-name: pullUp;
-webkit-animation-name: pullUp;	
animation-duration: 1.1s;	
-webkit-animation-duration: 1.1s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;	
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%; 		
visibility: visible !important;
}
@keyframes pullUp {
0% {
transform: scaleY(0.1);
}
40% {
transform: scaleY(1.02);
}
60% {
transform: scaleY(0.98);
}
80% {
transform: scaleY(1.01);
}
100% {
transform: scaleY(0.98);
}				
80% {
transform: scaleY(1.01);
}
100% {
transform: scaleY(1);
}							
}
@-webkit-keyframes pullUp {
0% {
-webkit-transform: scaleY(0.1);
}
40% {
-webkit-transform: scaleY(1.02);
}
60% {
-webkit-transform: scaleY(0.98);
}
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(0.98);
}				
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(1);
}		
} .pullDown{
animation-name: pullDown;
-webkit-animation-name: pullDown;	
animation-duration: 1.1s;	
-webkit-animation-duration: 1.1s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;	
transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%; 
visibility: visible !important;
}
@keyframes pullDown {
0% {
transform: scaleY(0.1);
}
40% {
transform: scaleY(1.02);
}
60% {
transform: scaleY(0.98);
}
80% {
transform: scaleY(1.01);
}
100% {
transform: scaleY(0.98);
}				
80% {
transform: scaleY(1.01);
}
100% {
transform: scaleY(1);
}							
}
@-webkit-keyframes pullDown {
0% {
-webkit-transform: scaleY(0.1);
}
40% {
-webkit-transform: scaleY(1.02);
}
60% {
-webkit-transform: scaleY(0.98);
}
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(0.98);
}				
80% {
-webkit-transform: scaleY(1.01);
}
100% {
-webkit-transform: scaleY(1);
}		
} .stretchLeft{
animation-name: stretchLeft;
-webkit-animation-name: stretchLeft;	
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;	
transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%; 
visibility: visible !important;
}
@keyframes stretchLeft {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}				
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}							
}
@-webkit-keyframes stretchLeft {
0% {
-webkit-transform: scaleX(0.3);
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}				
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}		
} .stretchRight{
animation-name: stretchRight;
-webkit-animation-name: stretchRight;	
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;	
transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%; 	
visibility: visible !important;
}
@keyframes stretchRight {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}				
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}							
}
@-webkit-keyframes stretchRight {
0% {
-webkit-transform: scaleX(0.3);
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}				
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}		
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.animate.zoomIn {
-webkit-animation-name: zoomIn;
-moz-animation-name: zoomIn;
-o-animation-name: zoomIn;
animation-name: zoomIn;
visibility: visible !important;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@keyframes bounceOut {
0%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
25%{ box-shadow: 0 0 0 1px #eaeaea; opacity:1; }
50%{ box-shadow: 0 0 0 7px #eaeaea; opacity:1; }
75%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
100%{ box-shadow: 0 0 0 5px #eaeaea; opacity:1; }
}
@-o-keyframes bounceOut {
0%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
25%{ box-shadow: 0 0 0 1px #eaeaea; opacity:1; }
50%{ box-shadow: 0 0 0 7px #eaeaea; opacity:1; }
75%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
100%{ box-shadow: 0 0 0 5px #eaeaea; opacity:1; }
}
@-moz-keyframes bounceOut {
0%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
25%{ box-shadow: 0 0 0 1px #eaeaea; opacity:1; }
50%{ box-shadow: 0 0 0 7px #eaeaea; opacity:1; }
75%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
100%{ box-shadow: 0 0 0 5px #eaeaea; opacity:1; }
}
@-webkit-keyframes bounceOut {
0%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
25%{ box-shadow: 0 0 0 1px #eaeaea; opacity:1; }
50%{ box-shadow: 0 0 0 7px #eaeaea; opacity:1; }
75%{ box-shadow: 0 0 0 4px #eaeaea; opacity:1; }
100%{ box-shadow: 0 0 0 5px #eaeaea; opacity:1; }
}
@keyframes rotating {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}
@-webkit-keyframes rotating {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}
@-moz-keyframes rotating {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}
@-ms-keyframes rotating {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}
@-o-keyframes rotating {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); }
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); }
}
@-webkit-keyframes avia_pop {
0% {
-webkit-transform:scale(0.8)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes avia_pop {
0% {
-moz-transform:scale(0.8)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes avia_pop {
0% {
transform:scale(0.8)
}
100% {
transform:scale(1)
}
}
@-webkit-keyframes avia_pop_small {
0% {
-webkit-transform:rotate(-175deg) scale(0.2)
}
100% {
-webkit-transform:rotate(0deg) scale(1)
}
}
@-moz-keyframes avia_pop_small {
0% {
-moz-transform:rotate(-175deg) scale(0.2)
}
100% {
-moz-transform:rotate(0deg) scale(1)
}
}
@keyframes avia_pop_small {
0% {
transform:rotate(-175deg) scale(0.2)
}
100% {
transform:rotate(0deg) scale(1)
}
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
font-size:13px;
}
.ui-datepicker td {
border: 0;
padding: 1px;
font-size:13px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/animated-overlay.gif);
height: 100%;
filter: alpha(opacity=25);
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
color: #222222;
z-index:999 !important;
position:relative;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #dadada url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70);
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35);
background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-icons_cd0a0a_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30);
border-radius: 8px;
}
  .dt-sc-hr { background:url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/splitter.png) repeat-x; height:10px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }
.dt-sc-hr-medium { background:url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/splitter-medium.png) repeat-x; height:16px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }
.dt-sc-hr-large { background:url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/splitter-large.png) repeat-x; height:22px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }	
.dt-sc-hr.top { width:96%; }
.dt-sc-hr.top { background-position:right center; text-align:right; }
.dt-sc-hr.top a { color:rgba(0, 0, 0, 0.5); background:transparent; font-size:11px; line-height:16px; padding-left:5px; position:absolute; right:-4%; top:-4px; }
.dt-sc-hr.top a:hover { color:#f8f8f8; }
.dt-sc-hr.top a span { margin: 0; font-size: 24px; }
.dt-sc-hr-invisible-small, .dt-sc-hr-invisible-very-small, .dt-sc-hr-invisible, .dt-sc-margin0, .dt-sc-margin5, .dt-sc-margin10, .dt-sc-margin15, .dt-sc-margin20, .dt-sc-margin25, .dt-sc-margin30, .dt-sc-margin35, .dt-sc-margin40, .dt-sc-margin45, .dt-sc-margin50, .dt-sc-margin55, .dt-sc-margin60, .dt-sc-margin65, .dt-sc-margin70, .dt-sc-margin75, .dt-sc-margin80, .dt-sc-margin85, .dt-sc-margin90, .dt-sc-margin95, .dt-sc-margin100, .margin-top-bottom  { float:left; width:100%; clear:both; }
.dt-sc-hr-invisible-small { margin:0px 0px 40px; }
.dt-sc-hr-invisible-very-small { margin:0px 0px 20px; }
.dt-sc-margin0 { margin:0px; }
.dt-sc-margin5 { margin:0px 0px 5px; }
.dt-sc-margin10 { margin:0px 0px 10px; }
.dt-sc-margin15 { margin:0px 0px 15px; } 
.dt-sc-margin20 { margin:0px 0px 20px; }
.dt-sc-margin25 { margin:0px 0px 25px; }
.dt-sc-margin30 { margin:15px 0px; }
.dt-sc-margin35 { margin:0px 0px 35px; }
.dt-sc-margin40 { margin:0px 0px 40px; }
.dt-sc-margin45 { margin:0px 0px 45px; }
.dt-sc-margin50 { margin:25px 0px; }
.dt-sc-margin55 { margin:25px 0px 30px; }
.dt-sc-margin60 { margin:30px 0px; }
.dt-sc-margin65 { margin:35px 0px 30px; }
.dt-sc-margin70 { margin:35px 0px; }
.dt-sc-margin75 { margin:35px 0px 40px; }
.dt-sc-margin85 { margin:40px 0px 45px; }
.dt-sc-margin90 { margin:40px 0px 50px; }
.dt-sc-margin95 { margin:45px 0px 50px; }
.dt-sc-margin100 { margin:50px 0px; }
.margin-top-bottom { margin: -120px 0; }
.margin-img { margin: -50px 0; }
.dt-sc-clear { float:none; clear:both; margin:0; padding:0; }
.dt-sc-hr-line, .dt-sc-hr-line-white { border-bottom:1px solid #edeef2; float:left; width:100%; }
.dt-sc-hr-line.type2 { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/splitter.png) repeat; height: 3px; border-bottom: none; }
.dt-sc-hr-line-white { border-bottom:1px solid #fff; }
.column.dt-sc-one-half.first .margin-top-bottom { left: 0; margin: -110px auto; position: absolute; right: 0; width: auto; }
.dt-sc-grey { background-color:#edeef2; }
.left-space { padding-left: 15px; }
.small-title { font-size:14px; }
.medium-title { font-size:18px; }
.large-title { font-size:40px; }
h3.medium-title b { font-size: 24px; font-weight: 100; }
h2.dt-sc-lighter.bigger-font { font-size: 34px; color: #686868; }
h2.dt-sc-lighter.bigger-font .dt-sc-color-text { font-weight: 400; }
h5.title-margin-top { margin-left: 15px; margin-top: -50px; }
h5.title-margin-top a { background: #fff; padding: 5px 10px; }
.dt-sc-lighter { font-weight:lighter; }
.dt-sc-lighter.medium-title { line-height: 30px; }
.dtVideoContainer { display:none; height:320px; }
.dt-sc-content-height { min-height: 469px; } .full-width-section { float:left; width:100%; clear:both; position:relative; }
.dt-sc-fullwidth-video-section { clear: both; float: left; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; }
.dt-sc-video-container { left: 0; position: absolute; top: 0; width: 100%; }
.dt-sc-video-content-wrapper { color: #ffffff; float: left; padding: 0; position: relative; width: 100%; }
.dt-sc-video.dt-sc-fillWidth { width: 100%; }
.fullwidth .full-width-section-inner { float: left; width: 100%; }
.fullwidth-section-video-container .mejs-container .mejs-controls { display:none !important; }
.fullwidth-section-video-container { float:left; width:100%; position:relative; overflow:hidden; }
.fullwidth-section-video { float: left; width: 100%; position:absolute; left:0; top:0; }
.full-width-section.half-background-design {  background: #f7f7f9; }
.full-width-section.type2.half-background-design, .dt-sc-grey.type2 { background: #f3f4f6; }
.full-width-section.half-background-design .dt-sc-ico-content.type7.blue h4 a { color: #fff; }
.half-background-design h3, .half-background-design p, .half-background-design .dt-sc-ico-content.type7 h4 a { color: #fff; }
.half-background-design .wpcf7 p { color: #000; }
.half-background-design .wpcf7 .icon { font-size: 40px; color: #000; }
.wpcf7-form-control-wrap { display: inline-block; width: 100%; }
#wpcf7-f3209-p3101-o1 p .wpcf7-form-control.wpcf7-submit.dt-sc-button.type4.small { margin: 0; }
.white-color-content ul.dt-sc-fancy-list li, .white-color-content ul.dt-sc-fancy-list li:before, h4.white-color-content b { color: #fff; } .column { box-sizing: border-box; margin:0px 0px 0px 2%; float:left; min-height:1px; position:relative; }
.column.first { margin-left:0px; }	
.dt-sc-full-width, .dt-sc-one-column { width:100%; }
.column.dt-sc-full-width, .column.dt-sc-one-column { margin-left:0px; }
.dt-sc-one-fourth { width:23.4%; }
.dt-sc-one-half { width:48.9%; }
.dt-sc-one-third { width:31.9%; }
.dt-sc-three-fourth { width:74.5%; }	
.dt-sc-two-third { width:65.8%; }
.dt-sc-one-fifth { width:18.3%; }
.dt-sc-four-fifth { width:79.6%; }
.dt-sc-three-fifth { width:59.2%; }
.dt-sc-two-fifth { width:38.8%; }
.dt-sc-one-sixth { width:15%; }
.dt-sc-two-sixth { width:30%; }
.dt-sc-three-sixth { width:45%; }
.dt-sc-four-sixth { width:60%; }
.dt-sc-five-sixth { width:75%; }		
.column img { max-width:100%; height:auto; }
.column.no-space { margin-left:0px; margin-right:0px; }
.column.no-space.dt-sc-one-fourth { width:25%; } 	
.column.no-space.dt-sc-one-third { width:33.33%; }	
.column.no-space.dt-sc-one-half { width:50%; }
.column.no-space.dt-sc-one-fifth { width:20%; }
.column.no-space.dt-sc-one-sixth { width:16.66%; }
.column.no-space.dt-sc-three-fourth { width:75%; }
.column.no-space.dt-sc-two-third { width:66.6%; }		
.column.no-space.dt-sc-four-fifth { width:80%; }
.column.no-space.dt-sc-three-fifth { width:60%; }
.column.no-space.dt-sc-two-fifth { width:40%; }		
.column.no-space.dt-sc-two-sixth { width:33.2%; }
.column.no-space.dt-sc-three-sixth { width:49.8%; }
.column.no-space.dt-sc-four-sixth { width:66.4%; }
.column.no-space.dt-sc-five-sixth { width:83%; } .dt-sc-ico-content { float:left; width:100%; position:relative; margin-bottom:20px; }
.dt-sc-ico-content h4 { font-size:15px; font-weight:bold; margin-bottom:10px; }
.dt-sc-ico-content .icon-wrapper { width:70px; height:70px; border-radius:50%; display:inline-block; text-align:center; margin-bottom:20px; }
.dt-sc-ico-content .icon-wrapper .fa, .dt-sc-ico-content .icon-wrapper .icon { line-height:70px; color:#fff; font-size:32px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
.dt-sc-ico-content.type2 p { padding: 0 10px; }  
.dt-sc-ico-content.type2 { padding-bottom:20px; text-align:center; }
.dt-sc-ico-content.type2 .icon-wrapper { width:188px; height:188px; border-radius:50%; position:relative; overflow:hidden; border:2px solid #ec6d01; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; background:#edeef2; 
background: linear-gradient(#fff 50%, #edeef2 50%); background: -webkit-linear-gradient(#fff 50%, #edeef2 50%); background: -moz-linear-gradient(#fff 50%, #edeef2 50%); background: -o-linear-gradient(#fff 50%, #edeef2 50%); background: -ms-linear-gradient(#fff 50%, #edeef2 50%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(51%,#edeef2), color-stop(100%,#edeef2)); }
.dt-sc-ico-content.type2 .icon-wrapper:before { content:""; width:100%; height:100%; position:absolute; top:0; left:0px; border:8px solid #edeef2; border-radius:50%; border-width:8px; border-style:solid; border-color:#edeef2 #edeef2 #fff #fff; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; z-index:1; }
.dt-sc-ico-content.type2:hover .icon-wrapper:before { transform:rotate(-225deg); -webkit-transform:rotate(-225deg); -o-transform:rotate(-225deg); -ms-transform:rotate(-225deg); -moz-transform:rotate(-225deg); background:linear-gradient(#edeef2 50%, #fff 50%); background: -webkit-linear-gradient(#edeef2 50%, #fff 50%); background: -moz-linear-gradient(#edeef2 50%, #fff 50%); background: -ms-linear-gradient(#edeef2 50%, #fff 50%); background: -o-linear-gradient(#edeef2 50%, #fff 50%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeef2), color-stop(50%,#edeef2), color-stop(51%,#ffffff), color-stop(100%,#ffffff)); }
.dt-sc-ico-content.type2:before { color:#efa67a; margin-left:0px; }
.dt-sc-ico-content.type2:after {  color:#35a1da; margin-left:18px; }
.dt-sc-ico-content.type2.blue:hover .icon-wrapper:before { border-color:#fff #fff #007bb8 #007bb8; }
.dt-sc-ico-content.type2.red:hover .icon-wrapper:before { border-color:#fff #fff #fe4365 #fe4365; }
.dt-sc-ico-content.type2.green:hover .icon-wrapper:before { border-color:#fff #fff #74bb20 #74bb20; }
.dt-sc-ico-content.type2.yellow:hover .icon-wrapper:before { border-color:#fff #fff #ffc000 #ffc000; }
.dt-sc-ico-content.type2:hover .icon-wrapper:before { border-color:#fff #fff #ec6d01 #ec6d01; }
.dt-sc-ico-content.type2.border-title:before, .dt-sc-ico-content.type2.border-title:after { bottom:-19px; }	
.dt-sc-ico-content.type2 .icon-wrapper .fa, .dt-sc-ico-content.type2 .icon-wrapper .icon { position:absolute; top:0; left:0; bottom:0; right:0; text-align:center; font-size:30px; line-height:175px; z-index:1; color:#333; }
.dt-sc-ico-content.type2 h4 { border:none; display:block; padding:0; font-size:14px; font-weight:bold; margin-bottom:18px; }
.dt-sc-ico-content.type2.blue, .dt-sc-ico-content.type2.blue .icon-wrapper { border-color:#008bd3; }
.dt-sc-ico-content.type2.red, .dt-sc-ico-content.type2.red .icon-wrapper { border-color:#fe4365; }
.dt-sc-ico-content.type2.green, .dt-sc-ico-content.type2.green .icon-wrapper { border-color:#74bb20; }
.dt-sc-ico-content.type2.yellow, .dt-sc-ico-content.type2.yellow .icon-wrapper { border-color:#ffc000; }
.dt-sc-ico-content.type2, .dt-sc-ico-content.type2 .icon-wrapper { border-color:#ec6d01; }
.dt-sc-ico-content.type3 .icon-wrapper .fa { color: #008bd3; }	
.dt-sc-ico-content.type3 .icon-wrapper { position:absolute; left:0; background-color:inherit; }
.dt-sc-ico-content.type3 .icon-wrapper .icon { font-size: 35px; line-height: 60px; display:block; border: 1px solid #eaeaea; border-radius: 5px; }
.dt-sc-ico-content.type3 { padding-left:100px; margin-bottom:50px; }
.dt-sc-ico-content.type3 h4 { font-size:24px; font-weight:normal; margin-bottom:0; text-transform:uppercase; font-weight:300; }
.dt-sc-ico-content.type3 > span { font-size:16px; display:block; margin-bottom:20px; font-style:italic; }
.dt-sc-ico-content.type3 .icon-wrapper { width:64px; height:64px; }
.dt-sc-ico-content.type3 .icon-wrapper img { max-width:64px; border-radius:5px; }
.dt-sc-ico-content.type3 .icon-wrapper .fa { font-size:24px; color:#333; line-height:60px; border-radius:5px; border:1px solid #eaeaea; display:block; }
.dt-sc-ico-content.pink h4 a, .dt-sc-ico-content.type4.pink .icon-wrapper .fa { color:#e130a7; }
.dt-sc-ico-content.green h4 a, .dt-sc-ico-content.type4.green .icon-wrapper .fa { color:#41c951; }
.dt-sc-ico-content.skyblue h4 a, .dt-sc-ico-content.type4.skyblue .icon-wrapper .fa { color:#38c5ed; }
.dt-sc-ico-content.red h4 a, .dt-sc-ico-content.type4.red .icon-wrapper .fa  { color:#ee4136; }
.dt-sc-ico-content.yellow h4 a, .dt-sc-ico-content.type4.yellow .icon-wrapper .fa { color:#ffc000; }
.dt-sc-ico-content.blueturquoise h4 a, .dt-sc-ico-content.type4.blueturquoise .icon-wrapper .fa { color:#34dddd; }
.dt-sc-ico-content.blue h4 a, .dt-sc-ico-content.type4.blue .icon-wrapper .fa { color:#6296ff; }
.dt-sc-ico-content.type4 { padding:0 0 10px 100px; }
.dt-sc-ico-content.type4 .icon-wrapper { background-color:#f3f4f6; position:absolute; left:0; margin:0; width:70px; height:70px; }
.dt-sc-ico-content.type4 .icon-wrapper:after { border-bottom: 4px solid transparent; border-left: 23px solid #f3f4f6; border-top: 10px solid transparent; content: ""; position: absolute; right: -11px; top: 8px; }
.dt-sc-ico-content.type4 > span { font-size:16px; margin-bottom:25px; display:block; font-style:italic; }
.dt-sc-ico-content.type4 h4 { font-size:24px; margin-bottom:5px; font-weight:300; text-transform:uppercase; }
.dt-sc-ico-content.type4 .icon-wrapper .fa, .dt-sc-ico-content.type4 .icon-wrapper .icon { font-size:35px; line-height:70px; }
.dt-sc-ico-content.type4 .icon-wrapper .fa { color:#515151; }
.dt-sc-ico-content.type4 .icon-wrapper img { padding: 0px 10px; }
.icon-content-right.dt-sc-ico-content.type4 { padding:0 100px 10px 0; text-align:right; }
.icon-content-right.dt-sc-ico-content.type4 .icon-wrapper:after { right:auto; left:-11px; border-right: 23px solid #f3f4f6; border-left:none; }
.icon-content-right.dt-sc-ico-content.type4 .icon-wrapper { right:0; left:auto; }
.dt-sc-ico-content.type5 { overflow: hidden; }
.dt-sc-ico-content.type5 .icon-wrapper { float:left; width:100%; position:relative; background:inherit; height:auto; margin-bottom:0; border-radius:0; overflow:hidden; }
.dt-sc-ico-content.type5 .icon-wrapper img { vertical-align:middle; }
.dt-sc-ico-content.type5 h4 { padding:20px 0; border-radius: 0; bottom: 30px; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); clear: both; color: #696969; display: block; font-size: 16px; font-weight: 300; left: 0; margin: 0 20px; position: relative; text-align: center; text-transform: uppercase; z-index: 9; background-color:#fff; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
.dt-sc-ico-content.type5 h4 a, .dt-sc-ico-content.type5:hover h4 a { color:#000; }
.dt-sc-ico-content.type5 h4 i { margin-right:5px; }
.dt-sc-ico-content.type5 .icon-wrapper .fa, .dt-sc-ico-content.type5 .icon-wrapper .icon { color:#000; }
.dt-sc-ico-content.type5:hover h4 { -webkit-animation-name: pullUp; -moz-animation-name: pullUp; -webkit-animation-duration:1.1s; -moz-animation-duration:1.1s;  -webkit-animation-direction: alternate; -moz-animation-direction: alternate; -webkit-animation-timing-function: eaze-in-out; -moz-animation-timing-function: eaze-in-out; }
.dt-sc-ico-content.type6 { padding-left: 100px; }		
.dt-sc-ico-content.type6 h4 { text-transform:uppercase; }
.dt-sc-ico-content.type6 p { font-size: 14px; line-height: 24px; }
.dt-sc-ico-content.type6 .icon-wrapper { left: 0; position: absolute; background: #edeef2; border: 6px solid #fff; height: 82px; width: 82px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }	
.dt-sc-ico-content.type6 .icon-wrapper span.icon { background: none; height: auto; line-height: 70px; position: relative; width: auto; color: #e130b3; font-size: 30px; }	
.dt-sc-ico-content.type6 .icon-wrapper span.icon:after { display: none; }	
.dt-sc-ico-content.type6 .icon-wrapper:after { border-radius: 50%; content: ""; height: 86px; left: -8px; position: absolute; top: -8px; width: 86px; z-index: -1; background: linear-gradient(to right, #9105ea, #f73c95); 
background: -webkit-linear-gradient(left, #9105ea, #f73c95); background: -o-linear-gradient(left, #9105ea, #f73c95); background: -moz-linear-gradient(left, #9105ea, #f73c95); background: -ms-linear-gradient(left, #9105ea, #f73c95);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=1 ); background-clip: padding-box; }
.dt-sc-ico-content.type6:hover .icon-wrapper { background: linear-gradient(to right, #9105ea, #f73c95); 
background: -webkit-linear-gradient(left, #9105ea, #f73c95); background: -o-linear-gradient(left, #9105ea, #f73c95); background: -moz-linear-gradient(left, #9105ea, #f73c95); background: -ms-linear-gradient(left, #9105ea, #f73c95);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=1 ); }
.dt-sc-ico-content.type6:hover .icon-wrapper span.icon { color:#fff; }
.dt-sc-ico-content.type7 .icon-wrapper { background: #fff; border: 10px solid #fff; height: 150px; position: relative; width: 150px; }
.dt-sc-ico-content.type7 .icon-wrapper .icon { border: 2px solid #000; border-radius: 50%; color: #000; height: 130px; line-height: 130px; width: 130px; display: inline-block; font-size: 36px; }
.dt-sc-ico-content.type7:hover .icon-wrapper .icon { color: #fff; }
.dt-sc-ico-content.type7 .icon-wrapper .fa { border: 2px solid #000; border-radius: 50%; color: #000; height: 130px; line-height: 130px; width: 130px; }
.dt-sc-ico-content.type7:hover .icon-wrapper .fa { color: #fff; }
.dt-sc-ico-content.type7 .icon-wrapper span { width: 130px; height: 130px; border-radius: 50%; border: 2px solid; display: inline-block; line-height: 190px; }
.dt-sc-ico-content.type7.yellow .icon-wrapper span { border-color: #ffc000; }
.dt-sc-ico-content.type7.blue .icon-wrapper span { border-color: #008bd3; }
.dt-sc-ico-content.type7.red .icon-wrapper span { border-color: #fe4365; }
.dt-sc-ico-content.type7.green .icon-wrapper span { border-color: #74bb20; }
.dt-sc-ico-content.type7.yellow .icon-wrapper .icon, .dt-sc-ico-content.type7.yellow .icon-wrapper .fa { border-color: #ffc000; color: #ffc000; }
.dt-sc-ico-content.type7.blue .icon-wrapper .icon, .dt-sc-ico-content.type7.blue .icon-wrapper .fa { border-color: #008bd3; color: #008bd3; }
.dt-sc-ico-content.type7.red .icon-wrapper .icon, .dt-sc-ico-content.type7.red .icon-wrapper .fa { border-color: #fe4365; color: #fe4365; }
.dt-sc-ico-content.type7.green .icon-wrapper .icon, .dt-sc-ico-content.type7.green .icon-wrapper .fa { border-color: #74bb20; color: #74bb20; }
.dt-sc-ico-content.type7.yellow:hover .icon-wrapper .icon, .dt-sc-ico-content.type7.yellow:hover .icon-wrapper .fa { color: #fff; background: #ffc000; }
.dt-sc-ico-content.type7.blue:hover .icon-wrapper .icon, .dt-sc-ico-content.type7.blue:hover .icon-wrapper .fa { color: #fff; background: #008bd3; }
.dt-sc-ico-content.type7.red:hover .icon-wrapper .icon, .dt-sc-ico-content.type7.red:hover .icon-wrapper .fa { color: #fff; background: #fe4365; }
.dt-sc-ico-content.type7.green:hover .icon-wrapper .icon, .dt-sc-ico-content.type7.green:hover .icon-wrapper .fa { color: #fff; background: #74bb20; }
.dt-sc-ico-content.type7.yellow h4 a { color: #ffc000; } 
.dt-sc-ico-content.type7.blue h4 a { color: #008bd3; } 
.dt-sc-ico-content.type7.red h4 a { color: #fe4365; } 
.dt-sc-ico-content.type7.green h4 a { color: #74bb20; }
.dt-sc-ico-content.type7 h4 { font-size:18px; }
.dt-sc-ico-content.type8 { padding: 0 0 0 90px; }
.dt-sc-ico-content.type8.alignright, .dt-sc-ico-content.type6.alignright { padding: 0 100px 0 0; }
.dt-sc-ico-content.type8 .icon-wrapper { position: absolute; left: 0; background: #000; border: 2px solid #000; }
.dt-sc-ico-content.type8.alignright .icon-wrapper, .dt-sc-ico-content.type6.alignright .icon-wrapper { position: absolute; right: 0; left: auto; } 
.dt-sc-ico-content.type8 h4 { margin: 10px 0 0; letter-spacing: 2px; }
.dt-sc-ico-content.type8 > span { font-style: italic; font-family: 'Open Sans', sans-serif; }
.dt-sc-ico-content.type8 span.icon { color: #fff; font-size: 22px; font-style: normal; line-height: 68px; }
.dt-sc-ico-content.type8 .icon-wrapper .fa { font-style: normal; }
.white-color-content .dt-sc-ico-content.type8 span, .white-color-content .dt-sc-ico-content.type8 h4 a { color: #fff; }
ul.dt-sc-icon-content-shape li:first-child { margin-left: 0; }
ul.dt-sc-icon-content-shape li:nth-child(4) { margin-left: 200px; }
ul.dt-sc-icon-content-shape li:nth-child(4) .dt-sc-ico-content, ul.dt-sc-icon-content-shape li:nth-child(5) .dt-sc-ico-content { bottom: 130px; }
.inner-content { padding: 50px 90px 20px; box-sizing: border-box; width: 100%; }
.inner-content:before { background: rgba(0, 139, 211, 0.4); content: ""; height: 270px; left: 0; margin: auto; position: absolute; right: 0; top: 40px; transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -moz-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -ms-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -o-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -webkit-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); width: 270px; z-index: -1; }
.inner-content:after { background: #008bd3; content: ""; height: 250px; left: 0; margin: auto; position: absolute; right: 0; top: 50px; transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -moz-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -ms-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -o-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); -webkit-transform: rotate3d(0, 0, 1, 45deg) skew(0deg, 0deg); width: 250px; z-index: -1; }	
.dt-sc-ico-content.type9.blue .inner-content:after { background: #008bd3; }
.dt-sc-ico-content.type9.blue .inner-content:before { background: rgba(0, 139, 211, 0.4); }
.dt-sc-ico-content.type9.yellow .inner-content:after { background: #ffc000; }
.dt-sc-ico-content.type9.yellow .inner-content:before { background: rgba(255, 192, 0, 0.4); }
.dt-sc-ico-content.type9.red .inner-content:after { background: #fe4365; }
.dt-sc-ico-content.type9.red .inner-content:before { background: rgba(254, 64, 101, 0.4); }
.dt-sc-ico-content.type9.green .inner-content:after { background: #74bb20; }
.dt-sc-ico-content.type9.green .inner-content:before { background: rgba(116, 187, 32, 0.4); }	
.dt-sc-ico-content.type9 .icon-wrapper { margin: 0; background: none; height: 60px; }	
.dt-sc-ico-content.type9 .icon-wrapper .icon { color: #fff; font-size: 35px; line-height: 70px; }	
.dt-sc-ico-content.type9 h4 { position: relative; margin-bottom: 30px; }
.dt-sc-ico-content.type9 h4 a, .dt-sc-ico-content.type9:hover h4 a { color: #fff; }
.dt-sc-ico-content.type9 h4:after { position: absolute; width: 40px; content: ""; left: 0; right: 0; bottom: -5px; height: 2px; background: #fff; margin: auto; }
.dt-sc-ico-content.type9 p { color: #fff; line-height: 22px; }
.dt-sc-ico-content.type10 { padding: 0 0 0 100px; }
.dt-sc-ico-content.type10 .icon-wrapper { background: none; left: 0; position: absolute; top: 5px; }
.dt-sc-ico-content.type10 .icon-wrapper .icon { font-size: 40px; }
.dt-sc-ico-content.type10 .icon-wrapper .fa, .dt-sc-ico-content.type10 .icon-wrapper .icon { color: #000; font-size: 50px; line-height: 50px; }
.dt-sc-ico-content.type10 h4 { font-size: 20px; text-transform: capitalize; margin-bottom: 10px; font-weight:normal; }
.dt-sc-ico-content.type10 p { line-height: 25px; }	
.dt-sc-ico-content.type11 { padding: 0 0 0 120px; }	
.dt-sc-ico-content.type11 .icon-wrapper { background-color: inherit; left: 20px; position: absolute; }
.dt-sc-ico-content.type11 h4 { font-size: 16px; font-weight: 300; margin-bottom: 5px; }
.dt-sc-ico-content.type11 span { display: block; font-size: 22px; margin-bottom: 20px; color: #424243; }
.dt-sc-ico-content.type11 .icon-wrapper .fa, .dt-sc-ico-content.type11 .icon-wrapper .icon, .dt-sc-ico-content.type11 .icon-wrapper .fa, .dt-sc-ico-content.type11 .icon-wrapper .icon { color: #000; font-size: 50px; }
.dt-sc-ico-content.type11.blue h4 a { color: #008bd3; }
.dt-sc-ico-content.type11.yellow h4 a { color: #ffc000; }
.dt-sc-ico-content.type11.red h4 a { color: #fe4365; }
.dt-sc-ico-content.type11.green h4 a { color: #74bb20; }
.dt-sc-ico-content.type12 { text-align:center; }
.dt-sc-ico-content.type12 h4 { font-size:20px; font-weight:normal; clear:both; }
.dt-sc-ico-content.type12:hover h4 a { color:#333; }
.dt-sc-ico-content.type12 .icon-wrapper { width:auto; height:auto; border-radius:0; background-color:inherit; margin-bottom:5px; }
.dt-sc-ico-content.type12 .icon-wrapper, .dt-sc-ico-content.type12 h4 { -webkit-transition:-webkit-transform 0.4s; -moz-transition:-moz-transform 0.4s; transition:transform 0.4s; transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); -moz-transform: matrix(1, 0, 0, 1, 0, 0); -ms-transform: matrix(1, 0, 0, 1, 0, 0); -o-transform: matrix(1, 0, 0, 1, 0, 0); }
.dt-sc-ico-content.type12:hover .icon-wrapper, .dt-sc-ico-content.type12:hover h4 { transform: matrix(1, 0, 0, 1, 0, -40.5); -webkit-transform: matrix(1, 0, 0, 1, 0, -40.5); -moz-transform: matrix(1, 0, 0, 1, 0, -40.5); -ms-transform: matrix(1, 0, 0, 1, 0, -40.5); -o-transform: matrix(1, 0, 0, 1, 0, -40.5); }
.dt-sc-ico-content.type12 > a { position:absolute; left:0; right:0; margin:auto; bottom: 0; opacity: 0; -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s, all 300ms linear 0s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s, all 300ms linear 0s; transition: transform 0.4s, opacity 0.1s 0.3s, all 300ms linear 0s; color:#333; transform: matrix(1, 0, 0, 1, 0, 14.184); -webkit-transform: matrix(1, 0, 0, 1, 0, 14.184); -moz-transform: matrix(1, 0, 0, 1, 0, 14.184); -ms-transform: matrix(1, 0, 0, 1, 0, 14.184); -o-transform: matrix(1, 0, 0, 1, 0, 14.184); }
.dt-sc-ico-content.type12 > a span { margin-left:5px; }
.dt-sc-ico-content.type12:hover > a { opacity: 1; -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; transform: matrix(1, 0, 0, 1, 0, -7.5); -webkit-transform: matrix(1, 0, 0, 1, 0, -7.5); -moz-transform: matrix(1, 0, 0, 1, 0, -7.5); -ms-transform: matrix(1, 0, 0, 1, 0, -7.5); -o-transform: matrix(1, 0, 0, 1, 0, -7.5); } .dt-sc-animate-num { text-align: center; float:left; width:100%; border-left:1px solid rgba(255,255,255,0.2); padding-top:20px; }
.dt-sc-animate-num .dt-sc-num-count { color: #000; display: inline-block; font-size: 30px; padding:0; position: relative; font-weight:700; border:2px solid; margin-bottom:20px; width:170px; height:60px; line-height:55px; }
.dt-sc-animate-num h6 { font-size:14px; text-transform:uppercase; color:#000; letter-spacing:1px; margin-bottom: 20px; }
.first .dt-sc-animate-num { border:none; }
.white-color-content .dt-sc-animate-num .dt-sc-num-count, .white-color-content .dt-sc-animate-num h6, .white-color-content .dt-sc-animate-num.type2 .icon-wrapper span.icon, .white-color-content .dt-sc-animate-num.type2 .icon-wrapper span.fa { color: #fff; }
.dt-sc-animate-num.type2.blue { background: #008bd3; background: -moz-linear-gradient(top, #008bd3 0%, #d40063 100%); background: -webkit-linear-gradient(top, #1e5799 0%,#d40063 100%); background: linear-gradient(to bottom, #1e5799 0%, #d40063 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bd3', endColorstr='#d40063',GradientType=0 ); }
.dt-sc-animate-num.type2.yellow { background-color: #ffc000; background: -moz-linear-gradient(top, #ffc000 0%, #e2042d 100%); background: -webkit-linear-gradient(top, #ffc000 0%,#e2042d 100%); background: linear-gradient(to bottom, #ffc000 0%, #e2042d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#e2042d',GradientType=0 ); }
.dt-sc-animate-num.type2.green { background-color: #2ae97b; background: -moz-linear-gradient(top, #2ae97b 0%, #5b05ea 100%); background: -webkit-linear-gradient(top, #2ae97b 0%,#5b05ea 100%); background: linear-gradient(to bottom, #2ae97b 0%, #5b05ea 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ae97b', endColorstr='#5b05ea',GradientType=0 ); }
.dt-sc-animate-num.type2.red { background-color: #cb24da; background: -moz-linear-gradient(top, #cb24da 0%, #ffc000 100%); background: -webkit-linear-gradient(top, #cb24da 0%,#ffc000 100%); background: linear-gradient(to bottom, #cb24da 0%, #ffc000 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb24da', endColorstr='#ffc000',GradientType=0 ); }
.dt-sc-animate-num.type2 { padding: 120px 30px; border: none; border-radius:5px; }
.dt-sc-animate-num.type2:after { content:""; width:100%; height:100%; position:absolute; left:0; top:0; background-image:url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/animate-bg-top.png), url(//www.valleyegypt.com/wp-content/plugins/buddhathemes-core-features/shortcodes/images/animate-bg-bottom.png); background-position:96% 10px, 9px 97%; background-repeat:no-repeat; }
.dt-sc-animate-num.type2 .dt-sc-num-count { border: medium none; margin-bottom: 0; color: #fff; width:auto; }	 
.dt-sc-animate-num.type2 h6 { color: #fff; margin: 0; }
.dt-sc-animate-num.type2 .icon-wrapper span.icon, .dt-sc-animate-num.type2 .icon-wrapper span.fa { font-size: 50px; color: #fff; }
.dt-sc-animate-num.type3 { padding: 0 0 0 90px; position: relative; border: medium none; }
.dt-sc-animate-num.type3 .icon-wrapper { left: 0; position: absolute; text-align: center; top: 15px; width: 70px; }
.dt-sc-animate-num.type3 .dt-sc-num-count { border: medium none; margin: 0; text-align: left; width: 100%; }
.dt-sc-animate-num.type3 h6 { text-align: left; }
.dt-sc-animate-num.type3 .icon-wrapper:after, .dt-sc-animate-num.type3 .icon-wrapper:before { background: #000; border-radius: 18px; content: ""; height: 65px; left: 0; margin: auto; position: absolute; right: 0; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 65px; z-index: -1; top: 0; }
.dt-sc-animate-num.type3 .icon-wrapper:before { transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0); }
.dt-sc-animate-num.type3 .icon-wrapper .icon { font-size: 32px; line-height: 65px; z-index: 1; color: #fff; }
.dt-sc-animate-num.type3.green .icon-wrapper:after, .dt-sc-animate-num.type3.green .icon-wrapper:before { background: #74bb20; }
.dt-sc-animate-num.type3.blue .icon-wrapper:after, .dt-sc-animate-num.type3.blue .icon-wrapper:before { background: #008bd3; }
.dt-sc-animate-num.type3.red .icon-wrapper:after, .dt-sc-animate-num.type3.red .icon-wrapper:before { background: #fe4365; }
.dt-sc-animate-num.type3.yellow .icon-wrapper:after, .dt-sc-animate-num.type3.yellow .icon-wrapper:before { background: #ffc000; } .dt-sc-testimonial-wrapper { float:left; width:100%; clear:both; position:relative; } 
.dt-sc-testimonial-wrapper .dt-sc-testimonial { float:left; display:block; margin:0; padding:0; width:100%; position:relative; overflow:hidden; }
.dt-sc-testimonial .author img { border-radius:50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial-carousel li { text-align:center; display:block; float:left; padding:0; margin:0 10px; }
.dt-sc-testimonial { float:left; width:100%; position:relative; }
.dt-sc-testimonial blockquote { padding:0 0 30px; border-bottom:1px solid #d7dce2; clear: left; display: block; font-style: italic; margin: 0; position: relative; text-align: left; border-left: none; background:none; filter:none; }
.ie9 .dt-sc-testimonial blockquote { border-bottom:1px solid #d7dce2; border-top:none; }
.dt-sc-testimonial .author { float:right; margin-left:15px; display:block; }
.dt-sc-testimonial .author-detail { float:right; display:inline-block; text-align:right; margin-top:25px; line-height:24px; }
.dt-sc-testimonial .author-detail p { font-weight:700; color:#222; margin-bottom:0; display:inline-block; }
.dt-sc-testimonial .author-detail span { display:inline-block; font-size:14px; color:#686868; font-weight:400; }
.carousel-arrows { display:inline-block; bottom:55px; position:absolute; left:0; }
.carousel-arrows a { width:45px; height:45px; border:2px solid #e7ecee; border-radius:50%; font-size:25px; display:inline-block; line-height:40px; text-align:center; margin-right:5px; background-color:#fff; z-index:1; }
.dt-sc-team-carousel-wrapper .carousel-arrows a { line-height: 38px; }
.dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial, .dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial { float:none; width:70%; margin:0 auto; position:relative; }
.dt-sc-testimonial-wrapper.type2 blockquote { text-align:center; padding:0 0 30px; }
.dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial .author-detail p, .dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial .author-detail p { display:block; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows a, .dt-sc-testimonial-wrapper.type3 .carousel-arrows a { top:0; bottom:0; margin:auto; position:absolute; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows, .dt-sc-testimonial-wrapper.type3 .carousel-arrows { position:static; display:block; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows a.testimonial-next, .dt-sc-testimonial-wrapper.type3 .carousel-arrows a.testimonial-next { right:0; }
.dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial blockquote { padding-left: 0; text-align: center; }
.dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial .author { float: none; margin: 0 auto; }
.dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial .author-detail { float: none; text-align: center; }
.dt-sc-testimonial-wrapper .carousel-arrows a.testimonial-prev { padding-right: 3px; }
.dt-sc-testimonial-wrapper .carousel-arrows a.testimonial-next { padding-left: 3px; } .dt-sc-button { -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; margin-top:10px; z-index:3; position:relative; border:2px solid; border-radius:4px; display:inline-block; line-height:normal; text-transform:uppercase; font-weight:bold; font-family: 'Open Sans', sans-serif; letter-spacing: 1px; font-weight: 400; } 
.dt-sc-button span { font-size: 16px; text-align: center; position:absolute; left:0; top:0; height: 100%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; }
.dt-sc-button .fa { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; }
.dt-sc-button.medium, .dt-sc-buy-now .dt-sc-button { padding: 15px 20px 15px 50px; }
.dt-sc-button.small { padding: 12px 20px 12px 40px; }
.dt-sc-button.large { padding: 22px 30px 22px 60px; }
.dt-sc-button.xlarge { padding: 25px 30px 25px 70px; }
.dt-sc-button.small span { font-size: 14px; line-height: 40px; width: 40px; }
.dt-sc-button.medium span, .dt-sc-buy-now .dt-sc-button span { font-size: 16px; line-height: 50px; width: 50px; }
.dt-sc-button.large span { font-size: 18px; line-height: 60px; width: 60px; }
.dt-sc-button.xlarge span { font-size: 20px; line-height: 70px; width: 70px; }	
.dt-sc-button.type2 { background-color:#008bd3; border-color:#008bd3; color:#fff; }
.dt-sc-button.type2 span { border-right-color:#fff !important; }
.dt-sc-button.type3 { background-color:#fff; border-color:#edeef2 !important; color:#686868 !important; }
.dt-sc-button.type3 span { border-color:#edeef2 !important; }
.dt-sc-button.type3:hover, .dt-sc-button.type5:hover { color:#fff !important; }
.dt-sc-button.type4 { background-color:#fff }
.dt-sc-button.type4:hover { color:#fff; }
.dt-sc-button.type4.medium { padding:18px 24px; } 
.dt-sc-button.type4.small { padding:14px 12px; } 
.dt-sc-button.type4.large { padding:22px 41px; font-size:20px; } 
.dt-sc-button.type4.xlarge { padding:25px 45px; font-size:20px; } 
.dt-sc-button.type5 { border:2px solid #5d6373; color:#5d6373 !important; border-radius:3px; display:inline-block; line-height:normal; text-transform:uppercase; padding:15px 30px; }
.dt-sc-button.type5.red, .dt-sc-button.type5.green, .dt-sc-button.type5.orange, .dt-sc-button.type5.yellow { border-color: #5d6373; }
.dt-sc-button.type5.medium, .dt-sc-button.type6.medium, .dt-sc-button.type7.medium { padding:22px 35px; } 
.dt-sc-button.type5.small, .dt-sc-button.type6.small, .dt-sc-button.type7.small { padding:15px 30px; } 
.dt-sc-button.type5.large, .dt-sc-button.type6.large, .dt-sc-button.type7.large { padding:22px 41px; font-size:20px; } 
.dt-sc-button.type5.xlarge, .dt-sc-button.type6.xlarge, .dt-sc-button.type7.xlarge { padding:25px 45px; font-size:20px; }
.dt-sc-button.type6 { background:#f73c95; overflow:hidden; color:#fff; border:none; }
.dt-sc-button.type6:before { background: -webkit-linear-gradient(left, #9105ea, #f73c95); background: -o-linear-gradient(left, #9105ea, #f73c95); background: -moz-linear-gradient(left, #9105ea, #f73c95); background: linear-gradient(to right, #9105ea, #f73c95);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=1 ); color:#fff; border:none; content:""; left:0; width:100%; height:100%; position:absolute; -webkit-transition:-webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition:-moz-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); -ms-transition:-ms-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition:-o-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); top:0; z-index:-1; }
.dt-sc-button.type6:hover:before { -webkit-transform:translate3d(-100%, 0, 0); -moz-transform:translate3d(-100%, 0, 0); -ms-transform:translate3d(-100%, 0, 0); transform:translate3d(-100%, 0, 0); -o-transform:translate3d(-100%, 0, 0); }
.fullwidth { width:100%; }
.dt-sc-button.type6:hover:after { display:none; }
.dt-sc-button.type7 { font-size:14px; font-weight:bold; }
.dt-sc-button.type7.medium { font-size:16px; } 
.dt-sc-button:after { content: ""; position: absolute; height: 0; left: 0; opacity: 0; top: 0; width: 100%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; z-index: -1; }
.dt-sc-button:hover:after { height: 100%; opacity: 1; border-radius: 0; }
.dt-sc-button:hover { color:#fff; }
.dt-sc-button:hover span { border-color:#fff; }
.dt-sc-button.red, .dt-sc-button.type4.red { color: #FE4365; border-color: #FE4365; border-right-color: #FE4365; }
.dt-sc-button.red:after { background: #FE4365; }
.dt-sc-button.red span { border-right-color: #FE4365; }	
.dt-sc-button.red:hover { color: #fff; border-color: #FE4365 !important; }
.dt-sc-button.red:hover span { border-right-color: #fff; }
.dt-sc-button.yellow, .dt-sc-button.type4.yellow { color: #E8BA2A; border-color: #E8BA2A ; border-right-color: #E8BA2A; }
.dt-sc-button.yellow:after { background: #E8BA2A; }
.dt-sc-button.yellow span { border-right-color: #E8BA2A; }	
.dt-sc-button.yellow:hover { color: #fff; border-color: #E8BA2A !important; }
.dt-sc-button.yellow:hover span { border-right-color: #fff; }
.dt-sc-button.green, .dt-sc-button.type4.green { color: #85A404; border-color: #85A404; border-right-color: #85A404; }
.dt-sc-button.green:after { background: #85A404; }
.dt-sc-button.green span { border-right-color: #85A404; }	
.dt-sc-button.green:hover { color: #fff; border-color: #85A404 !important; }
.dt-sc-button.green:hover span { border-right-color: #fff; }
.dt-sc-button.blue, .dt-sc-button.type4.blue { color: #008bd3; border-color: #008bd3; border-right-color: #008bd3; }
.dt-sc-button.blue:after { background: #008bd3; }
.dt-sc-button.blue span { border-right-color: #008bd3; }	
.dt-sc-button.blue:hover { color: #fff; border-color: #008bd3 !important; }
.dt-sc-button.blue:hover span { border-right-color: #fff; }
.dt-sc-button.type2 { color: #fff; }
.dt-sc-button.red.type2 { border-color: #FE4365; background: #FE4365; }
.dt-sc-button.green.type2 { border-color: #85A404; background: #85A404; }
.dt-sc-button.yellow.type2 { border-color: #E8BA2A; background: #E8BA2A; }
.dt-sc-button.blue.type2 { border-color: #008bd3; background: #008bd3; }
.dt-sc-button.red.type2:hover { color: #FE4365; }
.dt-sc-button.green.type2:hover { color: #85A404; }
.dt-sc-button.yellow.type2:hover { color: #E8BA2A; }
.dt-sc-button.blue.type2:hover { color: #008bd3; }
.dt-sc-button.type2:hover { color: #008bd3; }
.dt-sc-button.type2:hover:after { background: #fff; }
.dt-sc-button.type2:hover { border-color: #008bd3; }
.dt-sc-button.type2.red:hover span { border-right-color: #FE4365 !important; }
.dt-sc-button.type2.green:hover span { border-right-color: #85A404 !important; }
.dt-sc-button.type2.yellow:hover span { border-right-color: #E8BA2A !important; }
.dt-sc-button.type2.blue:hover span { border-right-color: #008bd3 !important; }
.dt-sc-button.type2:hover span { border-right-color: #008bd3 !important; }
.grey-button:after { content: ""; background-color:#5d6373; position: absolute; height: 0px; left: 0px; opacity: 0; top: 0px; width: 100%; transition: all 0.3s ease 0s; z-index: -1; }
.grey-button:hover:after { border-radius: 0; height: 100%; opacity: 1; }
.grey-button { color:#5d6373; }
.grey-button:hover { color:#fff; }
.white-button::after { content: ""; background-color:#fff; position: absolute; height: 0px; left: 0px; opacity: 0; top: 0px; width: 100%; transition: all 0.3s ease 0s; z-index: -1; }
.white-button:hover:after { border-radius: 0; height: 100%; opacity: 1; }
.white-button { color:#fff; }
.white-button:hover { color:#5d6373; } .dt-sc-colored-box { color: #ffffff; float: left; margin: 0; padding: 55px 5% 30px; width: 100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center; position:relative; }
.dt-sc-colored-box span { width:68px; height:64px; border:1px solid; position:absolute; top:-30px; left:0; right:0; margin:auto; line-height:65px; background-color:#fff; font-size:27px; }
.dt-sc-colored-box h5 { text-transform:uppercase; margin-bottom: 20px; border-bottom:1px solid #fff; padding-bottom:20px; }
.dt-sc-colored-box a, .dt-sc-colored-box h5 { color: #ffffff; }
.dt-sc-colored-box .dt-sc-button { background-color:#fff; border:1px solid #fff; border-radius:inherit; text-transform:uppercase; font-size:14px; }
.dt-sc-colored-box .dt-sc-button:hover { color:#fff; }
.dt-sc-colored-box .dt-sc-button:hover:after { border-radius: 0; }
.dt-sc-colored-box.light-green { background-color:#7dc682; }
.dt-sc-colored-box.light-green span { border-color:#7dc682; color:#7dc682; }
.dt-sc-colored-box.medium-green { background-color:#75bf7b; }
.dt-sc-colored-box.medium-green span { border-color:#75bf7b; color:#75bf7b; }
.dt-sc-colored-box.dark-green { background-color:#6bb271; }
.dt-sc-colored-box.dark-green span { border-color:#6bb271; color:#6bb271; }
.dt-sc-colored-box.light-bluetur { background-color:#00c4bf; }
.dt-sc-colored-box.light-bluetur span { border-color:#00c4bf; color:#00c4bf; }
.dt-sc-colored-box.medium-bluetur { background-color:#00bab5; }
.dt-sc-colored-box.medium-bluetur span { border-color:#00bab5; color:#00bab5; }
.dt-sc-colored-box.dark-bluetur { background-color:#00b3ae; }
.dt-sc-colored-box.dark-bluetur span { border-color:#00b3ae; color:#00b3ae; }
.dt-sc-colored-box.red { background-color:#fe4365; }
.dt-sc-colored-box.red span { border-color:#fe4365; color:#fe4365; }
.dt-sc-colored-box.green { background-color:#85a404; }
.dt-sc-colored-box.green span { border-color:#85a404; color:#85a404; }
.dt-sc-colored-box.yellow { background-color:#e8ba2a; }
.dt-sc-colored-box.yellow span { border-color:#e8ba2a; color:#e8ba2a; }
.dt-sc-colored-box.blue { background-color:#008bd3; }
.dt-sc-colored-box.blue span { border-color:#008bd3; color:#008bd3; } .dt-sc-titled-box { clear: both; margin-bottom: 20px; width: 100%; }
.dt-sc-titled-box h4.dt-sc-titled-box-title { color: #ffffff; border-radius: 3px 3px 0 0; font-size: 16px; font-weight: 600; margin: 0; padding: 12px 15px; text-shadow: none; text-transform: uppercase; }
.dt-sc-titled-box h4.dt-sc-titled-box-title span { font-size: 16px; margin-right: 5px; }	
.dt-sc-titled-box-content { background: #f6f6f6; border-radius: 0 0 3px 3px; padding: 20px; }
.dt-sc-titled-box h4.dt-sc-titled-box-title { background: #008bd3; }	
.dt-sc-titled-box.blue h4.dt-sc-titled-box-title { background: #008bd3; }
.dt-sc-titled-box.red h4.dt-sc-titled-box-title { background: #FE4365; }
.dt-sc-titled-box.yellow h4.dt-sc-titled-box-title { background: #E8BA2A; }
.dt-sc-titled-box.green h4.dt-sc-titled-box-title { background: #85A404; } .dt-sc-success-box { background-color: #eafac0; border: 1px solid #b1cf67; }
.dt-sc-error-box { background-color: #ffcccc; border: 1px solid #ff9999; }
.dt-sc-warning-box { background-color: #fdebae; border: 1px solid #e6c555; }
.dt-sc-info-box { background-color: #bfe4f9; border: 1px solid #68a2cf; }
.dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box { clear: both; color: #000000; margin-bottom: 20px; padding: 15px 15px 15px 80px; position: relative; }
.dt-sc-error-box::before, .dt-sc-warning-box::before, .dt-sc-success-box::before, .dt-sc-info-box::before { color: #fff; display: block; font-family: FontAwesome; font-size: 36px;    font-style: normal; font-weight: normal; height: 100%; left: 0; line-height: 58px; position: absolute; text-align: center; text-decoration: inherit; top: 0; width: 58px; }
.dt-sc-warning-box:before { background-color: rgba(255, 209, 25, 1); content: "\f06a"; }
.dt-sc-error-box:before { background-color: rgba(255, 51, 51, 1); content: "\f057"; }
.dt-sc-success-box:before { background-color: rgba(51, 204, 0, 1); content: "\f058"; }
.dt-sc-info-box:before { background-color: rgba(51, 204, 255, 1); content: "\f05a"; } ul.dt-sc-fancy-list.circle-tick li:before { content: "\f05d"; font-family: fontawesome; font-weight: normal; left: 0; position: absolute; top: 0; font-size:16px; }
ul.dt-sc-fancy-list li { display: block; font-size: 14px; line-height: 28px; padding:0 0 8px 30px; position: relative; font-weight:normal;  clear:both; }
ul.dt-sc-fancy-list li:before { font-family: fontawesome; left: 5px; position: absolute; top: 0; }
ul.dt-sc-fancy-list.circle-tick.medium li { font-size:14px; padding:0 0 15px 25px; line-height: 14px; clear:both; }
ul.dt-sc-fancy-list.circle-tick.medium li:before {content: "\e689"; font-family: "Stroke-Gap-Icons"; font-size: 14px; } 
ul.dt-sc-fancy-list.arrow li:before { content: "\f061"; }	
ul.dt-sc-fancy-list.rounded-arrow li:before { content: "\f0a9"; }	
ul.dt-sc-fancy-list.double-arrow li:before { content: "\f101"; }	
ul.dt-sc-fancy-list.heart li:before { content: "\f004"; }	
ul.dt-sc-fancy-list.trash li:before{ content: "\f1f8"; }	
ul.dt-sc-fancy-list.star li:before { content: "\f005"; }	
ul.dt-sc-fancy-list.tick li:before{ content: "\f00c"; }	
ul.dt-sc-fancy-list.rounded-tick li:before { content: "\f058"; }	
ul.dt-sc-fancy-list.cross li:before { content: "\f00d"; }	
ul.dt-sc-fancy-list.rounded-cross li:before { content: "\f057"; }	
ul.dt-sc-fancy-list.rounded-question li:before{ content: "\f059"; }	
ul.dt-sc-fancy-list.rounded-info li:before { content: "\f05a"; }	
ul.dt-sc-fancy-list.delete li:before { content: "\f05e"; }	
ul.dt-sc-fancy-list.warning li:before { content: "\f071"; }	
ul.dt-sc-fancy-list.comment li:before { content: "\f071"; }	
ul.dt-sc-fancy-list.edit li:before { content: "\f044"; }	
ul.dt-sc-fancy-list.share li:before { content: "\f064"; }	
ul.dt-sc-fancy-list.plus li:before { content: "\f067"; }	
ul.dt-sc-fancy-list.rounded-plus li:before { content: "\f055"; }	
ul.dt-sc-fancy-list.minus li:before{ content: "\f068"; }	
ul.dt-sc-fancy-list.rounded-minus li:before { content: "\f056"; }	
ul.dt-sc-fancy-list.asterisk li:before { content: "\f069"; }	
ul.dt-sc-fancy-list.cart li:before{ content: "\f07a"; }	
ul.dt-sc-fancy-list.folder li:before{ content: "\f07b"; }	
ul.dt-sc-fancy-list.folder-open li:before{ content: "\f07c"; }	
ul.dt-sc-fancy-list.desktop li:before{ content: "\f108"; }	
ul.dt-sc-fancy-list.tablet li:before { content: "\f10a"; }	
ul.dt-sc-fancy-list.mobile li:before{ content: "\f10b"; }	
ul.dt-sc-fancy-list.reply li:before { content: "\f112"; }	
ul.dt-sc-fancy-list.quote li:before { content: "\f10d"; }	
ul.dt-sc-fancy-list.mail li:before { content: "\f0e0"; }	
ul.dt-sc-fancy-list.external-link li:before { content: "\f08e"; }	
ul.dt-sc-fancy-list.adjust li:before{ content: "\f042"; }	
ul.dt-sc-fancy-list.pencil li:before { content: "\f040"; }	
ul.dt-sc-fancy-list.print li:before { content: "\f02f"; }	
ul.dt-sc-fancy-list.tag li:before { content: "\f02b"; }	
ul.dt-sc-fancy-list.thumbs-up li:before{ content: "\f164"; }	
ul.dt-sc-fancy-list.thumbs-down li:before { content: "\f165"; }	
ul.dt-sc-fancy-list.time li:before { content: "\f017"; }	
ul.dt-sc-fancy-list.globe li:before{ content: "\f0ac"; }	
ul.dt-sc-fancy-list.pushpin li:before{ content: "\f08d"; }	
ul.dt-sc-fancy-list.map-marker li:before { content: "\f041"; }	
ul.dt-sc-fancy-list.link li:before { content: "\f0c1"; }	
ul.dt-sc-fancy-list.paper-clip li:before { content: "\f0c6"; }	
ul.dt-sc-fancy-list.download li:before{ content: "\f019"; }	
ul.dt-sc-fancy-list.key li:before { content: "\f084"; }	
ul.dt-sc-fancy-list.search li:before{ content: "\f002"; }	
ul.dt-sc-fancy-list.rss li:before{ content: "\f09e"; }	
ul.dt-sc-fancy-list.twitter li:before{ content: "\f099"; }	
ul.dt-sc-fancy-list.facebook li:before{ content: "\f09a"; }	
ul.dt-sc-fancy-list.linkedin li:before{ content: "\f0e1"; }	
ul.dt-sc-fancy-list.google-plus li:before { content: "\f0d5"; }			
ul.dt-sc-fancy-list.caret-down li:before { content: "\f0d7"; }
ul.dt-sc-fancy-list.caret-left li:before { content: "\f0d7"; }
ul.dt-sc-fancy-list.caret-right li:before{ content: "\f0da"; }
ul.dt-sc-fancy-list.caret-up li:before{ content: "\f0d8"; }
ul.dt-sc-fancy-list.file-text li:before { content: "\f15c"; }
ul.dt-sc-fancy-list.angle-double-right li:before { content: "\f101"; }
ul.dt-sc-fancy-list.hand-o-right li:before{ content: "\f0a4"; }
ul.dt-sc-fancy-list.gavel li:before{ content: "\f0e3"; }
ul.dt-sc-fancy-list.book li:before { content: "\f02d"; }	
ul.dt-sc-fancy-list.check-circle li:before { content: "\f058"; }
ul.dt-sc-fancy-list.sun li:before { content: "\f185"; }
ul.dt-sc-fancy-list.slack li:before{ content: "\f198"; }
ul.dt-sc-fancy-list.circle-tick li:before{ content: "\f05d"; }
ul.dt-sc-fancy-list.paint-brush li:before { content: "\f1fc"; }
ul.dt-sc-fancy-list.circle-o li:before { content: "\f10c"; }
ul.dt-sc-fancy-list.check-circle-o li:before { content: "\f05d"; }
ul.dt-sc-fancy-list.yellow li:before { color: #E8BA2A; }
ul.dt-sc-fancy-list.red li:before { color: #FE4365; }
ul.dt-sc-fancy-list.blue li:before { color: #008bd3; }
ul.dt-sc-fancy-list.green li:before { color: #85A404; }
ol.decimal { list-style-type: decimal; }
ol.decimal-leading-zero { list-style-type: decimal-leading-zero; }
ol.lower-alpha { list-style-type: lower-alpha; }
ol.lower-roman { list-style-type: lower-roman; }
ol.dt-sc-fancy-list li { padding: 5px 0; color: #E8BA2A; }
ol.dt-sc-fancy-list.blue li { color: #008bd3; }
ol.dt-sc-fancy-list.red li { color: #FE4365; }
ol.dt-sc-fancy-list.green li { color: #85A404; }
ol.dt-sc-fancy-list.yellow li { color: #E8BA2A; }
ol.dt-sc-fancy-list li span { color: #696969; }
.dt-sc-fancy-list.dt-sc-icon-list li { border-bottom: 1px dashed #d7d7d7; line-height: 30px; margin-bottom: 10px; padding: 0 0 10px; font-size:16px; }
.dt-sc-fancy-list.dt-sc-icon-list img { float: left; margin-right: 10px; } .intro-text { float:left; width:100%; padding:50px 0; position:relative; text-align:center; }
.dt-sc-rating { position:relative; font-size:24px; font-family:FontAwesome; margin-bottom:20px; display:inline-block; border-top:2px solid #333333; border-bottom:2px solid #333333; padding:4px 10px 4px 20px; }
.dt-sc-rating:before { content:"\f005\f005\f005\f005\f005"; letter-spacing:7px; }
.dt-sc-rating:hover:before { content:"\f005\f005\f005\f006\f006"; }
.intro-text.type2 { float:left; width:100%; padding: 80px 0; }
.intro-text.type2 a.dt-sc-button.type4.xlarge { padding: 20px 71px; background: transparent; border-color: #fff; color: #fff; }
.intro-text.type2 h2 { padding-bottom:10px; font-weight: 300; color: #fff; }
.intro-text.type2 h2 b { font-weight: bold; }
.intro-text.type2 .container { width:720px; z-index:1; }
.intro-text.type3 { border-top:1px solid #edeef2; border-bottom:1px solid #edeef2; padding:30px 0 0; }
.intro-text.type3.border-none { border-top: 0 none; padding: 0; }
.intro-text.type3 .dt-sc-button { position:relative; top:43px; margin:0; }
.intro-text.type3 h2 { font-size:24px; font-weight:bold; } .dt-sc-special-content { width:65%; margin:0 auto; position:relative; background-color:#045d82; z-index:2; color:#fff; border:3px solid #fff; padding:60px 0; text-align:center; }
.dt-sc-special-content a { color:#fff; }
.dt-sc-special-content h2 { text-transform:none; border-color:#fff !important; }
.dt-sc-special-content .fa { font-size:60px; }
.dt-sc-special-content p { font-size:16px; }
.dt-sc-special-content a.popupVideo { font-size: inherit; width: auto; }
a.popupVideo { display: block; font-size: 50px; margin: 0px auto; width: 50px; color: #fff; }
.dt-sc-special-content.type2 { border: medium none; width: 100%; }
.dt-sc-special-content.type2 h2 { font-size: 26px; font-weight: normal; letter-spacing: 10px; margin: 0; }
.dt-sc-special-content.type2 p { font-style: italic; font-weight: lighter; }
.dt-sc-special-content.type2 span.icon { display: inline-block; font-size: 50px; margin-top: 20px; } .dt-sc-toggle-frame-set { float:left; width:100%; margin:0px; padding:0px; }
.dt-sc-toggle-content { clear:both; padding:10px 0px 30px 50px; line-height:28px; display:none; font-family: 'Open Sans', sans-serif; }
h5.dt-sc-toggle, h5.dt-sc-toggle-accordion { clear: both; font-size: 16px; margin-bottom:10px; padding: 5px 1px 9px 50px; position: relative; transition: all 300ms linear 0s; border-radius:2px; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; cursor:pointer; border-bottom:1px solid #edeef2; }
h5.dt-sc-toggle:before, h5.dt-sc-toggle-accordion:before { content: "\f107"; font-family: fontawesome,"Stroke-Gap-Icons"; height: 100%; left: 0; position: absolute; text-align: center; top: 2px; width: 50px; border-radius:2px 0px 0px 2px; cursor:pointer; width:30px; height:30px; border:2px solid; border-radius:50%; line-height:30px; z-index:2; }	
h5.dt-sc-toggle.active::before, h5.dt-sc-toggle-accordion.active:before { content: "\f106"; }
h5.dt-sc-toggle:after, h5.dt-sc-toggle-accordion:after { width:40px; height:106%; background-color:#fff; position:absolute; left:0; top:0; content:""; z-index:1; }
.type2 .dt-sc-toggle, .type2 .dt-sc-toggle-accordion { background: #f6f6f6; line-height: 24px; }
.type2 .dt-sc-toggle.active, .type2 .dt-sc-toggle-accordion.active { border-width: 2px; }
.faq h5.dt-sc-toggle:before, .faq h5.dt-sc-toggle-accordion:before { content: "\f128"; } ul.dt-sc-tabs-frame { float: left; margin: 0; padding: 0; width: 100%; line-height: 0; }
ul.dt-sc-tabs-frame li { display: inline-block; padding: 0; }
ul.dt-sc-tabs-frame li a.current { background: #f8f8f8; border-color: #f8f8f8; position: relative; z-index: 1; color: #fff; }
ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { background: #ffffff; border: 1px solid #eaeaea; border-bottom: none; border-left: none; color: #222; float: left; font-family: "lato",sans-serif; font-size: 16px;  font-weight: 400; line-height: 50px; margin: 0; padding: 0 25px; text-align: center; }
ul.dt-sc-tabs-frame li:first-child a, .woocommerce-tabs ul.tabs li:first-child a { border-left: 1px solid #eaeaea; }
ul.dt-sc-tabs-frame li:first-child a.current, .woocommerce-tabs ul.tabs li:first-child a.current { border-color: #f8f8f8; }	
.type2 ul.dt-sc-tabs-frame li a { background-color: #eaeaea; border: medium none; border-radius: 2px 2px 0 0;  }
.type2 ul.dt-sc-tabs-frame li a.current, ul.dt-sc-tabs-vertical-frame li.current a, ul.dt-sc-tabs-vertical-frame li:hover a { color: #fff; }
.type2 ul.dt-sc-tabs-frame li { margin-right: 1px; }
.type2 .dt-sc-tabs-frame-content { background-color: #ffffff; border: 1px solid #eaeaea; padding: 30px 25px; margin: 0; }
.dt-sc-tabs-frame-content { background: #f8f8f8; box-sizing: border-box; clear: both; float: left; margin: -1px 0 0 0; padding: 20px 25px 35px; width: 100%;}
.type3 ul.dt-sc-tabs-frame li a { border-left: 1px solid #eeeeee; margin-right: 2px; }
.type3 ul.dt-sc-tabs-frame li a.current { background: #fff; border-color: #000; color: #000; }
.type3 .dt-sc-tabs-frame-content { background: none; border: 1px solid; }
.dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li a { border-color: #eff3f6; border-style: solid; border-width: 1px; display: block; float: none; height: 100%; margin-right: -1px; padding:0 10px; }
.dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li a.current { background-color:#eff3f6; }
.dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li { display: table-cell; width: 1%; } 
.dt-sc-tabs-container.type4 .dt-sc-tabs-frame-content { margin-top:40px; background:inherit; padding:0; }
.dt-sc-tabs-frame-content .thumb, .woocommerce-tabs .panel .thumb { float: left; margin: 0 30px 0 0; width: 27%; }
ul.dt-sc-tabs-vertical-frame { float: left; width: 23.4%; }
ul.dt-sc-tabs-vertical-frame li { display: block; float: left; margin: 0; padding: 0; position: relative; width: 100%; }
ul.dt-sc-tabs-vertical-frame li a { background: #f8f8f8; border-color: #eaeaea; border-style: solid; border-width: 1px 1px 0; color: #222; display: block; font-family: "lato",sans-serif; font-size: 14px; font-weight: 400; margin: 0; padding: 15px 20px; }
ul.dt-sc-tabs-vertical-frame li:last-child a { border-bottom-width: 1px; }
.dt-sc-tabs-vertical-frame-content { background: #ffffff; float: left; margin: 13px 0 0 2%; width: 74.5%; }
.dt-sc-tabs-vertical-frame-content p { margin-bottom: 20px; }
.dt-sc-tabs-vertical-frame-content h4 { font-weight: bold; margin-bottom: 25px; text-transform: none; }
.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li { text-align: right; }	
.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li:hover a, .type2 ul.dt-sc-tabs-vertical-frame li.current a { background: transparent; }	
.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li.current a { border-right: medium none; border-bottom-width: 1px;  } .dt-sc-pricing-table.no-space .dt-sc-one-fourth { width: 25%; }
.dt-sc-pricing-table.no-space .column { margin-left: 0; }
.dt-sc-pricing-table { float:left; width:100%; }
.dt-sc-pr-tb-col:hover { box-shadow: 0 0 9px 1px rgba(0,0,0,0.1); }
.dt-sc-pr-tb-col { background-color:#ffffff; float:left; width:100%; text-align:center; border: 2px solid #edeef2; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
.dt-sc-tb-title h5 { font-size:20px; line-height:19px; color:#686868; padding:30px 20px 25px; margin-bottom:0; text-transform:uppercase; } 
.dt-sc-pr-tb-col.selected .dt-sc-tb-title h5, .dt-sc-pr-tb-col .dt-sc-tb-title h5 { color: #fff; }
.dt-sc-pr-tb-col .dt-sc-tb-title { background-color: #6c6363; }
.dt-sc-tb-header { float:left; width:100%; }
.dt-sc-tb-header .dt-sc-price { padding: 30px 0 10px; }
.dt-sc-tb-header .dt-sc-price h2 { font-size:36px; margin-bottom:0px; display:inline-block; padding:0px; font-weight:bold; line-height:40px; color: #686868; }
.dt-sc-tb-header .dt-sc-price span { display:block; width:100%; clear:both; font-size:13px; color:#686868; margin-bottom:25px; line-height:normal; font-family: 'Open Sans', sans-serif; }
.dt-sc-tb-header .dt-sc-price p { margin-bottom:5px; font-size:14px; color:#696969; padding: 0 30px; }
.dt-sc-tb-content { padding:45px 25px 20px; margin-bottom:0; float:left; width:100%; background-color:#edeef2; text-align:left; }
.dt-sc-pr-tb-col ul.dt-sc-tb-content li, .dt-sc-pr-tb-col ul.dt-sc-tb-content li:before { color: #686868; }
.dt-sc-tb-content li { line-height:20px; position:relative; padding-left:18px; color:#696969; font-size:13px; }
.dt-sc-tb-content li:before { content:"\f111"; font-family:FontAwesome; position:absolute; left:0; font-size:10px; color:#c8cad4; }
.dt-sc-tb-content li span { margin-right:5px; }
.dt-sc-tb-features { padding-bottom:10px; }
.dt-sc-tb-features p { display:inline-block; text-align:center; }
.dt-sc-pr-tb-col .dt-sc-buy-now { float: left; margin: 10px 0 0; padding-bottom: 50px; width: 100%; }
.dt-sc-pr-tb-col.red .dt-sc-tb-title { background-color:#e26262; }
.dt-sc-pr-tb-col.blue .dt-sc-tb-title { background-color:#6296ff; }
.dt-sc-pr-tb-col.yellow .dt-sc-tb-title { background-color:#ffc062; }
.dt-sc-pr-tb-col.green .dt-sc-tb-title { background-color:#74bb62; }
.dt-sc-pr-tb-col.pink .dt-sc-tb-title { background-color:#e130a7; }
.dt-sc-pr-tb-col.skyblue .dt-sc-tb-title { background-color:#38c5ed; }
.dt-sc-pr-tb-col.blueturquoise .dt-sc-tb-title { background-color:#08bbb7; }
.dt-sc-pr-tb-col .dt-sc-button.type4 { color: #686868; padding: 12px 22px; position:relative; border:none; font-size:14px; font-weight:bold; }
.dt-sc-pr-tb-col .dt-sc-button.type4 span { display: none; }
.dt-sc-pr-tb-col .dt-sc-button.type4:hover, .dt-sc-pr-tb-col.selected .dt-sc-button.type4 { color: #fff; }
.dt-sc-pr-tb-col .dt-sc-button.type4 , .dt-sc-button.type7 { border: 2px solid transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; color:#e130a7; }
.dt-sc-button.type7:hover { color:#fff; }
.ie9 .dt-sc-pr-tb-col .dt-sc-button.type4, .ie9 .dt-sc-button.type7 { border-color:#9105ea; }
.dt-sc-pr-tb-col:after { border-left: 2px solid #9205e8; border-right: 2px solid #fa3b98; 
background-image: linear-gradient(to right, #9205e8 0%, #fa3b98 100%), linear-gradient(to right, #9205e8 0%, #fa3b98 100%);  
background-image: -webkit-linear-gradient(left, #9205e8 0%, #fa3b98 100%), -webkit-linear-gradient(left, #9205e8 0%, #fa3b98 100%);  
background-image: -moz-linear-gradient(left, #9205e8 0%, #fa3b98 100%), -moz-linear-gradient(left, #9205e8 0%, #fa3b98 100%); 
background-image: -o-linear-gradient(left, #9205e8 0%, #fa3b98 100%), -o-linear-gradient(left, #9205e8 0%, #fa3b98 100%); 
background-image: -ms-linear-gradient(left, #9205e8 0%, #fa3b98 100%), -ms-linear-gradient(left, #9205e8 0%, #fa3b98 100%); 
background-position: 0 0px, 0 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9205e8', endColorstr='#fa3b98',GradientType=1 ); background-repeat: no-repeat; background-size: 100% 2px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; z-index:0; opacity:0; }
.dt-sc-pr-tb-col:hover:after, .dt-sc-pr-tb-col.selected:after { opacity:1; }
.ie9 .dt-sc-pr-tb-col:after { border:2px solid #fa3b98; }
.dt-sc-pr-tb-col .dt-sc-button.type4:after, .dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button, .dt-sc-button.type7:after { background: #9105ea; background: -moz-linear-gradient(left,  #9105ea 0%, #f73c95 100%); background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#9105ea), color-stop(100%,#f73c95)); background: -webkit-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -o-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -ms-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: linear-gradient(left,  #9105ea 0%,#f73c95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=1 ); }
.dt-sc-pr-tb-col.selected .dt-sc-tb-content li, .dt-sc-pr-tb-col.selected .dt-sc-tb-content li:before { color:#686868; }
.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button.type3 { color:#fff !important; }
.full-width-section.white-color-content .dt-sc-pr-tb-col.selected .dt-sc-tb-content li, .full-width-section.white-color-content .dt-sc-pr-tb-col:hover .dt-sc-tb-content li {     color: #686868; }
.full-width-section.white-color-content .dt-sc-pr-tb-col.selected .dt-sc-tb-content, .full-width-section.white-color-content .dt-sc-pr-tb-col:hover .dt-sc-tb-content { background: #edeef2; box-shadow: 0 -1px 0px #edeef2; }	
.full-width-section.white-color-content .dt-sc-pr-tb-col:hover ul.dt-sc-tb-content li:before, .full-width-section.white-color-content .dt-sc-pr-tb-col.selected ul.dt-sc-tb-content li:before { color: #686868; } .dt-sc-progress { float:left; width:100%; height:30px; display:block; margin-bottom:50px; border:2px solid #e7ecee; border-radius:20px; }
.dt-sc-progress .dt-sc-bar { background-repeat: repeat-x; box-sizing: border-box; float: left; height: 100%; transition: width 0.6s ease 0s; width: 0; position:relative; border-radius:20px; -webkit-transition: width 0.6s ease 0s; transition: width 0.6s ease 0s; transition: width 0.6s ease 0s; z-index:1; }
.dt-sc-progress .dt-sc-bar:after { border: 2px solid; border-radius: 20px; content: ""; display: block; height: 100%; left: -1px; position: absolute; top: -2px; width: 99%; z-index: -1; }
.dt-sc-progress .dt-sc-bar-text > span { display: block; float: right; font-size: 14px; font-weight: normal; width:70px; height:70px; border:5px solid #fff; border-radius:50%; text-align:center; line-height:60px; color:#fff; margin:10px -5px 0 0; }
.dt-sc-bar-text { color: #686868; font-size: 13px; margin-bottom: 5px; position:relative; top:-35px; }
.dt-sc-progress span { visibility: hidden; }
.dt-sc-progress.animated span {  visibility: visible; }
.blue .dt-sc-bar { background-color: #e9f1f5; }
.red .dt-sc-bar { background-color: #fff5ed; }
.green .dt-sc-bar {  background-color: #f2f9ea; }
.yellow .dt-sc-bar {  background-color: #fcf9ef; }
.dt-sc-progress.blue .dt-sc-bar:after { border-color: #008bd3; }
.dt-sc-progress.red .dt-sc-bar:after { border-color: #ec6d01; }
.dt-sc-progress.green .dt-sc-bar:after { border-color: #74bb20; }
.dt-sc-progress.yellow .dt-sc-bar:after { border-color: #ffc000; }
.blue .dt-sc-bar-text span { background-color: #008bd3; }
.red .dt-sc-bar-text span { background-color: #ec6d01; }
.green .dt-sc-bar-text span {  background-color: #74bb20; }
.yellow .dt-sc-bar-text span {  background-color: #ffc000; } #tiptip_holder { display:none; position:absolute; top:0; left: 0; z-index:99999; }		
#tiptip_holder.tip_top { padding-bottom:5px; }		 
#tiptip_holder.tip_bottom { padding-top:5px; }		 
#tiptip_holder.tip_right { padding-left:5px; }		 
#tiptip_holder.tip_left { padding-right:5px; }
#tiptip_content { padding:5px 10px; font-size:13px; color:#212121; background-color:#eaeaea; line-height:normal; width:150px; text-align:center; }		
#tiptip_arrow, #tiptip_arrow_inner { position:absolute; border-color:transparent; border-style:solid; border-width:5px; height:0; width:0; opacity:0.85; }	
#tiptip_holder.tip_top #tiptip_arrow { border-top-color:#eaeaea; }		
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color:#eaeaea; }		
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#eaeaea; }		 
#tiptip_holder.tip_left #tiptip_arrow { border-left-color:#eaeaea; }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top:-7px; margin-left:-6px; }
#tiptip_holder.tip_bottom #tiptip_arrow, #tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top:-10px !important; margin-left:44% !important; }		 
#tiptip_holder.tip_right #tiptip_arrow, #tiptip_holder.tip_right #tiptip_arrow_inner { top:0; bottom:0; left:-4px; margin-left:auto !important; margin-right:auto; }
#tiptip_holder.tip_left #tiptip_arrow, #tiptip_holder.tip_left #tiptip_arrow_inner { left:auto; top:0; bottom:0; right:-4px; margin-left:auto !important; margin-right:auto; } .dt-sc-team { background: #fff; float:left; width:100%; margin-bottom:20px; text-align:center; position:relative; border:2px solid #edeef2; padding:30px 0 5px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
.dt-sc-team .image { border: 2px solid #e130a7; border-radius: 50%; display: inline-block; height: 190px; padding: 10px; text-align: center; width: 190px; margin-bottom:35px; position:relative; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; z-index: 1; }
.dt-sc-team:hover .image { background-color:#fff; border-color:#fff; }
.dt-sc-team:hover:before { background: #9105ea; background: -moz-linear-gradient(left,  #9105ea 0%, #f73c95 100%); background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#9105ea), color-stop(100%,#f73c95)); background: -webkit-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -o-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -ms-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: linear-gradient(left,  #9105ea 0%,#f73c95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=1 ); }
.dt-sc-team:hover { border: 2px solid transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; }
.ie9 .dt-sc-team:hover { border:2px solid #f73c95; }
.ie9 .dt-sc-team.type3:hover { border:none; }
.dt-sc-team h6:after { border-width: 1px 0 0; border-style:solid; border-color:transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; }
.dt-sc-team:after, .dt-sc-team:before { background-color: #edeef2; content: ""; height: 250px; left: 0; position: absolute; top: 0; width: 100%; }
.dt-sc-team:before { opacity: 0; transition: opacity 0.6s ease 0s, transform 0.6s ease 0s; -moz-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s; -ms-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s; -o-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s; -webkit-transition: opacity 0.6s ease 0s, transform 0.6s ease 0s; z-index: 1; }
.dt-sc-team:hover:before { opacity: 1; }
.dt-sc-team .image img { border-radius: 50%; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
.dt-sc-team .team-details { clear: both; float: left; padding: 20px 10px 10px; text-align: center; width: 100%; position:relative; z-index:1; }
.dt-sc-team h5 { font-size:16px; color:#222; margin-bottom:0; text-transform:uppercase; letter-spacing:1px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; font-family: 'Open Sans', sans-serif; }
.dt-sc-team h6 { font-size:14px; color:#999999; position:relative; padding-bottom:15px; margin:2px 0 10px; font-family: 'Open Sans', sans-serif; }
.dt-sc-team h6:before { bottom: 0; content: ""; height: 1px; left: 0; margin: auto; position: absolute; right: 0; width: 100px; background-color:#edeef2; }
.dt-sc-team h6:after { bottom: 0; content: ""; height: 1px; left: 0; bottom:-1px; margin: auto; position: absolute; right: 0; width: 100px; -webkit-transform: scale(0,1); transform: scale(0,1); opacity: 0; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }
.dt-sc-team:hover h6:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); }
.dt-sc-team .dt-sc-social-icons li a { width:20px; height:20px; }
.dt-sc-team .dt-sc-social-icons li:after { display:none; }
.white-color-content .dt-sc-team .team-details a { color: #fff; }
.dt-sc-team.type2 h5 { font-weight:bold; margin-bottom:10px; padding: 0 10px; letter-spacing:0; }
.dt-sc-team.type2 h5 a { color:#696969; }
.dt-sc-team.type2 p { margin-bottom:0; line-height:24px; padding: 0 10px; font-size:14px; }
.dt-sc-team.type2 .image { padding:0; width: 100%; border-radius:0; border:none; height:auto; margin:0; }
.dt-sc-team.type2:hover .image { background:none; }
.dt-sc-team.type2 .image img { border-radius:0; transform:inherit; -webkit-transform:inherit; -moz-transform:inherit; -ms-transform:inherit; -o-transform:inherit; }
.dt-sc-team.type2 { margin:0; padding:0; border-width: 1px; }
.dt-sc-team.type2:hover { border-color:#edeef2; border-image: none; -moz-border-image:none; -webkit-border-image:none; }
.dt-sc-team.type2:after, .dt-sc-team.type2:before { display:none; }
.dt-sc-team.type2 .dt-sc-social-icons { position:relative; margin-top:30px; z-index:1; left:0; background-color:#fff; border-top:1px solid #edeef2; display:block; width:100%; padding:15px 0 15px; }
.dt-sc-team.type2 .dt-sc-social-icons li a { padding:0; width:30px; height:30px; }
.dt-sc-team.type2 .team-details { padding:20px 0 0; background-color: rgba(255, 255, 255, 0.8); bottom: 0; position: absolute; left:0; }
.dt-sc-team.type2 .dt-sc-social-icons li { margin:0 5px; }
.dt-sc-team.type2 .dt-sc-social-icons li:after { display:block; }
.dt-sc-team.type2 .dt-sc-social-icons li:hover a { color:#fff; }
.dt-sc-social-icons li:hover a { color:#fff; }	
.dt-sc-social-icons li:after { width:30px; }
.dt-sc-social-icons li:hover:after { height:30px; }
.dt-sc-social-icons li.facebook a { color:#3b5998; }
.dt-sc-social-icons li.twitter a { color:#00aced; }
.dt-sc-social-icons li.googleplus a { color:#C63D2D; }
.dt-sc-social-icons li.pinterest a { color:#910101; }
.dt-sc-social-icons li.youtube a { color:#C4302B; }
.dt-sc-social-icons li.delicious a { color:#3399ff; }
.dt-sc-social-icons li.deviantart a { color:#4dc47d; }
.dt-sc-social-icons li.digg a { color:#000; }
.dt-sc-social-icons li.facebooksquare a { color:#3b5998; }
.dt-sc-social-icons li.google a { color:#C63D2D; }
.dt-sc-social-icons li.weibo a { color:#d52b2a; }
.dt-sc-social-icons li.reddit a { color:#ff4500; }
.dt-sc-social-icons li.yahoo a { color:#400191; }
.dt-sc-social-icons li.vimeosquare a { color:#aad450; }
.dt-sc-social-icons li.stumbleupon a { color:#eb4823; }
.dt-sc-social-icons li.linkedin a { color:#007bb6; }
.dt-sc-social-icons li.skype a { color:#00aff0; }
.dt-sc-social-icons li.dribbble a { color:#ea4c89; }
.dt-sc-social-icons li.flickr a { color:#FE0883; }
.dt-sc-social-icons li.tumblr a { color:#32506d; }
.dt-sc-social-icons li.behance a { color:#2897d0; }
.dt-sc-social-icons li.facebook:hover:after { background-color:#3b5998; }
.dt-sc-social-icons li.twitter:hover:after { background-color:#00aced; }
.dt-sc-social-icons li.googleplus:hover:after { background-color:#C63D2D; }
.dt-sc-social-icons li.pinterest:hover:after { background-color:#910101; }
.dt-sc-social-icons li.youtube:hover:after { background-color:#C4302B; }
.dt-sc-social-icons li.delicious:hover:after { background-color:#3399ff; }
.dt-sc-social-icons li.deviantart:hover:after { background-color:#4dc47d; }
.dt-sc-social-icons li.digg:hover:after { background-color:#000; }
.dt-sc-social-icons li.facebooksquare:hover:after { background-color:#3b5998; }
.dt-sc-social-icons li.google:hover:after { background-color:#C63D2D; }
.dt-sc-social-icons li.weibo:hover:after { background-color:#d52b2a; }
.dt-sc-social-icons li.reddit:hover:after { background-color:#ff4500; }
.dt-sc-social-icons li.yahoo:hover:after { background-color:#400191; }
.dt-sc-social-icons li.vimeosquare:hover:after { background-color:#aad450; }
.dt-sc-social-icons li.stumbleupon:hover:after { background-color:#eb4823; }
.dt-sc-social-icons li.linkedin:hover:after { background-color:#007bb6; }
.dt-sc-social-icons li.skype:hover:after { background-color:#00aff0; }
.dt-sc-social-icons li.dribbble:hover:after { background-color:#ea4c89; }
.dt-sc-social-icons li.flickr:hover:after { background-color:#FE0883; }
.dt-sc-social-icons li.tumblr:hover:after { background-color:#32506d; }
.dt-sc-social-icons li.behance:hover:after { background-color:#2897d0; }
.dt-sc-team.type3 { border: none; border-image:none; -moz-border-image:none; -webkit-border-image:none; padding: 50px 0 5px; background: transparent; }
.dt-sc-team.type3:before, .dt-sc-team.type3:after { display: none; }
.dt-sc-team.type3 .image, .dt-sc-team.type3 .image img { border-radius: 0; }
.dt-sc-team.type3 .inner { border: 1px solid #e130a7; display: inline-block; margin-bottom: 35px; padding: 10px; position: relative; text-align: center; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); }	
.dt-sc-team.type3 .image { border: none; float: left; height: auto; margin: 0; overflow: hidden; width: 160px; padding:0; }	
.dt-sc-team.type3 .image img { transform: rotate(-45deg) scale(1.6); -moz-transform: rotate(-45deg) scale(1.6); -ms-transform: rotate(-45deg) scale(1.7); -o-transform: rotate(-45deg) scale(1.6); -webkit-transform: rotate(-45deg) scale(1.6); }
.dt-sc-team.type3:hover .inner { background-color:#e130a7; }
.dt-sc-team-carousel-wrapper { float:left; width:100%; position:relative; }
.dt-sc-team-carousel .dt-sc-one-fourth { margin:0 10px; }
.dt-sc-team-carousel-wrapper .carousel-arrows { position: initial; display: block; }
.ie9 .dt-sc-team-carousel-wrapper .carousel-arrows { position:static; }
.dt-sc-team-carousel-wrapper .carousel-arrows a { position: absolute; top: 17%; bottom: 0; margin: auto; transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -o-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); z-index:9; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next { right:-60px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev { left: -65px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev span { padding-right: 2px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next span { padding-left: 2px; }
.dt-sc-social-icons { display:inline-block; }
.dt-sc-social-icons ul { margin:0; }
.dt-sc-social-icons li { display:inline-block; margin: 0 0 0 10px; padding:0; position:relative; z-index:1; }
.dt-sc-social-icons li:first-child { margin:0; }
.dt-sc-social-icons li a { font-size:15px; color:#333; padding:0; width:30px; height:30px; line-height:30px; display:block; text-align:center; }
.dt-sc-social-icons li:hover a { color:#fff; }
.dt-sc-social-icons li:after { content:""; width:30px; height:0px; position:absolute; left:0; top:0; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s;  border-radius:50%; z-index:-1; }
.dt-sc-social-icons li:hover:after { height:30px; } .dt-sc-partner-carousel-wrapper { clear: both; display: block; float: left; margin: 0; padding: 0; position: relative; width: 100%; }
.dt-sc-partner-carousel li { display: block; float: left; margin: 0 25px; text-align: center; padding:0; }
.dt-sc-partner-carousel{ float:left; width:100%; margin-bottom:0; } .wpcf7-form > p { margin-bottom: 0; } 
.wpcf7-form .selection-box { margin:10px 0; }
.wpcf7-form .wpcf7-form-control-wrap .selection-box { margin-bottom:10px; }
.wpcf7-form .selection-box .selection-box { margin: 0; }
.wpcf7-form input[type=submit] { width:100%; font-weight:600; }
.wpcf7-f3209-p3101-o1 .wpcf7-form p input[type="submit"] { margin: 0; }
.full-width-section.package-form .wpcf7 .wpcf7-form input { margin : 0 0 20px; }
.full-width-section.package-form .wpcf7 .wpcf7-form p input[type="submit"]:hover { background: #ec6d01; }
.full-width-section.package-form .wpcf7 .wpcf7-form p input[type="submit"] { background: #008bd3; color: #fff; }
.dt-sc-one-fourth div.wpcf7 .wpcf7-form { border: 1px solid #edeef2; padding: 0 10px; }
span.wpcf7-not-valid-tip { position: relative; margin-top:-10px; }
.dt-sc-contact-form-wrapper div.wpcf7-validation-errors, .dt-sc-contact-form-wrapper div.wpcf7-mail-sent-ng, .dt-sc-contact-form-wrapper div.wpcf7-mail-sent-ok { bottom: -15%; padding: 15px 10px !important; }
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok { background-color: #fff; padding: 10px !important; z-index: 9; width: 100%; text-align: center; margin:0; clear:both; }
.dt-sc-support-info { float:left; width:100%; position:relative; display:inline-block; text-align:center; }
.dt-sc-support-info .support-icon { width:170px; height:128px; border:2px solid #edeef2; border-radius:5px; position:relative; margin:0 auto 20px; }
.dt-sc-support-info.green .support-icon { border-color:#afcb1f; }
.dt-sc-support-info.green:hover .support-icon { background-color:#afcb1f; }
.dt-sc-support-info.pink .support-icon { border-color:#e130a7; }
.dt-sc-support-info.pink:hover .support-icon { background-color:#e130a7; }
.dt-sc-support-info.yellow .support-icon { border-color:#feed01; }
.dt-sc-support-info.yellow:hover .support-icon { background-color:#feed01; }
.dt-sc-support-info.skyblue .support-icon { border-color:#38c5ed; }
.dt-sc-support-info.skyblue:hover .support-icon { background-color:#38c5ed; }
.dt-sc-support-info.red .support-icon { border-color:#ee4136; }
.dt-sc-support-info.red:hover .support-icon { background-color:#ee4136; }
.dt-sc-support-info.blueturquoise .support-icon { border-color:#34dddd; }
.dt-sc-support-info.blueturquoise:hover .support-icon { background-color:#34dddd; }
.dt-sc-support-info.blue .support-icon { border-color:#6296ff; }
.dt-sc-support-info.blue:hover .support-icon { background-color:#6296ff; }
.dt-sc-support-info .support-icon .fa, .dt-sc-support-info .support-icon span { font-size:30px; color: #000; position:absolute; left:0; right:0; margin:auto; text-align:center; line-height:128px; }
.dt-sc-support-info:hover .support-icon .fa, .dt-sc-support-info:hover .support-icon span { color: #fff; }
.dt-sc-support-info h4 { font-size:14px; font-weight:bold; text-transform:uppercase; }
.dt-sc-contact-form-wrapper { float:left; width:100%; position:relative; }
.dt-sc-grey .dt-sc-contact-form-wrapper { padding:37px 0 34px; width: 60%; float: none; position:relative; margin: 0 auto; }
.dt-sc-contact-form-wrapper .wpcf7-form { float: left; width:100%; margin-bottom:5px; position: relative; }
.dt-sc-contact-form-wrapper input[type=submit] { float:right; width:100%; }
.dt-sc-grey .dt-sc-contact-form-wrapper:after { border-right:40px solid #f3f4f6; border-top:40px solid transparent; border-bottom:40px solid transparent; position:absolute; left:-40%; top:0; bottom:0; margin:auto; content:""; height:0; } 
.dt-sc-contact-form-wrapper div.wpcf7 { clear: both; display: inline-block; width: 100%; }
.dt-sc-contact-form-wrapper .dt-sc-contact-info { float: none; margin: 0 5%; width: 39%; }
.dt-sc-contact-info h4 { border-bottom:1px solid #000; font-weight:300; padding:0 5px 5px; margin-bottom:5px; }
.dt-sc-contact-info { display:inline-block; clear:both; text-align:center; float:left; width:100%; }
.dt-sc-contact-info p { font-size:16px; padding:0 5px; color: #000; }
.dt-sc-contact-info .fa { font-size:30px; margin-bottom:15px; color: #000; }
p i.fa { margin-right: 10px; } .dt-sc-subscribe-wrapper { margin: 0 auto; width: 72%; position:relative; }
.dt-sc-subscribe-wrapper.type2, .dt-sc-subscribe-wrapper.type3 { width: 100%; }
.dt-sc-subscribe-container { border: 4px dashed #edeef2; float: left; padding: 25px 40px 35px; position: relative; width: 100%; z-index:1; background-color:#fff; }
.dt-sc-subscribe-frm input[type=text], .dt-sc-subscribe-frm input[type=email] { width:38%; float:left; margin-right:20px; }
.dt-sc-subscribe-frm { float:left; width:100%; }
.dt-sc-highlight-left h2 { line-height: 26px; margin: 0; color: #fff; text-transform: uppercase; }
.dt-sc-highlight-left p { color: #fff; margin: 0; }
.dt-sc-highlight-left { padding: 35px 0 30px; background: #000; min-height: 115px; }
.dt-sc-highlight-left:after { content: ""; height: 100%; position: absolute; right: 100%; top: 0; width: 100%; background: #000; }
.dt-sc-highlight-left:before {  border-bottom: 60px solid transparent; border-left: 30px solid #000; border-top: 60px solid transparent; content: ""; position: absolute; right: -30px; top: 0; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm { padding: 20px 0 20px 70px; position: relative; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="email"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"] { width: 100%; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { border-radius: 0 5px 5px 0px; padding: 16px; position: absolute; right: 0; background: #ec6d01; border-color: #ec6d01; color: #fff; min-height: 52px; }
@-moz-document url-prefix() { .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { padding: 15px; } }
.dt-sc-subscribe-wrapper.type2 { background-color: #4a4b4f; float: left; overflow: hidden; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-container, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container {  background: transparent; border: medium none; clear: both; float: none; margin: 0 auto; padding: 0; position: relative; width: 1170px; }
.dt-sc-subscribe-wrapper.type3 { background-color: #333333; float: left; padding: 20px 0; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { margin: 10px 0; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 40px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container { border: none; padding: 0; background-color: transparent; }
.dt-sc-subscribe-wrapper.type3 h2 { color: #fff; font-weight: 500; letter-spacing: 5px; line-height: 30px; margin: 0; padding: 5px 0; text-transform: uppercase; }
.offer-text { padding: 10px; position: relative; }
.offer-text:before { border-color: transparent transparent transparent rgba(0, 0, 0, 0.2); border-style: solid; border-width: 36px; content: ""; position: absolute; right: -72px;    top: 0; width: 0; }
.offer-text:after { background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.offer-text h2 { font-weight: 100 !important; letter-spacing: 0 !important; padding: 0 0 0 45px !important; position: relative; z-index: 9; text-transform: none !important; line-height: 26px !important; }
.offer-text h2:after { content: "&"; font-size: 50px; font-weight: bold; left: 0; position: absolute; top: 10px; }
.offer-text h2 span { font-weight: bold; letter-spacing: 2px; } #footer .dt-sc-social-icons { float:left; margin:0; margin:7px 0 0; padding:10px 0 0;  }
#footer .dt-sc-social-icons li:first-child { margin-left: 0; }
#footer .dt-sc-social-icons li { padding: 0; border-radius: 50%; }
#footer .dt-sc-social-icons li:before { display:none; }
#footer .dt-sc-social-icons li a { font-size: 15px; height: 30px; line-height: 32px; padding: 0; width: 30px; }
#footer .dt-sc-social-icons li:hover a { color:#fff !important; }	
#footer .dt-sc-social-icons li:after { width:30px; }
#footer .dt-sc-social-icons li:hover:after { height:30px; }
#footer .dt-sc-social-icons li.facebook a { color:#3b59bb; }
#footer .dt-sc-social-icons li.twitter a { color:#009ad3; }
#footer .dt-sc-social-icons li.picture a { color:#db0000; }
#footer .dt-sc-social-icons li.vine a { color:#1ab1ff; }
#footer .dt-sc-social-icons li.rss a { color:#ea9d13; }
#footer .dt-sc-social-icons li.linkedin a { color:#418de4; }
#footer .dt-sc-social-icons li.facebook:hover:after { background-color:#3b59bb; }
#footer .dt-sc-social-icons li.twitter:hover:after { background-color:#009ad3; }
#footer .dt-sc-social-icons li.picture:hover:after { background-color:#db0000; }
#footer .dt-sc-social-icons li.vine:hover:after { background-color:#1ab1ff; }
#footer .dt-sc-social-icons li.rss:hover:after { background-color:#ea9d13; }
#footer .dt-sc-social-icons li.linkedin:hover:after { background-color:#418de4; } .dt-sc-donutchart-medium, .dt-sc-donutchart-small { float: left; width: 100%; }
.dt-sc-donutchart-title, .dt-sc-donutchart-medium, .dt-sc-donutchart-small { text-align: center; }
.dt-sc-donutchart-medium, .dt-sc-donutchart-small { display: inline-block; position: relative; }
.dt-sc-donutchart-small:before { background-color: #ebeff0; content: ""; height: 10px; min-width: 70%; position: absolute; right: 70%; top: 50px; z-index: -1; }
.dt-sc-donutchart-medium::before { background-color: #ebeff0; content: ""; height: 10px; min-width: 55%; position: absolute; right: 76%; top: 74px; z-index: -1; }
.first .dt-sc-donutchart-medium:before, .first .dt-sc-donutchart-small:before { display: none; }
.dt-sc-donutchart { color: #222; display: inline-block; font-weight: 400; margin-bottom: 25px; position: relative; }
.dt-sc-donutchart-small .dt-sc-donutchart > div { font-size: 22px !important; }
.dt-sc-donutchart-title, .dt-sc-donutchart-medium, .dt-sc-donutchart-small { text-align: center; }
.dt-sc-donutchart-title { color: #222; font-size: 16px; font-weight: bold; }
.dt-sc-donutchart-medium .dt-sc-donutchart > div { font-size: 30px !important; } blockquote.type1 { background-color: #f8f8f8; font-family: "Open Sans",sans-serif; font-weight: 300; }
blockquote.type2 { border-left: 5px solid #34495e; font-family: "lato",sans-serif; padding: 10px 2px 10px 43px; }
blockquote.type2 .fa-quote-left { left: 17px; position: absolute; top: 15px; }
blockquote.type2 .fa.fa-quote-right { margin-left: 7px; }
blockquote.type2 q { position: relative; }
.dt-sc-pullquote1, .dt-sc-pullquote2, .dt-sc-pullquote3, .dt-sc-pullquote4, .dt-sc-pullquote5, .dt-sc-pullquote6 { box-sizing: border-box; display: inline-block; margin-bottom: 20px; margin-top: 20px; width: 40%; }
.dt-sc-pullquote1.aligncenter, .dt-sc-pullquote2.aligncenter, .dt-sc-pullquote3.aligncenter, .dt-sc-pullquote4.aligncenter, .dt-sc-pullquote5.aligncenter, .dt-sc-pullquote6.aligncenter { display: block; float: none; text-align: center; width: auto; }
.dt-sc-pullquote1, .dt-sc-pullquote2, .dt-sc-pullquote3, .dt-sc-pullquote4, .dt-sc-pullquote5, .dt-sc-pullquote6 { line-height: 30px; }
.dt-sc-pullquote1 { background-color: rgba(247, 60, 149, 0.05); border-width:0 0 0 3px; border-style: solid; border-color: transparent; -moz-border-image: -moz-linear-gradient(top, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(top, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to bottom, #9105ea 0%, #f73c95 100%); border-image-slice: 1; letter-spacing: 0; line-height: 25px; padding: 15px; width: 36%; }
.dt-sc-pullquote2 { background: #f5f5f5; border: 1px solid #ffffff; box-shadow: 0 0 5px #d0d0d0; padding: 19px; }
.dt-sc-pullquote3 { background: #f5f5f5; border-bottom: 2px dotted #d9d9d9; border-top: 2px dotted #d9d9d9; padding: 19px; }
.dt-sc-pullquote4 { border-bottom: 4px double #d9d9d9; border-top: 4px double #d9d9d9; margin-top: 20px; padding: 10px 0; }
.dt-sc-pullquote5 { letter-spacing: 0; line-height: 25px; padding: 5px 5px 5px 15px; width: 36%; }
.dt-sc-pullquote6 { background: #f5f5f5; letter-spacing: 0; line-height: 25px; padding: 15px; width: 36%; }
.dt-sc-pullquote1.alignleft, .dt-sc-pullquote1.aligncenter { margin-left: 2px; }
.dt-sc-pullquote1.alignright, .dt-sc-pullquote1.aligncenter { margin-right: 2px; }
.dt-sc-pullquote5 { border-left: 3px solid #d9d9d9; }	
.dt-sc-pullquote5.type2.alignleft { width: 100%; position: relative; left: 20px; margin: 0; }
.dt-sc-pullquote6 { border-top: 3px solid #d9d9d9; } .dt-sc-boxed-tooltip.dt-sc-tooltip-top, .dt-sc-boxed-tooltip.dt-sc-tooltip-right, .dt-sc-boxed-tooltip.dt-sc-tooltip-bottom, .dt-sc-boxed-tooltip.dt-sc-tooltip-left { background-color: #f8f8f8; margin-top: 10px; padding: 10px 20px; }
.dt-sc-tooltip-top, .dt-sc-tooltip-right, .dt-sc-tooltip-bottom, .dt-sc-tooltip-left { color: #212121; display: inline-block; text-align: center; }div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//www.valleyegypt.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}.gm-style-iw,.gmap_marker{overflow-y:hidden!important;overflow-x:hidden!important}.gm-style-iw{color:#000!important;white-space:nowrap!important;line-height:normal!important;padding-bottom:5px}.gm-style img{border:0;max-width:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.responsive-map #locationDiv{margin-left:7px}.responsive-map #locationInput{width:290px;margin:2px;font-size:12px;padding:5px;border:none}.responsive-map img{width:auto!important;max-width:none;max-height:none}@media (max-width:480px){.responsive-map #locationInput{width:96%}.responsive-map #locationDiv{width:83%}}.gm-style .gm-style-iw{margin:auto!important}.responsive-map *{max-width:none!important}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//www.valleyegypt.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
}

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
background:transparent;
border:0;
font-size:100%;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
body {
line-height:1;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:none;
}
del {
text-decoration:line-through;
}
hr {
background:transparent;
border:0;
clear:both;
color:transparent;
height:1px;
margin:0;
padding:0;
}
mark {
background-color:#ffffb3;
font-style:italic
}
input, select {
vertical-align:middle;
}
ins {
background-color:red;
color:white;
text-decoration:none;
}
ol, ul {
list-style:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:99999}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:999999}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
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:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.valleyegypt.com/wp-content/themes/painting/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}  body { font-weight:normal; font-size:14px; line-height:28px; background:#ffffff; color:#515151; font-family: 'Open Sans',sans-serif; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body.boxed { background-attachment: fixed; height: auto; }  h1, h2, h3, h4, h5, h6 { color:#333333; font-weight:normal; line-height:normal; margin-bottom:20px; }	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#333333; }
h1{ font-size:50px; }
h2{ font-size:30px; }
h3{ font-size:24px; }
h4{ font-size:20px; }
h5{ font-size:18px; }
h6{ font-size:15px; margin-bottom:10px; } a { text-decoration:none; }
a img{ border:none; }
img { max-width: 100%; }
a:hover { color:#333; }
strong{ font-weight: bold; }
em{ font-style: italic; }
address { display:block; margin:10px 0px 20px; }
abbr {  border-bottom:1px dotted #868686; cursor:help; }
ins { background:#FFF9C0; color:#868686; }
sub, sup { font-size:65%; position:relative; vertical-align:baseline; }
sub { bottom: -3px; }
sup { top: -8px; }	
p { line-height:28px; margin-bottom:10px; }	
ul, ol, pre, code{ margin-bottom:20px; }
ul { list-style-type:none; list-style-position:inside; }
ul li { padding-bottom:10px; font-family: 'Open Sans', sans-serif; }
ul li ul { list-style-type:disc; padding-left:20px; margin:10px 0px 0px; }
ul ul ul { margin-bottom:0px; list-style-type:circle; }
ol { list-style-type:decimal; list-style-position:outside; padding-left:25px; }
ol li { padding-bottom:10px; }
ol li ol { margin-bottom:0px; margin:10px 0px 0px; }
ol ol ol { margin-bottom:0px; }	
ol li ul, ul li ol { margin-bottom:0; }
blockquote { clear: left; display: inline-block; font-size: 16px; font-style: italic; line-height: 28px; margin: 0; padding: 25px 5px 30px; position: relative; 
background-image: linear-gradient(to right, #9205e8 0%, #fa3b98 100%), linear-gradient(to right, #9205e8 0%, #fa3b98 100%);  
background-image: -webkit-linear-gradient(to right, #9205e8 0%, #fa3b98 100%), -webkit-linear-gradient(to right, #9205e8 0%, #fa3b98 100%);  
background-image: -moz-linear-gradient(to right, #9205e8 0%, #fa3b98 100%), -moz-linear-gradient(to right, #9205e8 0%, #fa3b98 100%); 
background-image: -o-linear-gradient(to right, #9205e8 0%, #fa3b98 100%), -o-linear-gradient(to right, #9205e8 0%, #fa3b98 100%); 
background-image: -ms-linear-gradient(to right, #9205e8 0%, #fa3b98 100%), -ms-linear-gradient(to right, #9205e8 0%, #fa3b98 100%); 
background-position: 0 0px, 0 100%; background-repeat: no-repeat; background-size: 100% 1px, 100% 4px;  }
.ie9 blockquote { border-top:1px solid #fa3b98; border-bottom:4px solid #9205e8; }
blockquote p { margin-bottom:0px; }
blockquote cite { float:right; margin:10px 0px 0px; font-size:14px; }
blockquote.alignleft { margin-right:20px; text-align:left; width:30%; float:left; }
blockquote.alignright { margin-left:20px; text-align:left; width:30%; float:right; }
blockquote.aligncenter { width:100%; text-align:center; }
pre, code{ border-left:3px solid #f8cc6e; background-color:#e6e2d6; display:block; padding:10px; font-size:11px; font-family: monospace; width:96.5%; overflow:auto; }
code { width:auto; display:inline; }
hr { background-color:#e6e2d6; border:none; height:1px; margin:30px 0; } .dt-sc-hr { background:url(//www.valleyegypt.com/wp-content/themes/images/splitter.png); height:10px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }
.dt-sc-hr.top, .hr-border.top { width:97%; }
.dt-sc-hr.top, .hr-border.top { background-position:right center; text-align:right; }
.dt-sc-hr.top a, .hr-border.top a { color:#fff; background:#000; font-size:0; line-height:16px; padding: 0 5px; position:absolute; right:-21px; top:-5px; }
.dt-sc-one-half pre, .dt-sc-one-half code { width:94.7%; }		
.clear { float:none; clear:both; margin:0px; padding:0px; }
.float-right { float:right; }
.float-left { float:left; }
.middle-align { text-align:center; }
.hidden { display:none; }
.post-edit-link { background:#e5e5e5; color:#5a5a5a; float:right; clear:both; margin:20px 0px 0px; line-height:24px; padding:0px 10px; font-size:12px; }
.post-edit-link:hover { background:#4C4C4C; color:#ffffff; text-shadow:0px 1px 0px #0e4b6e; }
.intro-box-list > li { display: inline-block; margin-right: 20px; font-size:20px; }
.intro-box-list > li a { color:#000; }
.intro-box-list > li:after { content: "/"; margin-left: 20px; color:#000; }
.intro-box-list { margin-bottom:0; }
.intro-box-list > li:last-child:after { display:none; }
.full-width-section-inner { float:left; width:100%; position:relative; }
.dt-sc-margin80 { margin:40px 0px; float:left; width:100%; clear:both; }
.dt-sc-hr-invisible { margin:40px 0px; float:left; width:100%; clear:both; } label { color: #333; }
label span{ color:#b4b4b4; }
fieldset{ border:1px solid #eaeaea; padding:15px; margin:0 0 20px 0; }
legend{ font-weight: bold; }
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="search"], textarea, input.text { border-radius: 5px; border: 1px solid #d7dce2; color: #696969; display: inline-block; font-size: 13px; margin: 10px 0; background-color:#fff; padding: 16px 17px; width: 100%; -webkit-appearance: none; -moz-appearance: none; font-family:'Open Sans', sans-serif; }
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, input[type="date"]:hover { color:#000000; }
textarea { height: 120px; overflow: auto; resize: none; padding: 16px 15px; width:100%; }
input[type="submit"]:hover, input[type="reset"]:hover { color:#fff; }
input[type="submit"], input[type="reset"], input[type="button"], button.button { color: #ffffff; cursor: pointer; float: left; font-size: 14px; padding:16px 20px; border-radius:5px; text-transform:uppercase; margin:10px 0 0 0; background: -webkit-linear-gradient(left, #9105ea, #f73c95); background: -o-linear-gradient(left, #9105ea, #f73c95); background: -moz-linear-gradient(left, #9105ea, #f73c95); background: linear-gradient(to right, #9105ea, #f73c95);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73c95', endColorstr='#9105ea',GradientType=1 ); color:#fff; font-family:'Open Sans', sans-serif; }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button.button:hover { box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3); background: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 80%); background: -o-linear-gradient(left, #9105ea 20%, #f73c95 100%); background: -moz-linear-gradient(left, #9105ea 20%, #f73c95 100%); background: linear-gradient(to right, #9105ea 20%, #f73c95 100%); }
.dt-sc-appointment-scheduler-form input[type="button"] { padding:17px 20px; }
.searchform { float:left; width:100%; position:relative; }
select { -moz-appearance: none; border: 1px solid #d7dce2; border-radius: 5px; color: #696969; cursor: pointer; height: 50px; margin: 0px; text-indent: 0.01px; text-overflow: ""; width: 100%; padding: 12px 20px 14px 15px; appearance: none; -webkit-appearance: none; -ms-appearance: none; font-size: 13px; font-family: open sans; }
.selection-box { clear: both; position: relative; }
select option { padding: 15px 0px 14px 10px; border-right: 1px solid; }
.selection-box:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #c8cad4; bottom: 0; height: 0; margin: auto; right: 17px; top: 0; z-index: 1; }
.selection-box:before, .selection-box:after { content: ""; pointer-events: none; position: absolute; }
.selection-box:after { border-radius: 0 5px 5px 0; background-color:#fff; height: 46px; right: 2px; top: 2px; width: 48px; border-left:1px solid #d7dce2; }
.selection-box select { background: #fff; }
#searchform .search-icon { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/search.png) no-repeat scroll center center rgba(0, 0, 0, 0); border: medium none; border-radius: 0 2px 2px 0; margin-top: 0; min-height: 47px; min-width: 52px; padding: 10px 23px; position: absolute; left: 0; text-indent: -9999px; top: 0; }
.error, input.error[type="text"], input.error[type="email"], input.error[type="password"], textarea.error, input.error[type="tel"] { border-color: #F92C2C; }
#footer .widget .mailchimp-form input.error[type="email"] { border:1px solid #F92C2C; }
.error-msg, .success-msg { display:inline-block; padding:5px 35px; border: 1px solid; position: relative; }
.error-msg { border-color:#ff9999; color: #d01313; }
.success-msg { border-color:#77be32; color: #77be32; }
.error-msg:before, .success-msg:before { font-family: FontAwesome; font-size: 17px; font-style: normal; font-weight: normal; left: 13px; position: absolute; text-decoration: inherit; top: 5px; }
.error-msg:before { content:"\f00d"; color:#c54228; }
.success-msg:before { content:"\f00c"; color:#77be32; }
.dt-sc-subscribe-wrapper.type2 #ajax_newsletter_msg { margin-left: 70px; padding: 37px 0; }
.dt-sc-subscribe-wrapper.type3 #ajax_newsletter_msg { padding: 16px 0 ; margin-left: 50px; }
.dt-sc-subscribe-wrapper.type3 .success-msg:before { color: #000; }
.dt-sc-subscribe-wrapper.type3 .success-msg { color: #000; border-color: #000; }
input[type=submit], input[type=button], input[type=reset] { -webkit-appearance: none; appearance: none; } a, .carousel-arrows a, input[type="submit"], input[type="reset"], input[type="button"], button, .pagination ul li a, .pagination .next-post a, .pagination .prev-post a, .blog-overlay, h5.dt-sc-toggle:before, h5.dt-sc-toggle-accordion:before, .blog-post .entry-thumb img, .product .onsale span, ul.dt-sc-tabs-vertical-frame li a, .dt-sc-pr-tb-col ul.dt-sc-tb-content, .header2 .top-shop-cart li a i.fa, .top-shop-cart li .dt-searchform-close:before, .dt-sc-ico-content.type6 .icon-wrapper:after, .dt-sc-ico-content.type8 .icon-wrapper, .dt-sc-ico-content.type7 .icon-wrapper span, .dt-sc-team.type3 .inner, .dt-sc-ico-content.type7 .icon-wrapper, .dt-sc-ico-content.type5 .icon-wrapper img, .dt-sc-support-info .support-icon, .blog-post .entry-meta .date, .portfolio-load-more-container .dt-sc-button.portfolio-load-more:before, .portfolio-load-more-container, .dt-sc-tb-title h5, .dt-sc-tb-header .dt-sc-price h2, .dt-sc-pr-tb-col .dt-sc-tb-title, #footer .dt-sc-social-icons li, .blog-carousel-arrows, .top-shop-cart ul.product_cart_list li a .remove { -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; } .wp-caption { background:#C4C1AE; border:1px solid #C4C1AE; margin-bottom:10px; margin-top:10px; max-width:100%; padding:5px 7px 7px 5px; clear:both; }
.wp-caption img { display:block; margin: 0 auto; padding:6px; max-width:100%; }
.wp-caption .wp-caption-text { text-align:center; padding-top:0px; margin:0px; }
img.size-auto, img.size-large, img.size-full, img.size-medium { max-width:99.6%; height: auto; }
.alignleft, img.alignleft { display: inline; float: left; margin-right: 15px; }
.alignright, img.alignright { display: inline; float: right; margin-left: 15px; text-align:right; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align:center; }	
.text-aligncenter { display: block; text-align:center; }	
.ie9 .text-aligncenter { display:inline-block; }
.text-alignright { text-align:right; }
.text-alignleft { text-align:left; }
.alignleft, .alignright, .aligncenter, .alignnone, img.alignleft, img.alignright, img.aligncenter { margin-bottom:20px; }
img.aligncenter.dt-sc-service-img { margin-bottom: 0; }
p.external-link.aligncenter { margin-bottom: 0; color:#000; }
p.external-link.aligncenter a { color: #000; font-weight: bold; position: relative; margin-left: 20px; display: inline-block; text-decoration:underline; }
p.external-link.aligncenter a:hover:before { content: none; }
p.external-link.aligncenter a:after { content: "\f105"; font-family: fontawesome; position: absolute; right: -15px; top: 0; }
.align-center { margin:0 auto; display:block; }
.middle { text-align: center; } table { clear: both; margin-bottom: 20px; width: 100%; }
th { border-bottom: 1px solid #eaeaea; color: #2c3e50; font-size: 14px; font-weight: 400; line-height: normal; padding: 15px; text-align: left; background-color: #f8f8f8; }
tbody tr:nth-child(2n+1) td { background-color: #ffffff; }
td { background-color: #ffffff; border-bottom: 1px solid #eaeaea; font-size: 14px; line-height: normal; padding: 13px 15px; text-align: left; color:#2c3e50; } .widget { float:left; width:100%; padding:0px 0px 40px; margin:0px; position:relative; }
#primary { float: left; margin:0; padding: 0; width: 870px; }
#secondary, #secondary-left, #secondary-right { float: left; padding: 0; width: 270px; }
#secondary img { height: auto; max-width: 100%; }
#primary.content-full-width { width: 100%; }
#primary.with-left-sidebar { margin:0px 0px 0px 30px; float:right; }
#primary.with-right-sidebar { margin:0 30px 0 0; }
#primary.page-with-both-sidebar { float: left; margin: 0 30px; width: 570px; }
.widget_popular_entries ul, .widget_recent_entries ul, .widget_categories ul, .widget ul.tweet_list, .widget.widget_text { margin:0; width:100%; }
.widgettitle {  position:relative; margin-bottom:25px; position:relative; line-height:normal; }
.widget h3 { font-size:20px; }
.widget.widget_product_categories h3 { margin-bottom: 40px; }
#main-menu h3.widgettitle { font-size: 14px; }
.secondary-sidebar .widgettitle { border-bottom: 2px solid transparent; padding-bottom:10px; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; margin-bottom:40px; display:inline-block; }
.ie9 .secondary-sidebar .widgettitle { border-bottom: 2px solid #f73c95; }
.widget ul ul { margin: 10px 0px 10px 7%; width: 93%; }
.widget ul ul li { width: 100%; list-style: none; }
.widget ul li a { display:block; color:#333; font-size: 13px; }
.widget ul .tweet_time a { font-size: 13px; }
.widget ul { float: left; margin: 0; padding: 0; width: 100%; }
.widget ul li { margin-bottom:5px; padding:0 0 6px; position:relative; clear: both; border-bottom: 1px dashed #dadce2; font-size: 13px; }
.widget ul li:before { color: #333; font-family: FontAwesome; font-style: normal; font-weight: normal; left: 0; position: absolute; top: -1px; font-size: 12px; }
.widget.widget_text p { font-size:13px; color:#636363; }
.widget.widget_text ul li { margin-bottom:5px; padding:0 0 6px; position:relative; border-bottom: none; }
.widget.widget_text ul li:before { font-size:0px; left:0; top:0; }
.widget.widget_text ul li a { font-size:13px; color:#636363; }
.widget.widget_text ul li:last-child { border-bottom:none; }
.widget.widget_text p .fa { margin:6px 16px 10px 0; float:left; font-size: 16px; }
.widget.widget_tweetbox a:hover { color:#515151; }
.widget_recent_comments ul li:before { content:"\f0e6"; }
.widget_recent_comments ul li { padding: 0 0 6px 20px; }
.widget.widget_categories ul li span, .widget.widget_archive ul li span { position: absolute; right: 10px; top: 1px; }
.widget .mailchimp-form { clear: both; float: left; margin: 0; width: 100%; position:relative; }
.widget .mailchimp-form input[type="submit"] { padding: 10px; float:right; margin: 0; border:none; border-radius: 0 5px 5px 0; font-family: fontawesome; min-height:51px; background:inherit; filter:none; }
.widget .mailchimp-form input[type="submit"]:hover { box-shadow: 0 0 0px 0px; }
.widget .mailchimp-form input[type="email"] { border:1px solid #dadce2; margin: 0; }
.widget_recent_comments .recentcomments .comment-author-link { display:inline-block; }
.widget_recent_comments .recentcomments a { display:inline; }
.recent-portfolio-widget ul li .thumb { float: left; margin: 0 10px 0 0; max-width: 100px; }
.recent-portfolio-widget ul li { padding:0 0 20px; border:none; clear: both; }
.recent-portfolio-widget ul li:before { display:none; }
.recent-portfolio-widget ul li h6 { margin-bottom:5px; }
.recent-portfolio-widget ul li p { font-size:13px; margin:0; line-height:25px; }
.recent-portfolio-widget ul li:last-child { padding-bottom: 0; }
.widget.widget_tag_cloud .tagcloud a { float: left; margin: 0 5px 10px 0; padding: 5px 15px; color:#333; border:1px solid #c8cad4; border-radius:2px; position:relative; z-index:0; }
.widget.widget_tag_cloud .tagcloud a:after { content: ""; position: absolute; height: 0; left: 0; opacity: 0; top: 0; width: 100%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; z-index: -1; }
.widget.widget_tag_cloud .tagcloud a:hover:after { height: 100%; opacity: 1; }
.widget.widget_tag_cloud .tagcloud a:hover { color:#ffffff; }
.tagcloud { display: inline-block; margin-top: 5px; }
.widget.widget_rss ul li a { font-weight: 600; }
.widget.widget_pages ul li { border-bottom:none; padding:0 0 6px 17px; }
.widget.widget_pages ul li:before { content: "\f0f6"; margin-right:10px; }
.widget.widget_pages .page_item_has_children .children, .widget.widget_pages .page_item_has_children .children li:last-child { margin-bottom:0; }
.widget.widget_pages .page_item_has_children .children li:last-child { padding-bottom:0; }
.widget.mailchimp p { font-size:13px; }
.widget.widget_tweetbox ul.tweet_list li { position:relative; padding:10px 10px 10px 60px; margin-bottom:1px; width:100%; font-size:13px; border-bottom:none; display:inline-block; line-height:22px; background-color: #f8f8f8; }
.widget.widget_tweetbox ul.tweet_list li:last-child { border-bottom:none; }
.widget.widget_tweetbox ul.tweet_list li:before { height:100%; float:left; text-align:center; color:#fff; position:absolute; left:0; top:0; line-height:70px; content:"\f099"; font-family:FontAwesome; font-size:22px; display:inline-block; width: 50px; }
.widget.widget_tweetbox ul.tweet_list .tweet_time { float:left; margin-right:5px; }
.widget.widget_tweetbox ul.tweet_list .tweet_text { color:#686868; display:inline-block; margin-bottom:5px; }
.widget.widget_tweetbox ul.tweet_list .tweet_text a { display:inline-block; }
#footer .widget.widget_tweetbox ul.tweet_list li:before { background: none; color: #C8CAD4; line-height: 28px; width: auto; font-size: 19px; }
#footer .widget.widget_tweetbox ul.tweet_list li { padding-left: 32px; background-color: transparent; margin-bottom: 10px; padding-top:0; }
.widget label { display: block; margin-bottom: 15px; }
.widget ul li h6 { font-size: 14px; font-weight: 500; line-height: 22px; margin-bottom: 5px; }
.widget ul li h6 a { font-size:14px; }
.widget .recent-post-widget ul li { padding: 0 0 15px; margin-bottom: 15px; width: 100%; display: inline-block; }
.widget .recent-post-widget ul li:before { display: none; }
.widget .recent-post-widget ul li:last-child { border: none; margin-bottom:0; padding-bottom:0; }
.widget .recent-post-widget ul li .thumb { float: left; margin-right: 10px; width: 70px; height:70px; }
.widget .recent-post-widget .entry-meta { display: inline; }
.widget.widget_recent_entries a { display: inline-block; margin-right: 10px; }
.widget.widget_recent_entries .post-date { color: #a3a3a3; }
.widget.widget_recent_entries .recent-post-widget a { display:block; margin-right:0; }
.widget .entry-meta p:first-child { border-right: 1px solid rgba(0, 0, 0, 0.15); padding: 0 10px 0 0; }
.widget .entry-meta p { color: #515151; display: inline; font-size: 12px; line-height: 15px; margin: 0 10px 0 0; }
.widget .entry-meta p a { font-size:12px; color:#515151; }
.widget .entry-meta span { color: #515151; margin-right: 7px; }
.widget .mailchimp-form .dt-sc-button { border-radius: 0 1px 1px 0; font-size: 14px; min-height: 50px; padding: 14px 16px 15px; position: absolute; right: 0; top: 0; }
.widget .mailchimp-form p input[type="email"] { color: #222; }
.widget .mailchimp-form .fa { border-right: 1px solid #e5e5e5; color: #222; float: left; font-family: FontAwesome; font-size: 14px; font-weight: normal; line-height: 49px;    min-width: 6%; padding: 0 12px 0 13px; text-align: center; margin: 0; background: #f8f8f8; }
.widget .mailchimp-form p { float: left; margin: 0; padding: 0; width: 100%; position: relative; }
.widget .recent-post-widget .entry-meta a { display: inline-block; }
.widget td, .widget th { padding: 13px 10px; }
.widget.widget_pages .page_item_has_children, .cat-parent, .widget.widget_nav_menu .menu-item-has-children { clear: both; display: inline-block; width: 100%; }
.widget.widget_pages .page_item_has_children ul li:last-child { border: none; } 
.widget_product_categories ul li span.fa:last-child, .widget_categories ul li span.fa:last-child { opacity: 0; }
.widget_product_categories ul li .active span.fa:last-child, .widget_categories ul li .active span.fa:last-child { opacity: 1; }
.widget.flickrbox .flickr-widget div, .flickr-widget div { float: left; line-height: 0; margin: 0 7px 7px 0; max-width: 75px; }
.widget.flickrbox .flickr-widget div img, .flickr-widget div img { height: auto; opacity: 1; transition: opacity 0.5s ease-in-out 0s; -moz-transition: opacity 0.5s ease-in-out 0s; -ms-transition: opacity 0.5s ease-in-out 0s; -o-transition: opacity 0.5s ease-in-out 0s; -webkit-transition: opacity 0.5s ease-in-out 0s; }
.widget.flickrbox .flickr-widget div img:hover, .flickr-widget div img:hover { opacity: 0.4; }
.right-space { color: #636363; font-family: 'Open Sans', sans-serif; font-size: 13px; margin-bottom: 10px; padding-right: 30px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { form#searchform input[type="text"] { width: 96%; } } dl { margin:0px 20px; }
dl.gallery-item { margin:0px; }
.gallery-caption { margin-bottom:10px; }
.gallery-item img { border:2px solid #C4C1AE !important; }
dt { font-weight:bold; font-size:14px; margin-bottom:10px; }
dd { margin-bottom:20px; line-height:20px; }
#main-menu ul.menu > li > span.nolink-menu { font-family: Raleway, sans-serif; }
#main-menu ul.menu > li > span.nolink-menu, .left-header #main-menu > ul.menu > li > span.nolink-menu { font-size: 13px;font-weight: normal;letter-spacing: 0.5px; }
#main-menu ul.menu > li > span.nolink-menu { color: #000; }
#main-menu > ul.menu > li > span.nolink-menu { float: left;padding: 0px 20px;line-height: 90px;letter-spacing: 0.5px; }
.is-sticky #main-menu > ul.menu > li > span.nolink-menu { line-height: 70px; }  .container { width:1170px; margin:0 auto; position:relative; clear:both; }
.wrapper { clear:both; width:100%; margin:0px; padding:0px; float:left; }
.inner-wrapper { margin:0px; width:100%; float:left; padding:0px; }
.boxed .wrapper { width:1250px; margin:0 auto; float:none; }
.boxed .header { width:1250px; margin:0 auto; }
.boxed .wrapper, .boxed #main, .boxed .inner-wrapper { background-color:#ffffff; } .top-bar { float:left; width:100%; padding:0; margin:0; padding:11px 0; background-color:#333; }
.dt-sc-left .top-menu { float:left; }
.dt-sc-right .top-menu { float:right; }
.top-menu { display:inline-block; padding:0; margin:0; }
.top-menu li { display:inline-block; float:left; padding:0 0px 0 20px; margin:0 0 0 20px; letter-spacing:0.2px; color:#333; border-left:1px solid #fff; font-size:13px; line-height:normal; }
.top-menu li a { color:#333; }
.top-menu li a:hover { color: #fff; }
.top-menu li i { color:#333; margin-right:5px; }
.top-menu li:first-child { padding:0; margin:0; border:none; }
.top-bar .top-shop-cart { display:inline-block; margin-bottom:0; }
.top-bar .top-shop-cart li { padding-bottom:0; }
.top-bar ul.top-shop-cart li.search .search-text-box { margin:5px 0; padding: 10px 0 10px 17px; width: 240px; float:right; }
.top-bar .top-shop-cart li .search-form-box { top:-11px; }
.top-bar .top-shop-cart li .dt-searchform-close:before { top:6px; height: 38px; line-height: 40px; }
.top-bar .dt-sc-right .top-shop-cart { float:right; }
.top-bar li a, .top-bar li, .top-bar li span, .top-bar li i { color:rgba(255, 255, 255, 0.85); } 
.location-options { position:relative; }
.location-options:hover .location-details { display:block; -webkit-animation: 0.3s ease-in fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; animation: 0.3s ease-in 0s fadeInUp; }
.location-details { float:left; min-width:370px; display:none; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/location-details-bg.png) no-repeat center #fff; position:absolute; top:29px; right:0; z-index:99999; padding:30px 20px 20px; text-align:center; color:#686868; box-shadow:0 0 10px 0px rgba(0,0,0,0.2); }
.location-details .searchform { float:left; width:100%; clear:both; margin-bottom:5px; }
.location-details .searchform input[type="text"] { width:220px; float:left; margin-right:10px; margin-top:8px; }
.location-details .searchform input[type="submit"]{ width:100px; }
.location-options .location-details i, .location-details h3, .location-details h5 { color:#686868; }
.location-details h3 { margin-bottom:10px; }
.location-details:after { position:absolute; content:""; right:30px; top:-16px; margin:auto; border-color: transparent transparent #fff; border-style: solid; border-width: 8px; width:0; }
.location-details:before { background: transparent; content: ""; height: 11px; left: 0; position: absolute; top: -11px; width: 100%; } #header-wrapper-sticky-wrapper { float:left; width:100%; }
#header-wrapper { float:left; width:100%; z-index:99999; }
.header { width:100%; margin:0px; padding:0px; float:left; position:relative; z-index:9999; background-color:#fff; }
.is-sticky .header{ box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.3); }
.menu-container { float:left; width:100%; }
#logo { float:left; position:relative; text-align:center; padding:17px 0; line-height:normal; }
#logo a { display:block; width: 100%; }
#main-menu { float:right; margin:0px; padding:0px; }
#main-menu ul { margin:0px auto; padding:0px; position:relative; }
#main-menu > ul > li { display:inline-block; padding:0; position:relative; }
#main-menu > ul > li > a { font-size:13px; text-transform:uppercase; display:block; padding:20px 15px 21px; color:#333; position:relative; letter-spacing:1.2px; }
#main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul, #main-menu ul li.menu-item-simple-parent ul li:hover ul ul, #main-menu ul li.menu-item-simple-parent ul li ul li ul { display:none; }
#main-menu ul li.menu-item-simple-parent ul { background-color:#ffffff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); float: left; left: 0; padding: 10px 0; position: absolute; top: 69px; width: 180px; z-index: 1; text-align:left; } 
#main-menu ul li.menu-item-simple-parent ul li { display:inline; padding:5px 0px; position:relative; width:100%; float:left; }
#main-menu ul li.menu-item-simple-parent ul li:last-child { border-bottom:none; }
#main-menu ul li.menu-item-simple-parent ul li a { display: block; font-size: 13px; padding: 0px 15px; position: relative; color:#696969; font-weight:normal; }
#main-menu ul li.menu-item-simple-parent ul > li > ul > li:hover > ul { display:block; -webkit-animation: 0.3s ease-in fadeIn; -moz-animation: 0.3s ease-in fadeIn; animation: 0.3s ease-in fadeIn; }
#main-menu > ul > li.menu-item-simple-parent:hover > ul, #main-menu > ul > li.menu-item-simple-parent > ul > li:hover > ul { display:block; -webkit-animation: 0.3s ease-in fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; animation: 0.3s ease-in 0s fadeInUp; }
#main-menu ul li.menu-item-simple-parent ul li ul { left:180px; top:-5px; border-top:0px; border-bottom:3px solid; padding-top:5px; border-top:3px solid; }
#main-menu ul li.menu-item-simple-parent:last-child ul, #main-menu ul li.menu-item-simple-parent:nth-child(6) ul, #main-menu ul li.menu-item-simple-parent:nth-child(9) ul { left: inherit; right: 0; }
#main-menu ul li.menu-item-simple-parent:nth-child(4) ul li ul, #main-menu ul li.menu-item-simple-parent:last-child ul li ul, #main-menu ul li.menu-item-simple-parent:nth-child(6) ul li ul li ul, #main-menu ul li.menu-item-simple-parent:nth-child(6) ul li ul { right:180px; left:inherit; }
#main-menu ul li a.dt-menu-expand { display:none; }	
.header3 #main-menu > ul > li.menu-item-has-children.current-menu-ancestor:before, .header3 #main-menu > ul > li.menu-item-megamenu-parent.current-menu-ancestor:before { opacity: 1; transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; } #main-menu ul > li > .megamenu-child-container { display:none; }
.megamenu-child-container { padding:10px 15px 20px; position:absolute; top:69px; left:0px; float:left; z-index:9; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); background-color:#fff; text-align:left; }
.megamenu-child-container:after, #main-menu ul li.menu-item-simple-parent ul:after { position:absolute; content:""; left:0; bottom:0; height:5px; width:100%; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/mega-menu-bg.png) no-repeat; }
#main-menu ul li.menu-item-simple-parent ul:after { bottom:0px; height:3px; }
.megamenu-2-columns-group .megamenu-child-container { width:500px; }
.megamenu-3-columns-group .megamenu-child-container { width:740px; }
.megamenu-4-columns-group .megamenu-child-container { width:995px; }
.megamenu-5-columns-group .megamenu-child-container { width:1230px; }
.megamenu-child-container > ul.sub-menu > li.fill-two-columns { width: 480px; }
.megamenu-child-container > ul.sub-menu > li { display: inline; float: left; line-height: normal; padding: 25px 15px 13px; width: 240px; }
.megamenu-child-container > ul.sub-menu > li > a, .megamenu-child-container > ul.sub-menu > li > .nolink-menu { font-size:18px; font-weight:300; text-transform:uppercase; display:inline-block; color:#191919; position:relative; border-radius:2px; position:relative; padding-bottom:10px; margin-bottom:15px; border-bottom: 2px solid transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; }
#main-menu > ul > li:hover > .megamenu-child-container { display:block; -webkit-animation: 0.3s ease-in fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; animation: 0.3s ease-in 0s fadeInUp; }
.megamenu-child-container ul.sub-menu > li > ul { padding:0px; margin:0px; }
.megamenu-child-container ul.sub-menu > li > ul li { display:block; padding:0; position:relative; }
.megamenu-child-container ul.sub-menu > li > ul li, .megamenu-child-container ul.sub-menu > li > ul li a { clear:both; }
.megamenu-child-container ul.sub-menu > li > ul li a { color:#696969; font-size:13px; position:relative; padding:10px 0px 10px 0px; font-size:13px; display:block; font-weight:normal; }
.megamenu-child-container ul.sub-menu > li > ul > li > ul { padding-left:20px; }
.menu-item-widget-area-container { margin: 0; padding: 0; width: 100%; }
.menu-item-widget-area-container .widget { display: inline; padding: 0; }
.menu-item-widget-area-container ul { margin: 0; padding: 0; }
.menu-item-widget-area-container .widget ul li { color:#1e1e1e; display:block; border-bottom:1px dashed #ededed; margin-bottom:10px; }
.menu-item-widget-area-container .widget ul li a { font-size:13px; text-transform:uppercase; font-weight:normal; }
.megamenu-child-container > ul.sub-menu > li > p { margin-bottom:20px; line-height: 0; font-size: 13px; }
.menu-item-widget-area-container .widget_text .textwidget p { font-weight:normal; }
.megamenu-child-container > ul.sub-menu > li.menu-item-with-widget-area.fill-two-columns { padding: 0; }
li.fill-two-columns .menu-item-widget-area-container .textwidget a img { display: block; left: 0; top: 0; position: relative; }	
@-moz-document url-prefix() { li.fill-two-columns .menu-item-widget-area-container .textwidget a img { top: 12px; } }
.dt-menu-expand { cursor: pointer; display: none !important; font-size: 16px !important; height: 45px; line-height: 45px !important; padding: 0 !important; position: absolute !important; right: 0; text-align: center; top: 0; width: 40px; }
.dt-menu-toggle { color: #ffffff; cursor: pointer; display: none; font-size: 16px; font-weight: bold; padding: 10px 15px; text-transform: uppercase; line-height:normal; }
.dt-menu-toggle-icon:before, .dt-menu-toggle-icon:after { background-color:#ffffff; content: ""; height: 2px; left: 0; position: absolute; top: -5px; width: 20px; }
.dt-menu-toggle-icon:after { top:5px; }
.dt-menu-toggle-icon { background-color: #ffffff; display: inline-block; float: right; height: 2px; margin-top: 10px; position: relative; text-align: left; width: 20px; }
.menu-item-widget-area-container .widget th, .menu-item-widget-area-container .widget td { padding: 10px 6px; }
.menu-item-widget-area-container .widget .mailchimp-form input[type="submit"] { font-size: 9px; padding: 2px; }
.menu-item-widget-area-container .widget.widget_product_categories .product-categories li:before { top: 11px; }
.dt-transparent-menu .header { background-color: transparent; }
.dt-transparent-menu .header3 #main-menu ul li a { color: #000; }
.dt-transparent-menu .is-sticky .header { background-color: rgba(255, 255, 255, .95); }
.dt-transparent-menu #main { margin-top: -70px; }
.dt-transparent-menu.dt-transparent-header3 #main, .dt-transparent-menu.dt-transparent-header5 #main { margin-top: -90px; }
.dt-transparent-menu.dt-transparent-header4 #main { margin-top: -140px; }
.dt-transparent-menu.dt-transparent-header5 .is-sticky .header { margin: 0; }
.dt-transparent-menu.dt-transparent-header5 .header { margin-top: 15px; }
.megamenu-bgimage .megamenu-child-container { background-image: url(//www.valleyegypt.com/wp-content/themes/painting/images/megamenu-image.png); background-position: right bottom; background-repeat: no-repeat; }
.dt-megamenu-custom-img { display: inline-block; }  .header #main-menu { float: right; }
.header, .header4 .is-sticky #header-wrapper { background: -webkit-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: -o-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: -moz-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); }
.ie9 .header, .ie9 .header4 .is-sticky #header-wrapper { background: #00d39f; }
.header4 .is-sticky #header-wrapper { left:0; }
.header #main-menu > ul > li > a { color:#fff; padding: 20px 19px 21px; }
.header #main-menu > ul > li > a:before { color: transparent; content: "•"; font-size: 12px; left: 50%; pointer-events: none; position: absolute; text-shadow: 0 0 transparent; top: 53%; transform: translateX(-50%); -webkit-transition: text-shadow 0.3s, color 0.3s; -moz-transition: text-shadow 0.3s, color 0.3s; transition: text-shadow 0.3s, color 0.3s; }
.header #main-menu > ul > li > a:hover:before, .header #main-menu > ul > li.current_page_item > a:before, .header #main-menu > ul > li.current-menu-ancestor > a:before, .header #main-menu > ul > li > a:focus:before { color: #fff; text-shadow: 7px 0 #fff, -7px 0 #fff, 0 0 #fff; -webkit-text-shadow: 7px 0 #fff, -7px 0 #fff, 0 0 #fff; -moz-text-shadow: 7px 0 #fff, -7px 0 #fff, 0 0 #fff; -ms-text-shadow: 7px 0 #fff, -7px 0 #fff, 0 0 #fff; }
.header #main-menu > ul > li > a:hover, .header #main-menu > ul > li.current_page_item > a, .header #main-menu > ul > li.current-menu-ancestor > a { color:#fff; } .header2 .shopping-cart:after { border-color: transparent transparent #fff; border-style: solid; border-width: 7px; content: ""; display: block;    height: 0; position: absolute; right: 10px; top: -14px; width: 0; }
.header2 .dt-sc-cart:hover .shopping-cart { animation: 0.3s ease-in 0s fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; -ms-animation: 0.3s ease-in 0s fadeInUp; -o-animation: 0.3s ease-in 0s fadeInUp; -webkit-animation: 0.3s ease-in 0s fadeInUp; display: block; }
.header2 .shopping-cart { background-color: #fff; border: 1px solid #eaeaea; box-shadow: 0 -1px 8px 3px rgba(0, 0, 0, 0.08); display: none; float: left;     min-width: 270px; padding: 20px 20px 10px; position: absolute;  right: 0; top: 69px; z-index: 99999; }
.header2 .top-shop-cart li { float: left; padding: 0; position: relative; }
.header2 .header-right-content .top-shop-cart { float: right; margin-bottom: 0; }
.header2 .header-right-content { float: right; margin-left:20px; }
.header2 #logo, .header3 #logo { position: relative; }
.header2 .top-shop-cart li > a { display: block; float: left; font-size: 16px; margin-left: 1px; padding: 20px 8px; }
.header2 .top-shop-cart li a { padding: 15px 4px; font-size: 14px; }
.header2 .top-shop-cart li > a i.fa { border-radius: 50%; padding: 12px; background: #000; color: #fff; } .header3 .header-right-content { float: right; }
.header3 .header-right-content .dt-sc-button span { border: none; line-height: 32px; width: 35px;  }
.header3 .header-right-content .dt-sc-button { padding: 8px 10px 8px 30px; font-size: 12px; margin-top: 16px; margin-left:20px; }
.header3 #main-menu > ul > li > a:before, .header3 #main-menu > ul > li > a:after { display: inline-block; opacity: 0; transition: transform 0.3s ease 0s, opacity 0.2s ease 0s; -webkit-transition: transform 0.3s ease 0s, opacity 0.2s ease 0s; -moz-transition: transform 0.3s ease 0s, opacity 0.2s ease 0s; -ms-transition: transform 0.3s ease 0s, opacity 0.2s ease 0s; -o-transition: transform 0.3s ease 0s, opacity 0.2s ease 0s; }
.header3 #main-menu > ul > li > a:before { position:relative; font-size:13px; left:auto; }
.header3 #main-menu > ul > li > a { padding:20px 2px 21px; }
.header3 #main-menu > ul > li > a:before, .header3 #main-menu > ul > li.current_page_item > a:before, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:before {  content: "["; margin-right: 10px; transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -o-transform: translateX(20px); -ms-transform: translateX(20px); }
.header3 #main-menu > ul > li > a:after, .header3 #main-menu > ul > li.current_page_item > a:after, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:after {  content: "]"; margin-left: 10px; transform: translateX(-20px); -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -o-transform: translateX(-20px); -ms-transform: translateX(-20px); }
.header3 #main-menu > ul > li > a:hover:before, .header3 #main-menu > ul > li > a:hover:after, .header3 #main-menu > ul > li.current_page_item > a:before, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:before, .header3 #main-menu > ul > li.current_page_item > a:after, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:after { opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); -ms-transform: translateX(0px); }
.header3 #main-menu > ul > li.current_page_item:before, .header3 #main-menu ul.menu > li.current-menu-ancestor:before { display:none; }
.header3 #main-menu > ul > li > a:hover:before, .header3 #main-menu > ul > li.current_page_item > a:before, .header3 #main-menu > ul > li.current-menu-ancestor > a:before, .header3 #main-menu > ul > li > a:focus:before { text-shadow: inherit; }
.top-shop-cart ul.product_cart_list { border-bottom: 1px solid; display: block; float: left; margin: 0 0 10px; padding: 0 0 10px; width: 100%; }
.top-shop-cart ul.product_cart_list li { clear: both; display: block; margin-bottom: 20px; position: relative; width: 100%; }
.top-shop-cart ul.product_cart_list li a { color: #333; float: none; font-size: 14px; font-weight: bold; line-height: normal; margin: 0 0 10px; padding: 0; text-align: left; }
.top-shop-cart ul.product_cart_list li a img { border: 1px solid #eaeaea; float: left; margin-right: 10px; max-width: 80px; }
.top-shop-cart ul.product_cart_list li a .remove { background-color: #191919; border-radius: 100%; color: #fff; font-size: 12px; height: 20px; left: -7px; line-height: 20px;     position: absolute; text-align: center; top: -7px; width: 20px; }
.top-shop-cart ul.product_cart_list .product-details { color: #333; display: block; float: left; line-height: 18px; }
.top-shop-cart ul.product_cart_list .product-details > span { border: 1px solid #ccc; color: #333; float: left; font-size: 12px; line-height: normal; margin: 0 10px 5px 0;     padding: 0 10px; }
.top-shop-cart ul.product_cart_list .product-details .quantity { clear: both; color: #333; display: block; font-size: 16px; font-weight: normal; margin-bottom: 5px; text-align: left; }
.top-shop-cart .shopping-cart .total { clear: both;  color: #333; float: left; font-size: 16px; font-weight: bold; margin-bottom: 20px; text-align: left; width: 100%; }
.top-shop-cart .shopping-cart .total span { float: right; }
.top-shop-cart .shopping-cart .buttons { float: left; width: 100%; }
.top-shop-cart .shopping-cart .buttons a { background-color: #222; color: #fff; display: inline-block; float: left; font-size: 14px; font-weight: bold; margin-bottom: 10px;     padding: 10px 0; text-align: center; text-transform: uppercase; width: 100%; }
.top-shop-cart .shopping-cart .buttons a:last-child { margin: 0; }
.top-shop-cart #search-form-box .search-text-box { background-color: #000; border: medium none; border-radius: 0; bottom: 0;  box-shadow: inherit; color: #fff; height: 69px; left: 0; margin: auto; min-height: inherit; min-width: inherit; position: absolute; right: 0; top: 0; width: 100%; }
.top-shop-cart li #searchform { background-color: #222; bottom: 0; margin: auto; top: 0; }
.top-shop-cart li .search-form-box { bottom: 0; height: 69px; left: 0; position: absolute; right: auto; top: 0; width: 100%; animation: 0.3s ease-in 0s fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; -ms-animation: 0.3s ease-in 0s fadeInUp; -o-animation: 0.3s ease-in 0s fadeInUp; -webkit-animation: 0.3s ease-in 0s fadeInUp; }
.header5 .top-shop-cart li .search-form-box, .header5 .top-shop-cart #search-form-box .search-text-box { height: 70px; }
.header2 .top-shop-cart, .header2 .top-shop-cart li.search, .header5 .top-shop-cart, .header5 .top-shop-cart li.search { position: inherit; }
.top-shop-cart li .dt-searchform-close:before { content: "\f057"; cursor: pointer; display: inline-block; font-family: FontAwesome; font-size: 20px; position: absolute; right: 4px; top: 10px; z-index: 9; width: 50px; background: #fff; text-align: center; height: 50px; line-height: 50px; }
ul.top-shop-cart li.search .search-text-box { margin: 9px 0 6px; padding: 16px 0 16px 17px; z-index: 1; } .header4 #main-menu > ul > li.current-menu-ancestor:after { background: #008bd3; bottom: 0; content: ""; height: 4px; left: 0; position: absolute; right: 0; }
.header4 .header-left-content { float: left; }	
.header4 #main-menu { border-top: 1px solid rgba(255, 255, 255, 0.4); width:100%; float:left; text-align:center; }
.header4 .header-right-content .dt-sc-social-icons { margin: 20px 0; }
.header4 .header-left-content .top-menu { padding: 24px 0 20px; }
.header4 .header-right-content { float: right; text-align: right; }
.header4 .text-with-icon { display: inline-block; line-height: 70px; }
.header4 .text-with-icon i.fa { display: inline-block; font-size: 14px; margin: 0 5px 0 0; position: relative; top: 1px; }
.header4 .dt-sc-vertical-small-separator { display: inline-block; height: 30px; margin: 0 20px; width: 1px; background: #a2a2a2; position: relative; top: 10px; }
.header4 #logo { position:absolute; left:0; right:0; margin:auto; width:16%; padding:19px 0; }
.header4 #main-menu > ul > li > a:before { display:none; }
.header4 .top-menu li i, .header4 .top-menu li a, .header4 .top-menu li, .header4 .dt-sc-social-icons li a { color:#fff; } .loader-wrapper { background:#fff; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999999; text-align:center; }
.loader-wrapper img { position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; height: auto; vertical-align: middle; } 
.loader { height: 110px; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; } 
.slider { float:left; width:100%; clear:both; } 
.slider img { max-width:100%; height:auto; float:left; }
.ls-slide.ls-slide-3 .dt-sc-button.medium { padding: 15px 20px 15px 40px !important; }
.dt-sc-main-slider .dt-sc-button.type2.medium { color: #fff !important; }
#main { float:left; width:100%; }
.border-title h1, .border-title h2, .border-title h3, .border-title h4, .border-title h5, .border-title h6 { display:inline-block; font-weight:300; position:relative; line-height:45px; margin:0; border-width: 0 0 2px; border-style:solid; border-color:transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; }
.ie9 .border-title h1, .ie9 .border-title h2, .ie9 .border-title h3, .ie9 .border-title h4, .ie9 .border-title h5, .ie9 .border-title h6 { border-bottom:2px solid #f73c95; }
.border-title h1 { line-height: 55px; }
.border-title { position:relative; clear: both; }
.wlast { font-weight: 300; }
.border-title.type2 h2 { font-size:35px; }
.border-title.type2 h1:after, .border-title.type2 h2:after, .border-title.type2 h3:after, .border-title.type2 h4:after, .border-title.type2 h5:after, .border-title.type2 h6:after { background: #9105ea; background: -moz-linear-gradient(left,  #9105ea 0%, #f73c95 100%); background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#9105ea), color-stop(100%,#f73c95)); background: -webkit-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -o-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: -ms-linear-gradient(left,  #9105ea 0%,#f73c95 100%); background: linear-gradient(left,  #9105ea 0%,#f73c95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9105ea', endColorstr='#f73c95',GradientType=0 ); bottom: -10px; content: ""; height: 3px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 40px; }
.border-title.type2 h1:after, .border-title.type2 h2:after { bottom:-20px; }
.border-title.type3 h1:after, .border-title.type3 h2:after, .border-title.type3 h3:after, .border-title.type3 h4:after, .border-title.type3 h5:after, .border-title.type3 h6:after { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/title-border.png) no-repeat; bottom: -15px; content: ""; height: 10px; left: 0; position: absolute; width: 32px; right:0; margin:auto; }
.border-title.type3:before, .border-title.type3:after { display:none; }
.border-title.type3 h2 { font-size:50px; }
.border-title.type3 h3 { font-size:40px; }
.border-title.type3 h4 { font-size:30px; }
.border-title.type3 h2:after { bottom: -30px; }
.border-title.type3 h3:after { bottom: -25px; }
.alignleft.border-title.type2 h1:after, .alignleft.border-title.type2 h2:after, .alignleft.border-title.type2 h3:after, .alignleft.border-title.type2 h4:after, .alignleft.border-title.type2 h5:after, .alignleft.border-title.type2 h6:after, .alignleft.border-title.type3 h1:after, .alignleft.border-title.type3 h2:after, .alignleft.border-title.type3 h3:after, .alignleft.border-title.type3 h4:after, .alignleft.border-title.type3 h5:after, .alignleft.border-title.type3 h6:after { left: 0; right: auto; }
.alignright.border-title.type2 h1:after, .alignright.border-title.type2 h2:after, .alignright.border-title.type2 h3:after, .alignright.border-title.type2 h4:after, .alignright.border-title.type2 h5:after, .alignright.border-title.type2 h6:after, .alignright.border-title.type3 h1:after, .alignright.border-title.type3 h2:after, .alignright.border-title.type3 h3:after, .alignright.border-title.type3 h4:after, .alignright.border-title.type3 h5:after, .alignright.border-title.type3 h6:after { left: auto; right: 0; }
.border-title.type2 h1, .border-title.type2 h2, .border-title.type2 h3, .border-title.type2 h4, .border-title.type2 h5, .border-title.type2 h6, .border-title.type3 h1, .border-title.type3 h2, .border-title.type3 h3, .border-title.type3 h4, .border-title.type3 h5, .border-title.type3 h6 { border: none; border-image:none; -moz-border-image:none; -webkit-border-image:none; }
.border-title.type2.alignleft h1, .border-title.type2.alignleft h2, .border-title.type2.alignleft h3, .border-title.type2.alignleft h4, .border-title.type2.alignleft h5, .border-title.type2.alignleft h6 { padding-left: 0; }
.border-title.type2.alignright h1, .border-title.type2.alignright h2, .border-title.type2.alignright h3, .border-title.type2.alignright h4, .border-title.type2.alignright h5, .border-title.type2.alignright h6 { padding-right: 0; }
.half-background-design .border-title.type2 h1:after, .half-background-design .border-title.type2 h2:after, .half-background-design .border-title.type2 h3:after, .half-background-design .border-title.type2 h4:after, .half-background-design .border-title.type2 h5:after, .half-background-design .border-title.type2 h6:after, .dark-parallax-content .border-title.type2 h1:after, .dark-parallax-content .border-title.type2 h2:after, .dark-parallax-content .border-title.type2 h3:after, .dark-parallax-content .border-title.type2 h4:after, .dark-parallax-content .border-title.type2 h5:after, .dark-parallax-content .border-title.type2 h6:after { background-color: #fff; }
.half-background-design .border-title.type2 h1:before, .half-background-design .border-title.type2 h2:before, .half-background-design .border-title.type2 h3:before, .half-background-design .border-title.type2 h4:before, .half-background-design .border-title.type2 h5:before, .half-background-design .border-title.type2 h6:before, .dark-parallax-content .border-title.type2 h1:before, .dark-parallax-content .border-title.type2 h2:before, .dark-parallax-content .border-title.type2 h3:before, .dark-parallax-content .border-title.type2 h4:before, .dark-parallax-content .border-title.type2 h5:before, .dark-parallax-content .border-title.type2 h6:before { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/splitter1.png); }
.border-title.type2:after, .border-title.type2:before { content: none; }
.aligncenter.border-title, .alignright.border-title, .alignleft.border-title, .border-title { margin:0 0 20px 0; }
.half-bg, .half-bg-bottom, .half-bg-left { position:relative; float:left; width:100%; z-index:1; }
.half-bg:after, .half-bg-bottom:after { background-color:#f6f7fc; float:left; width:100%; height:40%; position:absolute; left:0; content:""; z-index:-1; }
.half-bg-left:after { background-color:#edeef2; float:left; width:32%; height:100%; position:absolute; left:0; top:0; content:""; z-index:-1; }
.half-bg-bottom:after { bottom:0; height:100%; }
.half-bg:after { top:0; }
.parallax-content-bg, .parallax-bg2 { background:url(//www.valleyegypt.com/wp-content/themes/painting/images/parallax-bg.png) 50% 0 repeat-y fixed; height:auto; text-align:center; padding:90px 0px; position:relative; z-index:1; }
.parallax-content-bg:after { content:""; position: absolute; top: 0; width: 100%; height: 100%; z-index: 1; left: 0; }
.parallax-bg2 { background-image:url(//www.valleyegypt.com/wp-content/themes/painting/images/parallax-bg2.jpg); }
.parallax-bg2 .dt-sc-button { margin-left:20px; }
#map { float: left; height: 632px; padding-bottom: 4px; width: 100%; }
.dt-map-address-wrapper { position: absolute; left: 50%; text-align: center; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 100; }	
.dt-map-address-container { border-radius: 50%; height: 220px; letter-spacing: 4px; text-transform: uppercase; width: 220px; border: 3px solid #fff; }
.dt-map-address-container { background-color: rgba(0, 139, 211, 0.9); }
.dt-map-address-container span { color: #fff; display: inline-block; font-size: 12px; transform: translate(0px, 50%); -moz-transform: translate(0px, 50%); -ms-transform: translate(0px, 50%); -o-transform: translate(0px, 50%); -webkit-transform: translate(0px, 50%); vertical-align: middle; width: 100%; } .full-bg { float:left; width:100%; padding:30px 0 40px 0; }
.full-bg h2, .full-bg p { color:#fff; text-align:right; }
.full-bg h2 { text-transform:uppercase; font-weight:300; }
.full-bg p { margin-bottom:0; }
.full-width-section.full-bg.dark-parallax-content p { text-align: center; }
.remove-border { border:none; }
.remove-border .dt-sc-tabs-container .dt-sc-tabs-frame-content { padding:30px 0; border:none; }
.bg-left { background:url(//www.valleyegypt.com/wp-content/themes/painting/images/img4.jpg) no-repeat bottom left; }
.bg-right1 { background:url(//www.valleyegypt.com/wp-content/themes/painting/images/img6.jpg) no-repeat bottom right; }
.bg-right2 { background:url(//www.valleyegypt.com/wp-content/themes/painting/images/img5.jpg) no-repeat bottom right; }
.bg-overlay { float:left; width:100%; position:relative; }
.bg-overlay:after { content:""; position:absolute; left:0; top:0; background-color:rgba(255,255,255,0.5); width:100%; height:100%; }
.breadcrumb-wrapper { background-color:#dff1f8; float:left; width:100%; background-image: url(//www.valleyegypt.com/wp-content/themes/painting/images/breadcrumb-bg.jpg); background-position:left bottom; background-repeat:no-repeat; position:relative; }
.breadcrumb-wrapper .full-width-section-inner { float:left; width:100%; background-color:rgba(0, 0, 0, 0.7); padding: 100px 0px; }
.main-title { float: left; margin: 0; padding: 0; position: relative; display:inline-block; width:100%; z-index:9; bottom:-30px; }
.main-title h1 { font-size: 30px; color:#fff; text-transform:capitalize; display:inline-block; margin:0; font-weight:300; }
.breadcrumb .fa { margin:0 8px 0 6px; color:rgba( 255, 255, 255, 0.7 ); }
.breadcrumb a, .breadcrumb .current { color:rgba( 255, 255, 255, 0.7 ); }
.breadcrumb a:hover { color:#fff; }
.breadcrumb { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; margin-bottom: 5px; }
.breadcrumb .fa-double-angle-right:before { content:"\f101"; }
.breadcrumb .fa-hand-right:before { content:"\f0a4"; }
.breadcrumb-wrapper.type2 { padding: 25px 0; }
.breadcrumb-wrapper.type2 .main-title { text-align: center; width: 100%; }
.breadcrumb-wrapper.type2 .dt-sc-search { position: absolute; right: 0; }
.dt-sc-search { float: right; padding: 20px 0; position:relative; }
.dt-sc-search a { float:right; line-height: 35px; width:45px; text-align:center; display:inline-block; position:relative; z-index:9; }
#search-form-box .search-text-box { background-color: #fff; box-shadow: 1px 1px 0 0 #cfd0d6; color: #444; cursor: text; font-size: 13px; height: 38px; line-height: 18px; margin: 0; min-height: 48px; min-width: 300px; padding: 7px 5px 8px 20px; transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; width: 1px; border-radius:0; position:relative; z-index:1; border:none; } 
.search-form-box { position:absolute; right:0px; top:15px; } 
.dark-parallax-content h2 { color: #fff; font-weight: 300; text-transform: uppercase; border-color: #fff; margin-bottom: 0; }
.dark-parallax-content h3, .dark-parallax-content h4, .dark-parallax-content h5, .dark-parallax-content h6 { color:#fff; }
.dt-sc-tb-header .dt-sc-price h2 { color: #686868; font-family: 'Open Sans', sans-serif; }
.dark-parallax-content p.alignright, .dark-parallax-content p, .dark-parallax-content p.aligncenter { clear: both; color: #fff; margin: 0; }
.top-bottom-colorbg:before { content:""; position:absolute; top:0; left:0; width:100%; height:170px; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/top-bg.png) left top no-repeat; } .blog-items .column { margin-left: 0;  margin-right: 0; }
.blog-post { display:inline-block; width:100%; margin:0 0 40px; float:left; position:relative; z-index:9; }
.blog-post .entry-meta { margin-top: 30px; border-top:1px solid #e5e5e5; padding-top:10px; }
.blog-post .entry-meta span.fa, .blog-post .entry-meta span.icon { margin-right: 5px; }
.blog-post .entry-meta .date, .blog-post .entry-meta p, .blog-post .entry-meta .author, .entry-meta .category { margin-right: 15px; position: relative; }
.entry-meta .date p { width:65px; float:left; height:65px; border-radius:50%; border:2px solid #e7ecee; font-size:30px; color:#ffffff; margin-bottom:0px; font-weight:bold; line-height:60px; }
.blog-post .entry-meta .date, .blog-post .entry-meta p, .blog-post .entry-meta .author, .entry-meta .post-comments, .entry-meta .category { font-size:14px; }
.blog-post .entry-meta p:after { left: -12px; right: auto; }
.entry-meta .post-comments, .entry-meta .category { display: inline-block; }
.post-comments a { font-size:14px; line-height:15px; color:#a3a3a3; }
.blog-post .entry-meta a, .post-comments { color:#a3a3a3; }
.post-comments a span, .post-comments span.fa { font-size:14px; margin-right:5px; }
.entry-detail { float:left; padding:25px; margin:-40px 15px 0; z-index:10; position:relative; background-color:#fff; width:91.8%; } 
.entry-detail .entry-title h4 { line-height:30px; font-size:22px; margin-bottom: 10px; word-wrap: break-word; -ms-word-wrap: break-word; }
.single-post .entry-detail .entry-title h4 { font-size: 30px; margin-bottom: 30px; }
.blog-post .entry-thumb-meta { width:100%; float:left; position:relative; }
.blog-post .entry-thumb { float:left; width:100%; position:relative; overflow:hidden; z-index:1; }
.blog-post .entry-thumb img { float:left; border-radius: 3px 3px 0 0; height:auto; }
.blog-post .entry-thumb:hover img { transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); }
.blog-post .entry-thumb:hover ul.recent-gallery img, .single-post .blog-post .entry-thumb:hover img { transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }
.blog-post .entry-meta .post-comments { position: relative; }
.blog-post .entry-meta .category a { font-weight:700; }
.blog-post .entry-meta .category.pink a, .blog-post .entry-meta .category.pink { color:#e130a7; }
.blog-post .entry-meta .category.green a, .blog-post .entry-meta .category.green { color:#41c951; }
.blog-post .entry-meta .category.skyblue a, .blog-post .entry-meta .category.skyblue { color:#38c5ed; }
.blog-post .entry-meta .category.red a, .blog-post .entry-meta .category.red { color:#ee4136; }
.blog-post .entry-meta .category.yellow a, .blog-post .entry-meta .category.yellow { color:#fbb314; }
.blog-post .entry-meta .category.blueturquoise a, .blog-post .entry-meta .category.blueturquoise { color:#34dddd; }
.blog-post .entry-meta .category.blue a, .blog-post .entry-meta .category.blue { color:#6296ff; }
.blog-post .entry-meta > div:before { width: 4px; height: 4px; background-color: #cbd1d8; content: ""; position: absolute; left: -10px; border-radius: 50%; top: 2px; bottom: 0; margin: auto; }
.blog-post .entry-meta > div:first-child:before { display:none; }
.single-post .blog-post .entry-meta .post-comments, .single-post .blog-post .entry-meta .date, .single-post .blog-post .entry-meta .author, .single-post .entry-meta .category { margin-right:20px; }
.content-full-width .dt-sc-one-half .entry-detail { width:95%; }
.content-full-width .dt-sc-one-column .entry-detail { width:97.4%; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail { width:89%; }
.with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail { width:93%; }
.with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail { width:96.6%; }
.format-video .entry-detail, .format-audio .entry-detail, .with-left-sidebar .dt-sc-one-third .format-video .entry-detail, .with-left-sidebar .dt-sc-one-third .format-audio .entry-detail, .with-right-sidebar .dt-sc-one-third .format-video .entry-detail, .with-right-sidebar .dt-sc-one-third .format-audio .entry-detail, .with-left-sidebar .dt-sc-one-half .format-video .entry-detail, .with-left-sidebar .dt-sc-one-half .format-audio .entry-detail, .with-right-sidebar .dt-sc-one-half .format-video .entry-detail, .with-right-sidebar .dt-sc-one-half .format-audio .entry-detail, .with-left-sidebar .dt-sc-one-column .format-video .entry-detail, .with-left-sidebar .dt-sc-one-column .format-audio .entry-detail, .with-right-sidebar .dt-sc-one-column .format-video .entry-detail, .with-right-sidebar .dt-sc-one-column .format-audio .entry-detail, .content-full-width .dt-sc-one-column .format-video .entry-detail, .content-full-width .dt-sc-one-column .format-audio .entry-detail, .content-full-width .dt-sc-one-half .format-video .entry-detail, .content-full-width .dt-sc-one-half .format-audio .entry-detail, .content-full-width .dt-sc-one-third .format-audio .entry-detail, .content-full-width .dt-sc-one-third .format-video .entry-detail, .content-full-width .blog-items .dt-sc-one-third .format-video .entry-detail, .content-full-width .blog-items .dt-sc-one-third .format-audio .entry-detail { margin:0; width:100%; padding-left: 0; padding-right: 0; }
.entry-meta .date, .entry-meta .comments, .entry-meta .author, .entry-meta p, .entry-meta .tag { display: inline-block; line-height: 28px; color: #a3a3a3; position:relative; }
.entry-meta p { margin-right: 20px; margin-bottom: 0; }
.entry-meta .author a, .entry-meta p a { color: #a3a3a3; }
.entry-meta-data { clear:both; margin-bottom:15px; width:100%; display:inline-block; position:relative; font-style:italic; font-size:13px; color:#aaaaaa; margin-bottom:0px; }
.entry-meta-data p { display: inline-block; margin-right: 15px; margin-bottom: 0; }
.entry-meta-data p.hidden, .entry-detail .hidden { display: none; }
.entry-meta-data p span.fa { padding-right: 10px; }
.entry-body { line-height: 28px; font-family: 'Open Sans', sans-serif; }
.entry-body p { line-height:28px; font-size:14px; }
.entry-detail .entry-body ul { list-style: outside none disc; padding-left:25px; }
.blog-carousel-wrapper { float:left; width:100%; position:relative; }
.blog-carousel-wrapper .dt-sc-one-half { margin:0 20px 0 0; }
.blog-carousel-arrows { position:absolute; top:0; bottom:0; left:0; margin:auto; height:60px; width:100%; opacity:0; }
.blog-carousel-wrapper:hover .blog-carousel-arrows { opacity:1; }
.blog-carousel-arrows a { position:absolute; left:0; top:0; bottom:0; margin:auto; color:#000; width:33px; height:60px; opacity: 0.65; }
.blog-carousel-arrows a.prev { left:-35px; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/lft-arrow.png) no-repeat; }
.blog-carousel-arrows a.next { right:-35px; left:auto; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/rht-arrow.png) no-repeat; }
.blog-carousel-arrows a span { display:none; }
.blog-carousel-arrows a:hover { opacity: 1; }
.blog-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9; opacity:0; filter:alpha(opacity=0);  text-align:center; }
.blog-post .entry-thumb-meta:hover .blog-overlay { opacity:1; filter:alpha(opacity=1); }
.blog-overlay:before { position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,0.8) 75%); background: linear-gradient(to bottom, rgba(51,51,51,0) 0%, rgba(51,51,51,0.8) 75%); content: ''; opacity: 0; -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; opacity:0; filter:alpha(opacity=0); }
.ie9 .blog-overlay:before { background:rgba(0, 0, 0, 0.3); height:100%; }
.blog-post .entry-thumb-meta:hover .blog-overlay:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1);-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); filter:alpha(opacity=1); }
.blog-overlay a { width:60px; height:60px; border-radius:50%; display:inline-block; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; color:#fff; line-height:60px; font-size:23px; text-align:center; font-family: fontawesome; }
.blog-overlay a:hover { color:#fff; }
.blog-post .entry-thumb-meta:hover .blog-overlay a { -webkit-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation:avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); }
.entry-thumb .entry_format:after { content: "\f15c"; }
.format-status .entry-thumb .entry_format:after { content: "\f075"; }
.format-image .entry-thumb .entry_format:after { content: "\f03e"; }
.format-link .entry-thumb .entry_format:after { content: "\f0c1"; }
.format-aside .entry-thumb .entry_format:after { content: "\f0c1"; }
.format-chat .entry-thumb .entry_format:after { content: "\f086"; }
.single-post .blog-post .entry-thumb-meta { width:100%; margin-bottom:20px; }
.single-post .entry-detail { width:100%; padding:0; margin: 5px 0 0; }
.single-post .entry-meta { display: inline-block; left: 0; margin-bottom: 0; margin-top: 10px; right: auto; width: 100%; }
.single-post .blog-post .blog-overlay { display:none; }
.single-post blockquote { width:30%; position:relative; text-align:left; font-family:inherit; font-size:15px; margin-right:20px; margin-bottom: 30px; }
.single-post blockquote .fa { font-size:18px; margin-right: 10px; position: relative; top: 2px; left: 0; }
.dt-sc-share-post, .commententries .navigation { float:left; width:100%; position:relative; border-bottom:1px solid #dadce2; border-top:1px solid #dadce2; padding:10px 0; margin-bottom:40px; }
.dt-sc-share-post h3 { text-transform:uppercase; display:inline-block; margin:0; font-size: 20px; padding-top: 3px; }
.dt-sc-share-post .dt-sc-social-icons { float:right; margin:0; }
@-webkit-keyframes avia_pop {
0% {
-webkit-transform:scale(0.8)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes avia_pop {
0% {
-moz-transform:scale(0.8)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes avia_pop {
0% {
transform:scale(0.8)
}
100% {
transform:scale(1)
}
}
@-webkit-keyframes avia_pop_small {
0% {
-webkit-transform:rotate(-175deg) scale(0.2)
}
100% {
-webkit-transform:rotate(0deg) scale(1)
}
}
@-moz-keyframes avia_pop_small {
0% {
-moz-transform:rotate(-175deg) scale(0.2)
}
100% {
-moz-transform:rotate(0deg) scale(1)
}
}
@keyframes avia_pop_small {
0% {
transform:rotate(-175deg) scale(0.2)
}
100% {
transform:rotate(0deg) scale(1)
}
}
.pagination { float: left; margin: 10px 0; padding: 0; width: 100%; }
.pagination ul { display:inline-block; margin: 0; padding: 0; }
.pagination ul li { display: inline; float: left; margin: 0; padding: 0; }
.pagination .next-post, .pagination .prev-post { display:inline-block; }
.pagination ul li a, .pagination .next-post a, .pagination .prev-post a, .page-numbers.current { border: 2px solid; border-radius: 3px; color: #333; float: left; font-size: 14px; font-weight: bold; line-height: 30px; margin: 10px 10px 0 0; padding: 2px 12px; position: relative; z-index: 1; }
.pagination ul li a:hover, .pagination .next-post a:hover, .pagination .prev-post a:hover, .page-numbers.current { color:#fff; }
.pagination .page-numbers span.page-numbers.dots { line-height: 48px; margin-right: 10px; }
.page-link { clear: both; }
.page-link span { border: 1px solid; border-radius: 3px; display: inline-block; font-size: 15px; height: 35px; line-height: 32px; text-align: center; width: 35px; }
.page-link a span { color: #fff; } 
.entry-body h2 { clear: both; margin: 30px 0; }
.blog-post .gallery .gallery-item {  display: inline-block; margin-right: 15px; text-align: center; vertical-align: top; margin-right: 15px; }
.blog-post .gallery .gallery-item img { height: auto; }
.blog-post .gallery.gallery-size-thumbnail { clear: both; display: block; float: left; width: 100%;}
.blog-post .gallery-columns-9 .gallery-item { width: 9%; }
.blog-post .gallery-columns-8 .gallery-item { width: 11.2%; }
.blog-post .gallery-columns-7 .gallery-item { width: 13%; }
.blog-post .gallery-columns-6 .gallery-item { width: 15%; }
.blog-post .gallery-columns-5 .gallery-item { width: 18.3%; }
.blog-post .gallery-columns-4 .gallery-item { width: 23.4%; }
.blog-post .gallery-columns-3 .gallery-item { width: 31.9%; }
.blog-post .gallery-columns-2 .gallery-item { width: 48.7%; }
.blog-post .gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
.content-carousel-wrapper { float: left; position: relative; width: 100%; display:inline-block; }
.content-carousel-wrapper li { float:left; display:inline-block; }
.content-carousel-wrapper .content-carousel { float:left; }
.content-carousel-wrapper .column { margin:0 6px; } .commententries { width:100%; display:inline-block; margin:0px; padding:0px; }
.commententries h4, #respond h3 { padding:0px; width:100%; clear:both; }
.commententries h4, #respond h3, .post-author-details h3 { font-size:20px; }
ul.commentlist { float:left; margin:20px 0px 0px; padding:0px 0px 20px 0px; list-style:none; border-top:0px; width:100%; }
ul.commentlist li.comment { display:block; float:none; list-style:none; border:none; margin:0px 0px 30px; padding:0px 0px 0px 100px; position:relative; clear:both; border-bottom:1px solid #dadce2; }
ul.commentlist li ul.children { margin:30px 0px 0px 0px; padding:0px; float:left; border:none; clear:both; width:100%; }
ul.commentlist li .respond { margin-left:69px; }
ul.commentlist li .comment-author { left:0px; top:0px; position:absolute; }
ul.commentlist li .comment-author img { max-height:85px; float:left; margin:0px; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; behavior: url(//www.valleyegypt.com/wp-content/themes/painting/PIE.htc); }
ul.commentlist li .comment-author img, ul.commentlist li .comment-author img { max-width:85px; }
ul.commentlist li .comment-author img:hover { -moz-transform: scale(1.05) rotate(20deg) translate(2px); -webkit-transform: scale(1.05) rotate(20deg) translate(2px); -o-transform: scale(1.05) rotate(20deg) translate(2px); transform: scale(1.05) rotate(20deg) translate(2px); }
ul.commentlist li .author-name { font-size:16px; padding-bottom:5px; margin-right:15px; font-weight:normal; line-height:18px; }
ul.commentlist li .author-name a { color:#191919; }
ul.commentlist li .comment-details { display:block; }		
ul.commentlist li .commentmetadata { text-decoration:none; line-height:22px; font-weight:400; font-size:13px; font-style:italic; }
.bypostauthor { float:left; }	
ul.commentlist li .comment-body { margin:0px; padding:0px; }
ul.commentlist li .comment-content { padding:0px 10px 20px 0px; margin:10px 0px 10px; border-radius:5px;  behavior: url(//www.valleyegypt.com/wp-content/themes/painting/PIE.htc); }
ul.commentlist li .reply { position:absolute; right:0; top:0; text-align:center; font-weight:400; text-transform:uppercase; }
ul.commentlist li .reply a { display:block; margin-top:0; text-transform:none; }
ul.commentlist li .reply a:before { content: "\f112"; font-family: fontawesome; left: -20px; position: absolute; }
ul.commentlist li .reply a .fa { margin-right:3px; }
ul.commentlist li.post.pingback { padding: 0; }
#commentform input[type="text"], #commentform input[type="password"], #commentform input[type="email"], #commentform input[type="url"], #commentform input[type="tel"], #commentform input[type="number"], #commentform input[type="range"], #commentform input[type="date"], #commentform input[type="search"], #commentform textarea, #commentform input.text { font-size:13px; padding:15px 15px; width:100%; }
#commentform textarea { height:190px; padding:15px 15px; width:100%; }
#commentform p { margin-bottom:0; }
#commentform .button { float: right; font-family: "Open Sans",sans-serif; }
.commententries .page-link { clear: both; }
.commententries .navigation { margin: 0 0 20px; }
.commententries .nav-previous { float: left; }
.commententries .nav-next { float: right; }
#respond, form#commentform { display:inline-block; width:100%; }
#respond h3 { margin-bottom:30px; } .post-author-details { float:left; width:100%; margin-bottom:10px; }
.post-author-details h3 { margin-bottom:35px; text-transform:uppercase; }
.entry-author-image { float:left; margin:0px 15px 5px 0px; }
.entry-author-image img { behavior: url(//www.valleyegypt.com/wp-content/themes/painting/PIE.htc); }
.post-author-details .dt-sc-social-icons { float:left; }
.author-desc { width:100%; padding-left:100px; }
.author-title { float:left; width:100%; margin-bottom:10px; color:#9c9c9c; }
.author-desc h5 { margin-bottom:0; float:left; font-size:16px; }
.author-desc h5 a { text-transform:capitalize; }
.author-title span { color: #696969; font-size: 13px; } .blank-template-container { display: table; height: 100%; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; }
.blank-template { display: table-cell; margin: 0; padding: 0; vertical-align: middle; }
.blank-template-wrapper { clear: both; float: left; padding: 30px 0; width: 100%; background-color:#fff; } .error404 .error-info h2 { font-size: 50px; } #footer { float:left; clear:both; width:100%;}
.footer-widgets-wrapper { float: left; padding: 45px 0 10px; position: relative; width: 100%; }
.footer-top-strip { float:left; width:100%; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/footer-strip-bg.jpg) repeat; padding:25px 0 27px; }
.footer-top-strip p { margin-bottom:0; color:#fff; text-align:center; font-size:30px; font-weight:300; }
.footer-top-strip p span { font-weight:bold; }
.copyright { float:left; width:100%; clear:both; padding:17px 0px; 
background: -webkit-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: -o-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: -moz-linear-gradient(left, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%); background: linear-gradient(to right, #00d39f 0%, #008bd3 25%, #d40063 75%, #d4be00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d39f', endColorstr='#d4be00',GradientType=1 ); }
.copyright p { float:left; margin:0; color:#fff; font-size:13px; }
.copyright p a { color: #eaeaea; }
.copyright p a:hover { color:#000; }
.footer-links { float:right; margin:0; }
.footer-links li { float:left; display:inline; padding-bottom:0; position:relative; }
.footer-links li:before { width:4px; height:4px; background-color:#fff; content:""; position:absolute; left:0; top:14px; }
.footer-links li a { font-size:13px; color:#fff; padding:0px 9px 0 12px; line-height:22px; }
.footer-links li:last-child a { background:none; }
.footer-links li a:hover { color:#f5f5f5; }
#footer .widget h3 { font-size:24px; font-weight: 300; }
#footer .widget h3.footer-title { color: #636363; font-family: 'Open Sans', sans-serif; font-size: 26px; margin-top: 20px; }
#footer .dt-sc-button.type2.small { padding: 14px 12px; }
#footer .dt-sc-button.type4.small.transparent { background-color: transparent; }
.tweets { float:left; width:100%; font-size:16px; }
.tweets a:hover, .tweet_text { color:#fff; }
.tweet_text { display:block; }
.tweet-box { float:left; width:100%; color:#fff; position:relative; }
#tweets_container { display:block; margin:25px 0 0 0; }
#tweets_container .tweet_text { float:left; font-size:16px; }
#tweets_container .tweet_join { float:left; padding-right:10px; font-size:20px; }
#tweets_container .tweet_list li a { color: #fff; font-size: 15px; font-style: italic; font-weight: normal; margin-left: 10px; text-align: right; }
#tweets_container .tweet_list li .tweet_text .at, #tweets_container .tweet_list li .tweet_text a { color:#fff; }
.footer-widgets-wrapper select { border-color: #fff; background: #fff; } #toTop { display:none; text-decoration:none; position:fixed; bottom:30px; right:30px; overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; background:url(//www.valleyegypt.com/wp-content/themes/painting/images/ui.totop.png) no-repeat left top; z-index:9999; }	
#toTopHover { background:url(//www.valleyegypt.com/wp-content/themes/painting/images/ui.totop.png) no-repeat left -40px; width:40px; height:40px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; }	
#toTop:active, #toTop:focus { outline:none;	} .dt-style-picker-wrapper { position:fixed; z-index:999999; left:0px; top:150px; height:70%; }
#dt-style-picker { background:#ffffff; width:230px; float:left; position:absolute; top:0px; z-index:1; margin:0px; padding:0px 0px 20px; text-align:center; border:1px solid #dddddd; overflow-y:hidden; }
#dt-style-picker h2 { font:normal 12px Tahoma, Geneva, sans-serif; text-transform:uppercase; line-height:48px; width:100%; color:#848484; margin:0px 0px 15px; padding:0px; border-bottom:1px solid #dddddd; background-color:#fefefe; }
#dt-style-picker h3 { font:normal 12px Tahoma, Geneva, sans-serif; padding:0px 0px 10px; width:100%; color:#848484; margin:0px; text-transform:uppercase; }
#dt-style-picker ul { float:left; margin:0px; padding:0px; text-align:center; width:225px; }
#dt-style-picker ul li { display:inline-block; display:inline; list-style-type:none; padding:0px; margin:0px 0px 6px 0px; }
#dt-style-picker ul li a { background:#ffffff; border:1px solid #ffffff; padding:2px; display:inline-block; margin:0px; line-height:0; }
#dt-style-picker ul li a.selected, #dt-style-picker ul li a:hover { border:1px solid #d7d7d7; }
#dt-style-picker ul li a img { border:1px solid #d7d7d7; }
#dt-style-picker .layout-picker li span { line-height: 49px; color: #999; font-size: 10px; display: block; min-width: 71px; height: 49px; background-color: #F7F7F7; border: 1px solid #E0E0E0; position: relative; z-index: 1; font-weight: 600; }
#dt-style-picker .layout-picker li #boxed span { box-shadow: 12px 0px 0px 0px #F7F7F7 inset, -12px 0px 0px 0px #F7F7F7 inset; background-color: #FFF; }
#dt-style-picker .hr { width:100%; height:10px; display:block; float:left; clear:both; position:relative; z-index:1; margin:3px 0px; }
.style-picker-ico { position:absolute; top:25px; left:226px; width:48px; height:48px; display:block; border:1px solid #d7d7d7; background-color:#fff; }
.style-picker-ico img { -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; z-index:1; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; }
#dt-style-picker ul.color-picker li a img { border:none; border-radius:50%; }
#dt-style-picker ul.color-picker li a { padding:3px; border-radius:50%; } .portfolio-container { float:left; width:100%; position: relative; overflow: hidden; }
.portfolio.column { margin-left: 0;  margin-right: 0; }
.portfolio.column.dt-sc-one-fourth { width:24.9%; } 	
.portfolio.column.dt-sc-one-third { width:33.3%; }	
.portfolio.column.dt-sc-one-half { width:49.9%; }
.sorting-container { float: left; text-align: center; width: 100%; }
.sorting-container a { border: 1px solid #ededed; border-right: none; cursor: pointer; display: inline-block; line-height: 40px; margin: 0 -1px 0 -4px; padding: 0 14px; position: relative; color:#333; }
.sorting-container a:first-child { border-radius: 4px 0 0 4px; }
.sorting-container a:last-child { border-radius: 0 4px 4px 0; border-right: 1px solid #ededed; }
.sorting-container a:hover:before, .sorting-container a.active-sort:before, .sorting-container a.active-sort:after { transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); }
.sorting-container a:before, .sorting-container a:after { bottom: 0; content: ""; height: 100%; left: 0; position: absolute; transform: scale3d(0, 1, 1); -moz-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); -o-transform: scale3d(0, 1, 1); -webkit-transform: scale3d(0, 1, 1); transform-origin: left center 0; -moz-transform-origin: left center 0; -ms-transform-origin: left center 0; -o-transform-origin: left center 0; -webkit-transform-origin: left center 0; transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -moz-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -ms-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -o-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; width: 100%; z-index: -1; }
.sorting-container a:before { background-color: rgba(225, 48, 167, 0.1); }
.ie9 .sorting-container a:before { display:none; }
.ie9 .sorting-container a { margin-left:-3px; }
.portfolio figure img { transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; width: 100%; display:inherit; }
.portfolio figure:hover img { transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); }
.portfolio figure, .portfolio { overflow: hidden; }
.portfolio figure { position:relative; }
.portfolio .fig-content-wrapper { display: table; height: 100%; width: 100%; }
.portfolio figcaption .fig-content { display: table-cell; vertical-align: middle; }
.portfolio figcaption h5 { font-size: 18px; font-weight: 600; margin-bottom: 5px; text-transform: uppercase; }
.portfolio.dt-sc-one-fourth figcaption h5 { font-size: 15px; }
.page-template-tpl-fullwidth .portfolio.dt-sc-one-fourth figcaption h5 { font-size: 17px; }
.portfolio figcaption .fig-content > p { margin-bottom: 0; }
.sorting-container a.active-sort { color: #fff; }
.portfolio figcaption h5 a, .portfolio figcaption p a, .portfolio figcaption p { color: rgba(255, 255, 255, 0.8); }
.portfolio figcaption h5 a:hover, .portfolio figcaption p a:hover, .portfolio .fig-content a:hover { color: rgba(255, 255, 255, 1); }
.portfolio .fig-overlay a:hover { background-color: rgba(0, 0, 0, 0.2); border-color: #fff; }
.portfolio .fig-overlay { display: inline-block; margin-top: 25px; }
.portfolio .fig-overlay a { border: 2px solid rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8); display: inline-block; float: left; font-size: 18px; height: 48px; line-height: 46px; margin: 0 5px; text-align: center; width: 48px; border-radius: 50%; }
.portfolio figcaption { bottom: auto; float: left; height: 100%; opacity: 0; position: absolute; text-align: center; top: 0; transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); -webkit-transform: translateY(100%); transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s; -moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s; -ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s; -o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s; -webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s; vertical-align: middle; width: 100%; }
.portfolio figure:hover figcaption, .portfolio figure.cs-hover figcaption { opacity: 1; transition: all 0.4s ease-in-out 0s, opacity 0.1s ease 0s; -moz-transition: all 0.4s ease-in-out 0s, opacity 0.1s ease 0s; -ms-transition: all 0.4s ease-in-out 0s, opacity 0.1s ease 0s; -o-transition: all 0.4s ease-in-out 0s, opacity 0.1s ease 0s; -webkit-transition: all 0.4s ease-in-out 0s, opacity 0.1s ease 0s; transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); -webkit-transform: translateY(0px); }
.page-with-sidebar .portfolio.dt-sc-one-fourth .fig-overlay a { width:38px; height:38px; line-height:34px; font-size:14px; }
.page-with-sidebar .portfolio.dt-sc-one-fourth .fig-overlay { margin-top:10px; }
.portfolio-container.type3 .portfolio figcaption { transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; }
.portfolio-container.type2 .portfolio figcaption { transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; }
.portfolio-container.type2 .portfolio .fig-overlay a { background: rgba(255, 255, 255, 0.35); border: medium none; border-radius: 50%; font-size: 20px; height: 50px; line-height: 50px; margin: 0 5px; opacity: 0; position: relative; top: -58px; width: 50px; }
.portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a { font-size: 16px; height: 40px; line-height: 40px; width: 40px; }
.page-template-tpl-fullwidth .portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a { font-size: 20px; height: 50px; line-height: 50px; width: 50px; }
.portfolio-container.type2 .portfolio figure:hover .fig-overlay a { opacity: 1; top: 0; }		
.portfolio-container.type2 .portfolio figure:hover figcaption h5, .portfolio-container.type2 .portfolio figure:hover figcaption p { opacity: 1; top: 0; }
.portfolio-container.type2 .portfolio figcaption h5, .portfolio-container.type2 .portfolio figcaption p { opacity: 0; position: relative; top: 70px; }
.portfolio-container.type2 .portfolio .fig-overlay a:hover, .portfolio-container.type3 .portfolio .fig-overlay a:hover { background: rgba(0, 0, 0, 0.45); }
.portfolio-container.type2 .portfolio figure img, .portfolio-container.type3 .portfolio figure img, .portfolio-container.type2 .portfolio .fig-overlay a, .portfolio-container.type2 .portfolio figcaption h5, .portfolio-container.type2 .portfolio figcaption p, .portfolio-container.type3 figure figcaption h5, .portfolio-container.type3 figure figcaption p, .portfolio-container.type3 .portfolio .fig-overlay a, .portfolio-container.type3 .portfolio figure:hover .fig-overlay a.link { transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -ms-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; }
.portfolio-container.type2 .portfolio figure:hover .fig-overlay a.link, .portfolio-container.type3 .portfolio figure:hover .fig-overlay a.link { transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; -webkit-transition-delay: 300ms; }
.portfolio-container.type2 .portfolio .fig-content-wrapper { position:relative; z-index:1; }
.portfolio-container.type2 .portfolio figcaption:after { border-left: 2px solid #fa3b98; border-right: 2px solid #9205e8; 
background-image: linear-gradient(to right, #fa3b98 0%, #9205e8 100%), linear-gradient(to right, #fa3b98 0%, #9205e8 100%);  
background-image: -webkit-linear-gradient(left, #fa3b98 0%, #9205e8 100%), -webkit-linear-gradient(left, #fa3b98 0%, #9205e8 100%);  
background-image: -moz-linear-gradient(left, #fa3b98 0%, #9205e8 100%), -moz-linear-gradient(left, #fa3b98 0%, #9205e8 100%);
background-image: -o-linear-gradient(left, #fa3b98 0%, #9205e8 100%), -o-linear-gradient(left, #fa3b98 0%, #9205e8 100%); 
background-image: -ms-linear-gradient(left, #fa3b98 0%, #9205e8 100%), -ms-linear-gradient(left, #fa3b98 0%, #9205e8 100%); 
background-position: 0 0px, 0 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3b98', endColorstr='#9205e8',GradientType=1 ); background-repeat: no-repeat; background-size: 100% 2px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; bottom: 15px; content: ""; display: block; left: 15px; position: absolute; right: 15px; top: 15px; z-index:0; opacity:0; }	
.ie9 .portfolio-container.type2 .portfolio figcaption:after { border:2px solid #fa3b98; }
.portfolio-container.type2 .portfolio:hover figcaption:after { opacity:1; transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; }	
.portfolio-container.type2 .portfolio figcaption { background-color: rgba(0, 0, 0, 0.5) !important; }
.portfolio-container.type3 .portfolio figcaption .fig-content, .portfolio-container.type3 .portfolio figure .fig-overlay { display: inline; }
.portfolio-container.type3 .portfolio figure figcaption h5:before { background: #fff; content: ""; height: 50px; left: -15px; position: absolute; top: 0; width: 5px; }
.portfolio-container.type3 .portfolio figure:hover figcaption h5, .portfolio-container.type3 figure:hover figcaption p { left: 30px; opacity: 1; }
.portfolio-container.type3 .portfolio figure figcaption h5 { font-size: 15px; }
.portfolio-container.type3 .portfolio figure figcaption h5, .portfolio-container.type3 figure figcaption p { left: -50px; opacity: 0; position: relative; text-align: left; top: 40px; }
.portfolio-container.type3 .portfolio .fig-overlay a { background: rgba(255, 255, 255, 0.35); border: medium none; border-radius: 50%; font-size: 24px; height: 60px; line-height: 60px; width: 60px; bottom: 20px; right: 10px; position: absolute; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay { right: 10px; opacity: 1; transition: all 0.9s ease 300ms; -moz-transition: all 0.9s ease 300ms; -ms-transition: all 0.9s ease 300ms; -o-transition: all 0.9s ease 300ms; -webkit-transition: all 0.9s ease 300ms; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a.link { right: 10px; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a { right: 80px; }
.portfolio-container.type3 .portfolio .fig-overlay a { bottom: 20px; right: -140px; position: absolute; }
.post-nav-container { border-bottom: 1px solid #eceeeb; border-top: 1px solid #eceeeb; display: inline-block; margin: 0; padding: 10px 0; width: 100%; }
.post-nav-container a i { font-size: 16px; }
.post-nav-container .post-prev-link { float: left; }
.post-nav-container .post-next-link { float: right; text-align: right; }
.post-nav-container .post-next-link a i { padding-left: 10px; }
.post-nav-container .post-prev-link a i { padding-right: 10px; }
.isotope, .isotope .isotope-item { transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; -webkit-transition-duration: 0.8s; }
.gallery-single .project-details h6 { border-bottom: 2px solid #f1f1f1; padding-bottom: 6px; font-weight: normal; }
.gallery-single #comments.commententries h4 { margin-bottom: 30px; }
ul.client-details li i, ul.client-details li span { padding-right: 10px; }
.single-product ul.client-details li p { margin: 0; }
.column.right-gallery { float: right; }
.portfolio-carousel-wrapper { position: relative; }
.recent-gallery-container ul.recent-gallery li { padding: 0; line-height: 0; }
.dt-sc-button.portfolio-load-more { margin-top: 40px; padding: 14px 30px; }
.portfolio-load-more-container { background: #fddd00; display: inline-block; text-align: center; width: 100%; }
.portfolio-load-more-container .dt-sc-button.portfolio-load-more:after { content: none; }
.portfolio-load-more-container .dt-sc-button.portfolio-load-more { margin: 0; padding: 30px 0 35px; text-transform: capitalize; font-size: 18px; border-bottom: 2px solid #000; color: #000; border-radius: 0; font-weight: normal; border: none; width: 100%; }
.portfolio-load-more-container .dt-sc-button.portfolio-load-more:hover { color: #fff; border-color: #fff; }
.portfolio-load-more-container:hover { background-color: #eec106; }
.portfolio-load-more-container .dt-sc-button.portfolio-load-more:before { background: #000; bottom: 30px; content: ""; height: 2px; left: 0; margin: 0 auto; position: absolute;     right: 0; width: 100px; }
.portfolio-load-more-container:hover .dt-sc-button.portfolio-load-more:before { background: #fff; }
.portfolio-load-more-container:hover .dt-sc-button.portfolio-load-more { color: #fff; }
ul.client-details, ul.client-details li p { margin: 0; }
ul.client-details li:last-child { padding: 0; } .featured-post { color: #fff; display: inline-block; font-weight: bold; margin: 10px 0 20px; padding: 1px 15px; position: relative; z-index: 9; font-family: 'Open Sans', sans-serif; 
background: -webkit-linear-gradient(left, #00d39f, #008bd3); background: -o-linear-gradient(left, #00d39f, #008bd3); background: -moz-linear-gradient(left, #00d39f, #008bd3); background: linear-gradient(to right, #00d39f, #008bd3);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d39f', endColorstr='#008bd3',GradientType=1 ); }
.featured-post span.fa { color: #000; font-size: 30px; opacity: 0.1; position: absolute; right: 0; transform: rotate(-22deg); -moz-transform: rotate(-22deg); -ms-transform: rotate(-22deg); -o-transform: rotate(-22deg); -webkit-transform: rotate(-22deg); z-index: -9; display: none; }
.single-post .featured-post { margin: 10px 0 20px; } .bx-controls a, .product-carousel a { bottom: 0; color: #fff; font-size: 0; height: 70px; margin: auto; position: absolute; top: 0; width: 45px; z-index: 501; }
.bx-controls a.bx-prev, .product-carousel a.portfolio-prev { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/slider-prev-arrow-white.png) rgba(0, 0, 0, 0.6) center center no-repeat; left: 0; }
.bx-controls a.bx-next, .product-carousel a.portfolio-next { background: url(//www.valleyegypt.com/wp-content/themes/painting/images/slider-next-arrow-white.png) rgba(0, 0, 0, 0.6) center center no-repeat; right: 0; }
.page-with-sidebar .blog-items .dt-sc-one-third { width: 31.4%; }
#reply-title a { font-size: 16px; padding-left: 10px; text-transform: capitalize; } .widget .searchform input[type="submit"] { background: rgba(0, 0, 0, 0) url(//www.valleyegypt.com/wp-content/themes/painting/images/search-ico.png) no-repeat center; border-radius: 0 5px 5px 0; padding: 15px 20px; position: absolute; right: 0; min-height: 51px; top: 0px; filter:none; } _:-ms-input-placeholder, :root .widget .searchform input[type='submit'] { padding: 15px 23px; }
_:-ms-input-placeholder, :root .widget .woocommerce-product-search input[type="submit"] { padding: 17px 10px; } .products { clear: both; float: left; margin: 0; padding: 0; width: 100%; }
.products li { display: inline; padding: 0; }
.products li.last .product-wrapper { margin-right: 0; }
.products .product-wrapper { float: left; margin: 0 2% 30px 0; width: 100%; border: 2px solid #edeef2; -webkit-transition:all 500ms linear 0s; -moz-transition:all 500ms linear 0s; -o-transition:all 500ms linear 0s; -ms-transition:all 500ms linear 0s; transition:all 500ms linear 0s; }
.products.woocommerce-isotope .product-wrapper { margin: 0 0 30px; }
.product-container { position: relative; overflow: hidden; line-height: 0; }
.product .product-container .product-title a { background: #fff; border-radius: 5px; display: inline-block; font-size: 0; height: 50px; line-height: 65px; text-align: center;     width: 50px; position: relative; transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -moz-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -ms-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -o-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -webkit-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); bottom: -60px; }
.product .product-container .product-title a span, .products .product-wrapper .product-title .yith-wcwl-add-to-wishlist a::before { font-size: 18px; }
.product-container .product-title { bottom: 0; left: 10px; text-align: center; position: absolute; transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -moz-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -ms-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -o-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); -webkit-transition: all 500ms cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.product .product-title a.added_to_cart::after { bottom: 0; content: "\f08e"; font-family: fontawesome; font-size: 18px; left: 0; line-height: 50px; margin: 0 auto; position: absolute; right: 0; text-align: center; top: 0; }
@media screen and (min-width:0\0) { .product .product-title a.added_to_cart::after { position: relative; top: -4px; right: 11px; left: auto; } }
ul.products .product:hover .product-title a, .product-carousel-wrapper .product:hover .product-title a { bottom: 10px;  } 
ul.products .product:hover .product-title a.added_to_cart, .product-carousel-wrapper .product:hover .product-title a.added_to_cart { bottom: 5px; }
::i-block-chrome, .product .product-container .product-title a { padding: 0 1px }
.product .product-details { padding: 20px; text-align: left; border-top: none; }
.products .product-details h5 { margin-bottom: 7px; font-size: 20px; font-weight:300; }
.products .product-four-column .product-details h5 { font-size: 18px; }
.products .product-details span { font-size: 18px; }	
.products .product-details del span, del span { color: #bababa !important; padding-right: 5px; font-weight: normal; }
.product-carousel-wrapper { position: relative; display: inline-block; width: 100%; }
.products .product-wrapper:hover { border: 2px solid transparent; -moz-border-image: -moz-linear-gradient(left, #9105ea 0%, #f73c95 100%); -webkit-border-image: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 100%); border-image: linear-gradient(to right, #9105ea 0%, #f73c95 100%); border-image-slice: 1; }
.ie9 .products .product-wrapper:hover { border: 2px solid #f73c95; }
.product-carousel-wrapper .column { margin: 0 10px; }
.blog-carousel-wrapper .blog-carousel .column { margin: 0 10px; } 
.product-carousel a { height: 50px; width: 40px; }
.product-carousel a.prev { left: 0; }
.product-carousel a.next { right: 0; }
.product-carousel a.prev, .product-carousel a.next { margin: 0; top: 52%; bottom: 0; transform: translate(0px, -100%); -moz-transform: translate(0px, -100%); -webkit-transform: translate(0px, -100%); -ms-transform: translate(0px, -100%); -o-transform: translate(0px, -100%); background-color: rgba(255, 255, 255, 0.6); border: 2px solid #e7ecee; color: #000; font-size: 26px; line-height: 38px; text-align: center; width: 45px; height: 45px; border-radius: 50%; }
.product-carousel a.next { padding-left: 3px; right: -45px; }
.product-carousel a.prev { padding-right: 3px; left: -50px; }
.product-carousel-wrapper .product-carousel, .dt-sc-team-carousel-wrapper .carousel-arrows { visibility: hidden; }
.product-carousel-wrapper:hover .product-carousel, .dt-sc-team-carousel-wrapper:hover .carousel-arrows { visibility: visible; } .career-form input[type="checkbox"] { margin-right:5px; }
.career-form .wpcf7-checkbox .wpcf7-list-item { display: inline-block; margin-bottom: 10px; margin-left: 0; margin-right: 14px } .wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item { padding: 7px 12px !important; }
#wpsl-search-btn { padding: 6px 20px; background: -webkit-linear-gradient(left, #9105ea, #f73c95); background: -o-linear-gradient(left, #9105ea, #f73c95); background: -moz-linear-gradient(left, #9105ea, #f73c95); background: linear-gradient(to right, #9105ea, #f73c95);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73c95', endColorstr='#9105ea',GradientType=1 ); color:#fff; border:none; }
#wpsl-search-btn:hover { box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3); background: -webkit-linear-gradient(left, #9105ea 0%, #f73c95 80%); background: -o-linear-gradient(left, #9105ea 20%, #f73c95 100%); background: -moz-linear-gradient(left, #9105ea 20%, #f73c95 100%); background: linear-gradient(to right, #9105ea 20%, #f73c95 100%); }
#wpsl-search-btn, #wpsl-search-wrap div { margin-right:25px; }
.wpsl-gmap-canvas { border:none; }
#wpsl-direction-details, #wpsl-stores { border: 1px solid #e9e9e9; border-radius: 5px; background-color: #ddeef9; }
#wpsl-search-btn { margin-top:0; }
.wpsl-search { border-radius:5px; background-color:#0e81cb; }
#wpsl-search-wrap label { color:#fff; }
.wpsl-search-btn-wrap #wpsl-search-btn, .wpsl-dropdown, #wpsl-search-wrap input { border:none; }
#wpsl-category, .wpsl-input, .wpsl-select-wrap { margin-bottom:12px; }
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item { font-size:13px; }
.wpsl-selected-item:after { border-width:6px 5px; margin-top: -2px; } .retina_logo { display:none; }
@media only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-devicepixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx) {
.normal_logo { display:none; }
.retina_logo { display:inline-block; height:auto !important; }
#toTop { background-image:url(//www.valleyegypt.com/wp-content/themes/painting/images/ui.totop@2x.png); background-size:40px 81px; }
} .top-shop-cart li { float: left; padding: 0; position: relative; }
.top-shop-cart li > a { font-size: 20px; display: block;
color: #bbc8d5; padding: 20px 10px; float: left;    margin-left: 1px; }
.cart-count { border-radius: 50%; color: white; font-size: 13px;  line-height: normal; padding: 0 5px;   position: relative; right: 0px; top: -8px; background-color: #000; }
.shopping-cart { float: left; background-color:#ffffff; border: 1px solid #eaeaea; min-width: 270px; padding: 20px 20px 10px 20px; position: absolute; top: 48px; right: -10px; display: none; box-shadow: 0 -1px 8px 3px rgba(0, 0, 0, 0.08); z-index: 99999; }
.top-bar .top-shop-cart.type2 .shopping-cart {
top: 41px; }
.dt-sc-cart:hover .shopping-cart { display:block; -webkit-animation: 0.3s ease-in fadeInUp; -moz-animation: 0.3s ease-in 0s fadeInUp; animation: 0.3s ease-in 0s fadeInUp; }
.top-shop-cart ul.product_cart_list { border-bottom: 1px solid #eaeaea; }
.top-shop-cart .shopping-cart span, .top-shop-cart .shopping-cart a, .top-shop-cart .shopping-cart i, .top-shop-cart .shopping-cart p{ color: #000000; }
.top-shop-cart.type2 .shopping-cart:after {
right: 32px; }
.shopping-cart:after { border-color: transparent transparent #fff; border-style: solid; border-width: 8px; content: ""; display: block; height: 0; position: absolute; right: 26px; top: -16px; width: 0; }
.top-shop-cart li.search > a, .top-shop-cart li.dt-sc-cart > a { padding: 5px 15px; line-height: normal;
float: none; display: inline-block; }@font-face{font-family:'FontAwesome';src:url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.valleyegypt.com/wp-content/themes/painting/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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-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"}.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:Stroke-Gap-Icons;src:url(//www.valleyegypt.com/wp-content/themes/painting/fonts/Stroke-Gap-Icons.eot)}@font-face{font-family:Stroke-Gap-Icons;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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) format('woff');font-weight:400;font-style:normal}.icon{font-family:Stroke-Gap-Icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-WorldWide:before{content:"\e600"}.icon-WorldGlobe:before{content:"\e601"}.icon-Underpants:before{content:"\e602"}.icon-Tshirt:before{content:"\e603"}.icon-Trousers:before{content:"\e604"}.icon-Tie:before{content:"\e605"}.icon-TennisBall:before{content:"\e606"}.icon-Telesocpe:before{content:"\e607"}.icon-Stop:before{content:"\e608"}.icon-Starship:before{content:"\e609"}.icon-Starship2:before{content:"\e60a"}.icon-Speaker:before{content:"\e60b"}.icon-Speaker2:before{content:"\e60c"}.icon-Soccer:before{content:"\e60d"}.icon-Snikers:before{content:"\e60e"}.icon-Scisors:before{content:"\e60f"}.icon-Puzzle:before{content:"\e610"}.icon-Printer:before{content:"\e611"}.icon-Pool:before{content:"\e612"}.icon-Podium:before{content:"\e613"}.icon-Play:before{content:"\e614"}.icon-Planet:before{content:"\e615"}.icon-Pause:before{content:"\e616"}.icon-Next:before{content:"\e617"}.icon-MusicNote2:before{content:"\e618"}.icon-MusicNote:before{content:"\e619"}.icon-MusicMixer:before{content:"\e61a"}.icon-Microphone:before{content:"\e61b"}.icon-Medal:before{content:"\e61c"}.icon-ManFigure:before{content:"\e61d"}.icon-Magnet:before{content:"\e61e"}.icon-Like:before{content:"\e61f"}.icon-Hanger:before{content:"\e620"}.icon-Handicap:before{content:"\e621"}.icon-Forward:before{content:"\e622"}.icon-Footbal:before{content:"\e623"}.icon-Flag:before{content:"\e624"}.icon-FemaleFigure:before{content:"\e625"}.icon-Dislike:before{content:"\e626"}.icon-DiamondRing:before{content:"\e627"}.icon-Cup:before{content:"\e628"}.icon-Crown:before{content:"\e629"}.icon-Column:before{content:"\e62a"}.icon-Click:before{content:"\e62b"}.icon-Cassette:before{content:"\e62c"}.icon-Bomb:before{content:"\e62d"}.icon-BatteryLow:before{content:"\e62e"}.icon-BatteryFull:before{content:"\e62f"}.icon-Bascketball:before{content:"\e630"}.icon-Astronaut:before{content:"\e631"}.icon-WineGlass:before{content:"\e632"}.icon-Water:before{content:"\e633"}.icon-Wallet:before{content:"\e634"}.icon-Umbrella:before{content:"\e635"}.icon-TV:before{content:"\e636"}.icon-TeaMug:before{content:"\e637"}.icon-Tablet:before{content:"\e638"}.icon-Soda:before{content:"\e639"}.icon-SodaCan:before{content:"\e63a"}.icon-SimCard:before{content:"\e63b"}.icon-Signal:before{content:"\e63c"}.icon-Shaker:before{content:"\e63d"}.icon-Radio:before{content:"\e63e"}.icon-Pizza:before{content:"\e63f"}.icon-Phone:before{content:"\e640"}.icon-Notebook:before{content:"\e641"}.icon-Mug:before{content:"\e642"}.icon-Mastercard:before{content:"\e643"}.icon-Ipod:before{content:"\e644"}.icon-Info:before{content:"\e645"}.icon-Icecream2:before{content:"\e646"}.icon-Icecream1:before{content:"\e647"}.icon-Hourglass:before{content:"\e648"}.icon-Help:before{content:"\e649"}.icon-Goto:before{content:"\e64a"}.icon-Glasses:before{content:"\e64b"}.icon-Gameboy:before{content:"\e64c"}.icon-ForkandKnife:before{content:"\e64d"}.icon-Export:before{content:"\e64e"}.icon-Exit:before{content:"\e64f"}.icon-Espresso:before{content:"\e650"}.icon-Drop:before{content:"\e651"}.icon-Download:before{content:"\e652"}.icon-Dollars:before{content:"\e653"}.icon-Dollar:before{content:"\e654"}.icon-DesktopMonitor:before{content:"\e655"}.icon-Corkscrew:before{content:"\e656"}.icon-CoffeeToGo:before{content:"\e657"}.icon-Chart:before{content:"\e658"}.icon-ChartUp:before{content:"\e659"}.icon-ChartDown:before{content:"\e65a"}.icon-Calculator:before{content:"\e65b"}.icon-Bread:before{content:"\e65c"}.icon-Bourbon:before{content:"\e65d"}.icon-BottleofWIne:before{content:"\e65e"}.icon-Bag:before{content:"\e65f"}.icon-Arrow:before{content:"\e660"}.icon-Antenna2:before{content:"\e661"}.icon-Antenna1:before{content:"\e662"}.icon-Anchor:before{content:"\e663"}.icon-Wheelbarrow:before{content:"\e664"}.icon-Webcam:before{content:"\e665"}.icon-Unlinked:before{content:"\e666"}.icon-Truck:before{content:"\e667"}.icon-Timer:before{content:"\e668"}.icon-Time:before{content:"\e669"}.icon-StorageBox:before{content:"\e66a"}.icon-Star:before{content:"\e66b"}.icon-ShoppingCart:before{content:"\e66c"}.icon-Shield:before{content:"\e66d"}.icon-Seringe:before{content:"\e66e"}.icon-Pulse:before{content:"\e66f"}.icon-Plaster:before{content:"\e670"}.icon-Plaine:before{content:"\e671"}.icon-Pill:before{content:"\e672"}.icon-PicnicBasket:before{content:"\e673"}.icon-Phone2:before{content:"\e674"}.icon-Pencil:before{content:"\e675"}.icon-Pen:before{content:"\e676"}.icon-PaperClip:before{content:"\e677"}.icon-On-Off:before{content:"\e678"}.icon-Mouse:before{content:"\e679"}.icon-Megaphone:before{content:"\e67a"}.icon-Linked:before{content:"\e67b"}.icon-Keyboard:before{content:"\e67c"}.icon-House:before{content:"\e67d"}.icon-Heart:before{content:"\e67e"}.icon-Headset:before{content:"\e67f"}.icon-FullShoppingCart:before{content:"\e680"}.icon-FullScreen:before{content:"\e681"}.icon-Folder:before{content:"\e682"}.icon-Floppy:before{content:"\e683"}.icon-Files:before{content:"\e684"}.icon-File:before{content:"\e685"}.icon-FileBox:before{content:"\e686"}.icon-ExitFullScreen:before{content:"\e687"}.icon-EmptyBox:before{content:"\e688"}.icon-Delete:before{content:"\e689"}.icon-Controller:before{content:"\e68a"}.icon-Compass:before{content:"\e68b"}.icon-CompassTool:before{content:"\e68c"}.icon-ClipboardText:before{content:"\e68d"}.icon-ClipboardChart:before{content:"\e68e"}.icon-ChemicalGlass:before{content:"\e68f"}.icon-CD:before{content:"\e690"}.icon-Carioca:before{content:"\e691"}.icon-Car:before{content:"\e692"}.icon-Book:before{content:"\e693"}.icon-BigTruck:before{content:"\e694"}.icon-Bicycle:before{content:"\e695"}.icon-Wrench:before{content:"\e696"}.icon-Web:before{content:"\e697"}.icon-Watch:before{content:"\e698"}.icon-Volume:before{content:"\e699"}.icon-Video:before{content:"\e69a"}.icon-Users:before{content:"\e69b"}.icon-User:before{content:"\e69c"}.icon-UploadCLoud:before{content:"\e69d"}.icon-Typing:before{content:"\e69e"}.icon-Tools:before{content:"\e69f"}.icon-Tag:before{content:"\e6a0"}.icon-Speedometter:before{content:"\e6a1"}.icon-Share:before{content:"\e6a2"}.icon-Settings:before{content:"\e6a3"}.icon-Search:before{content:"\e6a4"}.icon-Screwdriver:before{content:"\e6a5"}.icon-Rolodex:before{content:"\e6a6"}.icon-Ringer:before{content:"\e6a7"}.icon-Resume:before{content:"\e6a8"}.icon-Restart:before{content:"\e6a9"}.icon-PowerOff:before{content:"\e6aa"}.icon-Pointer:before{content:"\e6ab"}.icon-Picture:before{content:"\e6ac"}.icon-OpenedLock:before{content:"\e6ad"}.icon-Notes:before{content:"\e6ae"}.icon-Mute:before{content:"\e6af"}.icon-Movie:before{content:"\e6b0"}.icon-Microphone2:before{content:"\e6b1"}.icon-Message:before{content:"\e6b2"}.icon-MessageRight:before{content:"\e6b3"}.icon-MessageLeft:before{content:"\e6b4"}.icon-Menu:before{content:"\e6b5"}.icon-Media:before{content:"\e6b6"}.icon-Mail:before{content:"\e6b7"}.icon-List:before{content:"\e6b8"}.icon-Layers:before{content:"\e6b9"}.icon-Key:before{content:"\e6ba"}.icon-Imbox:before{content:"\e6bb"}.icon-Eye:before{content:"\e6bc"}.icon-Edit:before{content:"\e6bd"}.icon-DSLRCamera:before{content:"\e6be"}.icon-DownloadCloud:before{content:"\e6bf"}.icon-CompactCamera:before{content:"\e6c0"}.icon-Cloud:before{content:"\e6c1"}.icon-ClosedLock:before{content:"\e6c2"}.icon-Chart2:before{content:"\e6c3"}.icon-Bulb:before{content:"\e6c4"}.icon-Briefcase:before{content:"\e6c5"}.icon-Blog:before{content:"\e6c6"}.icon-Agenda:before{content:"\e6c7"}
   a, .single-post blockquote .fa, .widget.widget_text ul li:before, .dt-sc-color-text, .dt-sc-button.type4, .dt-sc-pr-tb-col.selected .dt-sc-tb-header .dt-sc-price h2, .location-details h4, .location-details h5 span, .product .product-title a.added_to_cart::after, .products .product-details span.amount, .product .summary .price .amount, .product-subtotal span.amount, .woocommerce .cart_totals .order-total .amount, .widget_product_categories ul li span.fa:last-child, .widget.widget_product_categories .product-categories li a.active, ul.product_list_widget li span.amount, .widget.woocommerce .widget_shopping_cart_content .buttons .button, .widget.widget_tweetbox a, h5.dt-sc-toggle.active a, .dt-sc-colored-box span, blockquote.type2 span, ul.dt-sc-tabs-frame li a.current, .type2 ul.dt-sc-tabs-vertical-frame li:hover a, .type2 ul.dt-sc-tabs-vertical-frame li.current a, .woocommerce .return-to-shop .button, .woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button, ul.dt-sc-fancy-list li:before, .top-shop-cart li .dt-searchform-close:hover:before, .type3 ul.dt-sc-tabs-frame li a.current, .dt-sc-ico-content.type4 .icon-wrapper .icon, .dt-sc-ico-content.type6 .icon-wrapper span.fa, .product-carousel a.prev, .product-carousel a.next, .dt-sc-pr-tb-col:hover .dt-sc-tb-header .dt-sc-price h2, .dt-sc-team:hover .team-details h5 a, .widget .mailchimp-form input[type="submit"], #main-menu > ul > li > a:hover, #main-menu > ul > li.current_page_item > a, .widget.widget_text ul li:hover a, .dt-sc-ico-content:hover h4 a, .dt-sc-team .dt-sc-social-icons li:hover a, .dt-sc-rating:before, .dt-sc-parallax-content a:hover, h5.dt-sc-toggle.active:before, h5.dt-sc-toggle-accordion.active:before, h5.dt-sc-toggle.active a, h5.dt-sc-toggle-accordion.active a, .widget ul li a:hover, .blog-post:hover .entry-detail .entry-title h4 a, .dt-sc-team:hover h5 a, .dt-sc-team.type2 h5 a:hover, h5.dt-sc-toggle:hover:before, h5.dt-sc-toggle-accordion:hover:before, h5.dt-sc-toggle:hover a, h5.dt-sc-toggle-accordion:hover a, .dt-sc-ico-content.type4:hover .icon-wrapper .fa, .megamenu-child-container ul.sub-menu > li > ul li a:hover, #main-menu ul li.menu-item-simple-parent ul li a:hover, #main-menu ul li.menu-item-simple-parent ul li.current_page_item > a, .megamenu-child-container ul > li > a:hover, .megamenu-child-container ul > li > ul li a:hover, .megamenu-child-container ul.sub-menu > li.current_page_item > a, .portfolio figcaption h5 a:hover, .portfolio figcaption p a:hover, .widget .recent-post-widget .entry-meta a:hover, .woocommerce .return-to-shop .button:hover, .woocommerce table.my_account_orders .order-actions .button:hover, .woocommerce-page table.my_account_orders .order-actions .button:hover, #main-menu ul > li.current-menu-ancestor > a, .product .product-title a.added_to_cart:hover:after, .megamenu-child-container li.current-menu-parent ul.sub-menu li.current-menu-item a, .top-shop-cart li .dt-searchform-close:before, .product-carousel a:hover, .entry-meta p a:hover, .entry-meta a:hover, .dt-sc-ico-content.type12:hover > a, .dt-sc-ico-content.type5:hover h4 a, .products .product-details h5 a:hover, .cart_list.product_list_widget a.remove:hover, .top-shop-cart ul.product_cart_list li a:hover, .blog-post .entry-meta .category a, .woocommerce table.shop_table .product-name a:hover, .widget_calendar #today { color:#e130a7; }
.dt-sc-main-slider .dt-sc-button.type2.medium:hover { color: #e130a7 !important; } .full-bg, .widgettitle:after, .megamenu-child-container > ul.sub-menu > li > a:before, .megamenu-child-container > ul.sub-menu > li > .nolink-menu:before, .entry-meta .date p, .widget .searchform input[type="submit"], .product .onsale span, .woocommerce .cart .button, .woocommerce-page .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart input.button, .product .summary .add_to_wishlist, .summary .yith-wcwl-wishlistaddedbrowse.show, .summary .yith-wcwl-wishlistexistsbrowse.show, .type2 ul.dt-sc-tabs-frame li a.current, .widget .woocommerce-product-search input[type="submit"], .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .select2-container .select2-choice::after, .woocommerce .login input[type="submit"], .lost_reset_password .button, .woocommerce .button, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget.widget_tweetbox ul.tweet_list li::before, .widget.flickrbox .flickr-widget div, .flickr-widget div, .dt-sc-colored-box, ul.dt-sc-tabs-vertical-frame li.current a, ul.dt-sc-tabs-vertical-frame li:hover a, .woocommerce input[type="radio"]:checked + label span:before, .product-wrapper .featured-tag > div, .product.single-product .product-image-meta .featured-tag > div, .woocommerce input[type="checkbox"]:checked + label span, .header2 .top-shop-cart li a i.fa:hover, .border-title.type2 h1:after, .border-title.type2 h2:after, .border-title.type2 h3:after, .border-title.type2 h4:after, .border-title.type2 h5:after, .border-title.type2 h6:after, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-support-info:hover .support-icon, .half-background-design.type2 .border-title.type2 h4:after, .top-bar, .dt-sc-pr-tb-col.selected .dt-sc-tb-title, .products .product-wrapper .featured-tag, .dt-sc-ico-content .icon-wrapper, input[type="reset"]:hover, .pagination ul li a:hover, .pagination .next-post a:hover, .pagination .prev-post a:hover, .blog-overlay a, .widget.widget_tag_cloud .tagcloud a:after, .pager a:hover, .pager a.selected, .dt-menu-toggle, .dt-sc-button:after, .featured-post, .page-numbers.current, .bx-controls a:hover, .product .summary .add_to_wishlist:hover, .woocommerce .cart button:hover, .widget .woocommerce-product-search input[type="submit"]:hover, .page-link a span, .woocommerce table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .header3 #main-menu ul li.current-menu-ancestor:after, .header4 #main-menu ul li.current-menu-ancestor:after, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"]:hover, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"]:hover, .woocommerce.widget_product_tag_cloud .tagcloud a:after, .sorting-container a.active-sort:after, .top-shop-cart .shopping-cart .buttons a:hover, .top-shop-cart ul.product_cart_list li a .remove:hover, .dt-sc-schedule-progress.dt-sc-current-step .dt-sc-progress-step { background-color:#e130a7; }
.dt-sc-main-slider .dt-sc-button.type2.medium, .widget .searchform input[type="submit"]:hover, .woocommerce .button:hover, .button:hover { background-color:#e130a7 !important; }
.parallax-content-bg:after { background-color:rgba(0, 139, 211, 0.7 ); }
.portfolio figcaption, .dt-map-address-container { background-color:rgba(225, 48, 167, 0.9 ); } .date, .entry-meta .post-comments, .single-post blockquote, .pagination ul li a, .pagination .next-post a, .pagination .prev-post a, .dt-sc-button, .dt-sc-button span, .widget.woocommerce .widget_shopping_cart_content .buttons .button, blockquote.type1, .dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li.current a, .type3 ul.dt-sc-tabs-frame li a.current, .type3 .dt-sc-tabs-frame-content, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-team:after, .carousel-arrows a:hover, .dt-sc-button.type3:hover, input[type="reset"]:hover, .dt-sc-button.type4:hover, h5.dt-sc-toggle.active:before, h5.dt-sc-toggle-accordion.active:before, .pagination ul li a:hover, .pagination .next-post a:hover, .pagination .prev-post a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .intro-text.type2 .dt-sc-button.type4:hover, .pager a:hover, .pager a.selected, h5.dt-sc-toggle:hover:before, h5.dt-sc-toggle-accordion:hover:before, .dt-sc-button:hover, .page-numbers.current, .sorting-container a.active-sort, .widget.woocommerce .widget_shopping_cart_content .buttons .button:hover, .dt-sc-toggle-accordion.active, .dt-sc-toggle.active, .page-link a span, .dt-sc-ico-content.type6:hover .icon-wrapper:after, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"]:hover, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"]:hover, .product-carousel a:hover, .woocommerce.widget_product_tag_cloud .tagcloud a:hover { border-color: #e130a7; }
.product-wrapper .featured-tag:after, .product.single-product .product-image-meta .featured-tag:after { border-color: #e130a7 transparent #e130a7 #e130a7; }
.dt-sc-main-slider .dt-sc-button.type2.medium, .dt-sc-main-slider .dt-sc-button.type2.medium:hover, .dt-sc-pr-tb-col.selected a.dt-sc-button, .dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:hover, .dt-sc-main-slider .dt-sc-button.medium:hover { border-color: #e130a7 !important; }
.header3 #main-menu ul li.current-menu-ancestor:before { border-color: transparent transparent #e130a7; }
.featured-post:before { border-left-color: #e130a7; }
.featured-post:after { border-right-color: #e130a7; }
@media only screen and (max-width:767px) { 
.header #main-menu > ul > li > a:hover, .header #main-menu > ul > li.current_page_item > a, .header #main-menu > ul > li.current-menu-ancestor > a { color: #e130a7; } }
  @media only screen and (min-width:1120px) and (max-width:1280px) {
.container, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-container, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container { width:1060px; }
.boxed .wrapper { width:1100px; }
.boxed .header { width:1100px; }
.megamenu-5-columns-group .megamenu-child-container { width:1100px; } 
.megamenu-5-columns-group .megamenu-child-container > ul.sub-menu > li.fill-two-columns { width:430px; }
.megamenu-5-columns-group .megamenu-child-container > ul.sub-menu > li { width:215px; }
.breadcrumb-container { width:1100px; }
.content-full-width .blog-items .dt-sc-one-third { width: 31.5%; }
.content-full-width .blog-items .dt-sc-one-half { width: 48.5%; } #primary { width:790px; }
#secondary, #secondary-left, #secondary-right { width:240px; }
.blog-carousel-arrows a.next { right:-10px; }
.blog-carousel-arrows a.prev { left:-10px; } .page-with-sidebar .portfolio.dt-sc-one-fourth .fig-overlay a { height: 38px; line-height: 36px; width: 38px; }
.page-with-sidebar .portfolio.column.dt-sc-one-fourth { width: 33.3%; }
.with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail { width: 92.2%; }
.content-full-width .dt-sc-one-half .entry-detail { width: 94.2%; }
.content-full-width .dt-sc-one-column .entry-detail { width: 97.2%; }
.with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail { width: 96.2%; } ul.products li .product-wrapper.product-four-column, ul.products li .product-wrapper.product-three-column { width: 31.3%; }
ul.products.one-fourth-column li:nth-child(4n) .product-wrapper, ul.products.one-third-column li:nth-child(3n) .product-wrapper { margin-right: 2%; }
ul.products li .product-wrapper.product-two-column { width: 48%; }  .dt-sc-ico-content.type4 h4 { font-size:21px; }
.dt-sc-ico-content.type4 > span { margin-bottom:35px; }
.inner-content:before { width: 250px; height: 250px; }
.inner-content:after { width: 230px; height: 230px; }
ul.dt-sc-icon-content-shape li:nth-child(4) { margin-left: 180px; }
ul.dt-sc-icon-content-shape li:nth-child(4) .dt-sc-ico-content, ul.dt-sc-icon-content-shape li:nth-child(5) .dt-sc-ico-content { bottom: 0; margin-top: -160px; } 
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper { width: 110px; height: 110px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper .icon { width: 100px; height: 100px; line-height: 100px; } .dt-sc-donutchart-small:before { min-width: 68%; }
.dt-sc-donutchart-medium:before { right: 80%; min-width: 50%; } .dt-sc-team.type3 .image { width: 160px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next { right: 0; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev { left: 0; }
.product-carousel a.next { right: 15px; }
.product-carousel a.prev { left: 15px; } .dt-sc-subscribe-frm input[type="text"], .dt-sc-subscribe-frm input[type="email"] { width:37%; }
.offer-text { width: calc(100% + 10%); }
.dt-sc-subscribe-wrapper.type3 h2 { padding: 10px 5px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 50px; } .dt-sc-support-info .support-icon { width:155px; }
.dt-sc-grey .dt-sc-contact-form-wrapper { padding: 32px 0; }
.dt-sc-schedule-progress .dt-sc-progress-step { margin: 15px 6px 15px 10px; }
.dt-sc-schedule-progress { padding: 20px 10px 10px; }
}  @media only screen and (min-width:960px) and (max-width:1119px) {
.container, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-container, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container { width:900px; }		
.boxed .wrapper { width:940px; margin:0 auto; float:none; }  
.boxed .header { width:940px; } .megamenu-child-container > ul.sub-menu > li { width:240px; }
.megamenu-child-container ul.sub-menu > li > ul li a { padding: 10px 0 !important; }
.megamenu-4-columns-group .megamenu-child-container > ul.sub-menu > li { width:216px; }
.megamenu-4-columns-group .megamenu-child-container > ul.sub-menu > li.fill-two-columns { width: 434px; }
.megamenu-5-columns-group .megamenu-child-container > ul.sub-menu > li { width: 175px; }
.megamenu-4-columns-group .megamenu-child-container, .megamenu-5-columns-group .megamenu-child-container { width:900px; } 
#main-menu > ul > li:hover > .megamenu-child-container { display:block; }
#main-menu ul li a { font-size: 13px; }
.header #main-menu > ul > li > a { padding:20px 10px 21px; }
.header2 .header-right-content, .header3 .header-right-content .dt-sc-button { margin-left:10px; }
.header3 #main-menu > ul > li > a { padding: 20px 2px 21px; letter-spacing:0.4px; }
.header2 #logo, .header3 #logo { width:100%; }
.header2 .header-right-content, .header3 .header-right-content { clear:left; }
.header3 #main-menu > ul > li > a:after, .header3 #main-menu > ul > li.current_page_item > a:after, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:after { margin-left:5px; }
.header3 #main-menu > ul > li > a:before, .header3 #main-menu > ul > li.current_page_item > a:before, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:before { margin-right:5px; }
.breadcrumb-container { width:930px; }
.ls-slide .dt-sc-button.medium { padding:15px 20px 15px 60px; }
.header5 .top-shop-cart li a { padding: 15px 3px; }
#logo { width:18%; } .dt-sc-team .image { width:170px; height:170px; } #primary { width: 670px; }
#secondary, #secondary-right, #secondary-left { width: 200px; }
.page-with-sidebar .blog-items .dt-sc-one-half, .page-with-sidebar .blog-items .dt-sc-one-third { width:48.5%; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail { width: 91%; }
.content-full-width .dt-sc-one-half .entry-detail { width: 93%; }
.with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail { width: 90.5%; }
.content-full-width .dt-sc-one-column .entry-detail { width: 96.7%; }
.with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail { width: 95.5%; }
.content-full-width .dt-sc-one-third .entry-detail { margin: -40px 12px 0; padding: 15px; }
.content-full-width .blog-items .dt-sc-one-third { width: 31%; }
.content-full-width .blog-items .dt-sc-one-half { width: 48.5%; }
.blog-carousel-arrows a.next { right:-10px; }
.blog-carousel-arrows a.prev { left:-10px; } .portfolio figure img { transform: scaleY(1.15); -moz-transform: scaleY(1.15); -ms-transform: scaleY(1.15); -o-transform: scaleY(1.15); -webkit-transform: scaleY(1.15); }
.portfolio.dt-sc-one-fourth .fig-overlay a, .page-template-tpl-fullwidth .portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a { height: 38px; line-height: 36px; width: 38px; font-size:14px; }
.portfolio.dt-sc-one-fourth .fig-overlay { margin-top:10px; }
.portfolio-container.type2 .portfolio .fig-overlay a { height: 50px; width: 50px; line-height: 50px; }
.portfolio-container.type3 .portfolio figure figcaption h5, .portfolio-container.type3 figure figcaption p { top: 20px; }
.portfolio-container.type3 .portfolio figure figcaption h5:before { height: 50px; }
.portfolio-container.type3 .portfolio .fig-overlay a { height: 50px; width: 50px; line-height: 50px; font-size: 22px; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a { right: 70px; }
.page-with-sidebar .portfolio.column.dt-sc-one-fourth { width: 33.3%; }
.page-with-sidebar .portfolio.column.dt-sc-one-third { width: 49.5%; }
.portfolio-container.type2 .portfolio.column.dt-sc-one-fourth figcaption:after { left:5px; right:5px; top:5px; bottom:5px; }
.project-details .dt-sc-social-icons li { margin:0 0 0 6px; }
.project-details .dt-sc-social-icons li:first-child { margin:0; } ul.products li .product-wrapper.product-four-column, ul.products li .product-wrapper.product-three-column { width: 31.3%; }
ul.products.one-fourth-column li:nth-child(4n) .product-wrapper, ul.products.one-third-column li:nth-child(3n) .product-wrapper { margin-right: 2%; }
.product .product-details { padding:15px; }
ul.products li .product-wrapper.product-two-column { width: 48%; } .recent-portfolio-widget ul li .thumb img { float:left; }
.widget .woocommerce-product-search input[type="submit"] { font-size: 13px; padding: 15px 2px; }
.widget .mailchimp-form p input[type="email"] { width: 78%; }
.widget #wp-calendar td { padding: 9px 5px; }
.widget.widget_text ul li { margin:0 0 0 2px; }  .dt-sc-ico-content.type4 h4 { font-size:19px; text-transform:capitalize; }
.dt-sc-ico-content.type4 > span { margin-bottom:40px; font-size:15px; }
.dt-sc-ico-content.type8 { margin-bottom: 0; }
.dt-sc-ico-content.type9 p { font-size:13px; }
.half-bg-bottom:after { height: 54%; }
ul.dt-sc-icon-content-shape { margin-top: 47px; display: inline-block; }
.inner-content { padding: 20px 50px; }
.inner-content:before { width: 215px; height: 215px; }
.inner-content:after { width: 195px; height: 195px; }
ul.dt-sc-icon-content-shape li:nth-child(4) { margin-left: 153px; }		
ul.dt-sc-icon-content-shape li:nth-child(4) .dt-sc-ico-content, ul.dt-sc-icon-content-shape li:nth-child(5) .dt-sc-ico-content { bottom: 0; margin-top: -115px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper { width: 90px; height: 90px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper .icon { width: 80px; height: 80px; line-height: 80px; font-size: 26px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 h4 { font-size: 13px; } ul.dt-sc-fancy-list.circle-tick.medium li { font-size:21px; } .dt-sc-donutchart-small:before { min-width: 60%; right: 74%; }
.dt-sc-donutchart-medium:before { right: 85%; min-width: 40%; } ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { padding: 0 16px; } .dt-sc-team.type3 .image { width: 130px; }
.dt-sc-team.type3 .image img { transform: rotate(-45deg) scale(1.7); -moz-transform: rotate(-45deg) scale(1.7); -webkit-transform: rotate(-45deg) scale(1.7); -ms-transform: rotate(-45deg) scale(1.7); -o-transform: rotate(-45deg) scale(1.7); }
.dt-sc-team:after, .dt-sc-team:before { height: 230px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next { right: 0; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev { left: 0; }
.product-carousel a.next { right: 0px; }
.product-carousel a.prev { left: 0px; } div.quantity { margin-bottom: 20px !important; } .half-bg-left:after { width:25%; }
.dt-sc-partner-carousel-wrapper { margin:30px 0 0; } .dt-sc-subscribe-frm input[type="text"], .dt-sc-subscribe-frm input[type="email"] { width:36%; margin-right:10px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 60px; }
.offer-text:before { border-width: 49px; right: -98px; }
.offer-text { padding: 10px 0px 10px 2px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { margin: 20px 0; }
.dt-sc-subscribe-wrapper.type3 h2 { letter-spacing: 3px; } .dt-sc-support-info .support-icon { width:135px; }
.dt-sc-contact-info p { padding:0; font-size:15px; }
.margin-top-bottom { margin: -50px 0; }
.dt-sc-grey .dt-sc-contact-form-wrapper { padding: 32px 0; }
.dt-sc-schedule-progress { width:31.5%; }
#footer .dt-sc-social-icons li { margin 0 2px; }
}  @media only screen and (min-width:768px) and (max-width:959px) {
.container, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-container, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container { width:710px; }
.boxed .wrapper { width:750px; margin:0 auto; float:none; }
.boxed .header { width:750px; margin:0 auto; } #logo { padding: 21px 0 0; width:13%; }
.header4 #logo { width:13%; }
#logo .normal_logo { height: 100%; }
@-moz-document url-prefix() { #logo .normal_logo { height: 100%; } }
::i-block-chrome, #logo .normal_logo { height: auto; }
#main-menu > ul > li > a, #main-menu > ul.menu > li > a { padding:20px 6px 21px; font-size:12px; }
.header3 #main-menu > ul > li > a { padding:20px 4px 21px; text-transform: inherit; letter-spacing:0; }
.header3 .header-right-content .dt-sc-button { margin-left:5px; font-size:10px; }
.header3 .header-right-content .dt-sc-button span { font-size:12px; }
.header2 .header-right-content { margin-left:5px; }
.header3 #main-menu > ul > li > a:after, .header3 #main-menu > ul > li.current_page_item > a:after, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:after { margin-left:5px; }
.header3 #main-menu > ul > li > a:before, .header3 #main-menu > ul > li.current_page_item > a:before, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:before { margin-right:5px; }
#main-menu ul li.menu-item-simple-parent ul { width:150px; }
#main-menu ul li.menu-item-simple-parent:nth-child(5) ul li ul { left:inherit; }
#main-menu ul li.menu-item-simple-parent ul li ul { left:150px; }
.megamenu-4-columns-group .megamenu-child-container, .megamenu-5-columns-group .megamenu-child-container { width:700px; }
.megamenu-child-container > ul.sub-menu > li { width:166px; padding:10px; }
.megamenu-5-columns-group .megamenu-child-container > ul.sub-menu > li { width:140px; padding:10px; }
.megamenu-child-container > ul.sub-menu > li > a, .megamenu-child-container > ul.sub-menu > li > .nolink-menu { font-size:12px; }
.megamenu-child-container > ul.sub-menu > li > p { font-size:12px; }
.menu-item-widget-area-container .widget ul li a, .megamenu-child-container ul.sub-menu > li > ul li a { font-size:11px; }
.megamenu-child-container > ul.sub-menu > li.fill-two-columns { width:260px; }
.megamenu-4-columns-group .megamenu-child-container > ul.sub-menu > li.fill-two-columns { width: 334px; }
.megamenu-3-columns-group .megamenu-child-container { width:500px; }
#menu-item-4071 .megamenu-child-container { background-size: 50% auto; }
.header2 #main-menu > ul > li > a, .header2 #main-menu > ul.menu > li > a { font-size: 11px; padding: 20px 6px 21px; }
.header4 #main-menu > ul > li > a { padding:20px 14px 21px; }
.header4 .dt-sc-vertical-small-separator { margin: 0 3px; } .portfolio.column.dt-sc-one-third { width: 33%; }
.page-with-sidebar .portfolio.column, .column.dt-sc-one-half .column.no-space.dt-sc-one-third, .dt-sc-contact-form-wrapper .dt-sc-contact-info { width: 100%; }
ul.products li .product-wrapper.product-four-column { width: 48%; }
.dt-sc-contact-form-wrapper .no-space.dt-sc-one-third { width: 33.33% !important; }
.column.no-space.dt-sc-five-sixth { margin-left: 35px; width: 90%; } .ls-slide .dt-sc-button.medium { padding:15px 10px 15px 45px; }
.ls-slide .dt-sc-button.medium span { width:35px; line-height:40px; }
.ls-slide .dt-sc-button.type5 { padding:15px 20px; } .dt-sc-team .image { width:130px; height:130px; }
.dt-sc-team.type2 .dt-sc-social-icons li { margin:0 2px; }
.dt-sc-team.type3 .image { width: 100px; }
.dt-sc-team.type3 .image img { transform: rotate(-45deg) scale(1.8); }
.dt-sc-team.type3 .inner { margin-bottom: 35px; }
.dt-sc-team-carousel-wrapper .carousel-arrows { top: -70px; }
.dt-sc-team:after, .dt-sc-team:before { height: 190px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next { right: 0; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev { left: 0; }
.product-carousel a.next { right: 0px; }
.product-carousel a.prev { left: 0px; } #secondary, #secondary-right, #secondary-left { width:180px; }
#primary { width:500px; }
.blog-carousel-wrapper .dt-sc-one-half { width:100%; margin:0; }
.content-full-width .dt-sc-one-third .entry-detail { margin:-30px 9px 0; padding:15px; }
.content-full-width .blog-items .dt-sc-one-half, .content-full-width .blog-items .dt-sc-one-third { width: 48%; }
.content-full-width .blog-items .dt-sc-one-third .entry-detail { margin: -30px 14px 0; }
.page-with-sidebar .blog-items .dt-sc-one-third, .page-with-sidebar .blog-items .dt-sc-one-half { width: 100%; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail, .with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail, .with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail { width: 94%; }
.content-full-width .dt-sc-one-column .entry-detail { width: 95.8%; }
.content-full-width .dt-sc-one-half .entry-detail { width: 91.2%; padding: 15px; }
.single-post .page-with-sidebar blockquote { width: 100%; margin: 0; }
.blog-carousel-wrapper .blog-carousel .entry-detail { margin: -20px 9px 0; padding: 10px; }
.blog-carousel-wrapper .blog-carousel .blog-overlay a { width:50px; height:50px; line-height:50px; font-size:16px; }
.blog-carousel-arrows a.next { right:-15px; }
.blog-carousel-arrows a.prev { left:-15px; } .portfolio figure img { transform: scaleY(1.15); }
.portfolio.dt-sc-one-fourth .fig-overlay a, .portfolio.dt-sc-one-third .fig-overlay a { height: 38px; line-height: 36px; width: 38px; font-size:14px; }
.portfolio.dt-sc-one-fourth .fig-overlay, .portfolio.dt-sc-one-third .fig-overlay { margin-top:10px; }
.portfolio.dt-sc-one-third figcaption h5 { font-size: 15px; }
.portfolio.column.dt-sc-one-fourth { width:33.3%; }
.page-with-sidebar .portfolio.column.dt-sc-one-fourth { width:100%; }
.sorting-container a { margin:0 2px 10px; border-right:1px solid #ededed; }
.sorting-container a:first-child, .sorting-container a:last-child { border-radius: 0; }
.portfolio-container.type2 .portfolio.dt-sc-one-third .fig-overlay a, .portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a, .page-template-tpl-fullwidth .portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a { height: 40px; line-height: 40px; width: 40px; font-size:15px; }
.portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a, .page-template-tpl-fullwidth .portfolio.dt-sc-one-fourth figcaption h5 { font-size:15px; }
.portfolio-container.type2 .portfolio figcaption:after { left:10px; top:10px; right:10px; bottom:10px; }
.portfolio-container.type2 .portfolio figure:hover figcaption h5, .portfolio-container.type2 .portfolio figure:hover figcaption p { top: 5px; }
.portfolio-container.type3 .portfolio figure figcaption h5, .portfolio-container.type3 figure figcaption p { top: 20px; }
.portfolio-container.type3 .portfolio figure figcaption h5:before { height: 45px; }
.portfolio-container.type3 .portfolio .fig-overlay a { height: 50px; width: 50px; line-height: 50px; font-size: 22px; bottom: 5px; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a.link { right: 5px; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a { right: 60px; } .post-author-details .dt-sc-social-icons li a { padding:0; min-width:53px; }
.project-details .dt-sc-social-icons li { margin-bottom: 10px; }  .dt-sc-ico-content.type2 .icon-wrapper { width:158px; height:158px; margin-bottom:10px; }
.dt-sc-ico-content.type2 .icon-wrapper .fa { line-height: 155px; }
.half-bg-bottom:after { height:53.5%; }
.dt-sc-ico-content.type4 h4 { font-size:20px; }
.dt-sc-ico-content.type5 h4 { font-size:14px; margin:-38px 0 0; }
.dt-sc-ico-content.type8 { margin: 0; }
ul.dt-sc-icon-content-shape li:nth-child(4) .dt-sc-ico-content, ul.dt-sc-icon-content-shape li:nth-child(5) .dt-sc-ico-content { bottom: 0; margin-top: -130px; }
ul.dt-sc-icon-content-shape { display: inline-block; margin-top: 70px; }
ul.dt-sc-icon-content-shape li:nth-child(4) { margin-left: 120px; }
.inner-content { padding: 60px; }
.inner-content:before { height: 170px; width: 170px; }
.inner-content:after { height: 150px; width: 150px; }
.dt-sc-ico-content.type9 p { display: none; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 { text-align: center; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper { width: 80px; height: 80px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 .icon-wrapper .icon { width: 70px; height: 70px; line-height: 70px; font-size: 26px; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 h4 { font-size: 11px; } .dt-sc-buy-now .dt-sc-button.medium span, .dt-sc-buy-now .dt-sc-button span { width:40px; }
.dt-sc-buy-now .dt-sc-button.type4.medium, .dt-sc-buy-now .dt-sc-button { padding: 12px 15px; }
.dt-sc-tb-header .dt-sc-price { padding:10px 4px; }
.dt-sc-tb-title h5 { padding:35px 5px 30px; }
.dt-sc-tb-content { padding:45px 10px 20px; }
.dt-sc-tb-header .dt-sc-price h2 { font-size:32px; } .carousel-arrows { bottom:-15px; } ul.dt-sc-fancy-list.circle-tick.medium li { font-size:18px; padding-left:30px; } .dt-sc-parallax-content { padding:60px 15px; } .dt-sc-animate-num .dt-sc-num-count { width:140px; } .half-bg-left:after { width:25%; }
.dt-sc-partner-carousel-wrapper { margin:30px 0 0; } .dt-sc-donutchart-small:before { min-width: 45%; right: 80%; }
.dt-sc-donutchart-medium:before { right: 95%; min-width: 20%; } ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { padding: 0 7px; font-size: 14px; }
.type3 ul.dt-sc-tabs-frame li a { margin-right: 0; } .dt-sc-button.large { padding: 22px 22px 22px 90px; }
.dt-sc-button.xlarge { padding: 25px 24px 25px 90px; }
.dt-sc-button.type4.xlarge, .dt-sc-button.type5.xlarge { padding: 25px 45px; }
.dt-sc-button.large span { width: 60px; }
.dt-sc-button.xlarge span { width: 65px; }
.dt-sc-button.type4.medium { padding: 18px 20px; }
.dt-sc-button.type5.small { padding: 15px 26px; }
.dt-sc-button.type5.medium { padding: 22px 20px; } div.quantity { margin-bottom: 20px !important; }
ul.products li .product-wrapper.product-three-column { width:47.5%; }
ul.products.one-third-column li:nth-child(3n) .product-wrapper { margin-right:2%; } .dt-sc-subscribe-container { padding:25px 10px 35px; }
.dt-sc-subscribe-frm input[type="text"], .dt-sc-subscribe-frm input[type="email"] { width:34%; margin-right:10px; }
.widget .woocommerce-product-search input[type="submit"] { padding: 15px 5px; font-size: 10px; }
.widget .mailchimp-form p input[type="email"] { width: 76%; }
.widget #wp-calendar td { padding:9px 5px; font-size:13px; }
.widget #wp-calendar th { padding:10px 5px; }
.dt-sc-highlight-left { padding: 20px 0; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm { padding: 20px 0 20px 50px; }
.dt-sc-subscribe-wrapper.type3 h2 { letter-spacing: 0; font-size: 26px; }
.offer-text:before { content: none; }	
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 10px; } .dt-sc-support-info .support-icon { width:100%; }
.boxed .dt-sc-contact-form-wrapper { width:360px }
.dt-sc-contact-info p { padding:0; font-size:15px; }
.dt-sc-contact-form-wrapper, .woocommerce form.woocommerce-checkout .form-row-first, .woocommerce-page form.woocommerce-checkout .form-row-first, .woocommerce form.woocommerce-checkout .form-row-last, .woocommerce-page form.woocommerce-checkout .form-row-last { width:100%; }
.column.dt-sc-one-half.dt-sc-grey.no-space .dt-sc-contact-form-wrapper .column.dt-sc-one-third.no-space { width: 50% !important; }
.dt-sc-schedule-progress { width:47.4%; } .copyright { text-align:center; }
.copyright p { float:none; }
.footer-links { float:left; width:100%; text-align:center; }
.footer-links li { float:none; display:inline-block; }
#footer .dt-sc-social-icons li { margin:0 6px 5px; }
.margin-top-bottom { margin: -20px 0; }
}  @media only screen and (max-width:767px) { @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { 
#primary.with-left-sidebar, #primary.with-right-sidebar, #primary.with-both-sidebar { display: inline-block; float: left;}
}
.container, .header.header5 .container { width:420px; }
.boxed .wrapper { width:100%; margin:0 auto; float:none; }
.boxed .header { width:100%; } .breadcrumb-wrapper .full-width-section-inner { padding:40px 0; }
.main-title { bottom: auto; }
.main-title h1 { font-size:25px; }
.large-title { font-size:35px; }
.dt-sc-search { width:100%; text-align:center; padding:20px 0 0; }
.dt-sc-search a { float:none; }
.search-form-box { left:0; top:75px; float:left; width:100%; }
.remove-border .column { border:none !important; } .ls-slide .dt-sc-button.medium { padding:15px 10px 15px 45px; }
.ls-slide .dt-sc-button.medium span { width:35px; line-height:40px; }
.ls-slide .dt-sc-button.type5 { padding:15px 20px; } .top-menu { width:100%; text-align:center; }
.top-menu li { float:none; }
#header-wrapper { position: inherit !important; }
.is-sticky .header { box-shadow: none; }
.sticky-wrapper { height: auto !important; position: inherit !important; }
#logo, .header4 #logo { width: 100%; text-align:center; display: inline; float: left; margin: 0; padding: 22px 0 19px; position:relative; }
.header4 .header-left-content .top-menu { padding:20px 0; }
#main-menu { display: inline-block; float: none; padding: 0 0 20px; width: 100%; position:relative; }
.header #main-menu > ul > li > a, #main-menu ul li.menu-item-simple-parent ul li a { padding:8px 15px; border:1px solid #e0e0e0; border-top:none; background-color:#fff; color:#333; }
#main-menu > ul > li:hover > a { background-color:rgba(237, 238, 242, 0.95); }
.header #main-menu > ul > li > a:hover { color:inherit; }
.header #main-menu > ul > li > a:before, .megamenu-child-container:after, #main-menu ul li.menu-item-simple-parent ul:after, .header3 #main-menu > ul > li > a:after, .header3 #main-menu > ul > li.current_page_item > a:after, .header3 #main-menu ul.menu > li.current-menu-ancestor > a:after, .header4 #main-menu > ul > li.current-menu-ancestor:after { display:none; }
.header4 .header-right-content .dt-sc-social-icons li a { font-size:15px; }
#main-menu ul li.menu-item-simple-parent ul li a.dt-menu-expand { border:none; }
#main-menu > ul > li > a.dt-menu-expand { border-right:none; border-bottom:none; background-color: rgba(0, 0, 0, 0.02); }
#main-menu > ul > li { width:100%; }
#main-menu > ul > li.current_page_item:before, #main-menu ul li.menu-item-simple-parent ul li { border-bottom:none; }
#main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul { top:44px; width:100%; left:0px !important; box-shadow:none; }
#main-menu ul li.menu-item-simple-parent ul { padding:0; }
#main-menu ul li.menu-item-simple-parent ul li ul { border:none; }
#main-menu > ul.menu > li > a i { font-size:13px; line-height:43px; }
#main-menu ul.menu > li > .megamenu-child-container > .dt-menu-expand { display: none !important; }
#menu-item-4071 .megamenu-child-container { background-image: none; }
#main-menu > ul > li.menu-item-has-children:hover:before, #main-menu > ul > li.menu-item-megamenu-parent:hover:before { display: none; opacity: 0; }
.header2 #main-menu .left-nav, .header2 #main-menu .right-nav, .header3 #main-menu .left-nav, .header3 #main-menu .right-nav, .header5 #main-menu .left-nav, .header5 #main-menu .right-nav, .header6 #main-menu .left-nav, .header6 #main-menu .right-nav, .header5 #main-menu .left-nav, .header5 #menu-container, .header5 #main-menu, .header2 #main-menu, .header2 #menu-container, .header3 #main-menu, .header3 #menu-container, .header4 #main-menu .left-nav, .header4 #main-menu .right-nav, .header6 #menu-container, .header6 #main-menu { width: 100%; }
.header2 .header-right-content, .header5 .header-right-content { float: left; text-align: center; width: 100%; }
.header2 .header-right-content .top-shop-cart, .header5 .header-right-content .top-shop-cart { display: inline-block; float: none;  }
.header3 #main-menu > ul > li > a { padding: 8px 15px; }
.header3 #main-menu ul li.menu-item-simple-parent ul, .header3 #main-menu ul li .megamenu-child-container { top: 0; }
.header3 .dt-menu-toggle { margin-top: 20px; }
.header3 .header-right-content .dt-sc-button, .header2 .header-right-content { margin-left:0; }
.header4 .header-left-content, .header3 .header-right-content { width: 100%; text-align: center; }
.header4 .header-right-content { text-align: center; width: 100%; }
.header4 #main-menu ul li a { padding: 9px 15px 8px; }
.header4 #main-menu { text-align:left; border-top:none; }
.dt-transparent-menu.dt-transparent-header3 #main, .dt-transparent-menu.dt-transparent-header5 #main { margin-top: 0; } .page-with-sidebar .portfolio.column, .content-full-width .portfolio.column { width: 100%; margin: 0; }
ul.products li .product-wrapper.product-three-column, ul.products li .product-wrapper.product-four-column, ul.products li .product-wrapper.product-two-column, .single-product .product-image-meta, .single-product .summary.entry-summary, .columns-4 ul.products li.product-category, .columns-3 ul.products li.product-category { width: 100% !important; } .dt-menu-toggle { display:block; }
#main-menu ul li.menu-item-simple-parent ul { border:none; }
#main-menu ul li.menu-item-simple-parent ul li { padding:0px; clear:both; }
#main-menu ul li.menu-item-simple-parent ul li a { padding:10px 15px 10px 25px; }
#main-menu ul li.menu-item-simple-parent ul li ul li a { padding-left:30px; }
#main-menu ul li.menu-item-simple-parent ul ul ul li a { padding-left:45px; }
#main-menu ul li.menu-item-simple-parent ul li ul { padding:0px; }
#main-menu ul li.menu-item-simple-parent ul li ul { border:none; }
.megamenu-2-columns-group .megamenu-child-container, .megamenu-3-columns-group .megamenu-child-container, .megamenu-4-columns-group .megamenu-child-container, .megamenu-2-columns-group .megamenu-child-container > ul.sub-menu > li.menu-item-fullwidth, .megamenu-3-columns-group .megamenu-child-container > ul.sub-menu > li.menu-item-fullwidth, .megamenu-4-columns-group .megamenu-child-container > ul.sub-menu > li.menu-item-fullwidth, .megamenu-5-columns-group .megamenu-child-container > ul.sub-menu > li.menu-item-fullwidth, .megamenu-5-columns-group .megamenu-child-container { width:100%; left:0px !important; }
#main-menu ul.menu .megamenu-child-container > ul.sub-menu > li { width:100%; display:block; clear:both; box-sizing:border-box; padding:15px 15px 10px 30px; border:1px solid #ededed; border-top:none; background-color:rgba(237,238,242,0.5); position:relative; }
.menu-item-widget-area-container .widget ul li:last-child { border-bottom:none; }
.megamenu-child-container > ul.sub-menu > li > a, .megamenu-child-container > ul.sub-menu > li > .nolink-menu { font-size:13px; border:none; margin:0; padding:0; }
.megamenu-child-container > ul.sub-menu > li > a:before, .megamenu-child-container > ul.sub-menu > li > .nolink-menu:before, .megamenu-child-container > ul.sub-menu > li > a:after, .megamenu-child-container > ul.sub-menu > li > .nolink-menu:after { display:none; }
.megamenu-child-container > ul.sub-menu > li > p { margin-bottom: 0; line-height: 20px; }
li.fill-two-columns .menu-item-widget-area-container .textwidget a img { position: relative; right: 0; top: 0; }
.megamenu-child-container ul.sub-menu > li > ul li a { padding:10px 15px 10px 10px; border:none; }
#main-menu ul li.menu-item-simple-parent ul, #main-menu ul > li > .megamenu-child-container, #main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul { position:inherit; top:0px; margin:0px; left:0 !important; }
.megamenu-child-container { border:none; box-shadow:none; padding:0; }
.megamenu-child-container > ul.sub-menu > li { padding:0; width:100%; }
#main-menu .megamenu-child-container ul.sub-menu > li > ul.sub-menu { padding-top:10px; }
.dt-menu-expand { display:block !important; }
#main-menu ul.menu { display:none; }
#main-menu > ul > li.menu-item-simple-parent:hover > ul, #main-menu > ul > li.menu-item-simple-parent > ul > li:hover > ul, #main-menu ul li.menu-item-simple-parent ul > li > ul > li:hover > ul, .megamenu-child-container > ul.sub-menu, .megamenu-child-container > ul.sub-menu ul.sub-menu { display:none; -webkit-animation: 0s; -moz-animation: 0s; animation: 0s; }
#main-menu ul > li > .megamenu-child-container { display:block; -webkit-animation: 0s ease-in fadeInUp; -moz-animation: 0s ease-in 0s fadeInUp; animation: 0s ease-in 0s fadeInUp; } .dt-sc-team.type2 { margin:0 0 35px; }
.dt-sc-team.type2 .image img { width: 100%; }
.aligncenter.border-title, .alignright.border-title, .alignleft.border-title, .border-title { margin:0 0 21px; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.next { right: 0; }
.dt-sc-team-carousel-wrapper .carousel-arrows a.prev { left: 0; }
.dt-sc-animate-num .dt-sc-num-count { margin-bottom: 20px; }	
.column.dt-sc-two-fifth { background-image: none !important; }
.dt-sc-subscribe-container { margin-bottom: 20px; } .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove { font-size: 18px; height: 20px; line-height: 20px; width: 20px; }
.woocommerce table.shop_table .product-subtotal span { font-size: 13px; }
.woocommerce .shop_table .quantity .plus, .woocommerce .shop_table .quantity .minus, .woocommerce-page .shop_table .quantity .plus, .woocommerce-page .shop_table .quantity .minus { height: 30px; padding: 0 3px; }
.woocommerce .shop_table .quantity .qty, .woocommerce-page .shop_table .quantity .qty { height: 30px; padding: 0; width: 30px !important; }
table.cart td.product-name a { font-size: 12px; }
.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img { width: 50px; }
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td { padding: 6px 5px; }
.woocommerce table.cart td.actions .coupon .input-text { margin: 0 5px 0 17px; }
.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions { padding-left: 5px; }
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { margin: 0 0 10px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; }
.woocommerce table.wishlist_table thead th { border-top: 1px solid #e7e7e7; padding: 16px 12px; }
.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove { font-size: 18px; height: 20px; line-height: 20px; width: 20px; }
.woocommerce table.wishlist_table tbody td { padding: 16px 5px; }
.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img { width: 50px !important; }
table.cart td.product-name a { font-size: 12px; }
.wishlist_table .add_to_cart.button { font-size: 10px; padding: 9px 3px; }
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { font-size: 13px; padding: 15px 5px; }
.products .product-wrapper { margin-right:0; } .column { margin-right:0px; }	
.dt-sc-one-fourth, .dt-sc-one-half, .dt-sc-one-third, .dt-sc-three-fourth, .dt-sc-two-third, .dt-sc-one-fifth, .dt-sc-four-fifth, .dt-sc-three-fifth, .dt-sc-two-fifth, .dt-sc-one-sixth, .dt-sc-two-sixth, .dt-sc-three-sixth, .dt-sc-four-sixth, .dt-sc-five-sixth, .column.no-space.dt-sc-one-fourth, .column.no-space.dt-sc-one-third, .column.no-space.dt-sc-one-half, .column.no-space.dt-sc-one-fifth, .column.no-space.dt-sc-one-sixth, .column.no-space.dt-sc-three-fourth, .column.no-space.dt-sc-two-third, .column.no-space.dt-sc-four-fifth, .column.no-space.dt-sc-three-fifth, .column.no-space.dt-sc-two-fifth, .column.no-space.dt-sc-two-sixth, .column.no-space.dt-sc-three-sixth, .column.no-space.dt-sc-four-sixth, .column.no-space.dt-sc-five-sixth, .dt-sc-pricing-table.no-space .dt-sc-one-fourth, .page-with-sidebar .blog-items.apply-isotope .dt-sc-one-half, .page-with-sidebar .blog-items .dt-sc-one-third, .page-with-sidebar { width:100%; margin:0px 0px 20px 0px; }		
#primary, #primary.with-left-sidebar, #primary.with-right-sidebar, #secondary-left.secondary-has-both-sidebar, #secondary-right.secondary-has-both-sidebar, #primary.page-with-both-sidebar, .secondary-sidebar, #secondary-right, #secondary-left, #secondary { width:100%; margin:0; }
.entry-meta .date p { width:40px; height:40px; font-size:16px; line-height:35px; float:none; margin:auto; }
.entry-detail { padding:20px; margin: -40px 12px 0; }
.content-full-width .dt-sc-one-half .entry-detail, .with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail { width: 94.2%; }
.date span, .post-comments a { font-size: 13px; }
.post-comments a span, .post-comments span.fa { font-size: 12px; }
.blog-post .entry-thumb-meta, .page-with-sidebar .dt-sc-one-column .blog-post .entry-thumb-meta, .content-full-width .dt-sc-one-column .blog-post .entry-thumb-meta { width:100%; }
.blog-post .entry-meta { right:auto; left:0; }
.blog-carousel-wrapper .dt-sc-one-half { margin:0 10px; }
.blog-carousel-arrows a.next { right:-22px; }
.blog-carousel-arrows a.prev { left:-22px; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail, .with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail { width: 94.5%; }
.content-full-width .dt-sc-one-third .entry-detail, .content-full-width .dt-sc-one-column .entry-detail { width:94.2% }
.pagination { text-align:center; }
.full-bg h2, .full-bg p { text-align:center; }
.bg-left, .bg-right1, .bg-right2 { background:none; } 
#search-form-box .search-text-box { border:1px solid #cfd0d6; }
.single-post blockquote { width: 100%; }
.widget .woocommerce-product-search input[type="submit"], .widget .mailchimp-form input[type="submit"] { padding: 15px 10px; } .post-author-details .dt-sc-social-icons li a { padding:0; min-width:45px; font-size:23px; }
.post-author-details { margin-bottom:35px; } .dt-sc-special-content { width: 100%; }
.dt-sc-special-content p { padding: 0 15px; }
.dt-sc-colored-box, .dt-sc-donutchart-medium, .dt-sc-donutchart-small { margin-bottom: 30px; }	
.margin-top-bottom { margin: 0; } .portfolio.column, .portfolio.column.dt-sc-one-fourth, .portfolio.column.dt-sc-one-third, .portfolio.column.dt-sc-one-half, .portfolio.column.dt-sc-one-fourth { width: 100%; margin: 0; }
.sorting-container a { margin:0 2px 10px; border-right:1px solid #ededed; }
.sorting-container a:first-child, .sorting-container a:last-child { border-radius: 0; }  .dt-sc-parallax-content { width:100%; }
.dt-sc-parallax-content h2 { margin:0 15px; padding:0; } .dt-sc-animate-num { border:none; } .intro-text.type2 .container { width:420px; }
.intro-text.type2 h2 { font-size:25px; } .dt-sc-tb-header .dt-sc-price h2 { font-size:40px; }
.dt-sc-pr-tb-col.type3 .dt-sc-tb-header .dt-sc-price { margin:30px auto 0; } .half-bg-left:after { width:50%; }
.half-bg:after, .half-bg-bottom:after { background-color: transparent; }
ul.dt-sc-tabs-vertical-frame, .woocommerce form.woocommerce-checkout .form-row-first, .woocommerce-page form.woocommerce-checkout .form-row-first, .woocommerce form.woocommerce-checkout .form-row-last, .woocommerce-page form.woocommerce-checkout .form-row-last, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-container, .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-container { width: 100%; } .dt-sc-donutchart-small:before, .dt-sc-donutchart-medium:before  { display: none; } ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { padding: 0 10px; }
.dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li { display: block; width: 100%; } ul.dt-sc-icon-content-shape li:nth-child(4) .dt-sc-ico-content, ul.dt-sc-icon-content-shape li:nth-child(5) .dt-sc-ico-content { bottom: 0; }
ul.dt-sc-icon-content-shape li:nth-child(4) { margin-left: 0; }
ul.dt-sc-icon-content-shape li { margin-bottom: 70px; }
.inner-content { padding: 40px 120px; } .dt-sc-team-carousel-wrapper .carousel-arrows { top: -60px; }
.product-carousel a.next { right: 15px; }
.product-carousel a.prev { left: 15px; }
.product-carousel a.prev, .product-carousel a.next { background-color:#fff; } .dt-sc-contact-form .dt-sc-one-third, #commentform .dt-sc-one-half { margin-bottom:0; }
.dt-sc-contact-form { margin-bottom: 20px; }
.dt-sc-contact-form-wrapper:after { display:none; }
.dt-sc-contact-form-wrapper .dt-sc-one-third, .full-width-section .dt-sc-one-half .dt-sc-one-third.no-space { text-align:center; }
.dt-sc-contact-info { width:auto; margin:0 auto; float:none; display: block; }
.full-width-section.half-background-design:before { width: 100%; height: 65%; }
.full-width-section.half-background-design .dt-sc-ico-content.type7 { text-align: center; }
.dt-sc-contact-form-wrapper .dt-sc-contact-info { margin: auto; width: 65%; }
.full-width-section.half-background-design .dt-sc-one-half.no-space .dt-sc-three-fifth { float: none; margin: 0 auto; width: 80%; }
.column.dt-sc-one-half.first .margin-top-bottom { display: none; }
.dt-sc-schedule-progress { width:91%; }
.dt-sc-schedule-progress .dt-sc-progress-step { margin: 5px 15px 15px 2px; }
.dt-sc-schedule-progress:after { border-bottom: 45px solid transparent; border-left: 40px solid #f3f4f6; border-top: 45px solid transparent; }
.dt-sc-schedule-progress:before {  border-bottom: 45px solid transparent; border-left: 40px solid #fff; border-top: 45px solid transparent; } .dt-sc-subscribe-wrapper { width:100%; }
.dt-sc-subscribe-frm input[type="text"], .dt-sc-subscribe-frm input[type="email"] { width:100%; margin-right:0; }
.dt-sc-subscribe-frm input[type="submit"] { float:right; }
.widget .mailchimp-form p input[type="email"] { width: 90%; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm { padding: 20px 0 20px 30px; }
.dt-sc-highlight-left { padding: 30px 0 30px 30px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="email"] { width: 65%; border-radius: 5px 0 0 5px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"], .dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { right: auto; }
#wpsl-result-list p, #wpsl-wrap #wpsl-result-list li, .wpsl-direction-before { padding-left:10px; }
.wpsl-search { padding-bottom:12px; }
#wpsl-search-btn, #wpsl-search-wrap div { margin-right: 5px; }
#wpsl-radius { margin-bottom:10px; }
.offer-text { padding: 20px; }
.offer-text:before { display: none; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 20px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"] { width: 68%; border-radius: 5px 0 0 5px; }
.dt-sc-subscribe-wrapper.type3 h2 { padding-left: 20px; }
.offer-text h2:after { top: 12px; } .copyright { text-align:center; }
.copyright p { float:none; }
.footer-links { float:left; width:100%; text-align:center; }
.footer-links li { float:none; display:inline-block; }	      
}  @media only screen and (min-width: 320px) and (max-width: 479px) {
.container, .header.header5 .container { width:300px; }
.boxed .wrapper { width:100%; margin:0 auto; float:none; }
.boxed .header { width:100%; }
.loader { width:295px; }
.loader span { width:42px; } .top-menu li { width:100%; padding:0 0 10px; border:none; margin:0; }
.location-details { min-width:300px; left:0; right:0; top:29px; }
.location-details:after { left:0; right:0; }
.location-details .mailchimp-form input[type="text"] { width:100%; margin:0; }
.location-details .mailchimp-form input[type="submit"] { float:right; }
.location-details h3 { font-size:20px; }
.location-details h5 { font-size:16px; }
.location-details .mailchimp-form { margin-bottom:25px; }
.header2 .shopping-cart, .header5 .shopping-cart { min-width: auto; } .ls-slide .dt-sc-button.medium { padding:10px 5px 10px 30px; }
.ls-slide .dt-sc-button.medium span { width:25px; line-height:25px; font-size:12px; }
.ls-slide .dt-sc-button.type5 { padding:10px; } .dt-sc-team-carousel-wrapper .carousel-arrows { top:auto; bottom:-10px; } ul.commentlist li .author-name { float:none; }
ul.commentlist li .comment-details { width:100%; padding:0 0 0 100px; }
ul.commentlist li { padding:0; }
.single-post blockquote { width:100%; }
.dt-sc-share-post { text-align:center; }
.dt-sc-share-post .dt-sc-social-icons { float:none; margin-top:10px; }
.blog-carousel-arrows a.next { right:-6px; }
.blog-carousel-arrows a.prev { left:-6px; } .portfolio-container.type3 .portfolio .fig-overlay a { width: 53px; font-size: 18px; height: 53px; line-height: 53px; }
.portfolio-container.type2 .portfolio figcaption:after { top:7px; bottom:7px; left:7px; right:7px; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail, .with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail, .content-full-width .dt-sc-one-column .entry-detail { width: 92%; }
.entry-detail { padding:15px; }
.content-full-width .dt-sc-one-third .entry-detail, .content-full-width .dt-sc-one-half .entry-detail, .with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail { width: 92.2%; } .recent-portfolio-widget ul li .thumb img { float:left; }
.recent-portfolio-widget ul li { padding-bottom: 35px; }
.widget .mailchimp-form p input[type="email"] { width: 83%; }
.woocommerce form.woocommerce-checkout .form-row-first, .woocommerce-page form.woocommerce-checkout .form-row-first, .woocommerce form.woocommerce-checkout .form-row-last, .woocommerce-page form.woocommerce-checkout .form-row-last, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; } .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove { margin: 0 auto; }
.woocommerce table.shop_table .cart_table_item td:last-child, .woocommerce table.shop_table .cart_table_item td:first-child { border: none; }
.woocommerce .shop_table.cart td { border-bottom: medium none; display: block; height: 51px; min-width: 32px; padding: 0; text-align: center; vertical-align: middle; width: 165px; }
.woocommerce .shop_table.cart tr { display: inline-block; }
.woocommerce-cart table.shop_table tbody, .woocommerce-account table.my_account_orders tbody, .woocommerce-wishlist table.shop_table tbody, .woocommerce .shop_table.cart tbody {    display: block; overflow-x: auto; position: relative; white-space: nowrap; width: auto; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table { display: block; }
.woocommerce .shop_table.cart th { border-bottom: 1px solid #ccc; display: block; height: 50px; line-height: 50px;  padding: 0; text-align: center; vertical-align: middle;  width: 100px; }
.woocommerce-cart table.shop_table thead, .woocommerce-account table.my_account_orders thead, .woocommerce-wishlist table.shop_table thead, .woocommerce .shop_table.cart thead { display: block; float: left; }
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { float: none; margin: 0 0 10px; }
.woocommerce table.cart td.actions .coupon label { float: none; }
.woocommerce table.cart td.actions .coupon .input-text { float: none; height: 45px; margin: 0 0 10px; width: 145px; }
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity { margin-bottom: 20px; }
.wishlist_table tr td.product-thumbnail a { max-width: inherit; }
.product-carousel a { height: 40px; }  .dt-sc-ico-content.type3 { padding-left:80px; }
.dt-sc-ico-content.type4 > span { margin-bottom:45px; }
.dt-sc-ico-content.type4 h4 { font-size:18px; }
.dt-sc-ico-content.type4 { padding:0 0 10px 90px; }
.icon-content-right.dt-sc-ico-content.type4 { padding:0 90px 10px 0; }
.dt-sc-ico-content.type9 p { font-size:13px; }
.inner-content { padding: 30px; }
.inner-content:before { height: 210px; width: 210px; }
.inner-content:after { height: 190px; width: 190px; }
ul.dt-sc-icon-content-shape li { margin-bottom: 20px; } .intro-text.type2 .container { width:100%; }
.intro-text.type2 { padding-left:10px; padding-right:10px; }
.dt-sc-button.type4.xlarge { padding:20px 31px; } .dt-sc-testimonial blockquote { padding:0 0 30px; text-align:inherit; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial { margin:0 0 30px; }
.dt-sc-testimonial-wrapper { margin:0 0 30px; }
.carousel-arrows { bottom:-10px; width:100%; text-align:center; }
.dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial { width:100%; margin-bottom:40px; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows { position:absolute; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows a { position:relative; }
.dt-sc-testimonial-wrapper.type2 blockquote { text-align:left; } .dt-sc-progress .dt-sc-bar-text > span { margin:10px -4px 0 0; }
ul.dt-sc-fancy-list li { padding:0 0 8px 25px; } ul.dt-sc-tabs-frame li, .woocommerce-tabs ul.tabs li, .dt-sc-grey .dt-sc-contact-form-wrapper { width: 100%; }
ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { border-color: #eaeaea; border-style: solid; border-width: 1px 1px 0; width: 100%; }
table th, table td { font-size: 13px; padding: 15px 1px; }
table td { font-size: 12px; } .dt-sc-subscribe-container { padding:25px 20px 35px; }
.dt-sc-highlight-left { padding: 20px 0 20px 20px; }
.dt-sc-highlight-left h2 { font-size: 20px; }
.dt-sc-highlight-left p { font-size: 13px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm { padding: 0px 0 0px 20px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"] { padding: 15px 5px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"] { width: 57%; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 10px; }
.offer-text h2:after { top: 10px; }
.offer-text:before { display: none; } .dt-sc-contact-form-wrapper { padding:40px 20px !important; }
.dt-sc-contact-form-wrapper .dt-sc-contact-info { margin: auto; width: 65%; }
.dt-sc-schedule-progress:after { border-bottom: 57px solid transparent; border-left: 39px solid #f3f4f6; border-top: 58px solid transparent; }
.dt-sc-schedule-progress:before { border-bottom: 57px solid transparent; border-left: 39px solid #fff; border-top: 58px solid transparent; }
.dt-sc-schedule-progress { width: 86%; }
}  @media only screen and (max-width: 319px) {
.container, .header.header5 .container { width:200px; }
.boxed .wrapper { width:100%; margin:0 auto; float:none; }
.boxed .header { width:100%; }
.loader { width:197px; font-size:30px; }
.loader span { width:28px; } .top-menu li { width:100%; padding:0 0 10px; border:none; margin:0; }
#search-form-box .search-text-box { min-width:200px; }
.location-details { min-width:200px; left:0; right:0; top:29px; }
.location-details:after { left:0; right:0; }
.location-details .mailchimp-form input[type="text"] { width:100%; margin:0; }
.location-details .mailchimp-form input[type="submit"] { float:right; }
.location-details h3 { font-size:20px; }
.location-details h5 { font-size:16px; }
.location-details .mailchimp-form { margin-bottom:25px; }
#main-menu ul.menu .megamenu-child-container > ul.sub-menu > li { padding:15px 15px 10px 20px; }
.border-title h2 { font-size:24px; }
.dt-style-picker-wrapper { display: none; }
.header2 .shopping-cart, .header5 .shopping-cart { min-width: auto; }
.location-details .searchform input[type="text"] { width: 160px; } .ls-slide .dt-sc-button.medium { padding:8px 5px 8px 20px; }
.ls-slide .dt-sc-button.medium span { width:15px; line-height:20px; font-size:9px; }
.ls-slide .dt-sc-button.type5 { padding:8px; } .dt-sc-team .image { width:150px; height:150px; }
.dt-sc-team.type2 .dt-sc-social-icons { bottom:-70px; }
.dt-sc-team.type2 { margin:0 0 15px; }
.dt-sc-team.type2 .dt-sc-social-icons li { margin:0 0px 10px; }
.dt-sc-team-carousel-wrapper .carousel-arrows { top:auto; }
.dt-sc-team.type3 .image { width: 120px; }
.dt-sc-team.type3 .image img { transform: rotate(-45deg) scale(1.7); }
.dt-sc-team:after, .dt-sc-team:before { height: 210px; }
.product-carousel a.next, .product-carousel a.prev { top:auto; bottom:-80px; } ul.commentlist li .author-name { float:none; }
ul.commentlist li .comment-details { width:100%; padding:0; }
ul.commentlist li { padding:0; }
ul.commentlist li .comment-author { float:left; width:100%; margin-bottom:20px; position:relative; }
ul.commentlist li .comment-content { padding:0 0 20px; }
.entry-detail { margin: -20px 8px 0; padding: 10px; }
.blog-carousel-arrows a.prev { left: -5px; }
.blog-carousel-arrows a.next { right: -5px; }
.blog-overlay a { width:45px; height:45px; line-height:45px; font-size:16px; }
.entry-detail .entry-title h4 { font-size:19px; }
.content-full-width .dt-sc-one-half .entry-detail, .with-left-sidebar .dt-sc-one-half .entry-detail, .with-right-sidebar .dt-sc-one-half .entry-detail, .with-left-sidebar .dt-sc-one-column .entry-detail, .with-right-sidebar .dt-sc-one-column .entry-detail, .content-full-width .dt-sc-one-column .entry-detail { width: 91.8%; } .portfolio-container.type3 .portfolio .fig-overlay a { width: 40px; font-size: 15px; height: 40px; line-height: 40px; bottom: 10px; }
.portfolio-container.type3 .portfolio figure:hover .fig-overlay a { right: 60px; }
.single-post blockquote { width:100%; }
.dt-sc-share-post { text-align:center; }
.dt-sc-share-post .dt-sc-social-icons { float:none; margin-top:10px; }
.portfolio-container.type3 .portfolio figure figcaption h5, .portfolio-container.type3 figure figcaption p { top: 10px; }
.portfolio figcaption .fig-content > p { font-size:13px; }
.portfolio.dt-sc-one-fourth figcaption h5, .portfolio-container.type3 .portfolio figure figcaption h5, .portfolio figcaption h5, .page-template-tpl-fullwidth .portfolio.dt-sc-one-fourth figcaption h5 { font-size: 14px; }
.portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a, .portfolio-container.type2 .portfolio .fig-overlay a, .portfolio-container .portfolio .fig-overlay a, .page-template-tpl-fullwidth .portfolio-container.type2 .portfolio.dt-sc-one-fourth .fig-overlay a { font-size: 15px; height: 40px; line-height: 37px; width: 40px; }
.portfolio-container.type2 .portfolio figcaption:after { top:5px; bottom:5px; left:5px; right:5px; }
.portfolio .fig-overlay { margin-top:10px; }
.with-left-sidebar .dt-sc-one-third .entry-detail, .with-right-sidebar .dt-sc-one-third .entry-detail, .content-full-width .dt-sc-one-third .entry-detail { width: 91.8%; } .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove { margin: 0 auto; }
.woocommerce table.shop_table .cart_table_item td:last-child, .woocommerce table.shop_table .cart_table_item td:first-child { border: none; }
.woocommerce .shop_table.cart td { border-bottom: medium none; display: block; height: 51px; min-width: 32px; padding: 0; text-align: center; vertical-align: middle; width: 165px; }
.woocommerce .shop_table.cart tr { display: inline-block; }
.woocommerce-cart table.shop_table tbody, .woocommerce-account table.my_account_orders tbody, .woocommerce-wishlist table.shop_table tbody, .woocommerce .shop_table.cart tbody {    display: block; overflow-x: auto; position: relative; white-space: nowrap; width: auto; }
.woocommerce .shop_table.cart th { border-bottom: 1px solid #ccc; display: block; height: 50px; line-height: 50px;  padding: 0; text-align: center; vertical-align: middle;  width: 100px; }
.woocommerce-cart table.shop_table thead, .woocommerce-account table.my_account_orders thead, .woocommerce-wishlist table.shop_table thead, .woocommerce .shop_table.cart thead { display: block; float: left; }
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { float: none; margin: 0 0 10px; }
.woocommerce table.cart td.actions .coupon label { float: none; }
.woocommerce table.cart td.actions .coupon .input-text { float: none; height: 45px; margin: 0 0 10px; width: 145px; }
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity { margin-bottom: 20px; } .post-author-details .dt-sc-social-icons li a { padding:0; min-width:21px; font-size:13px; line-height:35px; }
.author-desc { padding-left:0; float:left; } .recent-portfolio-widget ul li .thumb img { float:left; }  .dt-sc-ico-content.type3 .icon-wrapper { position:relative; }
.dt-sc-ico-content.type3 { padding-left:0px; }
.dt-sc-ico-content.type3 > span { margin-bottom:15px; }
.dt-sc-ico-content.type4 > span { margin-bottom:15px; }
.dt-sc-ico-content.type4 h4 { font-size:18px; }
.dt-sc-ico-content.type4 { padding:0 0 10px 0px; text-align:center; }
.icon-content-right.dt-sc-ico-content.type4 { padding:0 0px 10px 0; }
.dt-sc-ico-content.type4:before, .dt-sc-ico-content.type4:after, .dt-sc-ico-content.type4 .icon:after { display:none; }
.dt-sc-ico-content.type4 .icon-wrapper, .icon-content-right.dt-sc-ico-content.type4 .icon-wrapper { position:relative; margin-bottom:20px; }
.icon-content-right.dt-sc-ico-content.type4 { text-align:center; }
.dt-sc-ico-content.type9 h4, ul.dt-sc-icon-content-shape li { margin-bottom: 0; }
.dt-sc-ico-content.type9 p { display: none; }
.inner-content { padding: 60px; }
.inner-content:before { height: 150px; width: 150px; }
.inner-content:after { height: 130px; width: 130px; }
ul.dt-sc-tabs-frame li, ul.dt-sc-tabs-frame li a { width: 100%; } .intro-text.type2 .container { width:100%; }
.intro-text.type2 { padding-left:10px; padding-right:10px; }
.intro-text.type3 h2 { font-size:25px; } .dt-sc-button.type4.xlarge { padding:20px 31px; } ul.dt-sc-fancy-list li { padding:0 0 8px 25px; }
ul.dt-sc-fancy-list.circle-tick.medium li { font-size:20px; padding:0 0 15px 30px; }
ul.dt-sc-fancy-list.circle-tick.medium li:before { font-size:20px; } .dt-sc-testimonial blockquote { padding:0 0 30px; text-align:inherit; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial { margin:0 0 30px; }
.dt-sc-testimonial-wrapper { margin:0 0 30px; }
.carousel-arrows { bottom:-10px; width:100%; text-align:center; }
.dt-sc-testimonial .author-detail { margin-top:10px; float:none; text-align:inherit; }
.dt-sc-testimonial .author { float:none; margin:0 auto; }
.dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial { width:100%; margin-bottom:40px; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows { position:absolute; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows a { position:relative; }
.dt-sc-testimonial-wrapper.type2 blockquote { text-align:left; } .dt-sc-progress .dt-sc-bar-text > span { width:45px; height:45px; font-size:13px; line-height:40px; border:3px solid #fff; margin:25px -5px 0 0; }
.dt-sc-bar-text { font-size:12px; }
.pp_pic_holder.light_square, .pp_overlay { display: none !important; }
table th, table td { font-size: 10px; padding: 15px 1px; }
table td { font-size: 8px; }
.widget #wp-calendar td { padding:9px 5px; font-size:10px; }
.widget #wp-calendar th { padding:10px 5px; }
.widget.widget_text ul li { margin:0 0 10px 5px; } .dt-sc-subscribe-container { padding:25px 10px 35px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm { padding: 20px 0 40px 20px; }
.dt-sc-highlight-left { padding: 20px 0 20px 20px; }
.dt-sc-highlight-left h2 { font-size: 14px; }
.dt-sc-highlight-left p { font-size: 9px; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="email"] { width: 93%; }
.dt-sc-subscribe-wrapper.type2 .dt-sc-subscribe-frm input[type="submit"] { right: 15px; top: 80px; }
.dt-sc-subscribe-wrapper.type3 { padding: 20px 0 50px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm { padding-left: 10px; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="email"] { width: 95%; }
.dt-sc-subscribe-wrapper.type3 .dt-sc-subscribe-frm input[type="submit"] { top: 60px; right: 4%; } .dt-sc-contact-form-wrapper .dt-sc-contact-info { margin: auto; width: 65%; }
.dt-sc-schedule-progress:after, .dt-sc-schedule-progress:before { display:none; }
.dt-sc-schedule-progress { width: 100%; }
}