
/* CSS Document */

*{margin:0; padding:0;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:25px;
	}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('http://itc33.org/assets/font/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('http://itc33.org/assets/font/OpenSans-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

img{border:none;}
.img{float:left;}

p{margin:15px 0;}

a, a:hover, input[type=submit], input[type=submit]:hover,
.soc_r a img, .soc_r a:hover img{
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color:navy
	}
a:hover{text-decoration:underline; color:navy !important;}
a:link{}
a:visited{}
a:active{}

h1, h2{
	font-family: 'OpenSansBold';
	font-size:25px;
	color:#444;
	font-weight:normal;
	}
h2{
	font-size:18px;
	}

.cont_top{
	width:100%;
	float:left;
	min-height:540px;
	/*background:url(../bg_top.jpg) top no-repeat;*/
	background-size:100%;
	}

.in{
	max-width:1260px;
	margin:0 auto;
	width:98%;
	}

.links_top{
	list-style:none;
	float:right;
	padding:27px 0 0 0;
	}
.links_top li{
	float:left;
	padding:0 7px;
	background:url(../image/links_top_bg.jpg) right center no-repeat;
	}
.links_top li a{
	font-size:12px;
	color:#FFF;
	}
.links_top .active{
	text-decoration:underline;
	color:#FFF;
	}
.links_top li:last-child{
	background:none;
	}


/** header **/
.header{
	width:100%;
	float:left;
	/* background:url(http://itc33.org/assets/images/header_bg.png) repeat; */
	min-height:240px;
	margin:17px 0 0 0;
	border-top:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	padding:47px 0 0 0;
	}
.logo{
	margin:0 35px 0 50px;
	float:left;
	}
.header h1{
	float:left;
	font-size:30px;
	color:navy;
	line-height:40px;
	font-family: 'OpenSansRegular';
	padding-top:13px;
	}
.header h1 span{
	font-size:38px;
	}

/** MENU **/

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
	}
.nav-collapse.opened {
	max-height: 9999px;
	}
.disable-pointer-events {
	pointer-events: none !important;
	}
.nav-toggle {
	-webkit-tap-highlight-color: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
.nav-collapse{
	padding:54px 0 0 0;
	}
.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: none;
	text-align:center;
	}

.nav-collapse li {
	float: none;
	display:inline-block;
	width: auto;
	display:inline-table;
	background:url(../image/menu_li_bg.png) right no-repeat;
	padding:0 25px;
	}
.nav-collapse li:last-child{
	background:none;
	}
.nav-collapse li a {
	color: navy;
	text-decoration: none;
	width: auto;
	font-size:20px;
	float: left;
	line-height:27px;
	font-family: 'OpenSansRegular';
	}
.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	height: 50px;
	float: none;
	margin:20px auto 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("http://itc33.org/assets/images/hamburger.png") no-repeat 50% 48%;
	display:block;
	}
.nav-collapse li a:hover{
	color:#000 !important;
	}
.nav-collapse li a.active{
	font-family: 'OpenSansBold';
	}
.nav-collapse li a.active:hover{
	color:navy !important;
	}

/** SLIDER **/
.slider{
	width:100%;
	max-width:1330px;
	margin:0 auto;
	padding:20px 0 0 0;
	clear:both;
	}
.slider p{
	width:70%;
	max-width:933px;
	float:left;
	font-size:34px;
	line-height:53px;
	font-family: 'OpenSansRegular';
	color:#FFF;
	text-shadow: 1px 1px 0px #000;
    -moz-text-shadow: 1px 1px 0px #000;
	padding-left:10px;
	}
.slider a{
	float:right;
	width:21%;
	max-width:275px;
	font-size:19px;
	text-align:center;
	font-family: 'OpenSansBold';
	line-height:55px;
	color:#FFF;
	border:#FFF solid 1px;
	margin:38px 10px 0 0;
    border-radius:         8px;
	-moz-border-radius:    8px;
	-ms-border-radius:     8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:  8px;
	}
.slider a:hover{
	background: rgba(255,255,255,0.30);
	color:#FFF !important;
	}

/** CONTENT LEFT **/
.cont_left{
	width:68%;
	max-width:850px;
	float:left;
	padding:50px 0 0 0;
	}
.cont_left h1{
	padding-bottom:5px;
	}
.cont_left h2{
	margin-top:0px;
	background:navy;
	line-height:37px;
	font-family: 'OpenSansRegular';
	font-size:16px;
	color:#FFF;
	padding-left:10px;
	}
.cont_left #content{
	line-height:20px;
	}

.cont_left ul{
	margin-left:30px;
	}

/** CONTENT RIGHT **/
.cont_right{
	width:27%;
	max-width:332px;
	float:right;
	border:#EEEEEE solid 1px;
	padding:6px;
	margin:46px 0 0 0;
	}
.right_links{
	display:block;
	background:navy;
	line-height:37px;
	font-family: 'OpenSansRegular';
	font-size:16px;
	color:#FFF;
	text-indent:16px;
	margin-bottom:3px;
	}
.right_links:hover{
	color:#FFF !important;
	background:navy;
	}

.right_info{
	list-style:none;
	padding-left:17px;
	padding-top:3px;
	}
.right_info li{
	border-bottom:#F7E5E5 solid 2px;
	font-family: 'OpenSansRegular';
	padding-bottom:10px;
	margin-top:10px;
	padding-top:4px;
	}
.right_info h2{
	font-size:16px;
	color:#000;
	font-family: 'OpenSansRegular';
	font-weight:normal;
	padding-bottom:0px;
	}
.right_info h2 a{
	color:#000;
	}
.right_info span{
	display:block;
	font-size:12px;
	color:#666666;
	text-align:right;
	padding-right:15px;
	}
.right_info li:last-child{
	padding-bottom:0;
	border-bottom:none;
	}
.typo3-neos-nodetypes-menu li{
        list-style:none;
        }

/** FOOTER **/
.footer{
	width:100%;
	float:left;
	border-top:#DDDDDD solid 1px;
	color:#777;
	font-size:12px;
	line-height:16px;
	padding:18px 0 0 0;
	min-height:55px;
	margin-top:26px;
	text-align: center;
	}
.footer a{
	color:#777;
	}

/** PAGE INNER **/
.contenttable{
	box-shadow:         0px 0px 2px 2px #C3C3C3;
	-webkit-box-shadow: 0px 0px 2px 2px #C3C3C3;
	-moz-box-shadow:    0px 0px 2px 2px #C3C3C3;
	-o-box-shadow:      0px 0px 2px 2px #C3C3C3;
	-ms-box-shadow:     0px 0px 2px 2px #C3C3C3;
	padding:2px;
	margin:30px 0 0 0;
	}
.contenttable tr td{
	background:#F5F5F5;
	border-bottom:#D7D7D7 solid 1px;
	padding:10px;
	}
.autor{
	font-weight:bold;
	font-size:12px;
	}
.contenttable p{
	margin:0;
	}

.breadcrumb{
	margin-bottom:30px;
	}
.breadcrumb ul{
	margin:0;
	}
.breadcrumb li{
	font-size:16px;
	display:inline-table;
	list-style:none;
	font-family: 'OpenSansRegular';
	}
.breadcrumb2 ul{
	text-align:center;
	}
.breadcrumb2 li{
	font-size:12px;
	display:inline-table;
	list-style:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}

input[type=text],
select, textarea{
	border:#CCC solid 1px;
	padding:5px;
	font-family: 'OpenSansRegular';
	}
input[type=submit], .read_more{
	background:navy;
	font-family: 'OpenSansRegular';
	font-size:16px;
	color:#FFF;
	border:none;
	padding:3px 10px;
	margin:0 0 0 1px;
	cursor:pointer;
	}
input[type=submit]:hover, .read_more:hover{
	background:#000;
	color:#FFF !important;
	text-decoration:none;
	}

input[type=text]{
	width:40%;
	margin-bottom:5px;
	}

.tx_sevenpack-navi_main_label,
.tx_sevenpack-navi_year_top{
	margin-top:30px;
	}

h3{margin-bottom:5px;}

.list_1{
	list-style:none;
	text-align:center;
	padding-bottom:30px;
	}
.list_1 li{
	display:inline-table;
	padding-bottom:7px
	}
.list_1 li a{
	color:#FFF;
	background:navy;
	padding:5px;
	margin:0 0 0 1px;
	}
.list_1 li a:hover{
	background:#000;
	color:#FFF !important;
	}

.new_cont{
	border-bottom:navy solid 1px;
	padding:20px 0 1px 0;
	width:100%;
	float:left;
	}
.new_cont .article-title{
	font-size:18px;
	}
.article-meta, .imp{
	font-size:12px;
	color:#999;
	margin:0;
	}
.new_cont p{
	margin-top:0;
	}
.read_more{
	float:right;
	margin-top:-10px;
	}
.pagination{
	width:100%;
	background:#CCC;
	clear:both;
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0 0 0 !important
	}
.pagination li{
	display:inline-table;
	list-style:none;
	padding:5px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	}

.spec_cont h4{
	margin-top:20px;
	line-height:20px;
	}

.total_con{
	width:100%;
	float:left;
	text-align:center;
	padding:30px 0 0 0;
	}
.cont1, .cont2, .cont4, .cont5{
	width:49%;
	float:left;
	padding-bottom:20px;
	}
.cont2, .cont5{
	float:right;
	}
.imp{
	line-height:14px;
	}
.padd_t{
	padding-top:10px;
	}

.cont4, .cont5, .cont6{
	width:43%;
	background:#FAFAFA;
	border:#F0F0F0 solid 1px;
	padding:20px 2%;
	list-style:none;
	margin:0 !important;
	font-size:12px;
	}

.align_right{
	float:left;
	width:172px;
	padding:2px;
	border:#CCC solid 1px;
	margin:5px 20px 10px 0 ;
	}

ul h2{
	margin:0 0 10px 0 !important;
	}
.cont6{
	width:96%;
	}

.parallax-window {
    min-height: 540px;
    background: transparent;
}

.soc_r{
	float:right;
	}
.soc_r img{
	float:left;
	MARGin-left:20px;
	opacity: .8;
    filter: alpha(opacity=80);
	}
.soc_r a:hover img{
	opacity: 1.0;
    filter: alpha(opacity=100);
	}

.container.columns-6-6.typo3-neos-nodetypes-twocolumn {
        clear: both;
}

.container.columns-6-6.typo3-neos-nodetypes-twocolumn .column {
        width: 50%;
        float: left;
}

.container.columns-4-8.typo3-neos-nodetypes-twocolumn {
        clear: both;
}

.container.columns-4-8.typo3-neos-nodetypes-twocolumn .column:first-child{
        width: 30%;
        float: left;
}

.container.columns-4-8.typo3-neos-nodetypes-twocolumn .column{
        width: 70%;
        float: right;
}

.container.columns-3-3-6.typo3-neos-nodetypes-threecolumn {
        clear: both;
}

.container.columns-3-3-6.typo3-neos-nodetypes-threecolumn .column{
        width: 12%;
        float: left;
}

.container.columns-3-3-6.typo3-neos-nodetypes-threecolumn .column:nth-child(2n){
        width: 15%;
        float: left;
}

.container.columns-3-3-6.typo3-neos-nodetypes-threecolumn .column:last-child{
        width: 70%;
        float: right;
}

.container.columns-4-4-4.typo3-neos-nodetypes-threecolumn {
}

.container.columns-4-4-4.typo3-neos-nodetypes-threecolumn .column{
        float: left;
        width: 33.333333%;
}

.typo3-neos-alignment-left {
        float:left;
        margin-right: 10px;
        margin-bottom: 10px;
}

.typo3-neos-alignment-right {
        float:right;
        margin-left: 10px;
        margin-bottom: 10px;
}

.typo3-neos-alignment-center {
        display:flex;
        justify-content:center;
        align-items:center;
        margin-left: auto;
        margin-right: auto;
}

