/* 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;}              
td {vertical-align:top;}
/* 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*/


html{
overflow-y:scroll;
}

html,body{
    height:100%;
    margin: 0px;
    font-family: 'Roboto', sans-serif;    
    color: #222;
    line-height: 30px;
}

.content{
color:#666;
}


a{
    color:#00F;
}


a:hover{
    color:#f00;
}

a.button{
    display:block;
    background-color: #ccc;
    color: #000;
    text-decoration:none;
    padding:10px;
    margin-bottom:1px;
    text-align: center;
    font-size:20px;
    width:200px;
    float:left;
    border:1px solid #acacac;
        
}

a.button:hover {
    background-color: #ddd;
}


.pagetitle{
    margin:20px;
    font-size:30px;
    text-align:center;
    color:#222;
    font-weight: bold;
}

.subtitle{
    font-size:24px;
    color:#222;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.paragraph{
    padding-left:40px;
}

span{
    font-size:20px;
    font-weight: normal;
    color:#666;
    padding-top:10px;
}


.header_place_holder{
    height:50px;
}


.design_thumb {
    /*  background-image: linear-gradient(#dedede,#202020); */
    border:1px solid #dedede;
}
.design_thumb:hover{
    border:1px solid #454545;
}

.design_thumb .link{
    color:#808080;
    display:none;
}

.design_thumb:hover .link{
    display:block;
}


.design_thumb a:hover {
    color:#101010;
    font-weight:bold;
}


h1,h2,h3,h4{
	font-weight:bold;	
}

h1{
	font-size:4rem;
	line-height:6rem;	
}

h3{
	font-size:2rem;
	line-height:4rem;	
}

h4{
	font-size:1.2rem;
	line-height:2.2rem;	
}





.two-col{
	width:50%;	
	float:left;
}


@media  (max-width: 1000px) {
	.two-col{
		width:100%;
	}
}





