/* reset */

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;}
/* start editing from here */
a{text-decoration:none;}
.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*/






* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


html { 
	scroll-behavior: smooth;
}


a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

body {
    font-family: 'Noto Sans JP', sans-serif;	
	background: #f2f2f2;
}



tr td img {
    width: 170px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
tr td p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
tr td .nombre {
    width: auto;
    font-size: x-large;
    text-align: left;
}
tr td .ocupa {
    margin-top: -20px;
    text-indent: 0px;
    font-size: larger;
    text-align: left;
	
}






/* * ============================== */
/* * ============ HEADER ========== */
/* * ============================== */

.navbar {
    background-color: #81C6F9;
    position: sticky;
    top: 0;
}

.navbar a {
    color: #fff;
    display: inline-block;
    padding: 20px;
    width: 100%;
    text-align: center;
    color: #01152E;
    transition: .3s ease-out all;
}

.navbar a:hover {
    background-color: #126D9A;
    color: #fff;
    text-decoration: none;
}

.contenedor {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.contenido .post table {
    padding-left: 0px;
}


/* * ============================== */
/* * ===== CONTENEDOR IMAGEN ====== */
/* * ============================== */

.contenedor-imagen {
    height: 100vh;
    padding-top: 0px;
    margin-top: 0px;
}

.contenedor-imagen img {
	
    width: 100%;
    height: 100%; 
		
	vertical-align: top;
	object-fit: cover;
	object-position: 0 bottom;
}

/* * ============================== */
/* * ============ MAIN ============ */
/* * ============================== */

main {
	min-height: 100vh;
}

main .contenido p {
	margin-bottom: 20px;
	line-height: 30px;
	color: #525151;
}

main .contenido .titulo {
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding-top: 40px;
}

main .contenido .fecha {
	font-size: 14px;
	color: #B5B5B5;
}

/* * ============================== */
/* * ============ ASIDE =========== */
/* * ============================== */

aside {
    min-width: 20%;
    margin: 40px 20px 20px 0;
    height: 100%;
    background-color: #044E97;
    padding: 20px;
    border-radius: 3px;
    position: sticky;
    top: 0;
}

aside .titulo {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
	color: #f2f2f2;
}

aside .indice a {
    display: block;
    margin-bottom: 10px;
    color: #EFCA2D;
}

/* * ============================== */
/* * ========== FOOTER ============ */
/* * ============================== */

footer .navbar { 
	position:sticky;
	bottom: 0;
}

/* * ============================== */
/* * ====== MEDIA QUERIES ========= */
/* * ============================== */
@media screen and (max-width: 900px){
	.navbar .contenedor {
		flex-wrap: wrap;
		margin: 0;
		width: 100%;
	}

	.navbar a {
		width: auto;
		flex: 1;
	}




	.contenedor-imagen {
		height: 50vh;
	}

	main .contenedor {
		flex-direction: column;
	}
	
	aside { 
		position: static;
		margin: 40px 0 0 0;
	}
}





/*--footer--*/
.footer{
    background: #434955;
    padding-top: 3%;
    padding-right: 0;
    padding-left: 0;
}
.footer-grid {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding-left: 20px;
}
.footer-grid1 p, .footer-grid2 p {
	color: #919295;
	font-size: 0.875em;
	line-height: 1.5em;
}
.f-logo{
	margin-bottom:5%;
}
.footer-grid2 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom:1.5em;
}
i.pin{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png)  -10px -102px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.phone{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -37px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.mail{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -68px -104px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.earth{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -101px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
.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{
	text-decoration:underline;
}
.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/img-sprite.png) no-repeat -136px -111px;
}
.recent-tweet-info p {
	color: #919295;
	font-size: 0.875em;
	line-height: 1.5em;
}
.footer-grid3 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom:1.2em;
}
.recent-tweet-info {
	float: right;
	width: 88%;
}
.recent-tweet-info a {
	display: block;
	color:#919295;
	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:#919295;
	font-size: 0.875em;
	margin-bottom: 0.5em;
	line-height:1.5em;
}
.footer-grid4 input[type="text"] {
	background: #353b47;
	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: 'Lato', sans-serif;
	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/img-sprite.png) no-repeat -194px -101px #ffa540;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	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/img-sprite.png) no-repeat -230px -101px #fff;
}
.footer-grid4 {
	position: relative;
	margin-right: 0;
}
.footer-bottom {
    background: #353b47;
    padding-top: 2%;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 3%;
    margin-top: 180px;
    bottom: 0;
}
.copy{
    float: left;
    padding-left: 50px;    
}
.copy p{
    color: #919295;
    font-size: 0.875em;
    
    margin-bottom: 0px;
}
.copy p a{
	color:#FFA540;
}
.copy p a:hover{
	color:#919295;
}
.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/img-sprite.png)no-repeat -281px -106px #FFA540;
}
li.facebook a span:hover {
	background: url(../images/img-sprite.png)no-repeat -281px -135px #FFF;
}
li.linkedin a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -315px -108px #FFA540;
}
li.linkedin a span:hover {
	background: url(../images/img-sprite.png)no-repeat -310px -136px #FFF;
}
li.twitter a span:hover {
	background: url(../images/img-sprite.png)no-repeat -343px -137px #FFF;
}
li.twitter a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -343px -110px #FFA540;
}
/*--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: 50%;
	float: left;
}
.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 10px;
}
ul.blog-list li a {
	font-size:0.9em;
	color:#555;
	vertical-align: super;
}
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 {
	margin-top: 20px;
}
.button a {
	color:#FFA540;
	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:#FFA540;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.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/img-sprite.png) no-repeat -380px -111px;
	float: left;
}
i.date {
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) no-repeat -408px -111px;
	float: left;
}
i.comment {
	width: 20px;
	height: 20px;
	background: url(../images/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: 'Lato', sans-serif;
	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: 'Lato', sans-serif;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 20px 9px;
}
.contatct-top input[type="submit"] {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 60px;
	text-transform: uppercase;
	background:#FFA540;
	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:#555;
}
.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%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1.1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		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 91px;
	}
	.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: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		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: rgba(50, 142, 172, 0.37);
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.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){
	.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: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:0.9em;
		padding: 20px 0 40px;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		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: rgba(50, 142, 172, 0.37);
	}
	.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: 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){
	.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: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		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:35%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.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 {
		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:45%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.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;
		position: sticky;
		botton: 0;
	}
	.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;
	}
}
i.earth{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -101px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}



.extra-wrap1 p{
	color:#fff;
	font-size: 0.875em;
	font-weight: 100;
	cursor: pointer;
}
.extra-wrap1 p:hover{
	text-decoration:underline;
}
