.onetone-nav > ul > li:first-child {
border-top: 1px solid #ccc;
}
.onetone-nav li.active > a {
border-right: 3px solid #963;
}
.onetone-nav li ul {
display: none;
}
.onetone-nav li:hover > ul {
display: block;
}
.onetone-nav li:hover > a {
background-color: rgba(255,255,255,.05);
border-right: 3px solid #963;
}
.onetone-nav li.active > ul {
display: block;
}
.onetone-nav li.active > a {
color: #963;
}
.onetone-nav a {
display: block;
padding: 5px 5px;
border-bottom: 1px solid #ccc;
} .align-center {
display:inline-block;
text-align:center;
margin:auto;
}
.align-left {
display:inline-block;
text-align:left;
margin:auto;
}
.align-right {
display:inline-block;
text-align:right;
margin:auto;
} .row:after {
clear: both;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row {
margin-left: -15px;
margin-right: -15px;
} .service-box i {
border: 1px solid #d0d0d0;
border-radius: 60px;
color: #c96;
font-size: 70px;
height: 120px;
line-height: 120px;
width: 120px;
text-align: center;
}
.service-box:hover i {
background-color: #c96;
border-color: transparent;
color: #fff;
}
.service-box h3 {
text-transform: uppercase;
}
.service-box p {
margin-bottom: 12px;
}
.service-box a {
font-style: italic;
}
.service-box.style2 h3 {
}
.service-box.style2 i {
border: medium none;
border-radius: 0;
color: #595959;
font-size: 60px;
height: auto;
line-height: inherit;
margin-right: 30px;
width: auto;
}
.service-box.style2:hover i {
background-color: transparent;
border-color: transparent;
color: #c96;
}
.service-box.style2 a {
color: #333;
}
.service-box.style2:hover a {
color: #c96;
}
.service-box.style3 {
background-color: #eee;
border: 1px solid transparent;
border-radius: 5px;
margin-top: 60px;
padding: 50px 10px 20px;
position: relative;
}
.service-box.style3 i {
background-color: #fff;
border-color: #eee;
color: #595959;
left: 50%;
margin-left: -60px;
position: absolute;
top: -60px;
}
.service-box.style3 a {
color: #333;
}
.service-box.style3:hover {
background-color: #fff;
border-color: #d0d0d0;
}
.service-box.style3:hover i {
background-color: #c96;
color: #fff;
}
.service-box.style3:hover a {
color: #c96;
}
.service-box.style4 {
padding-left: 90px;
position: relative;
}
.service-box.style4 i {
border-color: #c96;
border-radius: 40px;
font-size: 50px;
height: 80px;
left: 0;
line-height: 80px;
position: absolute;
text-align: center;
top: 0;
width: 80px;
}
.service-box.style4 h3 {
color: #c96;
padding-top: 10px;
} .contact-form section {
overflow: hidden;
}
.contact-form fieldset {
border: medium none;
margin-bottom: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.contact-form.style1 input[type="text"], .contact-form.style1 input[type="email"], .contact-form.style1 textarea , .contact-form.style1 select {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
margin-bottom: 10px;
padding: 10px;
width: 100%;
}
.contact-form input[type="button"] {
margin-top:10px;
}
.contact-form.style2 section {
position: relative;
}
.contact-form.style2 i {
color: #fff;
position: absolute;
right: 10px;
top: 12px;
}
.contact-form.style2 input[type="text"], .contact-form.style2 input[type="email"], .contact-form.style2 textarea , .contact-form.style2 select{
background-color: #ccc;
border: medium none;
border-radius: 5px;
color: #fff;
margin-bottom: 10px;
padding: 10px 25px 10px 10px;
}
.contact-form.style2 input:-moz-placeholder, .contact-form.style2 textarea:-moz-placeholder {
color: #fff;
} .btn {
line-height:2;
padding: 0 1em;
border: 1px solid #666;
background: none;
min-width: 110px;
}
.btn.btn-rd {
border-radius: 3px;
}
.btn.btn-lg {
font-size: 1.4em;
border-width:2px;
}
.btn:hover {
background: rgba(220,220,220,.1);
} .timeline {
padding-left: 30px;
position: relative;
}
.time-stick {
position: absolute;
height: 100%;
width: 1px;
left: 5px;
border-left:1px dotted #bbb;
}
.time-box {
text-align: left;
position: relative;
}
.time-title {
color: #888;
}
.time-title:hover {
color: #c96;
}
.time-title::after {
position: absolute;
left: -30px;
top: 6px;
width: 10px;
height: 10px;
background-color: #aaa;
content: "";
border-radius: 5px;
} .divider {
margin: 15px 0;
width: 100%;
height: 1px;
}
.divider.style1 {
border-bottom: 1px solid #ccc;
}
.divider.style2 {
border-bottom: 1px dashed #ccc;
}
.divider.style3 {
height: 6px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.divider.style4 {
border-bottom: 1px solid #ccc;
box-shadow: 1px 1px 5px #ccc;
} .team-box {
text-align: center;
margin: 0 auto;
width: 260px;
}
.team-img-box {
position: relative;
margin-bottom: 10px;
}
.team-info {
position: absolute;
left: 0; 
top: 0;
width: 100%;
height: 100%;
background-color: #e5e5e5;
opacity: 0;
z-index: -1;
text-align: center;
}
.team-img-box:hover .team-info {
opacity: 1;
z-index: 2;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease; 
}
.team-info img {
width: 40%;
height: auto;
}
.team-info h4 {
color: #000;
font-size: 18px;
margin: 10% 0 5%;
}
.team-info h5 {
color: #a0a0a0;
font-size: 13px;
margin: 0 0 5%;
}
.team-sns {
text-align: center;
display: inline-block;
margin: 5% 0;
}
.team-sns a {
float: left;
width: 30px;
height: 30px;
border-radius: 15px;
background-color: #fff;
color: #595959;
margin: 3px;
padding-top: 3px;
font-size: 16px;
} .team-box.style2 {
position: relative;
width: 260px;
}
.team-box.style2 .team-img-box {
margin-bottom: 0;
}
.team-box.style2 .team-img-box img {
width: 260px;
}
.team-box.style2 .team-info {
position: static;
height: auto;
opacity: 1;
z-index: auto;
border-bottom: 2px solid #b5b5b5;
padding: 0 10px;
}
.team-box.style2:hover .team-info {
position: absolute;
top: 100%;
z-index: 9;
transition: 0;
-webkit-transition: 0;
-moz-transition: 0;
-o-transition: 0; 
}
.team-box.style2 .team-img-box:hover .team-info {
z-index: auto;
}
.team-box.style2 .team-info h4 {
margin: 0;
padding: 15px 0;
}
.team-box.style2 .team-info h5 {
margin: 0 0 15px;
}
.team-box.style2 .team-info p {
display: none;
border-bottom: 1px dashed #b5b5b5;
margin: 0;
padding-bottom: 15px;
}
.team-box.style2 .team-info .team-sns {
display: none;
margin: 10px 0;
}
.team-box.style2:hover .team-info p {
display: block;
}
.team-box.style2:hover .team-info .team-sns{
display: inline-block;
} .team-box.style3 {
width: 260px;
position: relative;
margin-top: 60px;
}
.team-box.style3 .team-img-box {
position: absolute;
top: -60px;
left: 0;
width: 100%;
margin-bottom: 0;
text-align: center;
}
.team-box.style3 .team-img-box img {
height: 120px;
border: 6px solid #fff;
}
.team-box.style3 .team-info {
position: static;
height: auto;
opacity: 1;
z-index: auto;
padding: 60px 10px 15px;
}
.team-box.style3 .team-img-box:hover .team-info {
z-index: auto;
}
.team-box.style3 .team-info h4 {
margin: 0;
padding: 15px 0;
}
.team-box.style3 .team-info h5 {
margin: 0 0 25px;
}
.team-box.style3 .team-info p {
margin: 0;
padding-bottom: 15px;
}
.team-box.style3 .team-info .team-sns {
margin: 10px 0;
}
.team-box.style3 .team-sns a {
background-color: #bfbfbf;
color: #fff;
}
.team-sns a {
box-sizing: border-box;
} .onetone-shortcode.portfolio-wrapper {
margin: 0 0 30px 0;
overflow: hidden;
}
.portfolio .col-md-3 {
padding: 0;
}
.portfolio-col{
padding: 0 !important;
}
.portfolio-box {
position: relative;
overflow: hidden;
}
.portfolio-box img {
-webkit-filter: grayscale(80%); 
-moz-filter: grayscale(80%); 
-ms-filter: grayscale(80%); 
-o-filter: grayscale(80%); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
_filter:none; 
transition: all 0.1s ease;
-webkit-transition: all .1s ease;
}
.portfolio-box:hover img {
-webkit-filter: grayscale(0); 
-moz-filter: grayscale(0); 
-ms-filter: grayscale(0); 
-o-filter: grayscale(0); 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); 
transition: all 0.1s ease;
-webkit-transition: all .1s ease; 
}
.portfolio-box .portfolio-box-title {
position: absolute;
width: 100%;
min-height: 60px;
left: 0;
bottom: -1px;
background-color: #fff;
opacity: .8;
padding: 0 5px;
transition: all 0.5s ease;
-webkit-transition: all .5s ease;
}
.portfolio-box:hover .portfolio-box-title {
background-color: #963;
transition: all 0.5s ease;
-webkit-transition: all .5s ease;
}
.portfolio-box h3 {
margin-top: 10px;
margin-bottom: 5px;
color: #999;
}
.portfolio-box:hover h3 {
color: #fff;
text-decoration: underline;
} 
.portfolio-box ul {
display: inline-block;
margin-left: 0;
}
.portfolio-box li {
list-style-type: none;
float: left;
}
.portfolio-box li a {
color: #000;
}
.portfolio-box li + li::before {
content: "\, ";
}
.portfolio-gallery{
margin-bottom:30px;
}
.portfolio-info-box {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.7);
opacity: 0;
z-index: -1;
text-align: center;
}
.portfolio-img-box:hover .portfolio-info-box {
opacity: 1;
z-index: 2;
}
.portfolio-icon-box {
display: inline-block;
margin-top: 30%;
}
.portfolio-icon-box a {
display: block;
float: left;
width: 40px;
height: 40px;
border-radius: 20px;
margin: 0 10px;
background-color: #fff;
font-size: 20px;
line-height: 40px;
}
.portfolio-box figcaption {
background-color: #fff;
padding: 20px 5px;
}
.portfolio-box figcaption h3 {
margin: 0;
font-size: 16px;
} .price-box {
position: relative;
margin-top: 50px;
margin-bottom: 10px;
border-radius: 3px;
border: 1px solid #c7c7c7;
text-align: center;
box-shadow: 1px 1px 5px #ddd;
}
.price-box .price-tag {
width: 100px;
height: 100px;
border-radius: 50px;
position: absolute;
top: -50px;
left: 50%;
margin-left: -50px;
background-color: #fff;
border: 1px solid #c7c7c7;
text-align: center;
color: #000;
font-size: 35px;
line-height: 100px;
box-shadow: 1px 1px 3px #ccc;
}
.price-box.featured .price-tag {
background-color: #333;
color: #fff;
border-color: #333;
}
.price-box .price-tag sup {
font-size: 50%;
}
.price-box ul {
margin: 0;
}
.price-box li {
list-style-type: none;
overflow: hidden;
padding: 15px 0;
border-top: 1px solid #c7c7c7;
background-color: #fff;
}
.price-box li:nth-child(2n+1) {
background-color: #f9f9f9;
}
.price-box li.price-title {
background-color: #c4c4c4;
}
.price-box .price-title h3 {
margin: 50px 0 10px;
}
.price-box .price-title h4 {
margin: 10px 0;
font-size: 12px;
}
.price-box .btn {
background-color: transparent;
color: #333;
}
.price-box.featured .btn {
background-color: #333;
color: #FFF;
border: none;
} .price-box.style2 {
margin-top: 0;
margin-bottom: 10px;
box-shadow: none;
border-radius: 0;
}
.price-box.style2 .price-tag {
width: 100%;
height: auto;
border-radius: 0;
position: static;
margin-left: 0;
background-color: transparent;
border: none;
color: #000;
font-size: 50px;
line-height: 1;
box-shadow: none;
}
.price-box.style2 li.price-title {
padding: 0;
background-color: #dcdcdc;
border-top: none;
}
.price-box.style2 .price-title h3 {
margin: 10px 0 10px;
}
.price-box.style2 .price-title h4 {
margin: 10px 0 0;
font-size: 12px;
background-color: #b5b5b5;
color: #fff;
line-height: 40px;
}
.price-box.style2 li {
padding: 12px 0;
border-top: 1px solid #fff;
background-color: #f5f5f5;
}
.price-box.style2 li:nth-child(2n+1) {
background-color: #ebebeb;
}
.price-box.featured.style2 .price-title {
background-color: #333;
color: #fff;
}
.price-box.featured.style2 .price-tag {
color: #fff;
}
.price-box.featured.style2 h3 {
color: #fff;
}
.price-box.featured.style2 h4 {
background-color: #0389c6;
}.full_width,.one_half,.one_third,.two_third,.one_fourth,.three_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth {
float:left;
}
.clear_column {
clear:both;
display:block;
font-size:0;
height:0;
line-height:0;
width:100%;
overflow:hidden;
}
.full_width {
width:100%;
}
.one_half {
width:49%;
margin-right:2%;
}
.one_half.last_column {
width:49%;
margin-right:0px;
}
.one_third {
width:32%;
margin-right:2%;
}
.one_third.last_column {
width:32%;
margin-right:0px;
}
.two_third {
width:66%;
margin-right:2%;
}
.two_third.last_column {
width:66%;
margin-right:0px;
}
.one_fourth {
width:23.5%;
margin-right:2%;
}
.one_fourth.last_column {
width:23.5%;
margin-right:0px;
}
.three_fourth {
width:74.5%;
margin-right:2%;
}
.three_fourth.last_column {
width:74.5%;
margin-right:0px;
}
.one_fifth {
width:18.4%;
margin-right:2%;
}
.one_fifth.last_column {
width:18.4%;
margin-right:0px;
}
.two_fifth {
width:39%;
margin-right:2%;
}
.two_fifth.last_column {
width:39%;
margin-right:0px;
}
.three_fifth {
width:59%;
margin-right:2%;
}
.three_fifth.last_column {
width:59%;
margin-right:0px;
}
.four_fifth {
width:79.6%;
margin-right:2%;
}
.four_fifth.last_column {
width:79.6%;
margin-right:0px;
}
.one_sixth {
width:15%;
margin-right:2%;
}
.one_sixth.last_column {
width:15%;
margin-right:0px;
}
.last {
padding:0;
margin-right:0 !important;
clear:right;
} .fa-2 {
font-size: 2em;
}
.fa-3 {
font-size: 4em;
}
.fa-4 {
font-size: 7em;
}
.fa-5 {
font-size: 12em;
}
.fa-6 {
font-size: 20em;
} .banner-box {
padding: 80px 0;
text-align: center;
}
section .banner-box h1.section-title {
font-family:'Lustria',serif;
color:#FFF;
font-weight:400;
font-size:64px;
text-transform:uppercase;
line-height:82px;
display:inline;
text-align:center;
text-transform:uppercase;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
margin-top:160px;
word-wrap:break-word;
}
section .banner-box div.sub-title,
section .banner-box div.section-subtitle{
margin-top: 50px;
font-family: 'Lustria',serif;
color: #FFF;
font-size: 18px;
text-transform: uppercase;
display: block;
}
.banner-scroll {
margin-top: 60px;
margin-bottom: 20px;
}
.banner-sns {
overflow:hidden;
margin:10px auto;
text-align:center;
display:inline-block;
}
.banner-sns li {
float:left;
list-style-type:none;
margin-right:10px;
}
.banner-sns li:last-child {
margin-right:0;
}
.banner-sns li a i {
color:#fff;
} .contact-text {
font-family:'Raleway',sans-serif;
width:80%;
font-size:18px;
text-transform:uppercase;
margin:0 auto 50px;
color:#ACACAC;
}
.contact-area {
margin:0 auto;
width: 100%;
max-width: 500px;
text-align:center;
overflow:hidden;
}
.contact-form {
margin:0 auto;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
font-size:18px;
width:100%;
background-color:transparent;
border:1px solid #666;
padding:5px;
overflow:hidden;
margin-bottom:30px;
}
.contact-form [type="submit"] {
width:100px;
}
.contact-form [type="submit"]:hover {
width:100px;
background-color:#666;
color:#fff;
}
.contact-form input::-webkit-input-placeholder,.contact-form textarea::-webkit-input-placeholder {
color:#666;
}
.contact-form input:-moz-placeholder,.contact-form textarea:-moz-placeholder {
color:#666;
}
.noticefailed {
color:#FF0000;
}
.noticesuccess {
color:#009F00;
} .portfolio-list {
margin:0 auto;
}
.portfolio-list ul {
margin:0 auto;
overflow:hidden;
display:inline-block;
}
.portfolio-list li {
float:left;
list-style-type:none;
width:23%;
margin-left:0;
margin-right:2.6%;
margin-bottom:10px;
overflow:hidden;
padding:0 auto;
}
.portfolio-list li:nth-child(4n) {
margin-right:0;
}
.port-img {
max-width:100%;
margin:0 auto;
} .section-about h3,
.section-services h3 {
font-family: 'Raleway',sans-serif;
color: #666;
font-size: 36px;
font-style: normal;
font-weight: 300;
line-height: 36px;
}
.section-about ul {
margin: 0;
}
.section-about li {
list-style-type:none;
padding-left:0;
padding-top:5px;
margin-bottom:5px;
text-align:left;
}
.section-about li:before {
font: normal normal normal 14px/1 FontAwesome;
width: 20px;
text-align: center;
color: rgba(100,100,100,.8);
display: inline-block;
margin-right: 5px;
}
li.info-phone:before {
content: "\f095";
}
li.info-address:before {
content: "\f041";
}
li.info-email:before {
content: "\f003";
}
li.info-website:before {
content: "\f109";
} .homepage section{
position:relative;
}
.homepage .col-main {background-color: transparent;}
.magee-contact-form .magee-btn-normal {
color: #666;
width: 100%;
line-height: 40px;
padding: 0 20px;
}
.magee-contact-form .magee-btn-normal:hover {
background-color: transparent;
}.magee-accordion h4.panel-title {
color: #a0a0a0;
}
.person-vcard .person-title:after {
display: none;
}
.counter:after {
display: none;
}.row + .row {
margin-top: 30px;
}
.row > [class*="col-md"] {
padding-bottom: 15px;
}
.row.no-padding,
.row.no-margin {
margin-left: 0;
margin-right: 0;
}
.row.no-padding > [class*="col-md"] {
padding: 0!important;
}
.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5,
.col-sm-1_5,
.col-sm-2_5,
.col-sm-3_5,
.col-sm-4_5,
.col-md-1_5,
.col-md-2_5,
.col-md-3_5,
.col-md-4_5,
.col-lg-1_5,
.col-lg-2_5,
.col-lg-3_5,
.col-lg-4_5 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5 {
float: left;
}
.col-xs-1_5 {
width: 20%;
}
.col-xs-2_5 {
width: 40%;
}
.col-xs-3_5 {
width: 60%;
}
.col-xs-4_5 {
width: 80%;
}
.col-xs-pull-1_5 {
right: 20%;
}
.col-xs-pull-2_5 {
right: 40%;
}
.col-xs-pull-3_5 {
right: 60%;
}
.col-xs-pull-4_5 {
right: 80%;
}
.col-xs-push-1_5 {
left: 20%;
}
.col-xs-push-2_5 {
left: 40%;
}
.col-xs-push-3_5 {
left: 60%;
}
.col-xs-push-4_5 {
left: 80%;
}
.col-xs-offset-1_5 {
margin-left: 20%;
}
.col-xs-offset-2_5 {
margin-left: 40%;
}
.col-xs-offset-3_5 {
margin-left: 60%;
}
.col-xs-offset-4_5 {
margin-left: 80%;
}
@media (min-width: 768px) {
.row > [class*="col-sm"] {
padding-bottom: 0;
}
.col-sm-1_5,
.col-sm-2_5,
.col-sm-3_5,
.col-sm-4_5 {
float: left;
}
.col-sm-1_5 {
width: 20%;
}
.col-sm-2_5 {
width: 40%;
}
.col-sm-3_5 {
width: 60%;
}
.col-sm-4_5 {
width: 80%;
}
.col-sm-pull-1_5 {
right: 20%;
}
.col-sm-pull-2_5 {
right: 40%;
}
.col-sm-pull-3_5 {
right: 60%;
}
.col-sm-pull-4_5 {
right: 80%;
}
.col-sm-push-1_5 {
left: 20%;
}
.col-sm-push-2_5 {
left: 40%;
}
.col-sm-push-3_5 {
left: 60%;
}
.col-sm-push-4_5 {
left: 80%;
}
.col-sm-offset-1_5 {
margin-left: 20%;
}
.col-sm-offset-2_5 {
margin-left: 40%;
}
.col-sm-offset-3_5 {
margin-left: 60%;
}
.col-sm-offset-4_5 {
margin-left: 80%;
}
}
@media (min-width: 992px) {
.row > [class*="col-md"] {
padding-bottom: 0;
}
.col-md-1_5,
.col-md-2_5,
.col-md-3_5,
.col-md-4_5 {
float: left;
}
.col-md-1_5 {
width: 20%;
}
.col-md-2_5 {
width: 40%;
}
.col-md-3_5 {
width: 60%;
}
.col-md-4_5 {
width: 80%;
}
.col-md-pull-1_5 {
right: 20%;
}
.col-md-pull-2_5 {
right: 40%;
}
.col-md-pull-3_5 {
right: 60%;
}
.col-md-pull-4_5 {
right: 80%;
}
.col-md-push-1_5 {
left: 20%;
}
.col-md-push-2_5 {
left: 40%;
}
.col-md-push-3_5 {
left: 60%;
}
.col-md-push-4_5 {
left: 80%;
}
.col-md-offset-1_5 {
margin-left: 20%;
}
.col-md-offset-2_5 {
margin-left: 40%;
}
.col-md-offset-3_5 {
margin-left: 60%;
}
.col-md-offset-4_5 {
margin-left: 80%;
}
}
@media (min-width: 1200px) {
.row > [class*="col-lg"] {
padding-bottom: 0;
}
.col-lg-1_5,
.col-lg-2_5,
.col-lg-3_5,
.col-lg-4_5 {
float: left;
}
.col-lg-1_5 {
width: 20%;
}
.col-lg-2_5 {
width: 40%;
}
.col-lg-3_5 {
width: 60%;
}
.col-lg-4_5 {
width: 80%;
}
.col-lg-pull-1_5 {
right: 20%;
}
.col-lg-pull-2_5 {
right: 40%;
}
.col-lg-pull-3_5 {
right: 60%;
}
.col-lg-pull-4_5 {
right: 80%;
}
.col-lg-push-1_5 {
left: 20%;
}
.col-lg-push-2_5 {
left: 40%;
}
.col-lg-push-3_5 {
left: 60%;
}
.col-lg-push-4_5 {
left: 80%;
}
.col-lg-offset-1_5 {
margin-left: 20%;
}
.col-lg-offset-2_5 {
margin-left: 40%;
}
.col-lg-offset-3_5 {
margin-left: 60%;
}
.col-lg-offset-4_5 {
margin-left: 80%;
}
} .border-right {
border-right: 1px solid #f5f5f5;
} .text-light {
color: #fff;
}
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
a.text-light {
color: #fff!important;
}
.text-light a:hover,
a.text-light:hover {
color: rgba(255,255,255,.7)!important;
}
.text-primary {
color: #fdd200;
}
.text-dark {
color: #222;
} .magee-dropcap {
position: relative;
float: left;
top: .05em;
margin-right: .15em;
padding: 0;
line-height: .8;
font-size: 5em;
text-transform: uppercase;
color: #fdd200;
}
.dropcap-boxed {
padding: .05em .1em .1em .1em;
background-color: #fdd200;
color: #fff;
} .magee-highlight {
background-color: #fdd200;
color: #fff;
padding: 0 .3em;
} .tooltip-text {
color: #fdd200;
}
.tooltip-text:hover {
cursor: pointer;
} .box-shadow {
box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
} .magee-btn-wrapper {
display: inline;
}
a.btn-normal:hover,
a.magee-btn-normal:hover {
text-decoration: none;
}
.btn-normal, .magee-btn-normal {
position: relative;
display: inline-block;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
color: #fff;
background-color: #fdd200;
line-height: 1;
padding: .9em 1.6em;
border-radius: 0;
border-width: 0;
border-style: solid;
}
.btn-normal, .magee-btn-normal:hover,
.btn-normal, .magee-btn-normal:active,
.btn-normal, .magee-btn-normal:focus {
background-color: #f6cc00;
color: #fff;
}
.btn-md {
font-size: 1em;
}
.btn-lg, .btn-large {
font-size: 1.2em;
}
.btn-sm, .btn-small {
font-size: .8em;
}
.btn-xl {
font-size: 1.5em;
}
.btn-square {
border-radius: 0;
}
.btn-rounded {
border-radius: 5px;
}
.btn-full-rounded {
border-radius: 50px;
}
.btn-text-shadow {
text-shadow: 0 1px rgba(0,0,0,.4);
}
.btn-gradient {
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}
.btn-2d {
text-shadow: 0 1px rgba(0,0,0,.4);
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}
.btn-3d {
text-shadow: 0 1px rgba(0,0,0,.4);
box-shadow: 0 3px 0 0 #C5A300;
}
.magee-btn-normal.btn-light {
background-color: #fff;
color: #000;
}
.magee-btn-normal.btn-dark {
background-color: #000;
color: #fff;
}
.magee-btn-normal.btn-line {
background-color: transparent;
color: #fdd200;
border: 2px solid #fdd200;
}
.magee-btn-normal.btn-line:hover,
.magee-btn-normal.btn-line:active,
.magee-btn-normal.btn-line:focus {
background-color: rgba(255,255,255,.1);
}
.magee-btn-normal.btn-line.btn-light {
border-color: #fff;
color: #fff;
background-color: transparent;
}
.magee-btn-normal.btn-line.btn-light:hover,
.magee-btn-normal.btn-line.btn-light:active,
.magee-btn-normal.btn-line.btn-light:focus {
background-color: rgba(255,255,255,.1);
}
.magee-btn-normal.btn-line.btn-dark {
border-color: #000;
color: #000;
background-color: transparent;
}
.magee-btn-normal.btn-line.btn-dark:hover,
.magee-btn-normal.btn-line.btn-dark:active,
.magee-btn-normal.btn-line.btn-dark:focus {
background-color: #000;
color: #fff;
}
.btn-block {
display: block;
} .magee-feature-box h3 {
font-size: 18px;
}
.magee-feature-box .feature-content p {
margin-bottom: .8em;
}
.magee-feature-box.style1,
.magee-feature-box.style4 {
text-align: center;
}
.magee-feature-box.style2 h3,
.magee-feature-box.style3 h3 {
text-align:left;
}
.magee-feature-box.style2 .feature-content,
.magee-feature-box.style3 .feature-content {
text-align: right;
}
.magee-feature-box.style2 .feature-content p,
.magee-feature-box.style3 .feature-content p {
text-align: left;
}
.magee-feature-box.style2.reverse h3,
.magee-feature-box.style3.reverse h3 {
text-align: right;
}
.magee-feature-box.style2.reverse .feature-content,
.magee-feature-box.style3.reverse .feature-content {
text-align: left;
}
.magee-feature-box.style2.reverse .feature-content p,
.magee-feature-box.style3.reverse .feature-content p {
text-align: right;
}
.magee-feature-box img {
display: block;
}
.magee-feature-box.style1 .icon-box,
.magee-feature-box.style4 .icon-box,
.magee-feature-box.style1 img,
.magee-feature-box.style4 img {
margin: 0 auto;	
}
.magee-feature-box.style1 .icon-box .fa-fw,
.magee-feature-box.style4 .icon-box .fa-fw {
margin-left: -0.142857em;
}
.magee-feature-box.style2 {
position: relative;
min-height: 80px;
padding-left: 95px;
}
.magee-feature-box.style2 .icon-box,
.magee-feature-box.style2 img {
position: absolute;
top: 0; left: 0;
}
.magee-feature-box.style2.reverse {
padding-left: 0;
padding-right: 95px;
}
.magee-feature-box.style2.reverse .icon-box,
.magee-feature-box.style2.reverse img {
right: 0;
left: auto;
}
.magee-feature-box.style3 .icon-box,
.magee-feature-box.style3 img {
float: left;
margin-bottom: 10px;
}
.magee-feature-box.style3.reverse .icon-box,
.magee-feature-box.style3.reverse img {
float: right;
}
.magee-feature-box.style3 h3 {
clear: none;
float: left;
margin: 0 0 0 15px;
line-height: 80px;
}
.magee-feature-box.style3.reverse h3 {
float: right;
margin-right: 15px;
margin-left: 0;
}
.magee-feature-box.style3 p {
clear: left;
}
.magee-feature-box.style3.reverse p {
clear: right;
}
.magee-feature-box.style4 {
background-color: #f5f5f5;
position: relative;
padding: 50px 10px 10px;
margin-top: 40px;
}
.magee-feature-box.style4 .icon-box,
.magee-feature-box.style4 img {
position: absolute;
top: -40px;
left: 50%;
margin-left: -40px;
background-color: #fff;
} .icon-box {
text-align: center;
color: #222;
font-size: 40px;
line-height: 1em;
width: 1em;
height: 1em;
}
.icon-box.primary {
color: #fdd200;
}
.icon-box.light {
color: #fff;
}
.icon-box.icon-xl {
font-size: 80px;
}
.icon-box.icon-lg {
font-size: 60px;
}
.icon-box.icon-sm {
font-size: 20px;
}
.icon-circle {
border-radius: 50%;
border-style: solid;
border-width: 2px;
border-color: #222;
background-color: rgba(0,0,0,0);
line-height: 2.5em;
width: 2.5em;
height: 2.5em;
} .magee-accordion .panel {
border-radius: 0;
}
.magee-accordion .panel {
border: none;
box-shadow: none;
border-bottom: 1px solid #ddd;
}
.magee-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.magee-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: none;
}
.magee-accordion .panel-heading {
padding: 10px;
}
.magee-accordion .panel-heading i {
color: #777;
margin-right: .5em;
}
.magee-accordion .panel-body {
padding: 15px 10px;
}
.magee-accordion .panel-default > .panel-heading {
background-color: transparent;
border: none;
}
.magee-accordion .panel-group .panel+.panel {
margin-top: 0;
}
.magee-accordion .panel-heading {
position: relative;
border: none;
border-radius: 0;
}
.magee-accordion h4.panel-title {
margin-top: 0;
margin-bottom: 0;
color: inherit;
font-size: 16px;
}
.magee-accordion .magee-accordion.style3 .panel-heading .accordion-toggle:after {
display:none ;
}
.magee-accordion.style3 .panel-heading .accordion-toggle.collapsed:after {
display:none ;
}
.magee-accordion.style3 .panel-heading .accordion-toggle:after {
display:none ;
}
.magee-accordion.accordion-spacing .panel-heading {
padding: 15px;
}
.magee-accordion.accordion-spacing .panel-default > .panel-heading {
background-color: #fdfdfd;
}
.magee-accordion.accordion-spacing .panel-heading:hover {
background: #f8f8f8;
}
.magee-accordion.accordion-spacing .panel-body {
padding: 15px;
}
.magee-accordion.accordion-spacing .panel-heading .accordion-toggle:after {
top: 15px;
right: 15px;
}
.magee-accordion.accordion-spacing .panel {
border: 1px solid #ddd;
overflow: hidden;
margin-bottom: 10px;
}
.magee-accordion.accordion-spacing .panel:last-child {
border-bottom-width: 1px;
}
.magee-accordion.accordion-spacing.panel-group .panel+.panel {
margin-top: 0;
}
.magee-accordion .panel-heading .accordion-toggle:after {
position: absolute;
display: block;
font-family: FontAwesome;
content: "\f106";
right: 10px;
top: 10px;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 14px;	
text-align: center;
color: #777;
}
.magee-accordion .panel-heading .accordion-toggle.collapsed:after {
content: "\f107";
}
.magee-accordion .magee-accordion.style2 .panel-heading .accordion-toggle:after {
content: "\f147";
}
.magee-accordion.style2 .panel-heading .accordion-toggle.collapsed:after {
content: "\f196";
}
.magee-accordion.accordion-boxed .panel-heading {
padding: 15px;
}
.magee-accordion.accordion-boxed .panel-default > .panel-heading {
background-color: #fdfdfd;
}
.magee-accordion.accordion-boxed .panel-heading:hover {
background: #f8f8f8;
}
.magee-accordion.accordion-boxed .panel-body {
padding: 15px;
}
.magee-accordion.accordion-boxed .panel-heading .accordion-toggle:after {
top: 15px;
right: 15px;
}
.magee-accordion.accordion-boxed .panel {
border: 1px solid #ddd;
border-bottom-width: 0;
overflow: hidden;
}
.magee-accordion.accordion-boxed .panel:last-child {
border-bottom-width: 1px;
}
.magee-accordion.accordion-boxed.panel-group .panel+.panel {
margin-top: 0;
}
.magee-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.magee-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd;
} .magee-accordion.faq .panel-heading {
padding: 20px 10px;
}
.magee-accordion.faq .panel-heading .accordion-toggle:after {
top: 20px;
}
.magee-accordion.accordion-boxed.faq .panel-heading {
padding: 25px 15px;
}
.magee-accordion.accordion-boxed.faq .panel-heading .accordion-toggle:after {
top: 25px;
}
.faq-list-filter .faq-box-wrap {
display: none;
overflow: hidden;
width:100%;
} .list-filter li a {
display: block;
padding: 5px 10px;
color: #777;
}
.list-filter li a:hover,
.list-filter li.active a {
background-color: #f8f8f8;
}
.portfolio-list-filter li a:hover,
.portfolio-list-filter li.active a {
background-color: #fdd200;
color: #fff;
}
.portfolio-list-filter .portfolio-box-wrap {
display:none;
} .tab-title {
font-size: 16px;
margin: 0;
}
.tab-title i {
margin-right: 5px;
color: #777;
}
.magee-tab-box ul {
margin: 0;
width: 100%;
}
.tab-pane {
padding: 10px 0;
}
.magee-tab-box.tab-line ul.list-inline {
border-bottom: 2px solid #eee;
}
.magee-tab-box ul.list-inline > li {
padding: 0;
}
.magee-tab-box.tab-line ul > li > a {
padding: 15px 20px;
display: block;
margin-bottom: -2px;
border-bottom: 2px solid transparent;
}
.magee-tab-box.tab-line ul > li.active > a {
border-bottom-color: #fdd200;
}
.magee-tab-box.tab-normal ul > li > a {
padding: 15px 20px;
border-radius: 0;
margin-right: 0;
}
.magee-tab-box.tab-normal ul > li > a {
background-color: #fdfdfd;
border: 1px solid #ddd;
}
.magee-tab-box.tab-normal ul > li > a:hover {
background-color: #f8f8f8;
}
.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
float: left;
}
.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
margin-top: 0;
margin-left: 0;
}
.magee-tab-box.tab-normal .tab-pane {
padding: 20px;
border: 1px solid #ddd;
border-top: 0;
}
@media screen and (min-width:768px) {
.magee-tab-box.tab-normal ul > li + li > a,
.magee-tab-box.tab-normal ul > li + li > a:hover,
.magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a,
.magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:focus,
.magee-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:hover {
border-left: 0;
}
.magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a,
.magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:focus,
.magee-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:hover {
border-left: 1px solid #ddd;
}
.magee-tab-box.tab-normal ul > li.active > a {
background-color: #fff;
border-bottom-color: #fff;
}
.magee-tab-box.tab-vertical ul {
width: 30%;
}
.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
float: none;
}
.magee-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
margin-top: 0;
margin-left: 0;
}
.magee-tab-box.tab-vertical .tab-content {
width: 70%;
}
.magee-tab-box.tab-normal.tab-vertical ul > li + li {
margin-top: 0;
}
.magee-tab-box.tab-normal.tab-vertical ul > li > a {
border: 1px solid #ddd;
margin: 0;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li > a {
margin-right: -1px;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li > a {
margin-left: -1px;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li + li > a {
border-left: 1px solid #ddd;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li + li > a {
border-right: 1px solid #ddd;
}
.magee-tab-box.tab-normal.tab-vertical ul > li.active > a {
border-bottom-color: #ddd;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li.active > a {
border-right-color: #fff;
}
.magee-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li.active > a {
border-left-color: #fff;
}
.magee-tab-box.tab-normal.tab-vertical .tab-pane {
padding: 20px;
border: 1px solid #ddd;
}
}
.magee-tab-box .nav-pills > li {
padding-right: 10px;
}
.magee-tab-box .nav-pills > li:last-child {
padding-right: 0;
}
.magee-tab-box .nav-pills > li > a {
border-radius: 0;
}
.magee-tab-box .nav-pills > li.active >a,
.magee-tab-box .nav-pills > li.active >a:focus,
.magee-tab-box .nav-pills > li.active >a:hover,
.magee-tab-box .nav-pills > li > a:hover {
color: #777;
background-color: #f8f8f8;
} .magee-panel {
border-radius: 0;
box-shadow: none;
overflow:hidden;
}
.panel-primary {
border-color: #fdd200;
}
.panel-primary .panel-heading {
background-color: #fdd200;
border-color: #fdd200;
}
.magee-panel h3.panel-title {
margin-top: 0;
margin-bottom: 0;
color: inherit;
font-size: 16px;
}
.magee-alert {
background-color: #f5f5f5;
border-radius: 0;
padding: 25px 15px;
border-style: solid;
clear: both;
}
.magee-alert i {
-webkit-transform: scale(2) translateX(.3em);
transform: scale(2) translateX(.3em);
margin-right: 1.5em;
}
.alert-dismissable .close, .alert-dismissible .close {
top: 0;
right: 0;
opacity: 1;
}
.magee-alert .close {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease; 
transition: all 0.2s ease;
}
.magee-alert .close:hover {
color: inherit;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease; 
transition: all 0.2s ease;
}
button.close {
background: none;
border: none;
border-bottom: none;
border-radius: 0;
padding: 0;
color: inherit;
}
button.close:hover {
background: none;
}
button.close:active {
padding: 0;
background: none;
border: none;
} .magee-pricing-box {
box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
overflow: hidden;
}
.magee-pricing-box .panel-heading {
background-color: #fff;
padding: 20px;
border-bottom: 1px solid #ddd;
}
.pricing-top-icon {
font-size: 72px;
color: #fdd200;
line-height: 1;
margin-bottom: 10px;
}
.magee-pricing-box .panel-title {
font-size: 24px;
}
.magee-pricing-box.featured .panel-heading {
background-color: #fdd200;
}
.magee-pricing-box.featured .pricing-top-icon,
.magee-pricing-box.featured .panel-title {
color: #fff;
}
.magee-pricing-box .panel-body {
padding: 0;
}
.magee-pricing-box .pricing-tag {
background-color: #f5f5f5;
padding: 20px;
border-bottom: 1px solid #ddd;
font-size: 3em;
}
.pricing-tag .currency {
color: #fdd200;
font-size: .5em;
position: relative;
top: -1em;
}
.pricing-tag .price {
color: #fdd200;
}
.pricing-tag .unit {
font-size: .3em;
position: relative;
bottom: 0;
left: .5em;
}
.magee-pricing-box .pricing-list {
list-style-type: none;
margin: 0;
}
.magee-pricing-box .pricing-list li {
padding: 20px 10px;
}
.magee-pricing-box .panel-footer {
padding: 20px 10px;
background-color: #f5f5f5;
}
.pricing-box-flat {
border: none;
background-color: #f5f5f5;
padding: 20px;
box-shadow: none;
}
.pricing-box-flat.featured {
background-color: #fdd200;
color: #fff;
}
.pricing-box-flat.featured .pricing-top-icon, 
.pricing-box-flat.featured .panel-title, 
.pricing-box-flat.featured .pricing-tag .price,
.pricing-box-flat.featured .pricing-tag .currency {
color: #fff;
}
.pricing-box-flat .panel-heading,
.pricing-box-flat .pricing-tag, 
.pricing-box-flat .panel-footer,
.pricing-box-flat .pricing-list li {
background-color: transparent;
border: none;
padding: 5px;
}
.pricing-box-flat.featured .magee-btn-normal {
border: 2px solid #fff;
background-color: transparent!important;
}
@media (min-width: 992px) {
.standout {
margin: -20px;
position: relative;
z-index: 2;
}
.magee-pricing-table.no-margin .magee-pricing-box-wrap + .magee-pricing-box-wrap .magee-pricing-box {
border-left: none;
}
.magee-pricing-box-wrap.no-padding {
padding: 0;
}
}
.magee-pricing-table.no-margin .pricing-list li + li {
border-top: 1px solid #ddd;
}
.pricing-box-label .panel-heading,
.pricing-box-label .pricing-tag,
.pricing-box-label .panel-footer {
visibility: hidden;
}
.pricing-box-label {
border-left-color: transparent;
border-top-color: transparent;
border-bottom-color: transparent;
box-shadow: none;
font-weight: 700;
border-radius: 0!important;
}
.pricing-box-label .pricing-list {
padding-right: 20px;
} .magee-person-box {
text-align: center;
margin: 0 auto;
}
.person-vcard .person-name {
font-size: 18px;
margin: 20px 0 10px;
}
.person-vcard .person-title {
font-size: 14px;
margin: 0 0 10px;
}
.person-vcard .person-title:after {
display: block;
margin: 10px auto;
width: 80px; 
height: 1px; 
background-color: #fdd200;
content: "";
}
.person-vcard .person-desc {
margin: 0 0 10px;
}
.person-social {
text-align: center;
margin: 0;
}
.person-social li {
display: inline-block;
margin: 0 5px;
}
.person-social li a {
font-size: 16px;
color: #595959;
width: 30px;
height: 30px;
border-radius: 4px;
line-height: 28px;
display: inline-block;
border: 0;
}
.person-social li a:hover {
background: #fff;
}
.person-social li a:hover {
color: #fdd200;
}
.person-social.boxed li a {
color: #fff;
background-color: #595959;
}
.person-social.boxed li a:hover {
color: #fff;
background-color: #fdd200;
}
.magee-person-box.person-box-horizontal {
margin: 0 -15px;
}
.person-box-horizontal .person-vcard .person-name {
margin-top: 0;
}
.person-box-horizontal .person-social {
text-align: left;
}
.person-box-horizontal li {
margin: 0 10px 0 0;
}
.person-box-horizontal .person-vcard .person-title:after {
margin-left: 0;
} .magee-popover{
cursor:pointer;
} .magee-testimonial-box {
max-width: 100%;
}
.magee-testimonial-box .testimonial-content {
margin-bottom: 1em;
position: relative;
}
.magee-testimonial-box .testimonial-quote {
position: relative;
padding: 10px 0 0 35px;
}
.magee-testimonial-box .testimonial-quote:before {
content: "\f10d";
display: block;
font: normal normal normal 30px/1 FontAwesome;
line-height: 1;
position: absolute;
left: 0;
top: 0;
opacity: .3;
}
.magee-testimonial-box .testimonial-vcard.style1 {
display: table;
}
.magee-testimonial-box .testimonial-vcard.style1 .testimonial-avatar,
.magee-testimonial-box .testimonial-vcard.style1 .testimonial-author {
display: table-cell;
vertical-align: middle;
}
.magee-testimonial-box .testimonial-avatar {
padding-right: 10px;
}
.magee-testimonial-box .testimonial-vcard.style1 img {
width: 60px;
height: 60px;
}
.magee-testimonial-box .testimonial-vcard:before {
content: ""!important;
}
.magee-testimonial-box .testimonial-author .name {
margin: 0;
color: inherit;
}
.magee-testimonial-box .testimonial-vcard.style2 .testimonial-avatar {
margin-bottom: 1em;
padding-right: 0;
}
.magee-testimonial-box .testimonial-vcard.style2 img {
width: 80px;
height: 80px;
display: inline-block;
}
.magee-testimonial-box.testimonial-boxed .testimonial-content {
border: 1px solid #ddd;
background-color: #f5f5f5;
padding: 1.5em;
margin-bottom: 2em;
}
.magee-testimonial-box.testimonial-boxed .testimonial-content:before {
content: "";
display: block;
width: 0;
height: 0;
border: 10px solid transparent;
border-top-color: #f5f5f5;
position: absolute;
bottom: -20px; left: 50px;
z-index: 3;
}
.magee-testimonial-box.testimonial-boxed .testimonial-content:after {
content: "";
display: block;
width: 0;
height: 0;
border: 11px solid rgba(0, 0, 0, 0);
border-top-color: #DDD;
position: absolute;
bottom: -23px;
left: 49px;
z-index: 2;
}
.magee-testimonial-box.testimonial-boxed .testimonial-vcard.style1 {
margin-left: 25px;
}
.magee-testimonial-box.testimonial-boxed .testimonial-vcard.style2 {
text-align: center;
}
.magee-testimonial-box.testimonial-boxed.text-center .testimonial-content:before {
left: 50%;
margin-left: -10px;
}
.magee-testimonial-box.testimonial-boxed.text-center .testimonial-content:after {
left: 50%;
margin-left: -11px;
} .magee-promo-box {
display: table;
width:100%;
}
.promo-action .image-instead{
display: inline;
margin-right: .5em;
}
.magee-promo-box.boxed {
padding: 5px 15px;
border: 1px solid #eee;
background-color: #f5f5f5;
}
@media screen and (min-width:768px) {
.promo-info, .promo-action {
display: table-cell;
vertical-align: middle;
}
}
.promo-info {
padding-right: 15px;
} .magee-progress-box {
overflow:hidden;
}
.magee-progress-box .progress {
background-color: #eee;
margin-bottom: 10px;
height: 30px;
border-radius: 0;
box-shadow: none;
}
.magee-progress-box .progress-bar {
padding: 0 5px;
background-color: #fdd200;
overflow: hidden;
text-align: left;
box-shadow: none;
font-weight: 700;
}
.magee-progress-box .label {
font-size: .9em;
background-color: rgba(0,0,0,.3);
margin: 2px 0;
}
.progress-bar-striped.animated {
-webkit-animation-name: progress-bar-striped;
animation-name: progress-bar-striped;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes progress-bar-striped {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-webkit-keyframes progress-bar-striped {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress.rounded {
border-radius: 5px;
}
.progress.rounded .progress-bar {
border-radius: 5px;
}
.progress-box .progress-sm {
height: 15px;
} .magee-counter-box {
text-align: center;
}
.magee-counter-box.box-border {
border: 1px solid #ddd;
padding: 20px;
}
.magee-counter-box.boxed {
padding: 20px;
border: 0 solid #ddd;
}
.counter-top-icon {
font-size: 72px;
color: #fdd200;
line-height: 1;
}
.counter {
font-size: 50px;
line-height: 1em;
}
.counter:after {
display: block;
margin: 10px auto;
width: 40px; 
height: 1px; 
background-color: #fdd200;
content: "";
}
h3.counter-title {
margin: 0!important;
font-size: 14px;
} .magee-countdown-wrap {
width: 600px;
max-width: 100%;
}
.magee-countdown {
list-style-type: none;
margin: 0 -15px;
} .magee-chart-box {
position: relative;
display: inline-block;
width: 200px;
height: 200px;
text-align: center;
}
.chart-title {
position: absolute;
display: block;
vertical-align: middle;
width: 100%;
top: 0;
left: 0;
line-height: 200px;
font-size: 40px;
}
.chart-title img {
height: 80px;
} .magee-process-steps > ul {
list-style-type: none;
margin-bottom: 0;
}
.magee-process-steps > ul > li {
position: relative;
}
@media (min-width: 992px) {
.magee-process-steps > ul > li:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 0;
border-bottom: 1px dashed #e5e5e5;
top: 50px;
left: 50%;
}
.magee-process-steps.box-lg > ul > li:before {
top: 75px;
}
}
.magee-process-steps > ul > li:last-child:before {
display: none;
}
.magee-step-box .icon-box {
position: relative;
z-index: 2;
background-color: #fff;
border-width: 3px;
border-color: #e5e5e5;
color: #aaa;
}
.magee-step-box .icon-box:hover {
box-shadow: 0 0 3px 5px #e5e5e5; }
.magee-process-steps.process-steps-vertical > ul > li:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 100%;
border-right: 1px dashed #e5e5e5;
left: 50px;
top: 50%;
}
.magee-process-steps.process-steps-vertical.box-lg > ul > li:before {
left: 75px;
}
.magee-process-steps.process-steps-vertical > ul > li {
margin-bottom: 60px;
}
.magee-process-steps.process-steps-vertical > ul > li:last-child {
margin-bottom: 0;
}
.magee-process-steps.process-steps-vertical > ul > li:last-child:before {
display:none;
} .magee-timeline {
overflow: hidden;
position: relative;
}
.magee-timeline > ul {
list-style-type: none;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
}
.magee-timeline > ul > li {
position: relative;
}
.timeline-year {
color: #fff;
background-color: #fdd200;
width: 64px;
height: 64px;
line-height: 64px;
margin: 0 auto;
position: relative;
}
.timeline-year:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #fdd200;
left: 50%;
margin-left: -5px;
top: 100%;
}
@media (min-width: 992px) {
.magee-timeline:before {
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #fdd200;
top: 28px;
left: 0;
}
.magee-timeline > ul > li:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
background-color: #fdd200;
top: 32px;
left: 0;
}
.magee-timeline > ul > li:last-child:before { background-image: -moz-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%); background-image: -webkit-gradient(linear, left top, right top, from(#fdd200), color-stop(0.7, #fdd200), to(#fff)); background-image: -webkit-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%); background-image: -o-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%);
}
} .modal {
z-index: 10000;
}
.modal-content {
border-radius: 0;
}
.magee-modal-trigger{
cursor:pointer;
}
.magee-modal-wrapper {
display: inline-block;
position: fixed;
z-index: 999;
margin: 0;
padding: 0;
}
.magee-modal {
position: fixed;
top: 50%;
left: 50%; height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.magee-modal-show {
visibility: visible;
}
.magee-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.magee-modal-show ~ .magee-modal-overlay {
opacity: 1;
visibility: visible;
}
.magee-modal-content-wrapper {
color: #fff;
background: #e74c3c;
position: relative;
border-radius: 3px;
margin: 0 auto;
width: 750px;
}
.magee-modal-content-wrapper .magee-modal-title-wrapper {
position: relative;
margin: 0;
padding: 10px 20px;
font-size: 2.2em;
font-weight: 300;
background: rgba(0,0,0,0.05);
border-radius: 3px 3px 0 0;
}
.magee-modal-content-wrapper .magee-modal-title-wrapper h3 {
margin: 0;
height: 30px;
line-height: 30px;
font-size: 0.55em;
}
.magee-modal-title-wrapper a.magee-modal-close {
float: right;
text-decoration: none;
box-shadow:none;
color: #FFFFFF !important;
font-size: 16px;
text-align: center;
-webkit-transition: .4s opacity;
-moz-transition: .4s opacity;
-ms-transition: .4s opacity;
-o-transition: .4s opacity;
transition: .4s opacity;
}
.magee-modal-title-wrapper a.magee-modal-close:hover {
opacity: .8;
text-decoration: none;
}
.magee-modal-content-wrapper > div {
padding: 15px 20px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.magee-modal-content-wrapper button {
display: block;
margin: 0 auto;
font-size: 0.8em;
} .magee-modal-effect-1 .magee-modal-content-wrapper {
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
transform: translateX(30%);
opacity: 0;
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.magee-modal-show.magee-modal-effect-1 .magee-modal-content-wrapper {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
} .magee-modal-effect-2 .magee-modal-content-wrapper {
-webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.magee-modal-show.magee-modal-effect-2 .magee-modal-content-wrapper {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
} .magee-modal-effect-3 .magee-modal-content-wrapper {
-webkit-transform: translateX(-30%);
-moz-transform: translateX(-30%);
-ms-transform: translateX(-30%);
transform: translateX(-30%);
opacity: 0;
-webkit-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.4s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.magee-modal-show.magee-modal-effect-3 .magee-modal-content-wrapper {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
} .magee-modal-effect-4 .magee-modal-content-wrapper {
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
transform: translateY(-30%);
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.magee-modal-show.magee-modal-effect-4 .magee-modal-content-wrapper {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
} .magee-modal-effect-5 .magee-modal-content-wrapper {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.magee-modal-show.magee-modal-effect-5 .magee-modal-content-wrapper {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .magee-modal-effect-6.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-6 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-80deg);
-moz-transform: rotateY(-80deg);
-ms-transform: rotateY(-80deg);
transform: rotateY(-80deg);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
}
.magee-modal-show.magee-modal-effect-6 .magee-modal-content-wrapper {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
} .magee-modal-effect-7.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-7 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-80deg);
-moz-transform: rotateX(-80deg);
-ms-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
}
.magee-modal-show.magee-modal-effect-7 .magee-modal-content-wrapper {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
} .magee-modal-effect-8.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-8 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.magee-modal-show.magee-modal-effect-8 .magee-modal-content-wrapper {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
} .magee-modal-effect-9.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-9 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
-moz-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
-ms-transform: translateZ(100px) translateX(-40%) rotateY(90deg);
transform: translateZ(100px) translateX(-40%) rotateY(90deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
transform-origin: 0 100%;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.magee-modal-show.magee-modal-effect-9 .magee-modal-content-wrapper {
-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
transform: translateZ(0px) translateX(0%) rotateY(0deg);
opacity: 1;
} .magee-modal-effect-10.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-10 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateY(100%) rotateX(90deg);
-moz-transform: translateY(100%) rotateX(90deg);
-ms-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
transform-origin: 0 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.magee-modal-show.magee-modal-effect-10 .magee-modal-content-wrapper {
-webkit-transform: translateY(0%) rotateX(0deg);
-moz-transform: translateY(0%) rotateX(0deg);
-ms-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
opacity: 1;
} .magee-modal-effect-11.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-11 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-3000px) rotateY(90deg);
-moz-transform: translateZ(-3000px) rotateY(90deg);
-ms-transform: translateZ(-3000px) rotateY(90deg);
transform: translateZ(-3000px) rotateY(90deg);
opacity: 0;
}
.magee-modal-show.magee-modal-effect-11 .magee-modal-content-wrapper {
-webkit-animation: slit .7s forwards ease-out;
-moz-animation: slit .7s forwards ease-out;
animation: slit .7s forwards ease-out;
}
@-webkit-keyframes slit {
50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@-moz-keyframes slit {
50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@keyframes slit {
50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
} .magee-modal-effect-12 .magee-modal-content-wrapper {
-webkit-transform: scale(0) rotate(720deg);
-moz-transform: scale(0) rotate(720deg);
-ms-transform: scale(0) rotate(720deg);
transform: scale(0) rotate(720deg);
opacity: 0;
}
.magee-modal-show.magee-modal-effect-12 ~ .magee-modal-overlay,
.magee-modal-effect-12 .magee-modal-content-wrapper {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.magee-modal-show.magee-modal-effect-12 .magee-modal-content-wrapper {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
} .magee-modal-effect-13.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-13 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg); 
-moz-transform: translateZ(600px) rotateX(20deg); 
-ms-transform: translateZ(600px) rotateX(20deg); 
transform: translateZ(600px) rotateX(20deg); 
opacity: 0;
}
.magee-modal-show.magee-modal-effect-13 .magee-modal-content-wrapper {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg); 
opacity: 1;
} .magee-modal-effect-14.magee-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.magee-modal-effect-14 .magee-modal-content-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
transform: translate(30%) translateZ(600px) rotate(10deg); 
opacity: 0;
}
.magee-modal-show.magee-modal-effect-14 .magee-modal-content-wrapper {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
-moz-transform: translate(0%) translateZ(0) rotate(0deg);
-ms-transform: translate(0%) translateZ(0) rotate(0deg);
transform: translate(0%) translateZ(0) rotate(0deg);
opacity: 1;
} .magee-modal-effect-15 .magee-modal-content-wrapper {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.magee-modal-show.magee-modal-effect-15 .magee-modal-content-wrapper {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .popover {
border-radius: 0;
} .tooltip-inner {
border-radius: 0;
} .magee-expand{
cursor:pointer;
} .magee-icon-list {
margin: 0;
}
.magee-icon-list li {
list-style-type: none;
padding-bottom: .8em;
position: relative;
padding-left: 2em;
}
.magee-icon-list.icon-list-border li {
padding-top: .8em;
border-bottom: 1px solid #e5e5e5;
}
.magee-icon-list.icon-list-border li:last-child {
padding-top: .8em;
border-bottom: 0 !important;
}
.magee-icon-list li i {
text-align: center;
width: 1.6em;
height: 1.6em;
line-height: 1.6em;
position: absolute;
top: 0; left: 0;
}
.icon-list-border li i {
top: .8em;
}
.icon-list-border li img {
top: .8em;
}
.icon-list-primary li i{
color: #fdd200;
}
.icon-list-circle li i {
background-color: #ccc;
color: #fff;
border-radius: 50%;
}
.icon-list-primary.icon-list-circle li i {
background-color: #fdd200;
color: #fff;
} .divider {
margin-top: 30px;
margin-bottom: 30px;
position: relative;
}
.divider-inner {
width: 100%;
max-width: 100%!important;
display: table;
min-height: 1px;
}
.divider-border .divider-inner {
border: 0 solid #e5e5e5;
border-bottom-width: 1px;
height: 1px;
}
.divider-border.dashed .divider-inner {
border-style: dashed;
}
.divider-border.dotted .divider-inner {
border-style: dotted;
}
.divider-border.double-line .divider-inner {
height: 8px;
border-top-width: 1px;
border-bottom-width: 1px;
}
.divider-shadow .divider-inner {
position: relative;
background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -moz-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.divider-shadow .divider-inner:after {
display: block;
height: 5px;
width: 100%;
content: '';
background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
}
.divider-border.narrow {
width: 100px;
}
.divider-image .divider-inner {
background-image: url(//trost-renovehabitat.fr/wp-content/themes/onetone-pro/lib/magee-shortcodes-pro/assets/images/divider-2.png);
background-position: center center;
background-repeat: repeat-x;
height: 9px;
}
.divider-border .divider-inner.primary {
border-color: #fdd200;
}
.divider-border .divider-inner.light {
border-color: #fff;
}
.divider-border .divider-inner.dark {
border-color: #222;
}
.divider.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.divider-inner-item {
display: table-cell;
vertical-align: middle;
}
.divider-inner-icon {
width: 40px;
height: 40px;
}
.divider-inner-back-to-top {
width: 1px;
padding-left: 10px;
}
@media screen and (min-width: 640px) {
.divider-inner-title {
width: 50px;
white-space: nowrap;
}
.divider-title-left .divider-inner-title {
padding-right: 10px;
}
.divider-title-center .divider-inner-title {
padding: 0 10px;
}
.divider-title-right .divider-inner-title {
padding-left: 10px;
}
} .ss-style-dots::before {
bottom: 20px;
width: 14px;
height: 14px;
border-radius: 50%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #2072a7;
box-shadow: 30px 0 #2072a7, -30px 0 #2072a7;
} .ss-style-doubleline::before {
bottom: 30px;
width: 140px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #2072a7;
box-shadow: 0 30px 0 #2072a7;
} .ss-style-cross {
padding-bottom: 15em;
}
.ss-style-cross::before,
.ss-style-cross::after {
background: #2072a7;
bottom: 70px;
width: 200px;
height: 2px;
left: 50%;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.ss-style-cross::before {
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
}
.ss-style-cross::after {
-webkit-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
} .magee-section-separator {
position: absolute;
width: 100%;
left: 0;
background-color: inherit;
}
.magee-section-separator::before,
.magee-section-separator::after {
position: absolute;
content: '';
pointer-events: none;
}
.magee-section-separator svg {
position: absolute;
z-index: 2;
} .ss-triangle-up {
bottom: 100%;
}
.ss-triangle-down {
top: 100%;
}
.ss-triangle-up::before,
.ss-triangle-down::after {
left: 50%;
width: 40px;
height: 40px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
background-color: inherit;
}
.ss-triangle-up::before {
top: -20px;
}
.ss-triangle-down::after {
bottom: -20px;
} .ss-doublediagonal {
z-index: 1;
padding-top: 6em;
margin-bottom: -6em;
background-color: inherit;
bottom: 100%;
}
.ss-doublediagonal::before,
.ss-doublediagonal::after {
top: 0;
z-index: -1;
width: 100%;
height: 75%;
background: inherit;
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.ss-doublediagonal::before {
height: 50%;
background: rgba(0,0,0,.3);
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
-webkit-transform-origin: 3% 0;
transform-origin: 3% 0;
} .ss-halfcircle-up {
bottom: 100%;
}
.ss-halfcircle-down {
top: 100%;
}
.ss-halfcircle-up::before,
.ss-halfcircle-down::after {
left: 50%;
z-index: 2;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: inherit;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.ss-halfcircle-up::before {
top: -50px;
}
.ss-halfcircle-down::after {
bottom: -50px;
} .ss-bigtriangle-up {
bottom: 100%;
}
.ss-bigtriangle-down {
top: 100%;
}
.ss-bigtriangle-up svg,
.ss-bigtriangle-down svg {
pointer-events: none;
left: 0;
}
.ss-bigtriangle-up svg {
bottom: 0;
}
.ss-bigtriangle-down svg {
top: 0;
}
.ss-bigtriangle-up svg path,
.ss-bigtriangle-down svg path {
fill: #3498db;
stroke: #3498db;
stroke-width: 2;
} .ss-bighalfcircle-up {
bottom: 100%;
}
.ss-bighalfcircle-down {
top: 100%;
}
.ss-bighalfcircle-up svg {
left: 0;
bottom: 0;
}
.ss-bighalfcircle-down svg {
left: 0;
top: 0;
}
.ss-bighalfcircle-up svg path,
.ss-bighalfcircle svg path {
fill: #3498db;
stroke: #3498db;
} .ss-curl-up {
bottom: 100%;
}
.ss-curl-down {
top: 100%;
}
.ss-curl-up svg {
left: 0;
bottom: 0;
}
.ss-curl-down svg {
left: 0;
top: 0;
}
.ss-curl-up svg path,
.ss-curl-down svg path {
fill: #3498db;
stroke: #3498db;
} .ss-multitriangles-up {
bottom: 100%;
}
.ss-multitriangles-down {
top: 100%;
}
.ss-multitriangles-up::before,
.ss-multitriangles-down::after {
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
}
.ss-multitriangles-up::before {
top: -25px;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }
.ss-multitriangles-down::after {
bottom: -25px;
z-index: 10;
background: inherit;
box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; } .ss-roundedsplit-up {
padding-top: 2em;
bottom: 100%;
}
.ss-roundedsplit-up::before,
.ss-roundedsplit-up::after {
top: -70px;
left: 0;
z-index: 10;
width: 50%;
height: 70px;
background: inherit;
}
.ss-roundedsplit-up::before {
border-radius: 0 80px 0 0;
}
.ss-roundedsplit-up::after {
left: 50%;
border-radius: 80px 0 0 0;
} .ss-roundedcorners-down {
top: 100%;
}
.ss-roundedcorners-down::before {
top: 100%;
left: 0;
z-index: 10;
width: 100%;
height: 60px;
border-radius: 0 0 60px 60px;
background: inherit;
} .ss-invertedrounded {
height: 90px;
border-radius: 0 0 0 90px;
top: 100%;
z-index: 2;
}
.ss-invertedrounded::before {
top: 90px;
width: 100%;
height: 90px;
background-color: inherit;
z-index: 2;
}
.ss-invertedrounded::after {
top: 90px;
width: 100%;
background-color: #3498db;
height: 90px;
border-radius: 0 90px 0 0;
z-index: 3;
} .ss-boxes-up {
bottom: 100%;
}
.ss-boxes-down {
top: 100%;
}
.ss-boxes-up::before,
.ss-boxes-down:after {
left: 0;
width: 100%;
height: 50px;
background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #2980b9)); background-image: linear-gradient(to right, transparent 50%, #2980b9 50%); -webkit-background-size: 130px 100%;
background-size: 130px 100%;
}
.ss-boxes-up::before {
bottom: 0;
}
.ss-boxes-down::after {
z-index: 2;
top: 0;
} .ss-zigzag-up {
bottom: 100%;
}
.ss-zigzag-down {
top: 100%;
}
.ss-zigzag-up::before,
.ss-zigzag-down::after {
right: 0;
left: 0;
z-index: 3;
display: block;
height: 90px;
background-size: 50px 100%;
}
.ss-zigzag-up::before {
top: -90px;
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
background-image:
linear-gradient(315deg, #3498db 25%, transparent 25%),
linear-gradient( 45deg, #3498db 25%, transparent 25%);
background-position: 50%;
}
.ss-zigzag-down::after {
top: 100%;
background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, transparent));
background-image: 
linear-gradient(135deg, #3498db 25%, transparent 25%),
linear-gradient(225deg, #3498db 25%, transparent 25%);
background-position: 50%;
} .ss-foldedcorner {
top: 100%;
height: 100px;
background-color: inherit;
width: calc(100% - 100px);
z-index: 2;
}
.ss-foldedcorner::before,
.ss-foldedcorner::after {
bottom: 0;
width: 100px;
height: 100px;
}
.ss-foldedcorner::before {
right: -100px;
background-image: -webkit-linear-gradient(top left, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
background-image: linear-gradient(315deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.3) 50%, #FFF 50%);	
}
.ss-foldedcorner::after {
right: 0;
background-image: -webkit-linear-gradient(top left, transparent 50%, rgba(0,0,0,.1) 50%);
background-image: linear-gradient(315deg, rgba(0,0,0,.1) 50%, transparent 50%);
} .ss-stamp-up {
bottom: 100%;
}
.ss-stamp-down {
top: 100%;
}
.ss-stamp-up svg {
left: 0;
bottom: 0;
}
.ss-stamp-down svg {
left: 0;
top: 0;
}
.ss-curl-up svg path,
.ss-curl-down svg path {
fill: #3498db;
stroke: #3498db;
} .ss-clouds-up {
bottom: 100%;
}
.ss-clouds-down {
top: 100%;
}
.ss-clouds-up svg {
left: 0;
bottom: 0;
}
.ss-clouds-down svg {
left: 0;
top: 0;
}
.ss-clouds-up svg path,
.ss-clouds-down svg path {
fill: #3498db;
stroke: #3498db;
} .img-box {
overflow: hidden;
position: relative;
display: inline-block;
margin-bottom: -7px;
max-width: 100%;
}
.img-box .img-overlay {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
transition: all 0.1s ease;
-webkit-transition: all .1s ease;
}
.img-box .img-overlay.primary {
background-color: rgba(253,210,0,.7);
}
.img-box .img-overlay.dark {
background-color: rgba(0,0,0,.35);
}
.img-box .img-overlay.light {
background-color: rgba(255,255,255,.35);
}
.img-box:hover .img-overlay {
transition: all 0.1s ease;
-webkit-transition: all .5s ease;
}
.img-overlay-container {
display: table;
height: 100%;
width: 100%;
}
.img-box .img-overlay-content {
display: table-cell;
padding: 5px;
position: relative;
}
.img-overlay-total-link {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.img-overlay-content .entry-category {
position: relative;
z-index: 3;
}
.img-box.figcaption-middle .img-overlay-content {
vertical-align: middle;
}
.img-box.figcaption-top .img-overlay-content {
vertical-align: top;
}
.img-box.figcaption-bottom .img-overlay-content {
vertical-align: bottom;
}
.img-box.fade-in .img-overlay {
opacity: 0;
}
.img-box.fade-in:hover .img-overlay {
opacity: 1;
}
.img-box.from-left .img-overlay {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.img-box.from-left:hover .img-overlay {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.img-box.from-right .img-overlay {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.img-box.from-right:hover .img-overlay {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.img-box.from-top .img-overlay {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.img-box.from-top:hover .img-overlay {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.img-box.from-bottom .img-overlay {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.img-box.from-bottom:hover .img-overlay {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.img-box img {
transition: all 0.1s ease;
-webkit-transition: all .5s ease;
}
.img-box:hover img {
transition: all 0.1s ease;
-webkit-transition: all .5s ease;
}
.img-box.img-zoom-in:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.img-box.img-zoom-out img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.img-box.img-zoom-out:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}
.img-box.img-scroll-left img,
.img-box.img-scroll-right img {
width: calc(105%);
max-width: none;
}
.img-box.img-scroll-left img {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.img-box.img-scroll-left:hover img {
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
}
.img-box.img-scroll-right img {
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
}
.img-box.img-scroll-right:hover img {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.img-box .img-overlay-content i {
color: #fff;
font-size: 30px;
}
.img-box .img-overlay-icons i {
color: #3c3c3c;
margin: 0 10px;
width: 48px;
height: 48px;
font-size: 24px;
line-height: 48px;
background-color: #fdd200;
}
.img-box h3.img-overlay-title {
color: #fff;
} .img-frame {
overflow: hidden;
}
.img-frame.rounded {
border-radius: 5px;
}
.img-frame.circle {
border-radius: 50%;
}
.img-frame.border {
border: 6px solid #f5f5f5;
}
.img-frame.shadow {
box-shadow: 2px 2px 5px 0 #aaa;
} .magee-image-banner .img-box .img-overlay-content {
color: #fff;
}
.magee-image-banner .img-box .img-overlay-content {
padding: 15px;
}
.magee-image-banner .img-box:hover .img-overlay {
background-color: rgba(0,0,0,.35);
} .multi-carousel {
padding: 0;
position: relative;
}
.multi-carousel-inner {
overflow: hidden;
}
ul.multi-carousel-holder {
overflow: hidden;
margin-bottom: 0;
}
.multi-carousel-holder li.multi-carousel-item {
list-style-type: none;
float: left;
margin: 0;
padding: 0 15px;
}
.carousel-caption {
top: 10%;
bottom: auto;
}
.multi-carousel-nav .multi-carousel-nav-prev,
.multi-carousel-nav .multi-carousel-nav-next {
width: 30px;
height: 30px;
font: normal normal normal 30px/30px FontAwesome;
display: inline-block;
text-align: center;
color: #777;
opacity: .8;
background-color: transparent;
}
.multi-carousel-nav.style1 .multi-carousel-nav-prev,
.multi-carousel-nav.style1 .multi-carousel-nav-next {
position: absolute;
top: 50%;
margin-top: -15px;
}
.multi-carousel-nav.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-border .multi-carousel-nav-next {
border: 1px solid #777;
font: normal normal normal 14px/30px FontAwesome;
}
.multi-carousel-nav.light .multi-carousel-nav-prev,
.multi-carousel-nav.light .multi-carousel-nav-next {
border-color: #fff;
color: #fff;
}
.multi-carousel-nav.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-bg .multi-carousel-nav-next {
color: #fff;
background-color: rgba(0,0,0,.8);
font: normal normal normal 14px/30px FontAwesome;
}
.multi-carousel-nav.nav-square .multi-carousel-nav-prev,
.multi-carousel-nav.nav-square .multi-carousel-nav-next {
border-radius: 0;
}
.multi-carousel-nav.nav-rounded .multi-carousel-nav-prev,
.multi-carousel-nav.nav-rounded .multi-carousel-nav-next {
border-radius: 5px;
}
.multi-carousel-nav.nav-circle .multi-carousel-nav-prev,
.multi-carousel-nav.nav-circle .multi-carousel-nav-next {
border-radius: 50%;
}
.multi-carousel-nav.nav-lg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg .multi-carousel-nav-next {
width: 50px;
height: 50px;
font: normal normal normal 50px/50px FontAwesome;
}
.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-next {
font: normal normal normal 24px/50px FontAwesome;
}
.multi-carousel-nav.nav-xl .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl .multi-carousel-nav-next {
width: 70px;
height: 70px;
font: normal normal normal 70px/70px FontAwesome;
}
.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-next {
font: normal normal normal 34px/70px FontAwesome;
}
.multi-carousel-nav .multi-carousel-nav-prev:hover,
.multi-carousel-nav .multi-carousel-nav-next:hover {
opacity: 1;
}
.multi-carousel-nav .multi-carousel-nav-prev:before {
content: "\f104";
}
.multi-carousel-nav .multi-carousel-nav-next:before {
content: "\f105";
}
.multi-carousel-nav.style1 .multi-carousel-nav-prev {
left: 0;
}
.multi-carousel-nav.style1 .multi-carousel-nav-next {
right: 0;
}
.multi-carousel-nav.style2 {
margin: 10px 0 0;
text-align: center;
}
.multi-carousel-nav.style2 .multi-carousel-nav-prev,
.multi-carousel-nav.style2 .multi-carousel-nav-next {
margin: 0 2px;
}
.multi-carousel-nav.style3 {
}
.multi-carousel-nav.style3 {
margin: 0 0 10px;
border-bottom: 1px dotted #DDD;
width: 100%;
overflow: hidden;
padding-bottom: 10px;
text-align: right;
}
.multi-carousel-nav.style3 .multi-carousel-nav-prev,
.multi-carousel-nav.style3 .multi-carousel-nav-next {
margin: 0 2px;
}
ol.multi-carousel-indicators {
margin-bottom: 0;
bottom: 0;
}
.multi-carousel-indicators.style1 li {
border-color: #ddd;
}
.carousel-indicators .active {
background-color: #ddd;
}
.multi-carousel-nav-prev,
.multi-carousel-nav-next {
z-index:9;
}
.magee-carousel .owl-nav {
display:none;
}
.magee-carousel .owl-controls {
position: relative;
text-align: center;
height: auto;
margin-top: 0;
display: none;
}
.magee-carousel .owl-controls.style1,
.magee-carousel .owl-controls.style2,
.magee-carousel .owl-controls.style3,
.magee-carousel .owl-controls.style4 {
display: block;
}
.magee-carousel .owl-controls .owl-dot {
display: inline-block;
}
.magee-carousel .owl-controls .owl-dot span {
display: block;
width: 10px;
height: 10px;
margin: 25px 5px 0;
opacity: 0.4;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: #777;
overflow: hidden;
}
.magee-carousel .owl-controls .owl-dot.active span,
.magee-carousel .owl-controls.clickable .owl-page:hover span{
opacity: 1;
}
.magee-carousel .owl-controls.style2 .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 8px;
height: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.magee-carousel .owl-controls.style3 .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: transparent;
border: 1px solid #777;
width: 8px;
height: 8px;
}
.magee-carousel .owl-controls.style3 .owl-dot.active span,
.magee-carousel .owl-controls.clickable.style3 .owl-page:hover span{
opacity: 1;
background-color: #777;
}
.magee-carousel .owl-controls.style4 .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: transparent;
border: 1px solid #777;
width: 15px;
height: 5px;
margin: 25px 3px 0;
border-radius: 10px;
}
.magee-carousel .owl-controls.style4 .owl-dot.active span,
.magee-carousel .owl-controls.clickable.style4 .owl-page:hover span{
opacity: 1;
background-color: #777;
} .portfolio-box figcaption {
margin-bottom: 10px; }
.portfolio-box figcaption h3 {
margin: 0;
font-size: 18px;
padding: 20px 0 10px;
}
.portfolio-box figcaption ul {
display: inline-block;
margin-left: 0;
margin-bottom: 10px;
}
.portfolio-box figcaption li {
list-style-type: none;
float: left;
}
.portfolio-box figcaption li a {
}
.portfolio-box figcaption li + li::before {
content: "\, ";
}
.portfolio-img-box {
position: relative;
background-color: #fdd200;
}
.portfolio-info-box {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
}
.portfolio-img-box:hover .portfolio-info-box {
z-index: 9;
opacity: 1;
}
.portfolio-img-box:hover img {
opacity: .15;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
}
.portfolio-img-box .portfolio-icon-box {
position: absolute;
top: 50%; left: 0;
margin-top: -25px;
width: 100%;
text-align: center;
transform:translateY(-80px);
-webkit-transform:translateY(-80px);
-o-transform:translateY(-80px);
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
}
.portfolio-img-box:hover .portfolio-icon-box {
transform:translateY(0);
-webkit-transform:translateY(0);
-o-transform:translateY(0);
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
}
.portfolio-icon-box a {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 25px;
margin: 0 20px;
background-color: #fff;
font-size: 20px;
line-height: 50px;
} .portfolio-list-wrap {
position: relative;
margin: 0;
}
.portfolio-list-items {
overflow: hidden;
margin: 0 -15px;
}
.portfolio-box-wrap {
float: left;
padding: 0 15px 15px;
margin-bottom: 30px;
}
.portfolio-carousel .portfolio-box-wrap {
padding-bottom: 0;
}
.portfolio-list-filter .portfolio-box-wrap {
display:none;
}
.portfolio-list-wrap.full-width .portfolio-list-items {
margin: 0;
}
.portfolio-list-wrap.full-width .portfolio-box-wrap {
padding: 0;
margin-bottom: 0;
}
.portfolio-box .feature-img-box {
margin-bottom: 0;
}
.portfolio-box .entry-header {
margin: 0;
}
.portfolio-box .entry-title {
margin: 20px 0 0;
}
.portfolio-box .entry-meta {
margin: 10px 0 0;
}
.portfolio-box .entry-summary {
margin: 5px 0 0;
} .magee-blog-list-wrap .entry-box-wrap .entry-header a h4 {
color: #666;
margin: 0 0 10px;
}
.magee-blog-list-wrap .entry-box-wrap .entry-header a:hover h4 {
color: #fdd200;
}
.shortcode-blog-list-wrap .post-pagination-decoration{
height:auto;
position:static;
background-color:transparent;
}
.shortcode-blog-list-wrap .post-pagination-decoration li{
display: inline;
padding:5px;
}
.blog-timeline-icon {
font-size: 60px;
color: #ccc;
}
.blog-timeline-inner {
position: relative;
}
.blog-timeline-line {
position: absolute;
top: 0;
left: 30px;
margin-left: -1px;
height: 100%;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.blog-list-wrap.blog-timeline .entry-box-wrap {
width: 100%;
position: relative;
}
.blog-list-wrap.blog-timeline .entry-box-wrap:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #e5e5e5;
top: 55px;
left: 25px;
}
.blog-list-wrap.blog-timeline .entry-box {
border: 1px solid #ccc;
padding: 1px;
background-color: #fff;
position: relative;
box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
margin-bottom: 50px;
}
.blog-list-wrap.blog-timeline .entry-box:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 10px solid transparent;
top: 50px;
}
.blog-list-wrap.blog-timeline .entry-box:before {
border-right-color: #ccc;
left: 0;
margin-left: -21px;
}
.blog-list-wrap.blog-timeline .entry-box:after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 9px solid transparent;
top: 51px;
}
.blog-list-wrap.blog-timeline .entry-box:after {
border-right-color: #fff;
left: 0;
margin-left: -18px;
}
.blog-list-wrap.blog-timeline .entry-main {
padding: 10px 20px;
}
.blog-timeline-loading {
margin: 20px 0;
}
@media screen and (min-width: 768px) {
.blog-timeline-icon {
text-align: center;
}
.blog-timeline-line {
left: 50%;
}
.blog-list-wrap.blog-timeline .entry-box-wrap {
width: 50%;
}
.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
float: left;
padding-right: 10%;
}
.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
right: 0;
margin-right: -5px;
left: auto;
}
.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
float: right;
padding-left: 10%;
}
.blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
left: 0;
margin-left: -5px;
}
.blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
border-left-color: #ccc;
border-right-color: transparent;
left: auto;
right: 0;
margin-right: -21px;
margin-left: 0;
}
.blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
border-left-color: #fff;
border-right-color: transparent;
left: auto;
right: 0;
margin-right: -18px;
}
} .clients img {
opacity: .6;
}
.clients img:hover {
opacity: 1;
} .magee-contact-form .row {
margin: 0 -5px;
}
.magee-contact-form [class*="col-"] {
padding: 0 5px;
}
.magee-contact-form .input-group-addon {
padding: 10px;
}
.magee-contact-form .form-control {
padding: 20px;
margin-bottom: 0;
}
.magee-contact-form .form-group {
margin-bottom: 15px;
}
.magee-contact-form .input-group .form-control {
margin-bottom: 0;
}
.magee-contact-form .checkbox,
.magee-contact-form .radio {
margin: 0;
}
.magee-contact-form .input-group-addon:first-child {
border-radius: 0;
}
.magee-contact-form input:focus,
.magee-contact-form textarea:focus {
border-color: inherit;
}
.magee-contact-form input::-webkit-input-placeholder, 
.magee-contact-form textarea::-webkit-input-placeholder {
color: inherit;
opacity: .8;
}
.magee-contact-form input:-moz-placeholder, 
.magee-contact-form textarea:-moz-placeholder {
color: inherit;
opacity: .8;
}
.magee-contact-form.contact-form-custom input:focus,
.magee-contact-form.contact-form-custom textarea:focus {
box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}
.magee-contact-form.contact-form-line .form-control {
padding: 19px;
background-color: transparent;
border-width: 2px;
}
.magee-contact-form.contact-form-line input[type="submit"],
.magee-contact-form.contact-form-bg input[type="submit"] {
width: 100%;
}
.magee-contact-form.contact-form-line.dark {
color: #222;
}
.magee-contact-form.contact-form-line.light {
color: #fff;
}
.magee-contact-form.contact-form-line.dark .form-control {
border-color: #222;
color: #222;
}
.magee-contact-form.contact-form-line.light .form-control {
border-color: #fff;
color: #fff;
}
.magee-contact-form.contact-form-line input:focus,
.magee-contact-form.contact-form-line textarea:focus {
border-color: inherit;
}
.magee-contact-form.contact-form-line.dark input:focus,
.magee-contact-form.contact-form-line.dark textarea:focus {
border-color: inherit;
background-color: rgba(0,0,0,.1);
}
.magee-contact-form.contact-form-line.light input:focus,
.magee-contact-form.contact-form-line.light textarea:focus {
border-color: inherit;
background-color: rgba(255,255,255,.1);
}
.magee-contact-form.contact-form-bg .form-control {
border: none;
padding: 21px;
}
.magee-contact-form.contact-form-bg.dark .form-control {
background-color: #222;
color: #fff;
}
.magee-contact-form.contact-form-bg.light .form-control {
background-color: #fff;
color: #222;
}
.magee-contact-form input.form-control {
display:block;
padding: 0 20px!important;
height: 42px;
}
.notice-success {
color: green;
}
.notice-error {
color: red;
} .back-to-top {
position: fixed;
right: 10px;
bottom: 10px;
width: 48px;
height: 48px;
font: normal normal normal 20px/48px FontAwesome;
text-align: center;
color: #fff;
background-color: #aaa;
opacity: .5;
}
.back-to-top:hover {
color: #fff;
opacity: .8;
} .magee-flipbox-wrap {
position: relative;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
width: 100%;
}
.magee-flipbox {
position: relative;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-ms-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-o-transition: all .5s cubic-bezier(0.645,.045,.355,1);
transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.flipbox-back,
.flipbox-front {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-ms-transition: all .5s cubic-bezier(0.645,.045,.355,1);
-o-transition: all .5s cubic-bezier(0.645,.045,.355,1);
transition: all .5s cubic-bezier(0.645,.045,.355,1);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
left: 0;
top: 0;
height: 100%;
min-height: 100%;
width: 100%;
display: table;
table-layout: fixed;
}
.magee-flipbox-wrap.horizontal .flipbox-front {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
}
.magee-flipbox-wrap.horizontal:hover .flipbox-front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
visibility: hidden;
}
.magee-flipbox-wrap.horizontal .flipbox-back {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.magee-flipbox-wrap.horizontal:hover .flipbox-back {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 3;
}
.magee-flipbox-wrap.horizontal .horizontal-touchstart-front{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
visibility: hidden;
}
.magee-flipbox-wrap.horizontal .horizontal-touchstart-back{
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 3;	
}
.magee-flipbox-wrap.horizontal .horizontal-touchend-front{
-webkit-transform: rotateY(0deg)!important;
transform: rotateY(0deg)!important;
visibility: visible!important;
}
.magee-flipbox-wrap.horizontal .horizontal-touchend-back{
-webkit-transform: rotateY(-180deg)!important;
transform: rotateY(-180deg)!important;
}
.magee-flipbox-wrap.vertical .flipbox-front {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
z-index: 2;
}
.magee-flipbox-wrap.vertical:hover .flipbox-front {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
visibility: hidden;
}
.magee-flipbox-wrap.vertical .flipbox-back {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.magee-flipbox-wrap.vertical:hover .flipbox-back {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
z-index: 3;
}
.magee-flipbox-wrap.vertical .vertical-touchstart-front{
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
visibility: hidden;
}
.magee-flipbox-wrap.vertical .vertical-touchstart-back{
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
z-index: 3;	
}
.magee-flipbox-wrap.vertical .vertical-touchend-front{
-webkit-transform: rotateX(0deg)!important;
transform: rotateX(0deg)!important;
visibility: visible!important;
}
.magee-flipbox-wrap.vertical .vertical-touchend-back{
-webkit-transform: rotateX(180deg)!important;
transform: rotateX(180deg)!important;
}
.flipbox-content {
text-align: center;
vertical-align: middle;
display: table-cell;
width: 100%;
padding: 15px;
}
.magee-flipbox-wrap.slide-left:hover .flipbox-front{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity:0;
}
.magee-flipbox-wrap.slide-left .flipbox-back {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0; 
}
.magee-flipbox-wrap.slide-left:hover .flipbox-back{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-left .slide-left-touchstart-front{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity:0;
}
.magee-flipbox-wrap.slide-left .slide-left-touchstart-back{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-left .slide-left-touchend-front{
-webkit-transform: translateX(0)!important;
transform: translateX(0)!important;
opacity: 1!important; 
}
.magee-flipbox-wrap.slide-left .slide-left-touchend-back{
-webkit-transform: translateX(-50%)!important;
transform: translateX(-50%)!important;
opacity: 0!important; 
}
.magee-flipbox-wrap.slide-right:hover .flipbox-front{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity:0;
}
.magee-flipbox-wrap.slide-right .flipbox-back {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0; 
}
.magee-flipbox-wrap.slide-right:hover .flipbox-back{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-right .slide-right-touchstart-front{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity:0;
}
.magee-flipbox-wrap.slide-right .slide-right-touchstart-back{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-right .slide-right-touchend-front{
-webkit-transform: translateX(0)!important;
transform: translateX(0)!important;
opacity: 1!important; 
}
.magee-flipbox-wrap.slide-right .slide-right-touchend-back{
-webkit-transform: translateX(10%)!important;
transform: translateX(10%)!important;
opacity: 0!important; 
}
.magee-flipbox-wrap.slide-top:hover .flipbox-front{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity:0;
}
.magee-flipbox-wrap.slide-top .flipbox-back {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0; 
}
.magee-flipbox-wrap.slide-top:hover .flipbox-back{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-top .slide-top-touchstart-front{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity:0;
}
.magee-flipbox-wrap.slide-top .slide-top-touchstart-back{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-top .slide-top-touchend-front{
-webkit-transform: translateY(0)!important;
transform: translateY(0)!important;
opacity: 1!important; 
}
.magee-flipbox-wrap.slide-top .slide-top-touchend-back{
-webkit-transform: translateY(-50%)!important;
transform: translateY(-50%)!important;
opacity: 0!important; 
}
.magee-flipbox-wrap.slide-bottom:hover .flipbox-front{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity:0;
}
.magee-flipbox-wrap.slide-bottom .flipbox-back {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0; 
}
.magee-flipbox-wrap.slide-bottom:hover .flipbox-back{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-bottom .slide-bottom-touchstart-front{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity:0;
}
.magee-flipbox-wrap.slide-bottom .slide-bottom-touchstart-back{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1; 
}
.magee-flipbox-wrap.slide-bottom .slide-bottom-touchend-front{
-webkit-transform: translateY(0)!important;
transform: translateY(0)!important;
opacity: 1!important; 
}
.magee-flipbox-wrap.slide-bottom .slide-bottom-touchend-back{
-webkit-transform: translateY(50%)!important;
transform: translateY(50%)!important;
opacity: 0!important; 
}
.magee-flipbox-wrap.flip-bottom .flipbox-back {
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(-270deg);
-moz-transform: rotateX(-270deg);
-ms-transform: rotateX(-270deg);
-o-transform: rotateX(-270deg);
transform: rotateX(-270deg);
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.magee-flipbox-wrap.flip-bottom:hover .flipbox-back{
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.magee-flipbox-wrap.flip-bottom .flip-bottom-touchstart-back{
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.magee-flipbox-wrap.flip-bottom .flip-bottom-touchend-back{
-webkit-transform-origin: 0% 100%!important;
-moz-transform-origin: 0% 100%!important;
-ms-transform-origin: 0% 100%!important;
-o-transform-origin: 0% 100%!important;
transform-origin: 0% 100%!important;
-webkit-transform: rotateX(-270deg)!important;
-moz-transform: rotateX(-270deg)!important;
-ms-transform: rotateX(-270deg)!important;
-o-transform: rotateX(-270deg)!important;
transform: rotateX(-270deg)!important;
-webkit-backface-visibility: visible!important;
-moz-backface-visibility: visible!important;
-o-backface-visibility: visible!important;
backface-visibility: visible!important;
}
.magee-flipbox-wrap.flip-top .flipbox-back {
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(270deg);
-moz-transform: rotateX(270deg) ;
-ms-transform: rotateX(270deg)  ;
-o-transform: rotateX(270deg)  ;
transform: rotateX(270deg) ;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.magee-flipbox-wrap.flip-top:hover .flipbox-back{
-webkit-transform: rotateX(0deg) ;
-moz-transform: rotateX(0deg) ;
-ms-transform: rotateX(0deg) ;
-o-transform: rotateX(0deg) ;
transform: rotateX(0deg) ;
}
.magee-flipbox-wrap.flip-top .flip-top-touchstart-back{
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.magee-flipbox-wrap.flip-top .flip-top-touchend-back{
-webkit-transform-origin: 0% 0%!important;
-moz-transform-origin: 0% 0%!important;
-ms-transform-origin: 0% 0%!important;
-o-transform-origin: 0% 0%!important;
transform-origin: 0% 0%!important;
-webkit-transform: rotateX(270deg)!important;
-moz-transform: rotateX(270deg)!important;
-ms-transform: rotateX(270deg)!important;
-o-transform: rotateX(270deg)!important;
transform: rotateX(270deg)!important;
-webkit-backface-visibility: visible!important;
-moz-backface-visibility: visible!important;
-o-backface-visibility: visible!important;
backface-visibility: visible!important;
}
.magee-flipbox-wrap.flip-left .flipbox-back {
-moz-transform-origin: 0%;
-ms-transform-origin: 0%;
-o-transform-origin: 0%;
-webkit-transform-origin: 0%;
transform-origin: 0%;
-webkit-transform: rotateY(-270deg);
-moz-transform: rotateY(-270deg);
-ms-transform: rotateY(-270deg);
-o-transform: rotateY(-270deg);
transform: rotateY(-270deg);
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.magee-flipbox-wrap.flip-left:hover .flipbox-back{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.magee-flipbox-wrap.flip-left .flip-left-touchstart-back{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.magee-flipbox-wrap.flip-left .flip-left-touchend-back{
-webkit-transform-origin: 0% !important;
-moz-transform-origin: 0% !important;
-ms-transform-origin: 0%!important;
-o-transform-origin: 0% !important;
transform-origin: 0% !important;
-webkit-transform: rotateY(-270deg)!important;
-moz-transform: rotateY(-270deg)!important;
-ms-transform: rotateY(-270deg)!important;
-o-transform: rotateY(-270deg)!important;
transform: rotateY(-270deg)!important;
-webkit-backface-visibility: visible!important;
-moz-backface-visibility: visible!important;
-o-backface-visibility: visible!important;
backface-visibility: visible!important;
}
.magee-flipbox-wrap.flip-right .flipbox-back {
-moz-transform-origin: 100%;
-ms-transform-origin: 100%;
-o-transform-origin: 100%;
-webkit-transform-origin: 100%;
transform-origin: 100%;
-webkit-transform: rotateY(270deg);
-moz-transform: rotateY(270deg);
-ms-transform: rotateY(270deg);
-o-transform: rotateY(270deg);
transform: rotateY(270deg);
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
.magee-flipbox-wrap.flip-right:hover .flipbox-back{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.magee-flipbox-wrap.flip-right .flip-right-touchstart-back{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.magee-flipbox-wrap.flip-right .flip-right-touchend-back{
-webkit-transform-origin: 100% !important;
-moz-transform-origin: 100% !important;
-ms-transform-origin: 100%!important;
-o-transform-origin: 100% !important;
transform-origin: 100% !important;
-webkit-transform: rotateY(270deg)!important;
-moz-transform: rotateY(270deg)!important;
-ms-transform: rotateY(270deg)!important;
-o-transform: rotateY(270deg)!important;
transform: rotateY(270deg)!important;
-webkit-backface-visibility: visible!important;
-moz-backface-visibility: visible!important;
-o-backface-visibility: visible!important;
backface-visibility: visible!important;
} .magee-icon {
margin-right: 10px;
margin-bottom: 10px;
}
.magee-icon:last-child {
margin-right: 0;
}
.magee-icon {
}
.magee-icon.square {
border-radius: 0;
}
.magee-icon.rounded {
border-radius: 5px;
}
.magee-icon.circle {
border-radius: 50%;
}
.magee-icon.icon-boxed {
width: 2em;
height: 2em;
line-height: 2;
text-align: center;	
color: #fff;
background-color: #f5f5f5;
border: 1px solid transparent;
}
.magee-icon.icon-3d {
box-shadow: 0 2px 0 0 #e5e5e5;
}
.magee-fa-icon {
font-size: inherit;
}
.magee-fa-icon.icon-boxed {
font-size: inherit;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;	
color: #fff;
background-color: #777;
border: 0;
border-radius: 5px;
} .magee-section {
position: relative;
-webkit-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.fullheight {
min-height: 100vh;
display:table;
width: 100%;
}
.magee-section.fullheight .section-content {
display: table-cell;	
width: 100%;
position: relative;
overflow: hidden;
}
.magee-section.verticalmiddle .section-content {
vertical-align: middle;
}
.magee-section .background-media,
.magee-section .background-overlay {
position: absolute;
width: 100%;
left: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.magee-section .background-media {
}
.magee-section .background-overlay {
}
.magee-section .container,
.magee-section .container-fullwidth {
} .gmnoprint img {
max-width: none;
} .magee-slider .item img {
width: 100%;
}
.magee-slider .carousel-control span {
position: absolute;
top: 40%;
}
.magee-slider .carousel-indicators {
display: none;
} .magee-heading {
border-color: #555;
}
.magee-heading .heading-inner {
display: inline-block;
border-style: solid;
border-color: inherit;
}
.magee-heading.heading-default .heading-inner {
}
.magee-heading.heading-border .heading-inner {
padding: 5px 0;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 0!important;
border-right-width: 0!important;
}
.magee-heading.heading-boxed .heading-inner {
padding: 10px;
border-width: 2px;
}
.magee-heading.heading-boxed-reverse {
color: #fff;
}
.magee-heading.heading-boxed-reverse .heading-inner {
padding: 10px;
box-shadow: 0 0 0 2px #fff inset;
border-width: 2px;
background-color: #555;	
}
.magee-heading.heading-doubleline {
overflow: hidden;
}
.magee-heading.heading-doubleline .heading-inner {
position: relative;
z-index: 9;
}
.magee-heading.heading-doubleline .heading-inner:before,
.magee-heading.heading-doubleline .heading-inner:after {
content: "";
position: absolute;
width: 2000px;
height: 12px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0!important;
border-right-width: 0!important;
border-style: solid;
border-color: inherit;
top: 50%;
margin-top: -6px;
z-index: -1;
}
.magee-heading.heading-doubleline .heading-inner:before {
right: 100%;
margin-right: 10px;
}
.magee-heading.heading-doubleline .heading-inner:after {
left: 100%;
margin-left: 10px;
}
.magee-heading.heading-charactershadow .heading-inner {
position: relative;
z-index: 9;
padding: 2em 0 1em;
}
.magee-heading.heading-charactershadow .heading-inner:before {
content: "T";
position: absolute;
top: 0; 
z-index: -1;
color: inherit;
opacity: .2;
font-size: 4em;
width: 100%;
} .table,
.table th,
.table td {
border-width: 0;
}
.table.table-bordered {
border-width: 1px;
}
.magee-table .table thead th {
background-color: #fdd200;
color: #fff;
border-bottom-width: 0;
} .img-side {
padding: 0px;
position: absolute;
top: 0px;
height: 100%;
overflow: hidden;
z-index: 100;
}
.img-side.img-right {
right: 0;
}
.img-side.img-left {
left: 0;
} .magee-twitter-feed {
list-style-type: none;
margin: 0;
}
.magee-twitter-feed li {s
list-style-type: none;
font-style: italic;
margin: 0 0 12px 0;
padding: 0 0 0 25px;
position: relative;
}
.magee-twitter-feed li:before {
position: absolute;
font: normal normal normal 20px/25px FontAwesome;
content: "\f099";
left:0; top:0;
}
.magee-twitter-feed li span {
display: block;
font-size: .8em;
font-style: normal;
} .magee-label {
background-color: #fdd200;
} .video-wrap {
width: 100%;
}
.video-wrap iframe {
width: 100%;
height: 100%;
} .magee-wheather-box {
background-color: #fdd200;
color: #fff;
padding: 10px;
}
.magee-wheather-box h2 {
color: #fff;
margin-top: 0;
margin-bottom: 5px;
}
.magee-wheather .w-today {
width: 100%;
overflow: hidden;
}
.magee-wheather .w-icon-wrap {
float: right;
width: 50%;
text-align: center;
}
.magee-wheather .w-icon-wrap i {
font-size: 3.4em;
line-height: 1.5;
}
.magee-wheather .w-icon-wrap .w-text {
margin-bottom: 0;
margin-top: 5px;
}
.magee-wheather .w-temp {
float: left;
width: 50%;
text-align: center;
font-size: 4em;
line-height: 1.5;
margin-bottom: 0;
}
.magee-wheather .w-temp sup {
opacity: .8;
font-size: 60%;
}
.magee-wheather-box {
background-color: #fdd200;
color: #fff;
padding: 10px;
font-size: inherit;
}
.magee-wheather-box h2 {
color: #fff;
margin-top: 0;
margin-bottom: 5px;
}
.magee-wheather .w-today {
width: 100%;
overflow: hidden;
}
.magee-wheather .w-icon-wrap {
float: right;
width: 50%;
text-align: center;
}
.magee-wheather .w-icon-wrap i {
font-size: 3.4em;
line-height: 1.5;
}
.magee-wheather .w-icon-wrap .w-text {
margin-bottom: 0;
margin-top: 5px;
font-size: inherit;
}
.magee-wheather .w-temp {
float: left;
width: 50%;
text-align: center;
font-size: 4em;
line-height: 1.5;
margin-bottom: 0;
}
.magee-wheather .w-temp sup {
opacity: .8;
font-size: 60%;
}
.magee-wheather .w-detail {
overflow: hidden;
width: 100%;
}
.magee-wheather p.w-day {
font-weight: 700;
font-size: inherit;
}
.magee-wheather .w-detail ul {
width: 33%;
float: left;
list-style-type: none;
margin: 0;
}
.magee-wheather .w-detail li {
display: block;
line-height: 24px;
}
.magee-wheather .w-forecasts {
width: 100%;
margin-top: 15px;
border:0;
table-layout: auto;
border-collapse: collapse;
}
.magee-wheather .w-forecasts tr {
border-top: 1px solid rgba(255,255,255,.15);
}
.magee-wheather .w-forecasts td {
border: 0;
padding: 5px 0;
font-weight: 700;
color: #fff;
}
.magee-wheather .w-forecasts td+td {
min-width: 40px;
text-align: center;
font-weight: 400;
}@color-main: #963;
.text-primary {
color: @color-main;
}
.text-muted {
color: #777;
}
.text-light {
color: #fff;
}
a {
color: @color-main;
}
a:active,
a:hover {
color: @color-main;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
color: @color-main;
}
mark,
ins {
background: @color-main;
}
::selection {
background: @color-main;
}
::-moz-selection {
background: @color-main;
}
.site-nav > ul > li.current > a {
color: @color-main;
}
@media screen and (min-width: 920px) {
.site-nav > ul > li:hover > a {
color: @color-main;
}
.overlay .main-header .site-nav > ul > li:hover > a {
border-color: #fff;
}
.side-header .site-nav > ul > li:hover > a {
border-right-color: @color-main;
}
.side-header-right .site-nav > ul > li:hover > a {
border-left-color: @color-main;
}
}
.blog-list-wrap .entry-header:after {
background-color: @color-main;
}
.entry-meta a:hover,
.entry-footer a:hover {
color: @color-main;
}
.entry-footer li a:hover {
border-color: @color-main;
}
.post-attributes h3:after {
background-color: @color-main;
}
.post-pagination li a:hover {
border-color: @color-main;
color: @color-main;
}
.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: inherit;
}
a .entry-title:hover {
color: @color-main;
}
.widget-title:after {
background-color: @color-main;
}
.widget_nav_menu li.current-menu-item a {
border-right-color: @color-main;
}
.breadcrumb-nav a:hover {
color: @color-main;
}
.entry-meta a:hover {
color: @color-main;
}
.widget-box a:hover {
color: @color-main;
}
.post-attributes a:hover {
color: @color-main;
}
.post-pagination a:hover,
.post-list-pagination a:hover {
color: @color-main;
} .portfolio-box:hover .portfolio-box-title {
background-color: @color-main;
} .text-primary {
color: @color-main;
}
.magee-dropcap {
color: @color-main;
}
.dropcap-boxed {
background-color: @color-main;
color: #fff;
}
.magee-highlight {
background-color: @color-main;
}
.comment-reply-link {
color: @color-main;
}
.btn-normal,
a.btn-normal,
.magee-btn-normal,
a.magee-btn-normal {
background-color: @color-main;
color: #fff;
}
.btn-normal:hover,
.magee-btn-normal:hover,
.btn-normal:active,
.magee-btn-normal:active,
.comment-reply-link:active,
.btn-normal:focus,
.magee-btn-normal:focus,
.comment-reply-link:focus {
background-color: darken(@color-main,5%);
color: #fff;
}
.magee-btn-normal.btn-line {
background-color: transparent;
color: @color-main;
border-color: @color-main;
}
.magee-btn-normal.btn-line:hover,
.magee-btn-normal.btn-line:active,
.magee-btn-normal.btn-line:focus {
background-color: rgba(255,255,255,.1);
}
.magee-btn-normal.btn-3d {
box-shadow: 0 3px 0 0 darken(@color-main,10%);
}
.icon-box.primary {
color: @color-main;
}
.portfolio-list-filter li a:hover,
.portfolio-list-filter li.active a,
.portfolio-list-filter li span.active a {
background-color: @color-main;
color: #fff;
}
.magee-tab-box.tab-line ul > li.active > a {
border-bottom-color: @color-main;
}
.panel-primary {
border-color: @color-main;
}
.panel-primary .panel-heading {
background-color: @color-main;
border-color: @color-main;
}
.pricing-top-icon {
color: @color-main;
}
.magee-pricing-box.featured .panel-heading {
background-color: @color-main;
}
.pricing-tag .currency {
color: @color-main;
}
.pricing-tag .price {
color: @color-main;
}
.pricing-box-flat.featured {
background-color: @color-main;
color: #fff;
}
.person-vcard .person-title:after {
background-color: @color-main;
}
.person-social li a:hover {
color: @color-main;
}
.person-social.boxed li a:hover {
color: #fff;
background-color: @color-main;
}
.magee-progress-box .progress-bar {
background-color: @color-main;
}
.counter-top-icon {
color: @color-main;
}
.counter:after {
background-color: @color-main;
}
.timeline-year {
background-color: @color-main;
}
.timeline-year:after {
border-top-color: @color-main;
}
@media (min-width: 992px) {
.magee-timeline:before {
background-color: @color-main;
}
.magee-timeline > ul > li:before {
background-color: @color-main;
}
.magee-timeline > ul > li:last-child:before {
background-image: -moz-linear-gradient(left, @color-main 0%, @color-main 70%, #fff 100%); 
background-image: -webkit-gradient(linear, left top, right top, from(@color-main), color-stop(0.7, @color-main), to(#fff)); 
background-image: -webkit-linear-gradient(left, @color-main 0%, @color-main 70%, #fff 100%); 
background-image: -o-linear-gradient(left, @color-main 0%, @color-main 70%, #fff 100%);
}
}
.icon-list-primary li i{
color: @color-main;
}
.icon-list-primary.icon-list-circle li i {
background-color: @color-main;
color: #fff;
}
.divider-border .divider-inner.primary {
border-color: @color-main;
}
.img-box .img-overlay.primary {
background-color: fade(@color-main, 70%); 
}
.img-box .img-overlay-icons i {
background-color: @color-main;
}
.portfolio-img-box {
background-color: @color-main;
}
.tooltip-text {
color: @color-main;
}
.magee-table .table thead th {
background-color: @color-main;
}
@media screen and (min-width: 920px) {
.site-nav.style1 > ul > li.current > a > span,
.site-nav.style1 > ul > li > a:hover > span {
background-color: @color-main;
}
.site-nav.style2 > ul > li.current > a > span,
.site-nav.style2 > ul > li > a:hover > span {
border-color: @color-main;
}
.site-nav.style3 > ul > li.current > a > span,
.site-nav.style3 > ul > li > a:hover > span {
border-bottom-color: @color-main;
}
} .woocommerce span.onsale {
background-color: @color-main;
}
.woocommerce span.onsale:before {
border-top-color: @color-main;
border-bottom-color: @color-main;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
color: @color-main;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: @color-main;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: darken(@color-main,5%);
}
p.woocommerce.product ins,
.woocommerce p.product ins,
p.woocommerce.product .amount,
.woocommerce p.product .amount,
.woocommerce .product_list_widget ins,
.woocommerce .product_list_widget .amount,
.woocommerce .product-price ins,
.woocommerce .product-price .amount,
.product-price .amount,
.product-price ins {
color: @color-main;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: @color-main;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: @color-main;
}
.woocommerce.style2 .widget_price_filter .ui-slider .ui-slider-range {
background-color: #222;
}
.woocommerce.style2 .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #222;
}
.woocommerce p.stars a:before {
color: @color-main;
}.section-subtitle{
text-align:center;
padding-bottom: 30px;
}
.section-title.no-subtitle{
padding-bottom:30px;
}
section.verticalmiddle .section-content {
vertical-align: middle;
}
section.fullheight .section-content {
display: table-cell;
width: 100%;
position: relative;
overflow: hidden;
}
.home-section-1 .magee-heading{
font-size:64px;
font-weight:400;
margin-top:0;
margin-bottom:30px;
color: #fff;
border-color: #fff;
text-align: center;
}
.home-section-1 .heading-border .heading-inner {
border-width: 1px;
}
.home-section-1 .heading-doubleline .heading-inner:before,
.home-section-1 .heading-doubleline .heading-inner:after {
border-color: #fff;
border-width: 1px;
}
.home-container .row.no-margin,
.home-container .row.no-margin > [class*="col-md"] {
margin: 0!important;
}
.img-box .img-overlay-icons i{
color:#ffffff;
}