@charset "utf-8";
/* CSS Document */
@media screen and (max-width:999px){

nav:not(.mm-menu){
	display: none;
}
.menu-mobile{
	text-align: left;
	float:left;
	z-index:10;
	margin-top:10px;
	position:relative;
    font-family: 'open_sansbold';
    font-size: 15px;
}
.menu-mobile{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 47px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 57px;
}
.menu-mobile.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.menu-mobile .menu-mobile a{
	background: center center no-repeat transparent;
	background-image:url(../images/mob.png);
	display: block;
	width: 30px;
	height: 29px;
	top: 0;
	right: 0px;
	float:left;
	text-decoration:none;
}

body{
	margin: 0px;
	background: #FFF;
}

.container_24{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.banner{
    display: none;
}   

.header{
    float: left;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #FFF;
    position: relative;
    border-bottom: 1px solid rgba(141, 138, 135, 0.3);
}
.header .logo{
    float: left;
    width: 100%;
    margin-top: -50px;
    text-align: center;
}
.header .logo img{
    width: 60px;
}
.header .logo2{
    display: none;
}
.header .logo2 img{
    width: 100px;
}

.bahasamob{
    float: right;
    margin-top: -38px;
}
.bahasamob img{
    margin-right: 5px;
}
.bahasamob img.active{
    opacity: 0.5;
}

.menu, #cssmenu{
    display: none;
}

.abouthome{
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #800000;
    font-family: 'open_sansregular';
}
.abouthome h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    font-family: 'open_sanssemibold';
    margin-bottom: 20px;
}
.abouthome .text{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 1.7em;
}

.practicehome{
    float: left;
    width: 100%;
    min-height: 550px;
    overflow: hidden;
    background: #000;
    font-family: 'open_sansregular';
    text-align: center;
    position: relative;
}
.practicehome .back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.practicehome h1{
    float: left;
    width: 56%;
    padding: 2%;
    margin-left: 20%;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: 'open_sanssemibold';
    -webkit-box-shadow: inset 0px 0px 0px 2px #FFF;
    -moz-box-shadow: inset 0px 0px 0px 2px #FFF;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 5px;
}
.practicehome .text{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 1.7em;
}

.newshome{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/back2.png) #FFF;
    font-family: 'open_sansregular';
}
.newshome h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #444444;
    font-family: 'open_sanssemibold';
    margin-bottom: 20px;
}
.newshome .box{
    float: left;
    width: 48%;
    margin: 1%;
    height: 220px;
    overflow: hidden;
}
.newshome .box .pic{
    float: left;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
}
.picfull {object-fit: cover;}
.newshome .box .pic img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.newshome .box:hover .pic img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newshome .box h1.judul{
    float: left;
    width: 100%;
    color: #444444;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
}
.newshome a.view{
    font-family: 'open_sansbold';
    float: left;
    width: 56%;
    padding: 2%;
    margin-left: 20%;
    text-align: center;
    font-size: 16px;
    color: #aaaaa9;
    margin-top: 20px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #aaaaa9;
    -moz-box-shadow: inset 0px 0px 0px 2px #aaaaa9;
    box-shadow: inset 0px 0px 0px 2px #aaaaa9;
    border-radius: 5px;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.newshome a.view:hover{
    background: rgba(170, 170, 169, 0.2);
}

.clienthome{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #FFF;
    font-family: 'open_sanssemibold';
}
.clienthome h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #444444;
    margin-bottom: 20px;
    font-family: 'open_sanssemibold';
}
.clienthome .box{
    float: left;
    width: 95%;
    margin: 2.5%;
    height: 100px;
}
.piclogo {object-fit: cover;}
.piclogo2 {object-fit: contain;}
.clienthome .box img{
    width: 100%;
    height: 100%;
}

.konten{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 60px;
    background: #FFF;
    font-family: 'open_sansregular';
}
.konten h1{
    float: left;
    width: 100%;
    font-size: 22px;
    color: #444444;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
}
.konten .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444444;
    line-height: 1.7em;
    margin-bottom: 30px;
    text-align: left;
}
.konten .text p{
    padding-bottom: 10px;
}
.konten .text li{
    padding-left: 5px;
    margin-left: 15px;
}

/* Style the tab */
.tab {
    display: none;
}
/* Style the buttons inside the tab */
.tab button {
    display: none;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #FFF;
}
/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #FFF;
}
/* Style the tab content */
.tabcontent {
    display: none;
}
.tabcontent p{
    display: none;
}
.tabcontent li{
    display: none;
}
.accordion {
    margin-top: -1px;
    background: #f8f8f8;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'open_sanssemibold';
    font-weight: bold;
    font-size: 14px;
    transition: 0.4s;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
    box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
}
.active, .accordion:hover {
    background-color: #FFF;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}
.panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    font-size: 14px;
    font-family: 'open_sansregular';
    line-height: 1.7em;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
    box-shadow: inset 0px 0px 0px 1px rgba(232,232,232,1);
    margin-top: -1px;
}
.panel p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel li{
    margin-left: 15px;
    padding-left: 5px;
}
.panel ul{
    margin-bottom: 20px;
}

.kategori_partner{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.kategori_partner .link{
    float: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    color: #FFF;
    background: #444;
    font-family: 'open_sanssemibold';
    font-size: 13px;
}
.kategori_partner .link:hover, .kategori_partner .link.active{
    background: #800000;
}

.boxpartner{
    float: left;
    width: 98%;
    overflow: hidden;
    margin: 1%;
    margin-bottom: 30px;
}
.boxpartner .pic{
    float: left;
    width: 94%;
    padding: 3%;
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}
.boxpartner .pic img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.boxpartner .pic:hover img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.boxpartner .caption{
    float: left;
    width: 100%;
    overflow: hidden;
}
.boxpartner .caption h1.nama{
    float: left;
    width: 100%;
    font-family: 'open_sanssemibold';
    color: #44445f;
    font-size: 17px;
    margin-bottom: 5px;
}
.boxpartner .caption h2.pos{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #868686;
    font-size: 13px;
    margin-bottom: 15px;
}
.boxpartner .caption .text{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dd232c;
    border-bottom: 1px solid #dd232c;
    font-family: 'open_sansregular';
    color: #44445f;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 15px;
}
.boxpartner .caption a.see{
    float: left;
    font-family: 'open_sansregular';
    color: #dd232c;
    font-size: 12px;
    font-style: italic;
}
.boxpartner .caption a.see:hover{
    text-decoration: underline;
}

.boxpartner2{
    float: left;
    width: 100%;
    overflow: hidden;
}
.boxpartner2 .pic{
    float: left;
    width: 95%;
    height: 400px;
    padding: 2.5%;
    background: #f8f8f8;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.boxpartner2 .pic img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.boxpartner2 .pic:hover img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.boxpartner2 .caption{
    float: left;
    width: 100%;
    overflow: hidden;
}
.boxpartner2 .caption h1.nama{
    float: left;
    width: 100%;
    font-family: 'open_sanssemibold';
    color: #44445f;
    font-size: 17px;
    margin-bottom: 5px;
}
.boxpartner2 .caption h2.pos{
    float: left;
    width: 100%;
    font-family: 'Verdana';
    color: #868686;
    font-size: 13px;
    margin-bottom: 20px;
}
.boxpartner2 .caption .text{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #44445f;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 50px;
}
.boxpartner2 .caption .text li{
    padding-left: 0px;
    margin-left: 20px;
}
.boxpartner2 .caption .award{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-top: 1px solid #dd232c;
    border-bottom: 1px solid #dd232c;
}
.boxpartner2 .caption .award .box{
    float: left;
    width: 90%;
    margin: 5%;
    height: 70px;
}
.boxpartner2 .caption .award .box img{
    width: 100%;
    height: 100%;
}

.client{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}
.picclient {object-fit: cover;}
.client .boxclient{
    float: left;
    width: 48%;
    height: 150px;
    overflow: hidden;
    margin: 1%;
    font-family: 'open_sansbold';
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
}
.client .boxclient .pic{
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.client .boxclient .pic img{
    width: 100%;
    height: 100%;
}
.client .boxclient .pic .back{
    opacity: 0;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.client .boxclient .pic:hover .back{
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.client .boxclient .pic:hover .back img{
    width: 48px;
    height: 48px;
    margin-top: 20%;
}
.client .boxclient h1{
    float: left;
    width: 100%;
    height: 40px;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
}

.news{
    float: left;
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}
.news .side{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.news .side .boxnews{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.news .side .boxnews .pic{
    float: left;
    width: 95%;
    padding: 2.5%;
    background: #f8f8f8;
    overflow: hidden;
}
.news .side .boxnews .pic img{
    width: 100%;
    height: 100%;
}
.news .side .boxnews .side2{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.news .side .boxnews .side2 .date{
    float: left;
    padding: 5px;
    background: #ddd;
    font-family: 'open_sansregular';
    color: #444444;
    font-size: 11px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .side .boxnews .side2 h1.judul{
    float: left;
    width: 100%;
    font-family: 'open_sanssemibold';
    color: #444444;
    font-size: 15px;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.news .side .boxnews .side2 .text{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #44445f;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 20px;
}
.news .side .boxnews .side2 a.see{
    float: left;
    font-family: 'open_sansregular';
    color: #dd232c;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 5px;
}
.news .side .boxnews .side2 a.see:hover{
    text-decoration: underline;
}
.news .side .detail{
    float: left;
    width: 100%;
}
.news .side .detail .picdetail{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news .side .detail .picdetail img{
    width: 100%;
}
.news .side .detail .text{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #44445f;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 20px;
}
.news .side .detail .text p{
    padding-top: 15px;
}
.news .side .detail .text li{
    padding-left: 5px;
    margin-left: 18px;
}

.news .sidecat{
    float: left;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.news .sidecat h1.judul{
    float: left;
    width: 100%;
    font-family: 'open_sanssemibold';
    color: #444444;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
}
.news .sidecat .input{
    float: left;
    width: 96%;
    height: 35px;
    padding-left: 3%;
    font-family: 'open_sansregular';
    color: #444444;
    font-size: 14px;
    margin-bottom: 35px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    -moz-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
}
.news .sidecat a.linkmore{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #dd232c ;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
.news .sidecat a.linkmore:hover{
    text-decoration: underline;
}

.contact{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.contact .map{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.contact .map h1.title{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'open_sansregular';
    color: #444;
    font-size: 18px;
    margin-bottom: 5px;
}
.contact .map .box{
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.contact .address h1.title{
    float: left;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-family: 'open_sanssemibold';
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
}
.contact .address{
    float: left;
    width: 100%;
    overflow: hidden;
}
.contact .address .box{
    float: left;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    background: #e6e7e9;
}
.contact .address .box .area{
    float: left;
    width: 90%;
    margin: 5%;
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 1.7em;
    color: #000;
}
.contact .address .box .area strong{
    font-weight: bold;
}
.contact .address .box .area p{
    padding-bottom: 10px;
}
.contact .form{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.contact .side{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #444;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px;
}
.contact .side h1{
    float: left;
    width: 100%;
    font-family: 'open_sanssemibold';
    color: #444444;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
}
.contact .side2{
    float: left;
    width: 100%;
}
.contact .side2 .input{
    float: left;
    width: 98%;
    height: 35px;
    padding-left: 1%;
    font-family: 'open_sansregular';
    color: #444444;
    font-size: 14px;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    -moz-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
}
.contact .side2 textarea{
    float: left;
    width: 98%;
    height: 100px;
    padding-top: 1%;
    padding-left: 1%;
    font-family: 'open_sansregular';
    color: #444444;
    font-size: 14px;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    -moz-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
}
.contact .side2 .submit{
    float: left;
    font-family: 'open_sansbold';
    color: #FFF;
    font-size: 15px;
    margin-top: 10px;
    border: none;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    background: #800000;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea.tex,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea.tex:focus{
    -moz-box-shadow: 0 0 2px #800000;
    -webkit-box-shadow: 0 0 2px #800000;
    box-shadow: 0 0 2px #800000;
    border: 0.5px solid #800000;
}
.form-style-1 input:required{
    background: #FFF;
}
.form-style-1 textarea.tex:required{
    background: #FFF;
}

.footer{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #800000;
    font-family: 'open_sansregular';
    color: #FFF;
    font-size: 14px;
    line-height: 1.7em;
}
.footer .side{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.footer .side p{
    padding-bottom: 15px;
}
.footer .side2{
    float: left;
    width: 100%;
}
.footer .side2 img.sosmed{
    float: left;
    width: 40px;
    margin-right: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../images/top.png) no-repeat center #800000;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
}
#back-to-top:hover {
    opacity: 0.5;
}
#back-to-top.show {
    opacity: 1;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none;}
ul.slides li {border:none; padding: 0; margin-bottom: 0; position: relative;}

/* FlexSlider Necessary Styles
*********************************/ 
html[xmlns] .slides {display: block;}
.flexslider {margin: 0; padding: 0; z-index: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flexslider .slides img { 
  display: block;
  max-width: 100%; height: auto; margin: 0 auto;
}

  #homepage_slider .slides img {
    width: 100%;
  }

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; clear:both; overflow: hidden; float: left; margin-top: -16px;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {text-align: center; position: relative;}
.carousel li {margin-right: 5px;border: 0}

.flex-caption {margin:0; width: 100%; position: absolute; top: 25%; color: #fff; text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);}
.flexslider .headline { font-size: 60px; margin-bottom: 0.2em; line-height: 65px; font-weight: lighter; position: relative; letter-spacing: 2px; }
.flexslider p.subtitle { font-size: 18px; line-height: 1.5em; font-weight: normal; position: relative; }
.flex-caption .action_button {
  padding: 12px 32px;
  border: 1px solid rgba(255,255,255, .6);
  -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;   
  background-color: rgba(255,255,255,0.1) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  
  position: relative;
}
.flex-caption .action_button:hover {
  background-color: rgba(255,255,255,.2) !important;
  border-color: #fff;
  
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px; height: 60px; margin: -20px 0 0; display: block; z-index: 10; background:url(arrow_sprite.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -120px; right: -36px; }
.flex-direction-nav .flex-prev {background-position: 0 -60px; left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 15px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 15px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 40px; text-align:center; width: 100%; z-index: 10;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
  width: 40px;
  height: 1px;
  display: block;
  opacity: 0.3;
  cursor: pointer;
  text-indent: -9999em;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; 
}
.flex-control-nav li a.flex-active {
  opacity: 0.8;
  cursor: default;
}

.flex-control-thumbs {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-thumbs li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-thumbs {position: static; overflow: hidden;}
.flex-control-thumbs li, .flex-control-thumbs li:first-child {width: 16%; vertical-align: top; margin: 15px 5% 0 0;}
.flex-control-thumbs li:nth-child(5n) {margin: 15px 0 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.product_slider .flex-active-slide a:hover {cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}
.product_slider { margin-bottom: 2em }
.product_slider .slides img {
  width: auto !important;
}


}