*
Author: W3layout, Fabrizio Gotti
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
tbody{border-top: none !important;}
/* start editing from here */
a{text-decoration:underline;color:var(--color-dark);text-decoration-style: dotted;}
a:hover{color:var(--color-dark);text-decoration: underline; text-decoration-style: dotted;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: var(--font-body), serif;
	background: var(--color-dark) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	padding: 7% 0 0% 0%;
	/* background: url(../images/border.png) repeat-x 0px 163px; */
}
.pages-top{
	padding: 2% 0;
	/* background: url(../images/border.png) repeat-x 0px 112px; */
}
.logo {
	float:left;
	width: 18.5%;
	max-width: 250px;
}

sup {
	vertical-align: super;
	font-size: 90%;
}

/* start h_menu */
.h_menu4{
	float:right;
}
.toggleMenu {
    display:  none;
    background: rgba(29, 82, 99, 0.22);
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav li a {
	display: block;
	padding: 10px 7px 10px 7px;
	margin-right: 1px;
  margin-left: 1px;
	color: #fff;
	font-size:1em;
}
.nav li {
  position: relative;
}
.nav li a {
	border-bottom:3px solid transparent;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
	border-radius: 3px;
}
.nav li.active a, .nav li a:hover {
	text-decoration: none !important;
	background-color: var(--color-accent2);
	color: black;
}
.nav > li {
    float: left;
}
.nav > li > a.parent {
   background: url(../images/plus.png) no-repeat right top 16px;
}
.nav > li > a:hover{
	color:var(--color-lightest);
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left:0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size: 0.8725em;
	padding: 10px;
	display: block;
	color:#fff;
	background:rgba(73, 93, 137, 0.56);
	position: relative;
	z-index:9999;
	border-top: 1px solid rgba(233, 233, 233, 0.09);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav li li a:hover{
	background:#FAA645;
	color:#fff;
	border-bottom:none;
}

/* tweets */
#tweet_timeline {
	float: right;
	width: 25%;
}

#page_content {
	float: left;
  width: 75%;
}

/***** Media Quries *****/
@media screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: none;
		margin:2% 0;
		overflow: hidden;
	}
	.toggleMenu {
		padding: 10px 15px;
		width: 96%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background: rgba(255, 255, 255, 0.22);
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 92%;
	}
}
@media screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 89%;
	}
}
.slider{
	margin-bottom:5%;
}
/*--content--*/
.main{
	background:#fff;
	margin: 0 auto;
	max-width: calc(100% - 5em);
	width: 80em;
	margin-bottom: 60px;
	box-shadow: 0 2px 0 0 #e5e5e5;
}


.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:30.7%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
	box-shadow: 0 0 3px #B6B5B5;
	-webkit-box-shadow: 0 0 3px #B6B5B5;
	-moz-box-shadow: 0 0 3px #B6B5B5;
	-o-box-shadow: 0 0 3px #B6B5B5;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	position:relative;
}
.span_1_of_4 img{
	border-top-left-radius:7px;
	-webkit-border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-o-border-top-left-radius:7px;
	border-top-right-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-top-right-radius:7px;
	-o-border-top-right-radius:7px;
	display:block;
}
h2.m_1{
	font-size: 1.3em;
	line-height: 1.5em;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color:#555;
	padding:5% 0 7% 0;
}
i.settings{
	width: 100px;
	height: 100px;
	background: url(../images-2021/img-sprite.png)-141px -4px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 37%;
	filter: brightness(80%);
}
i.clock{
	width: 100px;
	height: 100px;
	background: url(../images-2021/img-sprite.png)-267px -2px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 37%;
	filter: brightness(80%);
}
i.aeroplane{
	width: 100px;
	height: 100px;
	background: url(../images-2021/img-sprite.png)-389px -1px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 37%;
	filter: brightness(80%);
}
.desc{
	text-align:center;
	padding:8%;
}
.desc h3{
	color:#222;
	font-size:1.3em;
	margin-bottom: 5%;
}
.desc p{
	color:#555;
	font-size:1em;
	line-height:1.5em;
}
/*--content-middle--*/
.col_1_of_middle:first-child {
	margin-left: 0;
}
.span_1_of_middle {
	width:47.7%;
}
.col_1_of_middle {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.m_3,h1{
	font-family: var(--font-title);
	text-align: center;
	position: relative;
	font-size:1.7em;
	padding:5% 0;
  font-weight: unset;
}
span.left_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:75px;
}
span.right_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right:0%;
	bottom:75px;
}
.span_1_of_middle h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:5%;
}
/*
.span_1_of_middle p{
	color:#555;
	font-size:0.9em;
	line-height:1.8em;
}
*/
.btn{
	margin-top:5%;
}
.btn a {
	border: none;
	font-weight: 100;
	color: #FFF;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	font-size: 1em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #FFA540;
}
.btn a:hover{
	background:#F1962F;
}
.skills {
	width: 100%;
	margin: 10px 0;
	background-color: #D7DEE0;
	height: 10px;
}
.skills > div {
	height: 100%;
	display: block;
	background-color:#ffa540;
}
.content-middle-bottom{
	padding:5% 0 0 0; 
}
ul.progress.vertical {
    position: relative;
    width:65px;
    min-height:330px;
    float: left;
    margin-right:50px;
  	background:#ffa540;
}
li.bar {
	background:#eee;
	width: 50px;
	position: absolute;
}
li.bar1 {
	background:#eee;
	height: 50%;
	width: 50px;
	position: absolute;
}
/*--projects--*/
.col_1_of_projects:first-child {
	margin-left: 0;
}
.span_1_of_projects {
	width: 22.8%;
}
.col_1_of_projects {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.view {
   width:290px;
   height:350px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 290px;
   height:350px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   cursor: pointer;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
/*   text-transform: uppercase; */
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
h3.m_4{
	text-align:center;
	padding:5% 0;
}
h3.m_4 a{
	color:#555;
	text-transform:uppercase;
	font-size:1em;
}
h3.m_4 a:hover{
	color:#FFA540;
}
p.m_5{
	text-align:center;
	color:#999;
	font-size:0.85em;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.span_1_of_projects img{
	display:block;
}
/*--testimonials--*/
.wmuSlider {
	position: relative;
	overflow: hidden;
	padding: 0 0 8% 0;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
	margin:0 auto;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 46%;
	bottom:50px;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 2px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background:#ffa540;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	margin:3px;
}
.wmuSliderPagination a.wmuActive {
	background:#eee;
	width: 15px;
	height: 15px;
}
.banner-text{
	width:75%;
	margin:0 auto;
}
.banner-text p{
	color:#555;
	font-size:1em;
	line-height:1.5em;
	padding-bottom:3%;
}
h3.m_6{
	color: #000;
	font-size: 1em;
	border-top:1px solid #F0f0f0;
	width: 17%;
	margin: 0 auto;
	padding-top:2%;
}
span.bg1{
	color:#999;
}
/*--footer--*/
.footer{
	background:var(--color-accent2);
	padding:5% 0;
}
.footer-grid {
	float: left;
	width:23.5%;
	margin-right: 2%;
}
.footer-grid1 p, .footer-grid2 p {
	color: var(--color-lightest);
	font-size: 0.875em;
	line-height: 1.5em;
}
.f-logo{
	margin-bottom:20px;
	margin-top: 20px;
	width: 200px;
}
.footer-grid1 h4,.footer-grid2 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: var(--color-lightest);
}
.footer a {
	color: var(--color-lightest);
}
i.pin{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images-2021/img-sprite.png)  -10px -102px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
	filter: brightness(60%) hue-rotate(280.2deg);
}
i.phone{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images-2021/img-sprite.png) no-repeat -37px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
	filter: brightness(60%) hue-rotate(280.2deg);
}
i.mail{
	display: none;
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images-2021/img-sprite.png) no-repeat -68px -104px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
	filter: brightness(60%) hue-rotate(280.2deg);
}
i.earth, em.earth{
	display: none;
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images-2021/img-sprite.png) no-repeat -101px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
	filter: brightness(60%) hue-rotate(280.2deg);
}
.footer-grid2 ul li label {
	color: #FFF;
	font-size: 0.875em;
}
.extra-wrap{
	overflow:hidden;
}
.footer-grid2 ul li{
	margin-bottom:4%;
}
.extra-wrap1 p{
	color:#fff;
	font-size: 0.875em;
	font-weight: 100;
	cursor: pointer;
}
.extra-wrap1 p:hover{
	color: var(--color-lightest);
}
.recent-tweet {
	margin-bottom: 1em;
}
.recent-tweet-icon {
	float: left;
	width: 10%;
	margin-top: 3%;
}
.recent-tweet-icon span {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images-2021/img-sprite.png) no-repeat -136px -111px;
	filter: brightness(60%) hue-rotate(280.2deg);
}
.recent-tweet-info p {
	color: var(--color-lightest);
	font-size: 0.875em;
	line-height: 1.5em;
}
.footer-grid3 h4 {
	color: var(--color-lightest);
	font-size: 1.2em;
	text-transform: uppercase;
}

.footer-grid3 h5 {
	color: var(--color-lightest);
	font-weight: normal;
	font-style: italic;
	font-size: medium;
	clear: both;
	margin-bottom: 12px;
}
.footer-grid3 .sp-logo {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.recent-tweet-info {
	float: right;
	width: 88%;
}
.recent-tweet-info a {
	display: block;
	color:var(--color-lightest);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-style: italic;
}
.recent-tweet-info a:hover {
	color:#FFA540;
}
.footer-grid4 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 0.5em;
}
.footer-grid4 p {
	color:var(--color-lightest);
	font-size: 0.875em;
	margin-bottom: 0.5em;
	line-height:1.5em;
}
.footer-grid4 input[type="text"] {
	background: #252825;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border:none;
	font-family: var(--font-title);
	outline: none;
	font-size:12px;
	padding:8px;
	color: #757679;
	position: relative;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	width:61%;
}
.footer-grid4 input[type="submit"] {
	background: url(../images-2021/img-sprite.png) no-repeat -194px -101px #ffa540;
	text-transform: uppercase;
	font-family: var(--font-title);
	border: none;
	padding: 7px 25px;
	position: absolute;
	left:200px;
	cursor: pointer;
	color: #FFF;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.footer-grid4 input[type="submit"]:hover {
	background: url(../images-2021/img-sprite.png) no-repeat -230px -101px #fff;
}
.footer-grid4 {
	position: relative;
	margin-right: 0;
	/*margin-left: 30px;*/
}
.footer-bottom {
	/* background: #253C78; */
	padding: 2% 0;
}
.become {
	margin-top: -30px;
	margin-bottom: 30px;
	font-style: italic;
}

.copy{
	float:left;
	margin-top:7px;
}
.copy p{
	color:var(--color-lightest);
	font-size: 0.875em;
}
.copy p a{
	color:var(--color-lightest);
}
.copy p a:hover{
	color:var(--color-lightest);
}
.social {
	float: right;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social li {
	background: none;
	display: inline-block;
}
li.facebook a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images-2021/img-sprite.png)no-repeat -281px -106px #FFA540;
}
li.facebook a span:hover {
	background: url(../images-2021/img-sprite.png)no-repeat -281px -135px #FFF;
}
li.linkedin a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images-2021/img-sprite.png)no-repeat -315px -108px #FFA540;
}
li.linkedin a span:hover {
	background: url(../images-2021/img-sprite.png)no-repeat -310px -136px #FFF;
}
li.twitter a span:hover {
	background: url(../images-2021/img-sprite.png)no-repeat -133px -106px transparent;
}
li.twitter a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images-2021/img-sprite.png)no-repeat -133px -106px transparent;
	filter: brightness(60%) hue-rotate(280.2deg);
}
/*--pages--*/
.span_2_of_g1 {
	width:73.1%;
}
.cont1 {
	display: block;
	float: left;
}
.col_1_of_about-box:first-child {
	margin-left: 0;
}
.col_1_of_about-box {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_about-box {
	width: 30.5%;
}
.span_1_of_g1 {
	width:24.2%;
}
.labout {
	display: block;
	float: left;
	margin:0 0 0 2.6%;
}
.gallery li {
	float: left;
	display: inline;
	width:31.5%;
	margin-right: 2%;
	background: #FFF;
	border:1px solid #f0f0f0;
}
.gallery li.last {
	margin: 0 0 30px 0;
}
.gallery li h3{
	padding:5%;
	color:#555;
	font-size:1em;
}
.gallery li a img{
	display:block;
}
.project-list h4, .project-list1 h4, .project-list2 h4 {
	font-size: 1.4em;
	color: #555;
	margin-bottom:7%;
	text-transform: uppercase;
}
ul.blog-list {
	width: 33%;
	float: left;
}

ul.blog-list.twocol {
	width: 45% !important;
}

.project-list li, .project-list1 li {
	margin-bottom: 20px;
}
.project-list li img, .project-list1 li img {
	float: left;
	margin-right: 20px;
}
ul.blog-list li {
	/* list-style-image: url(../images/arrow.png); */
	margin: 0 35px 1px;
}
ul.blog-list li a {
	color:#555;
}
ul.blog-list li a:hover {
	color:#000;
}
.pages{
	padding:5% 0;
}
.project-list1{
	padding-top:10%;
}
.project-list2{
	padding-top:10%;
}
.project-list2 li {
	float: left;
	background:#FFA540;
	padding: 5px;
	margin: 2px;
}
.project-list2 li a {
	color: #000;
	text-transform: uppercase;
	font-size: 0.89em;
}
.project-list2 li a:hover{
	color:#fff;
}
ul.dc_pagination {
	text-align: center;
	overflow: hidden;
	margin: 3% 0 2% 0;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	margin-right: 5%;
	text-transform: uppercase;
}
ul.dc_pagination li {
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	color: #555;
	display: block;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	font-size: 1.1em;
}
ul.dc_paginationA06 li a:hover, ul.dc_paginationA06 li a.current {
	background:#FFA540;
	color: #FFF;
}
/*--blog--*/
.col_1_of_b:first-child {
	margin-left: 0;
}
.col_1_of_b {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
	position:relative;
}
.col_1_of_b img{
	display:block;
}
.span_1_of_b {
	width: 48.2%;
}
.span_1_of_b h3 {
	margin-bottom: 2%;
}
.span_1_of_b h3 a {
	color: #333;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_1_of_b h3 a :hover{
	color:#555;
}
.span_1_of_b p {
	/* color: #555; */
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top:3%;
}
.button {
  border: 1px solid black;
  margin-left: 30%;
  margin-right: 30%;  
  text-align: center;
  background-color: var(--color-accent2);
}
.button a {
	color:var(--color-lightest);
	font-size: 0.85em;
	text-transform: uppercase;
}
.button a:hover {
	color:#555;
}
.blog-poast-admin {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
}
.blog-poast-admin img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 4px solid #FFF;
}
.blog-poast-info {
	background:#253C78;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}

.blog-poast-info ul li.infospeaker {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.blog-poast-info ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
i.admin {
	width: 20px;
	height: 20px;
	background: url(../images-2021/img-sprite.png) no-repeat -380px -111px;
	float: left;
}
i.date {
	width: 20px;
	height: 20px;
	background: url(../images-2021/img-sprite.png) no-repeat -408px -111px;
	float: left;
}
span.comment {
	width: 20px;
	height: 20px;
	background: url(../images-2021/img-sprite.png) no-repeat -440px -111px;
	float: left;
}
.blog-top{
	padding-bottom:2%;
}
/*--single--*/
p.m_10{
	font-size:0.85em;
	color:#555;
	line-height:1.8em;
	padding:2% 0;
}
p.m_11{
	font-size:0.85em;
	color:#555;
	line-height:1.8em;
}
.btn1{
	padding-top:3%;
}
.btn1 a{
	background:#FFA540;
	font-size: 1.2em;
	padding: 18px 50px;
	color: #FFF;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float:left;
	text-transform: uppercase;
	font-weight: 100;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn1 a:hover{
	background:#555;
}
/*--portfolio--*/
.gallery1 li {
	float: left;
	display: inline;
	width: 31.8%;
	margin-right: 2%;
	border:1px solid #f0f0f0;
	background: #FFF;
}
.gallery1 li a img {
	display: block;
}
.gallery1 li.last{
	margin-right:0;
}
.gallery1 li h3 {
	padding: 5%;
	color: #555;
	font-size: 1em;
}
.gallery1 li.last {
	margin: 0 0 30px 0;
}
/*--contact--*/
form div {
	padding-top: 20px;
}
.to input[type="text"] {
	padding: 20px 9px;
	width: 48%;
	font-size: 1em;
	font-family: var(--font-body);
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color:#555;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width: 98.3%;
	font-size: 1em;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color:#555;
	font-family: var(--font-body);
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 20px 9px;
}
.contatct-top input[type="submit"] {
	color: #FFF;
	font-family: var(--font-body);
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 60px;
	text-transform: uppercase;
	background:#253C78;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:100;
	border:none;
	cursor:pointer;
}
.contatct-top input[type="submit"]:hover {
	background:var(--color-lightest);
}
.map{
	padding-top:4%;
}
p.m_12{
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	margin-bottom:2%;
}
.m_contact {
	text-align: center;
	position: relative;
	text-transform: uppercase;
	color: #777;
	font-size: 1.7em;
	padding: 5% 0 3%;
}
span.left_line1 {
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:51px;
}
span.right_line1 {
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right: 0%;
	bottom:51px;
}
.contact{
	padding-bottom:5%;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.header-top {
		/* background: url(../images/border.png) repeat-x 0px 158px; */
	}
	ul.progress.vertical {
		margin-right: 49px;
	}
	span.left_line {
		width: 470px;
	}
	span.right_line {
		width: 470px;
	}
	.to input[type="text"] {
		width: 47.9%;
	}
	.footer-grid4 input[type="text"] {
		width: 64%;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.header-top {
		/* background: url(../images/border.png) repeat-x 0px 153px; */
	}
	ul.progress.vertical {
		margin-right:42px;
	}
	span.left_line {
		width: 470px;
	}
	span.right_line {
		width: 470px;
	}
	.to input[type="text"] {
		width: 47.6%;
	}
	.view {
		width: 270px;
		height: 330px;
	}
	.view .mask, .view .content {
		width: 270px;
		height: 330px;
	}
	h3.m_6 {
		width: 20%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width: 97.8%;
	}
	.pages-top {
		/* background: url(../images/border.png) repeat-x 0px 108px; */
	}
	span.left_line1 {
		width: 470px;
		bottom: 48px;
	}
	span.right_line1 {
		width: 470px;
		bottom: 48px;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.header-top {
		/* background: url(../images/border.png) repeat-x 0px 127px; */
	}
	ul.progress.vertical {
		margin-right:30px;
	}
	span.left_line {
		width:320px;
		bottom:55px;
	}
	span.right_line {
		width:320px;
		bottom:55px;
	}
	.to input[type="text"] {
		width:46.9%;
	}
	.view {
		width: 215px;
		height: 270px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 270px;
	}
	h3.m_6 {
		width:30%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width: 96.9%;
	}
	.logo {
		width: 16.5%;
	  min-width: 250px;
	}
	.nav li a {
		padding: 10px 10px 17px 10px;
	}
	h2.m_1 {
		font-size:1.1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3,h1 {
		font-size: 1.5em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 163px;
	}
	ul.blog-list {
		width: 100%;
		float: none;
	}
	.pages-top {
		/* background: url(../images/border.png) repeat-x 0px 108px; */
	}
	.blog-poast-admin {
		bottom: 8.6em;
	}
	span.left_line1 {
		width: 350px;
		bottom: 39px;
	}
	span.right_line1 {
		width: 350px;
		bottom: 39px;
	}
	.m_contact {
		font-size: 1.5em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom: 40px;
		left: 45%;
	}
	i.settings {
		left: 33%;
	}
	i.clock {
		left: 33%;
	}
	i.aeroplane {
		left: 33%;
	}
	.gallery1 li {
		width: 31.7%;
	}
	ul.progress.vertical {
		width:55px;
	}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 240px;
		bottom: 43px;
	}
	span.right_line {
		width: 240px;
		bottom: 43px;
	}
	.to input[type="text"] {
		width:45.9%;
		padding:15px 9px;
	}
	.view {
		width: 215px;
		height: 260px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 260px;
	}
	h3.m_6 {
		width:30%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:95.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 5px 20px 5px 10px;
		border-left: 20px solid transparent;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3,h1 {
		font-size: 1.3em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 125px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding: 20px 0 0 0;
	}
	.blog-poast-admin {
		bottom: 9.6em;
		left: 0.5em;
	}
	span.left_line1 {
		width: 260px;
		bottom: 31px;
	}
	span.right_line1 {
		width: 260px;
		bottom: 31px;
	}
	.m_contact {
		font-size: 1.4em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom:20px;
	}
	.logo {
		width: 100%;
		text-align: center;
		float: none;
	}
	.toggleMenu {
		background: #6c6f7d;
	}
	.nav li.active a, .nav li a:hover {
		border:none;
		border-left: 20px solid transparent;
	}
	.nav li.active a {
		border-left: 20px solid var(--color-lightest);
	}

	.desc h3 {
		font-size: 1.1em;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width: 33.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:27%;
	}
	i.clock {
		left:27%;
	}
	i.aeroplane {
		left:27%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size: 1em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding:16px 50px;
	}
	.col_1_of_projects {
		float: left;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:640px){
	/* tweets */
	#tweet_timeline {
		float: unset !important;
	  width: auto !important;;
	}

	#page_content {
		float: unset !important;;
		width: unset !important;;
	}
	
	#twitter-widget-0 {
		width: 100% !important;
	}

	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 180px;
		bottom: 37px;
	}
	span.right_line {
		width: 180px;
		bottom: 37px;
	}
	.to input[type="text"] {
		width: 45.3%;
		padding: 12px 9px;
	}
	.view {
		width: 215px;
		height: 260px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 260px;
	}
	h3.m_6 {
		width:40%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:95.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 20px 20px 20px 20px;
	}
	h2.m_1 {
		font-size:0.9em;
		padding: 20px 0 40px;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3,h1 {
		/* font-size: 1.3em; */
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 398px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding: 20px 0 0 0;
	}
	.blog-poast-admin {
		bottom:7em;
		left: 1em;
	}
	span.left_line1 {
		width: 210px;
		bottom: 27px;
	}
	span.right_line1 {
		width: 210px;
		bottom: 27px;
	}
	.m_contact {
		font-size: 1.3em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom:20px;
	}
	.logo {
		width: 100%;
		text-align: center;
		float: none;
	}
	.toggleMenu {
		background: #6c6f7d; 
	}
	.nav li.active a, .nav li a:hover {
		border:none;
		/* background-color: var(--color-lightest); */
		border-left: 20px solid transparent !important;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width: 38.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:35%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size: 1em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding:16px 50px;
	}
	.span_1_of_4 {
		width:71%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 9% 0%;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width: 31.5%;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:480px){
	.main {
		width: 90%;
		max-width: 90%;
	}

	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 125px;
		bottom: 30px;
	}
	span.right_line {
		width: 125px;
		bottom: 30px;
	}
	.to input[type="text"] {
		width: 43.5%;
		padding: 11px 9px;
	}
	.view {
		width: 200px;
		height: 245px;
	}
	.view .mask, .view .content {
		width: 200px;
		height: 245px;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
	h3.m_6 {
		width:60%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:93.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 20px 20px 20px 20px;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3,h1 {
		/* font-size: 1.2em; */
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 303px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding:10px 0 0 0;
	}
	.blog-poast-admin {
		bottom: 8em;
		left: 0.2em;
	}
	span.left_line1 {
		width: 145px;
		bottom: 22px;
	}
	span.right_line1 {
		width: 145px;
		bottom: 22px;
	}
	.m_contact {
		font-size: 1.2em;
	}
	p.m_12 {
		font-size:0.85em;
	}
	.wmuSliderPagination {
		bottom:7px;
		left:40%;
	}
	.logo {
		width:50%;
		text-align: center;
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.toggleMenu {
		background: #6c6f7d; 
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width:49.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:35%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size:0.85em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding: 12px 40px;
		font-size: 1em;
	}
	.span_1_of_4 {
		width:90%;
	}
	.col_1_of_4 {
		float: none;
		margin: 10px 0 50px 0;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
		font-size:1.1em;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width: 31.5%;
	}
	.slider {
		 margin-bottom:0;
	}
	.gallery li {
		width: 83%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.dc_pagination li a {
		padding: 5px 10px 5px 10px;
	}
	.blog-poast-info ul li a {
		font-size: 12px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 75px;
		bottom: 20px;
	}
	span.right_line {
		width: 75px;
		bottom: 20px;
	}
	.to input[type="text"] {
		width: 40.5%;
		padding: 9px 9px;
		font-size:0.8125em;
	}
	.view {
		width: 200px;
		height: 245px;
	}
	.view .mask, .view .content {
		width: 200px;
		height: 245px;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
	h3.m_6 {
		width:90%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:90.9%;
		padding:9px;
		font-size:0.8125em;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size: 0.85em;
		width: 80%;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3,h1 {
		/* font-size:0.85em; */
		color:#000;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left:205px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding:10px 0 0 0;
	}
	.blog-poast-admin {
		bottom:11em;
		left: 0.2em;
	}
	span.left_line1 {
		width: 90px;
		bottom: 14px;
	}
	span.right_line1 {
		width: 90px;
		bottom: 14px;
	}
	.m_contact {
		font-size:0.9em;
		color:#000;
	}
	p.m_12 {
		font-size:0.85em;
	}
	.wmuSliderPagination {
		bottom:20px;
		left:32%;
	}
	.logo {
		width:60%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.toggleMenu {
		background: #6c6f7d;
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:40px;
	}
	.span_1_of_projects {
		width:85%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:32%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size:1em;
		margin-bottom: 15px;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 8% 0;
	}
	ul.dc_pagination li a {
		font-size:0.8125em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1em;
		padding: 12px 30px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding: 12px 40px;
		font-size: 1em;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float: none;
		margin: 10px 0 50px 0;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
		font-size:1em;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width:100%;
	}
	.slider {
		 margin-bottom:0;
	}
	.gallery li {
		width:99%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.dc_pagination li a {
		padding: 5px 10px 5px 10px;
	}
	.blog-poast-info ul li a {
		font-size: 12px;
	}
	.span_1_of_middle p {
		font-size: 0.8125em;
	}
	ul.progress.vertical {
		min-height: 230px;
	}
	.wmuSlider {
		padding: 0 0 20% 0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}
	.social {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.blog-poast-admin img {
		width: 55%;
	}
	.blog-poast-info ul li {
		/*float:right;*/
	}
	.blog-poast-info {
		/*padding: 0.8em 1em 3em;*/
	}
	.span_1_of_b h3 a {
		font-size: 1em;
	}
	p.m_11 {
		display: none;
	}
	p.m_10 {
		font-size: 0.8125em;
	}
}

/* Adaptation to Drupal */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

div.section div.tabs {
	margin-bottom: 20px;
	margin-top: 20px;
}

.content h2{
	color:#000;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:20px;
	font-weight: bold;
	font-family: var(--font-body);
	padding-top: 20px;
}

h2.clear {
	padding-top: 20px;
}

.content p, span_1_of_middle p {
	line-height:1.8em;
/*
	padding-top: 6pt;
	padding-bottom: 6pt;
*/
}

#landingcontainer {
	position: relative;
}

#landingoverlay {
	position: absolute;
	width: 40%;
	max-width: 400px;
	margin-left: 60px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 5% 20px 5%;
	margin-top: 20px;
}

#headeroverlay {
	position: absolute;
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.sponsor {
	margin-bottom: 30px;
	margin-right: 30px;
}

.footerheader {
	margin-bottom: 10px;	
}

.span_left_of_middle {
	width:65%;
}

.span_right_of_middle {
	width:30%;
}

@media (max-width:640px){
				.span_left_of_middle {
					width:100%;
				}

				.span_right_of_middle {
					width:100%;
				}
}

.blog-top .col_1_of_b p {
	padding-bottom: 0;
}

.blog-top .col_1_of_b p br {
	display: none;
}

#topimage img {
	width: 100%;
}

.program h3 {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 40px !important;
	border-bottom: 1px solid #253C78;
	border-left: 30px solid #253C78;
	padding-left: 10px;
}

.program h4 {
	color: var(--color-lightest);
	margin-top: 10px;
	font-weight: bold;
}

.program p {
	padding: inherit;
}

.program td div {
  background-color: #ABD2FF;
}

.program td {
  width: 20%;
}

.program div.inner {
  padding: 2px;
  border: 2px solid white;
  width: 100%;
  height: 100%;
}

.program .time {
  font-weight: bold;
}

.program .item {
	font-variant: small-caps;
}

.program .break .inner {
  background-color: #ABFFAE;
}

.program table {
  border-collapse: collapse;
  min-width: 800px;
  font-size: 80%;
}

.program .blank .inner {
  background-color: lightgrey;
}

.program .day .inner {  
  font-size: 130%; 
  font-weight: bold;  
  background-color: white;
}

.program .day {
  text-align: center;
  background-color: white;
}

.program .day .inner {
  background-color: #253C78;
  color: white;
}

.program .leftinner {
    float: left;
    width: 50%;
    border-right: white 2px solid;
    height: 86px;
}

.program .upper {
    height: 56px;
    border-bottom: 2px solid white;
}

.program .lower {
    background-color: lightgray !important;
    height: 30px;
}

.right_news {
	padding: 5px;
	box-shadow: 0 0 8px #B6B5B5;
}

ul.blog-list.canai li {
	/*list-style-image: none;
	background: url(../images/arrow.png) no-repeat left top;
	padding: 3px 0px 3px 30px;
	list-style: none;
	margin: 2px 0px 2px 0px;*/
	list-style-type: initial;
	margin-bottom: 6px;
}

ul.canai-reset {
	list-style-type: initial;
	padding: revert;
	line-height: 1.8em;
}

.canai-fullwidth {
	width: 100% !important;
}

ol.canai-reset {
	list-style-type: revert;
	padding: revert;
}

.program .item.long {
  display: block;
}

.program .item.short::before {
  transform: ;
  content: " · ";
}

.tutorials .abstract {
	line-height: inherit;
	font-size: smaller;
	margin-left:30px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.tutorials strong {
	font-weight: bold !important;
}

.tutorials ol {
  list-style: decimal;
	padding-left: 60px;
	margin-left:30px;
	font-size: smaller;
}


@media print {
	.program table div.inner {
		border: 1px solid black;
	}

	.pages-top {
		display: none !important;
	}

	.footer {
		background-color: lightgray !important;
	}

}

p.pap {
  line-height: 1.1;
	margin-bottom: 5px;
}

.pap .paperid {
	font-size: smaller;
	text-transform: uppercase;
	margin-right: 10px;
}

.pap .papertitle {
	font-style: italic;
	margin-right: 10px;
	font-weight: bold;
}

.pap .authors {
  display: block;
  margin-top: 3px;
  color: var(--color-lightest);
}

.program em {
	font-style: italic;
}

.program-day {
  font-size: larger;
  font-weight: bold;
  border-bottom: 1px solid #252825;
  margin-top: 24px;
  margin-bottom: 6px;
}

.program-event-title {
  font-size: large;
  font-weight: bold;
  color: var(--color-lightest);
  margin-top: 12px;
}

.program-event-details {
  padding-left: 24px;
}

.program-location {
  margin-bottom: 6px;
}

.program-location::before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAG5SURBVDhPTVJLTgJBEK1hBgcFBU0UBKMLvYcREV0K7IStQTZcBecOxCM4ERO9gW4kJMQzoIyEP5RVD0Z5SXd1vX7VXVXdxILJZKIGeH5ucD6f43h8lxOJPVlfc6PxtNz919JqULF4w0TEhkGcyaT56ioLX0epVFyqmKfTKeNGRa1WgyCdPmXP6y5ZlrXHZ2en2HMcBxwCZ7MZnJ2dGKdS++z7iuFwCDufzzmZTPD2dhS+IiCg9/c36nS+KZfLk/rCkwSRbduwhuReKBTo66sLrSKgk+f14BweHsGORiMKhUI0GAwQrPD3fn4WWtTY7X5zMGihIT76/T6sn242e8G2baFmTf2vxsvLRQfr9Tr8VTw81LGXyZwvGanFD2w2P9iyAry2ZnGlUubX1xeMSuUOnGkaomlCOx6PmfRaP51y+VbSCXIstsUbGyEOh9c5Gt0Ep4cpfK2hb2Kaph4g3SM6OTmmXq/31xRtVCQSoXb7E75q5dMsmiPdQ8GKVquFn3NwkMS76usop1CNryW9URdyMn6EwnUf0QwdruuCWw3Sb2roQgYeWSEapOM498IFqFqtgpdDwS+0Bv0CX7XrIBciwRoAAAAASUVORK5CYII=');
  padding-right: 6px;
}

.program-paper-title {
  font-style: italic;
	margin-bottom: 20px;
}

.program-paper-author {
   color: var(--color-lightest);
  margin-bottom: 6px;
}

.span_1_of_b h3 {
	margin-bottom: 2%;
	background-image: url(../images/callout.png);
	background-repeat: no-repeat;
	padding-left: 40px;
  background-size: 28px;
	filter: brightness(60%) hue-rotate(280.2deg);
}

.faq strong {
	font-weight: bold !important;
	background-color: var(--color-dark);
	border-radius: 3px;
	padding: 2px;
	color: white;
	margin-right: 10px;
	margin-bottom: 3px;
}

.caiac-strong {
	font-weight: bold !important;
	background-color: #f6a244;
	border-radius: 3px;
	padding: 3px;
	color: white;
	margin-right: 10px;
}

.caiac-ol {
	list-style: url;
	margin-left: 30px;	
}

.caiac-ol li {
	padding-left: 10px;
	list-style: decimal;
}

ul.nav {
/*    border-bottom: 1px solid gray; */
	font-family: var(--font-title);
}

.ai {
	color: black !important;
}

.ai thead td {
  font-weight: bold;
}

.ai td {
    padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ai tr:nth-child(even) {
  background-color: #97bcd8;
}

/* twitter */
#twits {
	float: right;
	margin-top: 5px;
}

#twits a {
  border-radius: 4px;
  padding: 1px 10px 5px 9px;	
	position: relative;
	height: 28px;
	box-sizing: border-box;
	background-color: #1b95e0;
	color: #fff;
	font-weight: 500;
	cursor: pointer;			
}

@media screen and (max-width: 768px) {

#twits {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	float: inherit !important;
}

}

#twits a:hover {
	background-color: #0c7abf;
}

#twits a i {
	position: relative;
	display: inline-block;
	background: transparent 0 0 no-repeat;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
	top: 4px;
	height: 18px;
	width: 18px;
}

#twits a .twit_label {
	margin-left: 4px;
  display: inline-block;
  vertical-align: top;	
	padding-top: 1px;
}

#page-title {
	clear: both !important;
	font-size: 2.5em;
}

#page-title::after {
	content: " ";
	border-bottom: 1px solid var(--color-accent1);
	width: 47%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}


.bestpap {
  font-variant: small-caps;
  background-color: var(--color-lightest);
  color: white;
  padding-left: 3px; 
  padding-right: 3px;
  font-weight: bold;
}

#images {
	width: 100% !important; 
}

.pages-top .h_menu4 {
	color: var(--color-lightest);
}

.pages-top .h_menu4 .nav li a {
	/* color: var(--color-lightest); */
}

h4 {
	font-family: var(--font-title);
  font-weight: unset;
}

.toggleMenu {
  color: var(--color-lightest);
	background-color: var(--color-accent2);
	text-align: center
}

/* tweets */
#tweet_timeline {
	float: right;
	width: 25%;
}

#page_content {
	float: left;
  width: 75%;
}

/* covid19 */
#covid19-notice {
	border: 1px solid red;
	font-size: large;
	padding: 10px;
	margin-bottom: 30px;
}

#covid19-notice a {
	text-decoration: underline !important;
	color: green !important;
}

/* comments */
#comments {
	margin-top: 80px !important;
}

div.node-page > div.content + ul.links.inline {
	display: inline-block;
	margin-top: 40px;
}

#comments label {
	margin-bottom: 6px !important;
}

#edit-comment-body, #comment-body-add-more-wrapper, #comments .text-format-wrapper {
	padding-top: 0px !important;
}

#edit-author--2 label {
	display: inline;
}

#edit-author--2 label::after {
	content: ":";
}

h2.comment-form::after {
	content: " 💬";
}

#comments > .comment {
    background-color: var(--color-lightest)52;    
}

#comments > .comment > .indented > .comment {
    background-color: white;
}

#comments > .comment > .indented > .comment > .indented > .comment {
    background-color: var(--color-lightest)52;
}

#comments > .comment > .indented > .comment > .indented > .comment > .indented > .comment {
    background-color: white;
}


#comments div.submitted a.permalink {
	display: none;
}

h2.title {
    margin-bottom: 20px;
}

#comments ul.links.inline {
	font-variant: small-caps;
}

#comments h3 {
    margin-top: 20px !important;
}

#comments h2.title {
	border-top: 1px solid var(--color-lightest);
}

#comments .submitted {
	color: var(--color-lightest) !important;
}

#comments ul.links.inline {
	display: block !important;
	margin-bottom: 30px !important;
}

ul.inline li.comment-add, ul.inline li.comment_forbidden {
	display: block !important;
} 

li.comment-add {
    font-variant: all-petite-caps;
    border: 1px solid var(--color-lightest);
    font-weight: bold;
    padding: 5px !important;
}

li.comment-add > a {color: var(--color-lightest);}

.t-id {
	display: none;
}

#comments .comment.clearfix {
	border: 1px solid  var(--color-lightest);
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#comments .content {
    margin-bottom: 10px;
}

#comments .links.inline li {
    border: 1px solid var(--color-lightest);
}

#comment-form > div {
	padding-top: 0px !important;
}

#comment-form textarea.text-full.required {
	height: 350px !important;
}

.sessions h3 {
  margin-top: 30px !important;  
  margin-bottom: 10px !important;
}

.sessions .program-paper {
  margin-bottom: 10px;
}

.sessions .paper-id {
  border: #6C6F7D solid 1px;
  padding: 2px;
  border-radius: 2px;
}

.sessions .long-short {
  border: #6C6F7D solid 1px;
  padding: 2px;
  border-radius: 2px;
  font-variant: small-caps;
	margin-left: 5px;
	margin-right: 5px;
}

.sessions h3:before {
  content: "▸ ";  
}

.sessions .paper-title {
  font-weight: bold;
  line-height: 2em;
	font-style: italic;
}

.sessions .paper-authors {
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #6C6F7D;
}

.sessions .long-short.long {
	border: #6C6F7D solid 3px;
}

.sessions .session-id {
  font-variant: small-caps;
}

.clean-table td {
  border: 1px solid black;  
  padding: 6px;
}

.clean-table p {
    margin: 0px !important;
    padding: 1px !important;
}

#session-content h3 {
	margin-top: 40px !important;
}

#session-content .abstract {
  font-size: smaller;
}

.paper-pub, .paper-more {
	font-style: italic;
}

.nav li.empty a {
  color: var(--color-accent2) !important;
}

.nav li.empty a:hover, .nav li.active.empty a:hover, .nav li.active.empty a {
  border-bottom: 3px solid var(--color-accent2) !important;
  text-decoration: none !important;
}

#program {
  line-height: 1.5em;
}

#program h3 {
  margin-top: 40px !important;
}

#program .ai-activity {
  font-weight: bold;
  color: var(--color-dark);
}

#program .ai-paper {
  margin-left: 20px;
}

#program .ai-paper::before {
  content: "• ";
}


#program .ai-paper .paper-time {
  color: grey;
}

#program .ai-paper .paper-title {
  font-style: italic;
}

.rai-photo {
	display: none;
}

.rai-title {
  color: var(--color-darkest);  
	margin-bottom: 16px;
}

.pres-event {
	margin-bottom: 16px;	
}

.rai-event {
  margin-top: 75px;
}

.rai-talk-title {
  margin-bottom: 10px;
  font-weight: bold !important;
  font-style: italic;
}

.rai-abstract {
  margin-bottom: 10px;
  line-height: 1.5em !important;
}

.rai-abstract p {
  line-height: 1.5em !important;
	padding: 0px 0px 0px 0px !important;
}

.rai-biography {
  margin-bottom: 10px;
	margin-left: 20px;
  line-height: 1.5em !important;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.rai-biography img {
  max-width: 200px;
	margin-top: 8px;
	box-shadow: 2px 2px 4px grey;
	margin-right: 20px;
}

.rai-biography p:first-of-type {
	margin-top: 0px;
	font-style: italic;
	margin-left: 9px;
	border-left: 2px solid var(--color-accent2);
	padding-left: 20px !important;
	flex: 1 1 50%;
}

.rai-biography p {
  line-height: 1.5em !important;
}

.pres-time {
  padding: 3px 12px 3px 12px;
  border-radius: 12px;
  background-color: var(--color-dark);
  color: white;
  display: inline-block;
}

.rai-thesis {
	margin-top: 12px;
}

.rai-th-author {
  display: inline;
}

.rai-th-affiliation {
  display: inline;  
}

.rai-th-affiliation::before {
  content: "("
}

.rai-th-affiliation::after {
  content: ")"
}

.rai-th-title { 
  font-style: italic;
  line-height: 1.5em;
	color: var(--color-dark);
  font-weight: bold;
}

.rai-th-abstract {
  display: none;
}

.rai-th-title a {
  font-style: normal;
  margin-left: 30px;
  font-variant: all-small-caps;
  color: black;  
}

.rai-th-title a::after {
	content: " ▼";
	color: lightgrey;
}

.rai-th-abstract {
  line-height: 1.3em;
  margin-bottom: 30px;
  margin-top: 10px;
}

.paper-authors {
  display: block;
  margin-left: 10pt;
  color: grey;
}

.program-block {
  border: 3px solid var(--color-dark);
  padding: 12px;
	box-shadow: 5px 5px 5px grey;
}

.program-block:nth-of-type(1) {
  box-shadow: 5px 5px 5px blue;
}

.program-block:nth-of-type(2) {
  box-shadow: 5px 5px 5px darkred;
}

.program-block:nth-of-type(3) {
  box-shadow: 5px 5px 5px darkgreen;
}

.program-block:nth-of-type(4) {
  box-shadow: 5px 5px 5px fuchsia;
}

.program-block:nth-of-type(5) {
  box-shadow: 5px 5px 5px yellow;
}

.program-block:nth-of-type(6) {
  box-shadow: 5px 5px 5px black;
}

div.announcement {
	border: 3px solid var(--color-dark);
	border-radius: 3px;
	padding-left: 60px;
	padding-right: 10px;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Infobox_info_icon.svg/160px-Infobox_info_icon.svg.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position-y: center;
	background-position-x: 10px;
}

.session-chair {
	margin-left: 20px;
}

.caiac-compact p {
	line-height: 1.0;
}

.caiac-compact {
	margin-bottom: 28px;
}

.rai-day {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}
.rai-subday {
  font-weight: bold;
}
.rai-program {
  margin-top: 10px;
}
table.rai-program {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  min-width: 80%;
}
table.rai-program tr {
  vertical-align: top;
}

.rai-time {
}

.rai-activity {
  padding-left: 20px;
}
.rai-title {
  color: var(--color-dark);
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  margin-top: 3px;
}
.rai-parts {
  display: block;
  margin-bottom: 12px;
  line-height: 0.8;
}

.rai-talk-2024 .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}

.rai-talk-2024 .title {
  color: var(--color-dark);
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
  font-style: italic;
}

.rai-talk-2024 .summary {
	line-height: 1.5em !important;
	padding: 0px 0px 0px 0px !important;
}

.rai-talk-2024 .bio {
  margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.5em !important;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.rai-talk-2024 .bio img {
	max-width: 200px;
	margin-top: 8px;
	box-shadow: 2px 2px 4px grey;
	margin-right: 20px;
}


.rai-talk-2024 p:first-of-type {
	margin-top: 0px;
	font-style: italic;
	margin-left: 9px;
	border-left: 2px solid var(--color-accent2);
	padding-left: 20px !important;
	flex: 1 1 50%;
}

.rai-talk-2024 a {
	color: white;
}

.det-program-2024 h3 {
  border-top: 3px solid var(--color-accent2);
  padding-top: 12px;
  padding-bottom: 9px;
  margin-top: 60px !important;
	background-color: aliceblue;
}

.det-program-2024 .session-title {
  margin-top: 12px;
  margin-bottom: 6px;
}

.det-program-2024 .session-time {
  font-weight: bold;
  margin-right: 20px;
}

.det-program-2024 .paper-title {
  font-style: italic;
  color: var(--color-dark);
  display: block;
  font-weight: bold;
}

.det-program-2024 .authors {
  display: block;
  margin-bottom: 8px;
}

.paper {
	margin-bottom: 6px;
}

.paper > span {
/*	margin-left: 30px; */
}

.det-program-2024 .chairperson {
	margin-bottom: 6px;
}

#canai-news {
  margin: 10px;
  margin-top: 30px;  
  padding: 10px;
  border: 3px solid var(--color-dark);
  background-color: var(--color-accent1);
}

#canai-news .news-title {
  font-weight: bold;
  text-transform: uppercase;
}

#canai-news a {
	color: white !important;
}

.det-program-2025 h3 {
  margin-top: 40px !important;  
  padding: 12px;
  background-color: var(--color-accent1);
}

.det-program-2025 .session-time {
  font-weight: bold;
}

.det-program-2025 .session-name {
  margin-left: 20px;
}

.det-program-2025 .session-title {
	margin-bottom: 6px;
	border-bottom: 1px solid var(--color-accent1);
	border-top: 1px solid var(--color-accent1);
	padding: 12px;
	background-color: var(--color-accent2);
}

.det-program-2025 .chairperson {
  margin-bottom: 20px;
}

.det-program-2025 .paper {
  margin-bottom: 16px;
  margin-left: 30px;
	max-width: 900px;
}

.det-program-2025 .paper-num {
  border-color: var(--color-light);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  color: gray;
  margin-left: 0px;
}

.det-program-2025 .paper-title {
  margin-left: 0px;
  font-weight: bold;
  font-style: italic;
}

.det-program-2025 .authors {
  display: block;
}

.det-program-2025 .paper-start {
	margin-left: 0px;
}
