@charset "utf-8";


img{max-width:100%;height:auto;}

#frame-image {
    /* 
    CSS Untuk croping gambar / foto 

    Disini Anda dapat menentukan lebar dan tinggi image
    */
    width: 340px;
    height: 200px;
    overflow: hidden;

    /* 
    CSS Untuk mengatur posisi gambar 
    Menjadikan frame / bingkai sebagai patokan koordinat left/top
    */
    position: relative;
}

#frame-image img {
    /*
    CSS Untuk croping gambar
    Membatasi tinggi gambar, membiarkan width-nya auto
    Bisa juga diganti jadi height: 320px jika tinggi gambar mau dipaksakan jadi 320px
    */
    max-height: 400px;

    /* 
    CSS Untuk mengatur posisi gambar 
    Left/top berpatokan pada frame
    Diisi dengan nilai minus untuk memposisikan keluar dari frame
    karena frame overflow-nya dibuat jadi hidden
    posisi yg keluar area frame jadi tidak terlihat

    Disini Anda dapat mengatur bagian/posisi gambar yg mana yg akan ditampilkan
    */
    position: absolute;
    left: -10px;
    top: -86px;
}

iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote {
	

	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #f6931d;
	content: open-quote;
	font-size: 6em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
blockquote:after {
	color: #f6931d;
	content: close-quote;
	font-size: 6em;
	line-height: 0.1em;
	vertical-align: -0.6em;
	margin-left: 0.25em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}




.image_round{
	

	margin-left:10px
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}

/* --- Container configuration ---------------------------------------------------------- */
        .viewport {
	border: 0px solid #eee;
	float: left;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 48%;
	margin: 1%;
        }

        /* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
            position: relative;
        }

        .viewport a img {
	height: 100%;
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
        }

        /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-size: 16px;
	font-weight: normal;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	font-family: 'Questrial', sans-serif;
	color: #ef761f;
	right: 0;
	left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
        }
            .viewport a span em {
                display: block;
                font-size: 1em;
                font-weight: normal;
				font-family: 'Questrial', sans-serif;
				color: #ef761f;
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background-color: rgba(15, 15, 15, 0.5);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
	color: #ccc;
	background-color: #000;
	
            }

#badge_price {
	text-decoration:none;
	width: auto;
	height: auto;
	z-index:1000;
	position: absolute;
	margin-left: 0px;
	color: #FFF;
	background-color: rgba(1, 131, 64, 0.87);
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
}


ul.model1 { margin:0 0 17px 0; padding:0px; list-style-type:none; padding-left: 10px;}
ul.model1 li 
{
	padding: 0 0 0 20px;
	padding-left: 22px;
	line-height: 25px;
	background-color: transparent;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

ul.specials { margin:0 0 17px 0; padding:0px; list-style-type:none; padding-left: 10px;}
ul.specials li 
{
	padding: 0 0 0 20px;
	padding-left: 22px;
	line-height: 1.8em;
	background-color: transparent;
	background-image: url(images/img-orange-bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 10px;
}
ul.ok {
	list-style-type:none;
	padding-left: 10px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.ok li 
{
	padding-left: 30px;
	line-height: 2em;
	background-color: transparent;
	background-image: url(images/acc.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

ul.blue {
	list-style-type:none;
	padding-left: 10px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.blue li 
{
	padding-left: 30px;
	line-height: 2em;
	background-color: transparent;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}


.table-responsive {
	overflow-x: auto;
}
table.data1 {
	padding: 5px;
	border-collapse: collapse;
	border-color: #282828;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	color: #FFF;
}

table.data1 td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #282828;
}
table.data1 th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #282828;
}

table.data2 {
	padding: 10px;
	border-collapse: collapse;
	border-color: #cccccc;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}

table.data2 tr {
	margin: 0px;
	padding: 5px;
	border: 0px solid #dadee6;
}
table.data2 th {
	margin: 0px;
	padding: 5px;
	border: 0px solid #333;
	color: #CCC;
	background-color: #333;
}


table.data3 {
	padding: 10px;
	border-collapse: collapse;
	border-color: #cccccc;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	color: #666;
}

table.data3 tr {
	margin: 0px;
	padding: 5px;
	border: 1px solid #dadee6;
}
table.data3 th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #dadee6;
}
table.data3 td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #dadee6;
}
table.data3 tr:nth-child(odd){
  background:#e9e9e9; /* Baris ganjil Dihitung dari Header*/
}
table.data3 tr:nth-child(even){
  background:#f6f6f6; /* Baris Genap */
}



table.responsive {
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
	border-color: #e5e8e9;
	width: 100%;
	text-align: left;
}

table.responsive tr {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e8e9;
}
table.responsive th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #e5e8e9;
	background-color: #384147;
}
table.responsive td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #e5e8e9;
}

table.responsive2 {
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
	border-color: #e5e8e9;
	width: 100%;
	text-align: left;
}

table.responsive2 tr {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e8e9;
}
table.responsive2 th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #e5e8e9;
	background-color: #384147;
}





table.responsive-noborder {
	margin: 0px;
	padding: 0px;
	width: 100%;	
}

table.responsive-noborder tr {
	margin: 0px;
	padding: 5px;
	
}
table.responsive-noborder th {
	margin: 0px;
	padding: 5px;
	
}




.float-right {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.float-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.image_float {
	float:left;
	margin-bottom: 20px;
	margin-top: 20px;
	border:0px solid #CCC;
	margin-right: 20px;
}
.image2 {
	border:5px solid #FFF;
	-webkit-box-shadow: 0px 1px 5px 0px #999999;
	-moz-box-shadow: 0px 1px 5px 0px #999999;
	box-shadow: 0px 1px 5px 0px #999999;
}
.imagebanner {
	border:0px solid #FFF;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	box-shadow:5px 5px 3px -1px #d5d5d5;
	-webkit-box-shadow:5px 5px 3px -1px #d5d5d5;
	background-color: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	display: inline;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
a ,
a:link,
a:visited 		{
	color: #CCC;
	TEXT-DECORATION: none;
}
a:hover,
a:active 		{
	TEXT-DECORATION: none;
	color: #e11318;
}
#current {
	color: #FFF;
	text-decoration: underline;
}

#body {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#top1 {
	height: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	z-index: 50;
}
#top1_bg {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#top1_wrap {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_left1 {
	float: left;
}
#top_right1 {
	float: right;
}
#font_top {
	font-family: 'Questrial', sans-serif;
	font-size: 0.8em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#font_top a {
	color: #FFF;
}
#font_top a:hover {
	color: #FFF;
	text-decoration: underline;
}
#top_left2 {
	height: auto;
	float: left;
	padding-right: 20px;	
}
#top_right2 {
	height: auto;
	float: right;
	padding-top: 10px;
}
#button_right {
	padding-top: 5px;
	padding-left: 100px;
	text-align: right;
}
#wrap_header {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header_slide {
	width: 100%;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;	/*background-size:cover;*/
}
#font_slide {
	font-family: 'Suez One', serif;
	font-size: 3em;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-shadow:0 1px 1px #000000;
	margin-top: 17%;
}
#font_slide2 {
	font-family: 'Suez One', serif;
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-shadow:0 1px 1px #000000;
	line-height: 2em;	
}
#menu_kiri a:link, #menu_kiri a:visited{
	color:#FFF;
	text-decoration:none;
	text-align:left;
	font-family:"Myriad Pro";
	font-size:13px;
	padding-top:10px;
	padding-left:15px;
	display:block;
	font-weight:normal;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	padding-right: 15px;
	background-image: url(images/desain1_16.jpg);
	background-repeat: repeat-x;
}
#menu_kiri a:hover, #menu_kiri a:active{color:#FFF; text-decoration:none;  

background-color:#cb0606;
	background: -moz-linear-gradient(top,  #cb0606 0%, #8b0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb0606), color-stop(100%,#8b0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb0606 0%,#8b0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb0606 0%,#8b0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb0606 0%,#8b0404 100%); /* IE10+ */
	background: linear-gradient(top,  #cb0606 0%,#8b0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0606', endColorstr='#8b0404',GradientType=0 );
display:block}

#menu_related{
	text-align: left;
}


#menu_related  a:link, #menu_related a:visited{
	color: #666;
	text-decoration:none;
	text-align:left;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	font-weight: normal;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
#menu_related  a:hover, #menu_related a:active {
	color: #00a651;
	text-decoration: none;
}
#header_bg {
	background-color: #1a1918;
	width: 100%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	
}
#header_bg_wrap {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}


#content_wrapper {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;	
}
#content_left {
	height: auto;
	width: 28%;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}
#content_right {
	height: auto;
	width: 70%;
	float: left;
	border: 0px solid #EBEBEB;
	padding: 0px;
	margin: 0px;
}


#content_left_head1 {
	width: 100%;
	background-color: #002e59;
}

#content_left_title1 {
	text-align: left;
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #2f8ad1;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	display:block;
}
#content_left_title1:after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 25px;
	top: 0;
	width: 100%;
	background: url(images/repeat-bg.png)repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content_left_box1 {
	height: auto;
	width: 250px;
	padding: 10px;
	color: #FFF;
	background-color: #f9f9f9;
	
}

#homefloat {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	height: auto;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	color: #ccc;
	font-weight: normal;
	text-align: left;
}



#homefloat_title {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	overflow: hidden;
	position: relative;
	display:block;
}
#homefloat_title:after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 5px;
	top: 0;
	width: 100px;
	background: url(images/img-blue.png)repeat;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
#homefloat2 {
	float: left;
	width: 23%;
	margin: 1%;
	text-align: center;
	height: auto;
	color: #FFF;
	background-color: rgba(117, 10, 10, 0.5);
}
#homefloat2 h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
	margin: 0px;
	
}

#homefloat3 {
	float: left;
	width: 10%;
	font-family: 'Questrial', sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	overflow-y: auto;
	height: auto;
	margin-top: 5%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;	
}
#homefloat3 h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 1.6em;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: relative;
	z-index: 15;
	margin: 0px;
}
#homefloat_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	float: right;
	margin-top: 10px;
}
#homefloat_button a:link, #homefloat_button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	background-color: #e73535;
	padding: 5px;
	border: 1px solid #e73535;
}
#homefloat_button a:hover, #homefloat_button a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #208dd2;
	border: 1px solid #208dd2;
}
#contentfloat_noborder {
	float: left;
	width: 40%;
	text-align: left;
	height: auto;
	color: #333;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
}
#contentfloat_noborder h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
}

#contentfloat_grey_noborder {
	float: left;
	width: 29%;
	height: auto;
	color: #333;
	padding: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
}
#contentfloat_grey_noborder h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
}

#contentfloat_grey_noborder h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	
}

#contentfloat {
	float: left;
	width: 46%;
	margin: 1%;
	height: auto;
	color: #000;
	background-color: rgba(241,241,241,0.5);
	padding: 1%;
}
#contentfloat h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 2em;
	color: #000;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	text-decoration: none;
}
#contentfloat h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
}


#contentfloat_grey {
	float: left;
	width: 28%;
	margin: 1%;
	text-align: left;
	height: auto;
	color: #333;
	border: 1px solid #E0E0E0;
	padding: 1%;
}
#contentfloat_grey h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	background-color: #fff;
}



#floatnews {
	float: left;
	width: 23%;
	margin: 1%;
	height: auto;
	text-align: center;
}
#floatnews h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 2em;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	text-decoration: none;
}
#floatnews_content {
	padding: 10px;
	text-align: left;
}


#homefloat_title1 {
	text-align: left;
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ce2029;
	margin-bottom: 10px;
	overflow: hidden;
	text-decoration: underline;
}


#content_section1 {
	height: auto;
	width: 100%;
	background-color: #000;
}
	
#content_wrapper1 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 2%;
}
#content_wrapper1 h1 {
	color: #e11a1f;
	text-align: center;
	text-decoration: none;
	padding-top: 1%;
}
#content_wrapper1 h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}
#content_wrapper1 a {
	color: #FFF;
	font-weight: normal;
}
#content_wrapper1 a:hover {
	color: #e11318;
}
#content_section2 {
	height: auto;
	width: 100%;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bg-parallax.jpg);
	background-repeat: repeat;
	background-size:cover;
}
	
#content_wrapper2 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
#content_wrapper2 h1 {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top: 1%;
}
#content_wrapper2 h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#content_section3 {
	height: auto;
	width: 100%;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bg-parallax2.jpg);
	background-repeat: repeat;
	background-size:cover;
}
	
#content_wrapper3 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
#content_wrapper3 h1 {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top: 1%;
}
#content_wrapper3 h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#content_section4 {
	height: auto;
	width: 100%;
	background-color: #FFF;
	background-size:cover;
}
	
#content_wrapper4 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
#content_wrapper4 h1 {
	color: #03192b;
	text-align: center;
	text-decoration: none;
	padding-top: 1%;
}
#content_wrapper4 h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 1.5em;
}
#line_content {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1E1E1E;
	border-bottom-color: #3A3A3A;
	height: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#bgshare {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.padding {
	height: 20px;
	width: auto;
	background-color: transparent;
}
#footer1 {
	height: auto;
	width: 100%;
	background-color: #1a1717;
	height: auto;
	width: 100%;
}
#footer_wrap1 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
#footer_wrap2 {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
#footer1_left {
	float: left;
}
#footer1_right {
	float: right;
}
#footer2 {
	height: auto;
	width: 100%;
	background-color: #100e0e;
	height: auto;
	width: 100%;
}
#bottomfloat_title {
	font-family: 'Suez One', serif;
	font-size: 18px;
	color: #e11318;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}
#bottomfloat_title a:link,#bottomfloat_title a:visited {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #e11318;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
}
#bottomfloat_title a:hover,#bottomfloat_title a:active {
	text-decoration: none;
	color: #FFF;
}

#bottomfloat1 {
	float: left;
	width: 23%;
	margin: 1%;
	height: auto;
	padding-bottom: 10px;
}
#bottomfloat2 {
	float: left;
	width: 48%;
	margin: 1%;
	height: auto;
}
#bottom_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#bottom_menu a:link,#bottom_menu a:visited {
	background-image: url(images/img-red.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-family: 'Suez One', serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #CCC;
	padding-left: 20px;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	line-height: 1.5em;
}
#bottom_menu a:hover,#bottom_menu a:active {
	color: #FFF;
	text-decoration: none;
}

#bottom_teks {
	font-family: 'Suez One', serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: 'Suez One', serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #FFF;
	text-decoration: none;
}

#bottom_teks2 {
	font-family: 'Suez One', serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
#bottom_teks2 a:link,#bottom_teks2 a:visited {
	font-family: 'Suez One', serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
}
#bottom_teks2 a:hover,#bottom_teks2 a:active {
	color: #FFF;
	text-decoration: none;
}


h1 {
	font-family: 'Suez One', serif;
	font-size: 2em;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-top: 16%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 15;
	text-shadow:0 1px 1px #000000;
}
h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	color: #CCC;
	font-weight: normal;
	text-align: justify;
	line-height: 1.7em;
	margin: 0px;
}
h3 {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #e11318;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-family: 'Questrial', sans-serif;
	font-size: 0.8em;
	color: #CCC;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
hr {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7DCDF;
	background-color: transparent;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#other_news {
	margin: 0px;
	padding: 0px;
}
 
#other_news  a:link, #other_news a:visited{
	color: #CCC;
	text-decoration:none;
	text-align:left;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-shadow:0 1px 1px #000000;
	background-image: url(images/marker_2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}
#other_news  a:hover, #other_news a:active {
	color: #e11318;
	text-decoration: none;
}
#font_titlehome {
	background-color: rgba(21, 140, 153, 0.7);
	z-index:31;
	position: absolute;
	margin-left: 0px;
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#font_deshome {
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#font_titlegallery {
	background-color: rgba(235, 195, 9, 0.7);
	z-index:31;
	position: relative;
	font-family: 'Questrial', sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	bottom: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#font_side {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#font_side a:link, #font_side a:visited {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
}
#font_side a:hover, #font_side a:active {
	text-decoration: none;
	color: #046bab;
}


#font_date_posting {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	text-align: left;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#font_date_posting_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #635434;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#font_view {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#font_block_related {
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
	line-height: 1.8em;
	background-color: #201e1e;
	text-align: left;
}
#font_block_home1 {
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.8em;
	background-color:rgba(0,0,0,0.5);
}
#font_block {
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.8em;
}
#font_block  h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.8em;
	text-decoration: none;
	text-align: left;
}
#font_block  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
}
#font_block_image1 {
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.8em;
	background-image: url(images/Become-a-forex-investor_.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#font_block_testi {
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.8em;
	background-color: #fafafa;
}
#font_form {
	padding: 10px;
	font-family: 'Suez One', serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#font_content_subjudul {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	background-color: #282828;
	padding: 10px;
}
#font_content_subjudul a:link,#font_content_subjudul a:visited {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
#font_content_subjudul a:hover,#font_content_subjudul a:active {
	color: #666;
	text-decoration: none;
}
#font_content_subjudul2 {
	font-family: 'Suez One', serif;
	font-size: 1.5em;
	color: #CCC;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#font_content_subjudul3 {
	font-family: 'Suez One', serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #e11318;
}



#font_detail {
	padding-top: 10px;
	padding-bottom: 10px;
}
#font_detail a:link, #font_detail a:visited {
	font-family: 'Suez One', serif;
	font-size:16px;
	color:#FFF;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px solid #f87831;
	text-align: center;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#font_detail a:hover, #font_detail a:active {
	background-color:#e11318;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.elipse{
	border: 1px solid #333;
	background-color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: 'Suez One', serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight: normal;
	width: auto;
	display: inline;
	padding: 10px;
	cursor:pointer;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
    } 
	
    .elipse:hover{
	background-color: #e11318;
	border: 1px solid #e11318;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #FFF;
	text-decoration: none;
    } 
	
    .elipse:active{
	background-color: #e11318;
	border: 1px solid #e11318;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #FFF;
	text-decoration: none;
    } 
	

input,select,textarea {
	font-size: 13px;
	padding: 8px;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	font-family: 'Questrial', sans-serif;
}
input:focus, textarea:focus, select:focus {
	background-color: #eeeeee;
}
input.error, select.error, textarea.error {
	border: 1px solid #c92d01;
	color: #000;
	background-color: #F8F8F8;
	font-size: 12px;	
}
label.error {
	color:#c92d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.page{
	font-family: 'Suez One', serif;
	padding: 0.2em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin: 1;
	border: 1px solid #1d1d1d;
	text-align: right;
	font-size: 14px;
}
.page a {
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 8px;
	border: 1px solid #000;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	font-size: 14px;
	line-height: 3.5em;
}
.page a:hover {
	padding: 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	background-color: #e11318;
	border: 1px solid #e11318;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.aToolTip {
	border:1px solid #000;
	color:#fff;
	margin:0;
	padding:2px 10px;
	font-size:12px;
	background-image: url(images/bg_opacity.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 1px 5px 0px #797979;
	-moz-box-shadow: 0px 1px 5px 0px #797979;
	box-shadow: 0px 1px 5px 0px #797979;
}
.aToolTip .aToolTipContent {position:relative;margin:0;padding:0;}
a.aToolTipCloseBtn {display:block;height:20px;width:20px;overflow:hidden;background:url(../images/loading/close.gif) no-repeat;text-indent:-9999px;outline:none;position:absolute;top:-15px;right:-20px;}

.scrollup{
	width:48px;
	height:48px;
	position:fixed;
	bottom:50px;
	right:50px;
	display:none;
	text-indent:-9999px;
	background-image: url(images/icon_top.png);
	background-repeat: no-repeat;
}

.stepcarousel{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 270px;
}
.stepcarousel .belt{ position: absolute; left: 0; top: 0; }
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 300px;
	height: 250px;
	background-color: transparent;
	border: 0px solid #e6e6e6;
	padding: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
}


#mask {
	position:absolute;
	left:0;
	top:0px;
	z-index:9000;
	display:none;
	background-image: url(images/bg-modal-box-transparent.png);
	background-repeat: repeat;
}
  
#boxes .window {
	position:fixed;
	width:600px;
	height:400px;
	display:none;
	z-index:9999;
	padding:20px;
	overflow: auto;
	margin-top: 120px;
}

#boxes #dialog {
	width:450px;
	height:300px;
	padding:10px;
	background-color:#ffffff;
}

#boxes #dialog1 {
	width:500px;
	height:250px;
	background-color: #FFF;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	border: 10px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}



#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}


#tabs_wrapper {
	height: auto;
	overflow: auto;
	border: 0px solid #CCC;
	background-color: #fafafa;
}
#tabs_container {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e8e1bd;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0px 0px 1px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0a4f82;
}
#tabs li {
     
    display: inline;
    line-height:38px;
}
#tabs li a {
	padding: 5px 12px 6px 12px;
	text-decoration: none;
	background-color: #666;
	border-bottom: none;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#tabs li a:hover, #tabs li.active a, #tabs li.active a:hover   {
	background-color:#ff6600;
	color:#fff;
}

#tabs_content_container {
	border-top: none;
}
.tab_content {
    display: none;
}


#button_green {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#button_green a:link, #button_green a:visited {
	background-color:#ed0e0e;
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align: left;
	border: 1px solid #ed0e0e;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#button_green a:hover, #button_green a:active {
	background-color:#1c1c1c;
	border: 1px solid #1c1c1c;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#button_blue {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#button_blue a:link, #button_blue a:visited {
	background-color:#606060;
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight: normal;
	text-align: left;
	border: 1px solid #606060;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#button_blue a:hover, #button_blue a:active {
	background-color:#434343;
	border: 1px solid #434343;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_green2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
#button_green2 a:link, #button_green2 a:visited {
	background-color:#65b921;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #65b921;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px;
}

#button_green2 a:hover, #button_green2 a:active {
	background-color:#53a114;
	border: 1px solid #53a114;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_blue2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
#button_blue2 a:link, #button_blue2 a:visited {
	background-color:#206cb3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align: center;
	border: 1px solid #206cb3;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px;
}

#button_blue2 a:hover, #button_blue2 a:active {
	background-color:#145da1;
	border: 1px solid #145da1;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_blue_header {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
#button_blue_header a:link, #button_blue_header a:visited {
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align: center;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 2em;
	background-color:#056596;
	background: -moz-linear-gradient(left,  #056596 0%, #0196c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#056596), color-stop(100%,#0196c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #056596 0%,#0196c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #056596 0%,#0196c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #056596 0%,#0196c1 100%); /* IE10+ */
	background: linear-gradient(left,  #056596 0%,#0196c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056596', endColorstr='#0196c1',GradientType=0 ); /* IE6-9 */
	padding: 8px;
}

#button_blue_header a:hover, #button_blue_header a:active {
	background-color:#0196c1;
	background: -moz-linear-gradient(left,  #0196c1 0%, #056596 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#0196c1), color-stop(100%,#056596)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0196c1 0%,#056596 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0196c1 0%,#056596 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0196c1 0%,#056596 100%); /* IE10+ */
	background: linear-gradient(left,  #0196c1 0%,#056596 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0196c1', endColorstr='#056596',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_orange_header {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
#button_orange_header a:link, #button_orange_header a:visited {
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align: center;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 2em;
	background-color:#cc9512;
	background: -moz-linear-gradient(left,  #cc9512 0%, #f2bc39 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#cc9512), color-stop(100%,#f2bc39)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cc9512 0%,#f2bc39 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cc9512 0%,#f2bc39 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cc9512 0%,#f2bc39 100%); /* IE10+ */
	background: linear-gradient(left,  #cc9512 0%,#f2bc39 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9512', endColorstr='#f2bc39',GradientType=0 ); /* IE6-9 */
	padding: 8px;
}

#button_orange_header a:hover, #button_orange_header a:active {
	background-color:#f2bc39;
	background: -moz-linear-gradient(left,  #f2bc39 0%, #cc9512 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#f2bc39), color-stop(100%,#cc9512)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f2bc39 0%,#cc9512 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f2bc39 0%,#cc9512 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f2bc39 0%,#cc9512 100%); /* IE10+ */
	background: linear-gradient(left,  #f2bc39 0%,#cc9512 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bc39', endColorstr='#cc9512',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#button_orange_big {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
}
#button_orange_big a:link, #button_orange_big a:visited {
	font-family: 'Suez One', serif;
	font-size:2em;
	color:#FFF;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #f6931d;
	text-align: center;
	width: auto;
	padding-right: 50px;
	padding-left: 50px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: transparent;
}
#button_orange_big a:hover, #button_orange_big a:active {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 3px solid #f6931d;
	background-color: #f6931d;
}

#button_green_big {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
}
#button_green_big a:link, #button_green_big a:visited {
	font-family: 'Questrial', sans-serif;
	font-size:16px;
	color:#000;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 3px solid #00a651;
	text-align: center;
	width: auto;
	padding-right: 50px;
	padding-left: 50px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #FFF;
}
#button_green_big a:hover, #button_green_big a:active {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 3px solid #00a651;
	background-color: #00a651;
}
.date {
	
	width: 60px;
	height: 60px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dad8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dad8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dad8d8',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}
.date p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #9e9e9e;
}
.date span  {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #bdbab5;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #bdbab5;
}

#line {
	text-align: center;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 0px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.toggleMenu {
	display:  none;
	margin: 5px;
	background-image: url(images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #FFF;
	
}
.toggleMenu a:link, .toggleMenu a:visited {
	color: #FFF;
	
}
.nav {
	list-style: none;


     *zoom: 1;
	margin: 0px;
	padding: 0px;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: 15em;
	margin: 0px;
	padding: 0px;
}
.nav li  a  {
	color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.nav a {
	margin: 0px;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: 'Suez One', serif;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.nav a:hover {
	color: #e7181d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e7181d;
}
.nav li {
    position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	background-color: #282828;
	color: #FFF;
}
.nav li li li a {
	background-color: #4E4E4E;
	z-index:200;
	border-top-color: #4E4E4E;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav a {
	color:#000;
	
	}

}



.masonry { /* Masonry container */
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item { /* Masonry bricks or child elements */
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
	color:#333;
	font-weight: normal;
	border: 0px solid #CCC;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	background-color: #161616;
	line-height: 1.5em;
	
}
#content_item {
	padding: 20px;	
}
.item2 { /* Masonry bricks or child elements */
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
	color:#333;
	font-weight: normal;
	border: 0px solid #CCC;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	line-height: 1.5em;
	padding: 0px;
}


@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}




#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

#slides a {
	margin: 0px;
	padding: 0px;
}
	
    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }





* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }


.project {
  width: 100%;
  float: left;
  
  }
  .project-list:after {
    content: " ";
    display: block;
    clear: both; }
  .project__image {
    display: block;
    position: relative; }
    .project__image img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block; }
    .project__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
      transition: opacity .3s ease;
      opacity: 0; }
  .project__card {
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent; 
	
	}
    .project__card.hover-in {
      transition: -webkit-transform .5s ease-out;
      transition: transform .5s ease-out;
      transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
    .project__card.hover-out {
      transition: -webkit-transform .5s ease-in;
      transition: transform .5s ease-in;
      transition: transform .5s ease-in, -webkit-transform .5s ease-in; }
  .project:hover .project__card {
     }
  .project:hover .project__image:after {
    opacity: 1; }
  .project:hover .project__detail {
    border-width: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	background-color: rgba(255, 255, 255, 0.5);
	}
  .project:hover .project__title, .project:hover .project__category {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; }
  .project:hover .project__title {
    font-weight: 100;
    margin-bottom: 0;
    line-height: 1; }
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px);
    border: 0 solid #f9f9f9;
    transition: border .4s ease; }
  .project__title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: normal;
    transition: .4s ease;
	opacity: 0;
	-webkit-transform: translateY(40px) scale(0);
	-ms-transform: translateY(40px) scale(0);
	transform: translateY(40px) scale(0);
	will-change: transform;
	color: #000;
}
    .project__title a {
      color: white; }
	  
  .project__category {
    opacity: 0;
    transition: .4s ease;
    transition-delay: .1s;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
	
    .project__category a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1em;
	background-color: #d41a0a;
	padding: 10px;
}

.movie {
  margin: 0 auto;
  width: 250px; }
  .movie-list:after {
    content: " ";
    display: block;
    clear: both; }
  .movie__card {
    position: relative;
    width: 250px;
    height: 370px;
    transition: .2s ease-out; }
  .movie [class*="layer"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px; }
  .movie .layer-1 {
    background-image: url(dist/images/deadpool-bg.png);
    background-size: cover; }
  .movie .layer-2 {
    background-image: url(dist/images/deadpool.png);
    background-size: cover;
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px); }
  .movie .layer-3 {
    background-image: url(dist/images/deadpool-title.png);
    background-size: cover;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px); }
  .movie .shine {
    border-radius: 10px; }
