@font-face
{
font-family: cordia;
src: url(../fonts/cordia.ttf);
}

@font-face
{
font-family: cordia;
src: url(../fonts/cordiab.ttf);
font-weight:bold;
}

@font-face
{
font-family: cordia;
src: url(../fonts/cordiai.ttf);
font-style:italic;
}

@font-face
{
font-family: cordia;
src: url(../fonts/cordiaz.ttf);
font-weight:bold;
font-style:italic;
}

body {
    background-color: #fff;
}

.english body,
.english p,
.english div,
.english a,
.english .link,
.english ul li,
.english ol li,
.english .span,
.english h1,h2,h3,h4,h5,h6 {
  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
}

.thai body,
.thai p,
.thai div,
.thai a,
.thai .link,
.thai ul li,
.thai ol li,
.thai .span{
  font-family:  Calibri, cordia, 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 14pt !important;
  letter-spacing: 0.5pt !important;
}

.logoimage{
	height:70px !important;
}

.thai h1,h2,h3,h4,h5,h6  {
  font-family: Calibri, cordia, 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;
}

.metrouicss .page {
    width: 940px ;
    margin: auto;
    background-color: #fff;
}
.browsers-icons img {
    float: left;
    margin-right: 20px;
}


.github-info {
}


#brand-name {
    line-height: 24px;
    margin-top: 2px;
}


hr {
    border: 0;
    border-bottom: 1px #ddd dotted;
    color: #ddd;
    background-color: #ddd;
}

.left{
float: left !important;
}

.right{
float: right !important;
}

.ellipsis{
	text-overflow:ellipsis;
}

.justify{
	text-align:justify;
}

.menu-img{
	height:16px;
	width:16px;
	margin-right: 5px !important;
};

#social{
    margin-bottom: 90px;
}
#shareme .box{
    margin:5% 8% 0 8%;
    width:100%;
    clear: both;
}
#shareme .box a{
    color:#404040;
    text-shadow: 0 1px 1px rgba(167,167,167,.4);
}
#shareme .box a:hover{
    text-decoration:none;
}
#shareme .count {
    font-weight:bold;
    font-size:50px;
    float:left;
    border-right:2px solid #57b8d1;
    line-height:40px;
    padding-right:10px
}
#shareme .share {
    float:left;
    margin-left:10px;
    font-size:20px;
    width:82px;
}
#shareme .buttons {
    position: absolute;
    width:294px;
    background-color:#fff;
    border: 1px solid rgba(0,0,0,.2);
    padding:10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    height: 100px;
}
#shareme .button {
    float:left;
    max-width:50px;
    min-width:10px;
    margin:0 15px 0 0;
    background-color: transparent;
}
#shareme .facebook {
    margin:0 4px 0 0;
}

#carousel1 {
    height: 242px;
}

#sponsorBlock {
    height: 300px;
}

#page-index .carousel .control {
    //top: auto;
    //left: auto;
    bottom: -40px;
}
#page-index .carousel .control.left {
    right: 100px;
}
#page-index .carousel .control.right {
    right: 30px;
}

.metrouicss .charms,
.metrouicss .app-bar,
.metrouicss .message-dialog,
.metrouicss .error-bar,
.metrouicss .warning-bar,
.metrouicss .info-bar {
    position: absolute;
}

.metrouicss .carousel .slides .slide {
  text-align: center;
}

.metrouicss .carousel .slides .slide.image img {
  vertical-align: middle;
}

.metrouicss .carousel .slides .slide .description {
	text-align: left;
}

.metrouicss h2, .metrouicss h3 {
    margin: 20px 0 10px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .metrouicss .page {
        width: 724px;
    }
    .metrouicss .hero-unit > img {
        zoom: .6;
    }
    .metrouicss .browsers-icons img {
        zoom: .8;
    }

	.element{
		height:100% !important;
	};

	.menu-img{
		height:16px;
		width:16px;
		margin-left: -20px;
	};

	.left{
	float: left !important;
	}

	.right{
	float: left !important;
	}

	.logoimage{
		height:70px !important;
	}

}

@media (max-width: 767px) {
    .metrouicss .page {
        width: 100%;
    }

	.left{
	float: left !important;
	}

	.right{
	float: left !important;
	}

	.element{
		height:100% !important;
	};

	.menu-img{
		height:16px;
		width:16px;
		margin-left: -20px;
	};

    .metrouicss .hero-unit > img {
        zoom: .6;
    }

    .metrouicss .modern-ui-logo {
        width: 24px;
        height: 24px;
    }
    .metrouicss .github-info {
        margin-top: 5px;
    }

    .metrouicss a, .metrouicss .link {
        font-size: 9pt;
    }

    .metrouicss h3 {
        //line-height: 11px;
    }

    .metrouicss .no-mobile {
        display: none;
    }

    .metrouicss #carousel1 {
        height: 300px !important;
    }

	.logoimage{
		height:50px !important;
	}

}

@media (max-width: 480px) {
    .metrouicss .hero-unit > img {
        zoom: .4;
    }

	.menu-img{
		margin-left: -20px;
	};

    .metrouicss #jetbrains {
        display: none;
    }
    .metrouicss #brand-name {
        display: none;
    }

	.element{
		height:100% !important;
	}

	.logoimage{
		height:30px !important;
	}

	.metrouicss .longCarousalImage {
		max-height:100% !important;
	}

	.metrouicss .wideCarousalImage {
		max-height:200px !important;
		max-width:250px !important;
	}


}