@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}

.row2 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline-block
}

.row.blockDisplay {
	display: block;
}

.row.blockDisplay2 {
	display: block;
	clear: both;
}

.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}

.column_left {
	width: 40%;
	float: left;
	margin-top: 0px;
	
}

.column_right {
	width: 60%;
	float: left;
	margin-top: 0px;
	
}

.columns_3rd {
	width: 100%;
/*float: left;*/
	margin-top: 0px;
	
}

.columns {
	width: 25%;
	float: left;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	color: #333333 /*#A5A5A5*/;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}

/*.row .col_single {
	width: 100%; text-align: left;
	background-color: #444242;
	padding-bottom: 10px;
}*/

.row .col_single {
	width: 100%; text-align: left;
	background-color: #575757 /*#444242*/;
	padding-bottom: 10px;
	clear: both;
}

.row .col_single h2 {
	padding-left: 3%;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	color: #ffffff;
	letter-spacing: 1px;
}

.row.blockDisplay .col_single2 {
	width: 100%; text-align: left;
	background-color: #444242;
	padding-bottom: 10px;
}

.row.blockDisplay .col_single2 h2 {
	padding-left: 5%;
	color: #ffffff;
}

.row.blockDisplay .interv1 .interv2 .interv3 {
	border-style: solid; border-width: 10px; border-color:#5F5F5F;
}

.container .columns h4 {
	text-align: center;
	color:#3B3A36;
}
.primary_header {
	width: 100%;
	background-color: #575757;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #3B3A36;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #D7D6D6 /*#B3B3B3*/;
	clear: left;
}

.secondary_header2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	color: #494848;
	clear: left;
}

.secondary_header3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #606060;
	clear: left;
}

.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
	color: #000000 /*#FFFFFF*/;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	/*width: 16%;*/
	width: 14%;
	transition: all 0.3s linear;
}
/*.secondary_header ul li:hover {*/
	/*color: #333333 /*#ffffff;*/
	/*cursor: pointer;
	text-decoration: underline;
}*/

/* unvisited link */
.secondary_header ul li a:link {
 text-decoration: none;
 color: #000000;
}

/* visited link */
.secondary_header ul li a:visited {
 text-decoration: none;
 color: #000000;
}

/* mouse over link */
.secondary_header ul li a:hover {
 text-decoration:underline;
 color: #4A4A4A /*#ffffff*/;
 cursor: pointer;
}

/* selected link */
.secondary_header ul li a:active {
 text-decoration: none;
 color: #000000;
}

/* text link */
/* unvisited link */
.txt-btn a:link {
 text-decoration: none;
 color: #575555;
 font-weight: bold;
}

/* visited link */
.txt-btn a:visited {
 text-decoration: none;
 color: #575555;
 font-weight: bold;
}

/* mouse over link */
.txt-btn a:hover {
 text-decoration:underline;
 color: #272727;
 font-weight: bold;
}

/* selected link */
.txt-btn a:active {
 text-decoration: none;
 color: #444242;
 font-weight: bold;	
}


.left_article {
	background-color: #FFFFFF;
	width: 75% /*60%*/;
	float: left;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343434;
	padding-bottom: 15px;
	padding-right: 10px;
}

.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 3%;
	padding-right: 1%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 3%;
	padding-right: 1%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #333333;
}
.right_article {
	width:15% /*40%*/;
	margin-top: 20px;
	float: left;
	/*background-color: #F6F6F6;*/
	margin-left: 10px;
	text-align: center;
}

.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}

.footer {
	background-color: #B3B3B3;
	color: #494848;
	/*background-color: #717070;*/
}

.footer2 {
	background-color: #ffffff;
	color:#606060;
}

.footer2 p {
	color:#606060;
	text-align: center;
}

.footer p {
	font-size: 10px;
	color: #494848;
}

.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color:#ffffff /* #3B3A36*/;
	text-align: center;
}

.left_half p {
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343434;
	font-weight: normal;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 24px;
}

.col_third {
	background-color:#ffffff /* #3B3A36*/;
	text-align: center;
}

.col_third p {
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343434;
	font-weight: normal;
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 24px;
}

.left_half .bk-img {
	text-align: center;
}


	
.left_half2 {
	background-color: #575757 /* #3B3A36*/;
	text-align: center;
	/*color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
	text-align: center;
	letter-spacing:1px;*/
}

.container .column_left.left_half h2 {
	color: #3B3A36 /*#FFFFFF*/;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
}

.container .column_half.left_half2 h2 {
	color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	letter-spacing: 1px;
}

.container .column_half.left_half2 p {
	color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: justify-all /*center*/;
	letter-spacing: 1px;
	padding-left: 5px; padding-right: 5px;
}

.container .column_right.right_half h2 {
	color: #3B3A36 /*#FFFFFF*/;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	margin-right: 60px;
}

.container .column_half.right_half2 h2 {
	color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
	letter-spacing: 1px;
	/*margin-right: 60px;*/
}

.container .column_half.right_half2 p {
	color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: justify-all /*center*/;
	letter-spacing: 1px;
	padding-left: 5px; padding-right: 5px;
}

.right_half {
	background-color: #ffffff /* #3B3A36*/;
	color: #3B3A36 /*#FFFFFF*/;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
	letter-spacing:1px;
	line-height: 40px;
	align-content: center;
}

/* zoom image effect */
.interv1 {
		height: 827px;
		width: 641px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv2 {
		height: 826px;
		width: 637px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv3 {
		height: 827px;
		width: 638px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv4 {
		height: 410px;
		width: 318px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

    .interv img {
        width: 75%;
		height: 75%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
     
    .interv1 img {
        width: 75%;
		height: 75%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }

    .interv2 img {
        width: 75%;
		height: 75%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }

    .interv3 img {
        width: 75%;
		height: 75%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }

    .interv4 img {
        width: 75%;
		height: 75%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }

    .interv:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
    }

  .interv1:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
}

  .interv2:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
}

  .interv3:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
}

  .interv4:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
}


.interv1 p {
	text-align: center
}	

.interv2 p {
	text-align: center
}

.interv3 p {
	text-align: center
}	

.interv4 p {
	text-align: center
}	

/* end zoom image effect */


.right_half2 {
	background-color: #575757 /* #3B3A36*/;
	text-align: center;
	/*color: #FFFFFF;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: normal;
	text-align: center;
	letter-spacing:1px;
	line-height: 40px;*/
}

.right_half h3 {
	text-align: center;
	font-style: italic;
	margin-right: 60px;
}

.right_half2 h3 {
	text-align: center;
	font-style: italic;
	margin-right: 60px;
}

.right_half p {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:20px;
	color: #000000;
}

/*.right_half2 p {
	text-align: center;
	margin-right: 100px;
	margin-left: 30px;
	margin-top:20px;
	color: #ffffff;
}*/

.book-nm {
	font-style: italic; font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}

.column_title_1 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.column_title_2 {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	letter-spacing: 1px;
}

.copyright {
	text-align: center;
	background-color: #B3B3B3;
	/*background-color: #717070;*/
	color: #494848;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
}

/* text link */
/* unvisited link */
.copyright a:link {
 text-decoration: none;
 color: #494848;
 font-weight: normal;
}

/* visited link */
.copyright a:visited {
 text-decoration: none;
 color: #494848;
 font-weight: normal;
}

/* mouse over link */
.copyright a:hover {
 text-decoration:underline;
 color: #272727;
 font-weight: normal;
}

/* selected link */
.copyright a:active {
 text-decoration: none;
 color: #494848;
 font-weight: normal;	
}


.sec {
	text-align: center;
	background-color: #ffffff;
	/*background-color: #717070;*/
	color:#606060;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top-width: 1px;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	
.secondary_header2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	color: #494848;
	clear: left;
}

.secondary_header3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #606060;
	clear: left;
}	
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
	
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.left_half2 {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.column_half.right_half2 {
	width: 100%;
}
	
.columns_3rd.col_third {
	widows: 100%;	
}	
	
/* zoom image effect */
.interv1 {
        min-height: 300px;
		min-width: 233px;
		max-height: 827px;
		max-width: 641px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv2 {
        min-height: 300px;
		min-width: 231px;
		max-height: 826px;
		max-width: 637px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv3 {
        min-height: 300px;
		min-width: 231px;
		max-height: 827px;
		max-width: 638px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	

.interv1 p {
	text-align: center
}	

.interv2 p {
	text-align: center
}

.interv3 p {
	text-align: center
}	
	
.interv1 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv2 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv3 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv1:hover img {
       /* transform: scale(1.5);*/
		width: 80%;
		height: 80%;
		text-align: center;
    }

.interv2:hover img {
       /* transform: scale(1.5);*/
		width: 80%;
		height: 80%;
		text-align: center;
    }	

.interv3:hover img {
       /* transform: scale(1.5);*/
		width: 80%;
		height: 80%;
		text-align: center;
    }
	
/* end zoom image effect */	
	

.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	
.secondary_header2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	color: #494848;
	clear: left;
}

.secondary_header3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #606060;
	clear: left;
}	
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
	
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.right_article .author-img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 240px;
	/*max-width: 100%;*/
	height: 320px;
	/*max-height: 100%;*/
}	
	
.column_left.left_half .book-img {
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	/*padding-bottom: 0px;
	padding-left: 0px;*/
	min-width: 321px;
	min-height: 488px;
	max-width: 329px;
	/*max-width: 100%;*/
	max-height: 500px;
	/*max-height: 100%;*/

}	

/* zoom image effect */
.interv1 {
        min-height: 300px;
		min-width: 233px;
		max-height: 827px;
		max-width: 641px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv2 {
        min-height: 300px;
		min-width: 231px;
		max-height: 826px;
		max-width: 637px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv3 {
        min-height: 300px;
		min-width: 231px;
		max-height: 827px;
		max-width: 638px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	

.interv1 p {
	text-align: center
}	

.interv2 p {
	text-align: center
}

.interv3 p {
	text-align: center
}	
	
.interv1 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv2 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv3 img {
        width: 50%;
		height: 50%;
		text-align: center;
        /*transition: 0.5s all ease-in-out;*/
    }
	
.interv1:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
    }

.interv2:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
    }	

.interv3:hover img {
       /* transform: scale(1.5);*/
		width: 100%;
		height: 100%;
		text-align: center;
    }
/* end zoom image effect */	
	
	
.pic-align {
text-align: center
	}	
	
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
	
.columns_3rd.col_third {
	widows: 100%;	
}
.column_half.left_half {
	width: 100%;
}
.column_half.left_half2 {
	width: 100%;
}	
.column_half.right_half {
	width: 100%;
}
.column_half.right_half2 {
	width: 100%;
}	
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.secondary_header2 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	color: #494848;
	clear: left;
}

.secondary_header3 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #606060;
	clear: left;
}
	
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}

/* zoom image effect */
.interv1 {
        min-height: 500px;
		min-width: 388px;
		max-height: 827px;
		max-width: 641px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv2 {
        min-height: 500px;
		min-width: 386px;
		max-height: 826px;
		max-width: 637px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv3 {
        min-height: 500px;
		min-width: 386px;
		max-height: 827px;
		max-width: 638px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv1 p {
	text-align: center
}	

.interv2 p {
	text-align: center
}

.interv3 p {
	text-align: center
}	
	
.interv1 img {
    width: 65%;
	height: 65%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }
	
.interv2 img {
    width: 65%;
	height: 65%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }
	
.interv3 img {
    width: 65%;
	height: 65%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }
	
	
.interv1:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }

.interv2:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }
	
.interv3:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }
	
/* end zoom image effect */		
	
	
/*
.right_article .author-img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*width: 240px;*/
	/*max-width: 100%;
	/*height: 320px;*/
	/*max-height: 100%;
}*/
	
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}

/* zoom image effect */
.interv1 {
        min-height: 500px;
		min-width: 388px;
		max-height: 827px;
		max-width: 641px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv2 {
        min-height: 500px;
		min-width: 386px;
		max-height: 826px;
		max-width: 637px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}

.interv3 {
        min-height: 500px;
		min-width: 386px;
		max-height: 827px;
		max-width: 638px;
        overflow: hidden;
        margin: 0 auto;
	    padding-bottom: 10px; 
	    padding-left: 0px;
	    padding-right: 0px;
		text-align: center;
}
	
.interv p {
	text-align: center
}

.interv1 p {
	text-align: center
}	

.interv2 p {
	text-align: center
}

.interv3 p {
	text-align: center
}	


.interv img {
    width: 75%;
	height: 75%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }

.interv1 img {
    width: 75%;
	height: 75%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }
	
.interv2 img {
    width: 75%;
	height: 75%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }
	
.interv3 img {
    width: 75%;
	height: 75%;
	text-align: center;
    /*transition: 0.5s all ease-in-out;*/
    }

.interv:hover img {
    /* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }

.interv1:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }

.interv2:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }
	
.interv3:hover img {
/* transform: scale(1.5);*/
	width: 100%;
	height: 100%;
	text-align: center;
    }

/* end zoom image effect */	

.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
