@charset "utf-8";
/* CSS Document */

/*====================================
=            masonry Page            =
====================================*/

.wrapper-masonry {
	position: relative;
    width: 95%;
    margin: 3em auto;
}

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

.item {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

@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: 4;
        -webkit-column-count: 5;
        column-count: 5;
    }
}


@media only screen and (min-width: 1280px) {
    .wrapper-masonry {
        width: 1260px;
    }
}
    

/*=====  End of masonry Page  ======*/

.hgt-xs-12 {height: 100%;}
.hgt-xs-11 {height: 91.66666667%;}
.hgt-xs-10 {height: 83.33333333%;}
.hgt-xs-9 {height: 75%;}
.hgt-xs-8 {height: 66.66666667%;}
.hgt-xs-7 {height: 58.33333333%;}
.hgt-xs-6 {height: 50%;}
.hgt-xs-5 {height: 41.66666667%;}
.hgt-xs-4 {height: 33.33333333%;}
.hgt-xs-3 {height: 25%;}
.hgt-xs-2 {height: 16.66666667%;}
.hgt-xs-1 {height: 8.33333333%;}

.hgt-xs-push-12 {top: 100%;}
.hgt-xs-push-11 {top: 91.66666667%;}
.hgt-xs-push-10 {top: 83.33333333%;}
.hgt-xs-push-9 {top: 75%;}
.hgt-xs-push-8 {top: 66.66666667%;}
.hgt-xs-push-7 {top: 58.33333333%;}
.hgt-xs-push-6 {top: 50%;}
.hgt-xs-push-5 {top: 41.66666667%;}
.hgt-xs-push-4 {top: 33.33333333%;}
.hgt-xs-push-3 {top: 25%;}
.hgt-xs-push-2 {top: 16.66666667%;}
.hgt-xs-push-1 {top: 8.33333333%;}
.hgt-xs-push-0 {top: auto}

.hgt-xs-padd-12 {padding-top: 100%;}
.hgt-xs-padd-11 {padding-top: 91.66666667%;}
.hgt-xs-padd-10 {padding-top: 83.33333333%;}
.hgt-xs-padd-9 {padding-top: 75%;}
.hgt-xs-padd-8 {padding-top: 66.66666667%;}
.hgt-xs-padd-7 {padding-top: 58.33333333%;}
.hgt-xs-padd-6 {padding-top: 50%;}
.hgt-xs-padd-5 {padding-top: 41.66666667%;}
.hgt-xs-padd-4 {padding-top: 33.33333333%;}
.hgt-xs-padd-3 {padding-top: 25%;}
.hgt-xs-padd-2 {padding-top: 16.66666667%;}
.hgt-xs-padd-1 {padding-top: 8.33333333%;}
.hgt-xs-padd-0 {padding-top: auto}

.hgt-xs-pull-12 {bottom: 100%;}
.hgt-xs-pull-11 {bottom: 91.66666667%;}
.hgt-xs-pull-10 {bottom: 83.33333333%;}
.hgt-xs-pull-9 {bottom: 75%;}
.hgt-xs-pull-8 {bottom: 66.66666667%;}
.hgt-xs-pull-7 {bottom: 58.33333333%;}
.hgt-xs-pull-6 {bottom: 50%;}
.hgt-xs-pull-5 {bottom: 41.66666667%;}
.hgt-xs-pull-4 {bottom: 33.33333333%;}
.hgt-xs-pull-3 {bottom: 25%;}
.hgt-xs-pull-2 {bottom: 16.66666667%;}
.hgt-xs-pull-1 {bottom: 8.33333333%;}
.hgt-xs-pull-0 {bottom: auto}

.hgt-xs-offset-12 {margin-top: 100%;}
.hgt-xs-offset-11 {margin-top: 91.66666667%;}
.hgt-xs-offset-10 {margin-top: 83.33333333%;}
.hgt-xs-offset-9 {margin-top: 75%;}
.hgt-xs-offset-8 {margin-top: 66.66666667%;}
.hgt-xs-offset-7 {margin-top: 58.33333333%;}
.hgt-xs-offset-6 {margin-top: 50%;}
.hgt-xs-offset-5 {margin-top: 41.66666667%;}
.hgt-xs-offset-4 {margin-top: 33.33333333%;}
.hgt-xs-offset-3 {margin-top: 25%;}
.hgt-xs-offset-2 {margin-top: 16.66666667%;}
.hgt-xs-offset-1 {margin-top: 8.33333333%;}
.hgt-xs-offset-0 {margin-top: 0}

.txtupp{text-transform:uppercase;}
.txt10{font-size:10px;}
.txt10b{font-size:10px;font-weight:bold;}
.txt11{font-size:11px;}
.txt11b{font-size:11px;font-weight:bold;}
.txt12{font-size:12px;}
.txt12b{font-size:12px;font-weight:bold;}
.txt14{font-size:14px;}
.txt14b{font-size:14px;font-weight:bold;}
.txt16{font-size:16px;}
.txt16b{font-size:16px;font-weight:bold;}
.txt18{font-size:18px;}
.txt18b{font-size:18px;font-weight:bold;}
.txt20{font-size:20px;}
.txt20b{font-size:20px;font-weight:bold;}
.txt24{font-size:24px;}
.txt24b{font-size:24px;font-weight:bold;}
.txt36{font-size:36px;}
.txt36b{font-size:36px;font-weight:bold;}
.txt48{font-size:48px;}
.txt48b{font-size:48px;font-weight:bold;}
.txt72{font-size:72px;}
.txt72b{font-size:72px;font-weight:bold;}
.txt-interview {
	font-size: 14px;
	font-family: "Open Sans","Helvetica Neue",sans-serif;
}
@media (min-width: 768px) {
	.hgt-sm-12 {height: 100%;}
	.hgt-sm-11 {height: 91.66666667%;}
	.hgt-sm-10 {height: 83.33333333%;}
	.hgt-sm-9 {height: 75%;}
	.hgt-sm-8 {height: 66.66666667%;}
	.hgt-sm-7 {height: 58.33333333%;}
	.hgt-sm-6 {height: 50%;}
	.hgt-sm-5 {height: 41.66666667%;}
	.hgt-sm-4 {height: 33.33333333%;}
	.hgt-sm-3 {height: 25%;}
	.hgt-sm-2 {height: 16.66666667%;}
	.hgt-sm-1 {height: 8.33333333%;}
	
	.hgt-sm-push-12{top: 100%;}
	.hgt-sm-push-11{top: 91.66666667%;}
	.hgt-sm-push-10{top: 83.33333333%;}
	.hgt-sm-push-9 {top: 75%;}
	.hgt-sm-push-8 {top: 66.66666667%;}
	.hgt-sm-push-7 {top: 58.33333333%;}
	.hgt-sm-push-6 {top: 50%;}
	.hgt-sm-push-5 {top: 41.66666667%;}
	.hgt-sm-push-4 {top: 33.33333333%;}
	.hgt-sm-push-3 {top: 25%;}
	.hgt-sm-push-2 {top: 16.66666667%;}
	.hgt-sm-push-1 {top: 8.33333333%;}
	.hgt-sm-push-0 {top: auto}
	
	.hgt-sm-pull-12 {bottom: 100%;}
	.hgt-sm-pull-11 {bottom: 91.66666667%;}
	.hgt-sm-pull-10 {bottom: 83.33333333%;}
	.hgt-sm-pull-9 {bottom: 75%;}
	.hgt-sm-pull-8 {bottom: 66.66666667%;}
	.hgt-sm-pull-7 {bottom: 58.33333333%;}
	.hgt-sm-pull-6 {bottom: 50%;}
	.hgt-sm-pull-5 {bottom: 41.66666667%;}
	.hgt-sm-pull-4 {bottom: 33.33333333%;}
	.hgt-sm-pull-3 {bottom: 25%;}
	.hgt-sm-pull-2 {bottom: 16.66666667%;}
	.hgt-sm-pull-1 {bottom: 8.33333333%;}
	.hgt-sm-pull-0 {bottom: auto}
		
	.hgt-sm-offset-12 {margin-top: 100%;}
	.hgt-sm-offset-11 {margin-top: 91.66666667%;}
	.hgt-sm-offset-10 {margin-top: 83.33333333%;}
	.hgt-sm-offset-9 {margin-top: 75%;}
	.hgt-sm-offset-8 {margin-top: 66.66666667%;}
	.hgt-sm-offset-7 {margin-top: 58.33333333%;}
	.hgt-sm-offset-6 {margin-top: 50%;}
	.hgt-sm-offset-5 {margin-top: 41.66666667%;}
	.hgt-sm-offset-4 {margin-top: 33.33333333%;}
	.hgt-sm-offset-3 {margin-top: 25%;}
	.hgt-sm-offset-2 {margin-top: 16.66666667%;}
	.hgt-sm-offset-1 {margin-top: 8.33333333%;}
	.hgt-sm-offset-0 {margin-top: 0}
	
	.hgt-sm-padd-12 {padding-top: 100%;}
	.hgt-sm-padd-11 {padding-top: 91.66666667%;}
	.hgt-sm-padd-10 {padding-top: 83.33333333%;}
	.hgt-sm-padd-9 {padding-top: 75%;}
	.hgt-sm-padd-8 {padding-top: 66.66666667%;}
	.hgt-sm-padd-7 {padding-top: 58.33333333%;}
	.hgt-sm-padd-6 {padding-top: 50%;}
	.hgt-sm-padd-5 {padding-top: 41.66666667%;}
	.hgt-sm-padd-4 {padding-top: 33.33333333%;}
	.hgt-sm-padd-3 {padding-top: 25%;}
	.hgt-sm-padd-2 {padding-top: 16.66666667%;}
	.hgt-sm-padd-1 {padding-top: 8.33333333%;}
	.hgt-sm-padd-0 {padding-top: auto}
	
	.txtsm10{font-size:10px;}
	.txtsm10b{font-size:10px;font-weight:bold;}
	.txtsm11{font-size:11px;}
	.txtsm11b{font-size:11px;font-weight:bold;}
	.txtsm12{font-size:12px;}
	.txtsm12b{font-size:12px;font-weight:bold;}
	.txtsm14{font-size:14px;}
	.txtsm14b{font-size:14px;font-weight:bold;}
	.txtsm16{font-size:16px;}
	.txtsm16b{font-size:16px;font-weight:bold;}
	.txtsm18{font-size:18px;}
	.txtsm18b{font-size:18px;font-weight:bold;}
	.txtsm20{font-size:20px;}
	.txtsm20b{font-size:20px;font-weight:bold;}
	.txtsm24{font-size:24px;}
	.txtsm24b{font-size:24px;font-weight:bold;}
	.txtsm36{font-size:36px;}
	.txtsm36b{font-size:36px;font-weight:bold;}
	.txtsm48{font-size:48px;}
	.txtsm48b{font-size:48px;font-weight:bold;}
	.txtsm72{font-size:72px;}
	.txtsmsm72b{font-size:72px;font-weight:bold;}
}
@media (min-width: 992px) {
	.hgt-md-12 {height: 100%;}
	.hgt-md-11 {height: 91.66666667%;}
	.hgt-md-10 {height: 83.33333333%;}
	.hgt-md-9 {height: 75%;}
	.hgt-md-8 {height: 66.66666667%;}
	.hgt-md-7 {height: 58.33333333%;}
	.hgt-md-6 {height: 50%;}
	.hgt-md-5 {height: 41.66666667%;}
	.hgt-md-4 {height: 33.33333333%;}
	.hgt-md-3 {height: 25%;}
	.hgt-md-2 {height: 16.66666667%;}
	.hgt-md-1 {height: 8.33333333%;}
	
	.hgt-md-push-12 {top: 100%;}
	.hgt-md-push-11 {top: 91.66666667%;}
	.hgt-md-push-10 {top: 83.33333333%;}
	.hgt-md-push-9 {top: 75%;}
	.hgt-md-push-8 {top: 66.66666667%;}
	.hgt-md-push-7 {top: 58.33333333%;}
	.hgt-md-push-6 {top: 50%;}
	.hgt-md-push-5 {top: 41.66666667%;}
	.hgt-md-push-4 {top: 33.33333333%;}
	.hgt-md-push-3 {top: 25%;}
	.hgt-md-push-2 {top: 16.66666667%;}
	.hgt-md-push-1 {top: 8.33333333%;}
	.hgt-md-push-0 {top: 0}
	
	.hgt-md-pull-12 {bottom: 100%;}
	.hgt-md-pull-11 {bottom: 91.66666667%;}
	.hgt-md-pull-10 {bottom: 83.33333333%;}
	.hgt-md-pull-9 {bottom: 75%;}
	.hgt-md-pull-8 {bottom: 66.66666667%;}
	.hgt-md-pull-7 {bottom: 58.33333333%;}
	.hgt-md-pull-6 {bottom: 50%;}
	.hgt-md-pull-5 {bottom: 41.66666667%;}
	.hgt-md-pull-4 {bottom: 33.33333333%;}
	.hgt-md-pull-3 {bottom: 25%;}
	.hgt-md-pull-2 {bottom: 16.66666667%;}
	.hgt-md-pull-1 {bottom: 8.33333333%;}
	.hgt-md-pull-0 {bottom: auto}
		
	.hgt-md-offset-12 {margin-top: 100%;}
	.hgt-md-offset-11 {margin-top: 91.66666667%;}
	.hgt-md-offset-10 {margin-top: 83.33333333%;}
	.hgt-md-offset-9 {margin-top: 75%;}
	.hgt-md-offset-8 {margin-top: 66.66666667%;}
	.hgt-md-offset-7 {margin-top: 58.33333333%;}
	.hgt-md-offset-6 {margin-top: 50%;}
	.hgt-md-offset-5 {margin-top: 41.66666667%;}
	.hgt-md-offset-4 {margin-top: 33.33333333%;}
	.hgt-md-offset-3 {margin-top: 25%;}
	.hgt-md-offset-2 {margin-top: 16.66666667%;}
	.hgt-md-offset-1 {margin-top: 8.33333333%;}
	.hgt-md-offset-0 {margin-top: 0}
	
	.hgt-md-padd-12 {padding-top: 100%;}
	.hgt-md-padd-11 {padding-top: 91.66666667%;}
	.hgt-md-padd-10 {padding-top: 83.33333333%;}
	.hgt-md-padd-9 {padding-top: 75%;}
	.hgt-md-padd-8 {padding-top: 66.66666667%;}
	.hgt-md-padd-7 {padding-top: 58.33333333%;}
	.hgt-md-padd-6 {padding-top: 50%;}
	.hgt-md-padd-5 {padding-top: 41.66666667%;}
	.hgt-md-padd-4 {padding-top: 33.33333333%;}
	.hgt-md-padd-3 {padding-top: 25%;}
	.hgt-md-padd-2 {padding-top: 16.66666667%;}
	.hgt-md-padd-1 {padding-top: 8.33333333%;}
	.hgt-md-padd-0 {padding-top: auto}
	
	.txtmd10{font-size:10px;}
	.txtmd10b{font-size:10px;font-weight:bold;}
	.txtmd11{font-size:11px;}
	.txtmd11b{font-size:11px;font-weight:bold;}
	.txtmd12{font-size:12px;}
	.txtmd12b{font-size:12px;font-weight:bold;}
	.txtmd14{font-size:14px;}
	.txtmd14b{font-size:14px;font-weight:bold;}
	.txtmd16{font-size:16px;}
	.txtmd16b{font-size:16px;font-weight:bold;}
	.txtmd18{font-size:18px;}
	.txtmd18b{font-size:18px;font-weight:bold;}
	.txtmd20{font-size:20px;}
	.txtmd20b{font-size:20px;font-weight:bold;}
	.txtmd24{font-size:24px;}
	.txtmd24b{font-size:24px;font-weight:bold;}
	.txtmd36{font-size:36px;}
	.txtmd36b{font-size:36px;font-weight:bold;}
	.txtmd48{font-size:48px;}
	.txtmd48b{font-size:48px;font-weight:bold;}
	.txtmd72{font-size:72px;}
	.txtmd72b{font-size:72px;font-weight:bold;}
}
@media (min-width: 1200px) {
	.hgt-lg-12 {height: 100%;}
	.hgt-lg-11 {height: 91.66666667%;}
	.hgt-lg-10 {height: 83.33333333%;}
	.hgt-lg-9 {height: 75%;}
	.hgt-lg-8 {height: 66.66666667%;}
	.hgt-lg-7 {height: 58.33333333%;}
	.hgt-lg-6 {height: 50%;}
	.hgt-lg-5 {height: 41.66666667%;}
	.hgt-lg-4 {height: 33.33333333%;}
	.hgt-lg-3 {height: 25%;}
	.hgt-lg-2 {height: 16.66666667%;}
	.hgt-lg-1 {height: 8.33333333%;}

	.hgt-lg-push-12 {top: 100%;}
	.hgt-lg-push-11 {top: 91.66666667%;}
	.hgt-lg-push-10 {top: 83.33333333%;}
	.hgt-lg-push-9 {top: 75%;}
	.hgt-lg-push-8 {top: 66.66666667%;}
	.hgt-lg-push-7 {top: 58.33333333%;}
	.hgt-lg-push-6 {top: 50%;}
	.hgt-lg-push-5 {top: 41.66666667%;}
	.hgt-lg-push-4 {top: 33.33333333%;}
	.hgt-lg-push-3 {top: 25%;}
	.hgt-lg-push-2 {top: 16.66666667%;}
	.hgt-lg-push-1 {top: 8.33333333%;}
	.hgt-lg-push-0 {top: auto}
	
	.hgt-lg-pull-12 {bottom: 100%;}
	.hgt-lg-pull-11 {bottom: 91.66666667%;}
	.hgt-lg-pull-10 {bottom: 83.33333333%;}
	.hgt-lg-pull-9 {bottom: 75%;}
	.hgt-lg-pull-8 {bottom: 66.66666667%;}
	.hgt-lg-pull-7 {bottom: 58.33333333%;}
	.hgt-lg-pull-6 {bottom: 50%;}
	.hgt-lg-pull-5 {bottom: 41.66666667%;}
	.hgt-lg-pull-4 {bottom: 33.33333333%;}
	.hgt-lg-pull-3 {bottom: 25%;}
	.hgt-lg-pull-2 {bottom: 16.66666667%;}
	.hgt-lg-pull-1 {bottom: 8.33333333%;}
	.hgt-lg-pull-0 {bottom: auto}
		
	.hgt-lg-offset-12 {margin-top: 100%;}
	.hgt-lg-offset-11 {margin-top: 91.66666667%;}
	.hgt-lg-offset-10 {margin-top: 83.33333333%;}
	.hgt-lg-offset-9 {margin-top: 75%;}
	.hgt-lg-offset-8 {margin-top: 66.66666667%;}
	.hgt-lg-offset-7 {margin-top: 58.33333333%;}
	.hgt-lg-offset-6 {margin-top: 50%;}
	.hgt-lg-offset-5 {margin-top: 41.66666667%;}
	.hgt-lg-offset-4 {margin-top: 33.33333333%;}
	.hgt-lg-offset-3 {margin-top: 25%;}
	.hgt-lg-offset-2 {margin-top: 16.66666667%;}
	.hgt-lg-offset-1 {margin-top: 8.33333333%;}
	.hgt-lg-offset-0 {margin-top: 0}
	
	.hgt-lg-padd-12 {padding-top: 100%;}
	.hgt-lg-padd-11 {padding-top: 91.66666667%;}
	.hgt-lg-padd-10 {padding-top: 83.33333333%;}
	.hgt-lg-padd-9 {padding-top: 75%;}
	.hgt-lg-padd-8 {padding-top: 66.66666667%;}
	.hgt-lg-padd-7 {padding-top: 58.33333333%;}
	.hgt-lg-padd-6 {padding-top: 50%;}
	.hgt-lg-padd-5 {padding-top: 41.66666667%;}
	.hgt-lg-padd-4 {padding-top: 33.33333333%;}
	.hgt-lg-padd-3 {padding-top: 25%;}
	.hgt-lg-padd-2 {padding-top: 16.66666667%;}
	.hgt-lg-padd-1 {padding-top: 8.33333333%;}
	.hgt-lg-padd-0 {padding-top: auto}
	
	.txtlg10{font-size:10px;}
	.txtlg10b{font-size:10px;font-weight:bold;}
	.txtlg11{font-size:11px;}
	.txtlg11b{font-size:11px;font-weight:bold;}
	.txtlg12{font-size:12px;}
	.txtlg12b{font-size:12px;font-weight:bold;}
	.txtlg14{font-size:14px;}
	.txtlg14b{font-size:14px;font-weight:bold;}
	.txtlg16{font-size:16px;}
	.txtlg16b{font-size:16px;font-weight:bold;}
	.txtlg18{font-size:18px;}
	.txtlg18b{font-size:18px;font-weight:bold;}
	.txtlg20{font-size:20px;}
	.txtlg20b{font-size:20px;font-weight:bold;}
	.txtlg24{font-size:24px;}
	.txtlg24b{font-size:24px;font-weight:bold;}
	.txtlg36{font-size:36px;}
	.txtlg36b{font-size:36px;font-weight:bold;}
	.txtlg48{font-size:48px;}
	.txtlg48b{font-size:48px;font-weight:bold;}
	.txtlg72{font-size:72px;}
	.txtlg72b{font-size:72px;font-weight:bold;}
}

/* HEADER */
.hdr-offset{margin-top:0}
.hdr-logo{height:16px;}

.strt_menu{width:100%;height:100%;}
.strt_menu li{display:block;float:left;}
.strt_menu li.menu{width:100%; height:100%;}
.strt_menu li ul{width:100%; height:100%;}
.strt_menu li ul li.link_1{width:79%; height:49%; margin:0.5% 0.5%; border-radius:5px}
.strt_menu li ul li.link_2{width:79%; height:49%; margin:0.5% 0.5%; border-radius:5px}
@media (min-width: 768px) {
	.hdr-offset{margin-top:1%}
	.hdr-logo{height: 24px}

	.strt_menu li.menu{width:100%; height:61.66%;}
	.strt_menu li ul li.link_1{width:50.66%; height:49%; margin:0.5% 0.5%; border-radius:5px}
	.strt_menu li ul li.link_2{width:20%; height:49%; margin:0.5% 0.5%; border-radius:5px}
}
@media (min-width: 992px) {
	.hdr-offset{margin-top:1.5%}
	.hdr-logo{height: 24px}
	
	.strt_menu li.menu{width:61.66%; height:61.66%;}
	.strt_menu li.ad{width:38.33%; height:100%;}
	.strt_menu li ul li.link_1{width:45.66%;/*60.66%-10%*/ height:49%; margin:0.5% 0.5%; border-radius:5px}
	.strt_menu li ul li.link_2{width:20%; height:49%; margin:0.5% 0.5%; border-radius:5px}
}
@media (min-width: 1200px) {
	.hdr-offset{margin-top:2%}
	.hdr-logo{height: 24px}
}
