/*-- Reset Code --*/
	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;padding:0;margin: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 */
	nav.vertical ul li{	display:block;}/* vertical menu */
	nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
	img{max-width:100%;}
	/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
/*-- Reset Code --*/

/*-- Index-Page-Styling --*/

body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin:0px;
	padding:0px;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
    color: #7f3797;
}

h1 {
    font-size: 30px;
    margin: 10px 0;
    color: #999;
	font-weight:bold
}

.container {
    width: 23%;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 30px;
}

.image {
    text-align: center;
}
.image img {
    width: 200px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}
.mobile{
width: 88%;
    margin: 0 auto;
    padding: 0px;
    height: 40px;
    border: none;
    outline: none;
    color: #333333;
    font-family: 'Raleway', sans-serif;
	background-color:#50d8af;
}
.mobile select {width:20%;float:left; height:40px; margin:0px;padding:0px; background-color:#50d8af; border:0px; font-size:16px}
.mobile .user{width:65%;float:left; height:40px; margin:0px;padding:0px;font-size:16px;}
input, input.pass {
    width: 81%;
    padding: 10px;
	margin:10px;
	font-size:18px;
    height: 20px;
    background-color: #50d8af;
    border: none;
    outline: none;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}


input[type="submit"] {
    width: 83%;
    margin: 20px 0;
    padding: 10px 0;
	height:40px;
    background-color: #EEE;
    border: none;
    outline: none;
    color: #7f3797;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #7F3797;
}
input[type="submit"]:hover {
	cursor: pointer;
	background-color: #009688;
	color: #EEE;
    border: 1px solid #FFF;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
    color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #FFF;  
}

:-ms-input-placeholder {  
    color: #FFF;  
}

ul {
    margin:0;
}
ul li {
    list-style: none;
    display: inline-block;
}
ul li input[type="checkbox"] {
    display: none;
}
ul li input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: #F0F8FF;
    color: #7f3797;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;    
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
ul li input[type="checkbox"]+label span:first-child {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 2px solid #7F3797;
    position: absolute;
    top: -3px;
    left: 0;
    bottom: 4px;
}
ul li input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}

.social {
    text-align: center;
    margin-top: 20px;
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
ul.social-icons li a.facebook {
    background-position: 0px 0px;
}
ul.social-icons li a.facebook:hover {
    background-position: 0px -50px;
}
ul.social-icons li a.twitter {
    background-position: -50px 0px;
}
ul.social-icons li a.twitter:hover {
    background-position: -50px -50px;
}
ul.social-icons li a.googleplus {
    background-position: -100px 0px;
}
ul.social-icons li a.googleplus:hover {
    background-position: -100px -50px;
}

.footer {
    text-align: center;
    margin: 100px 0 20px;
}
.footer p {
    color: #EEE;
}
.footer a {
    color: #EEE;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
    color: #7f3797;
}

/*-- Index-Page-Styling --*/

/*--- Responsive Code ---*/

@media screen and (max-width: 1920px) {
    .container {
        width: 20%;
    }
}

@media screen and (max-width: 1680px) {
    .container {
        width: 23%;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 26%;
    }
}

@media screen and (max-width: 1366px) {
    .container {
        width: 23%;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 28%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 30%;
    }
}

@media screen and (max-width: 853px) {
    .container {
        width: 33%;
    }
}

@media screen and (max-width: 800px) {
    .container {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
   .container {
        width: 38%;
    }
}

@media screen and (max-width: 736px) {
   .container {
        width: 38%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 45%;
    }
    .footer {
        margin: 100px 30px 20px;
    }
}

@media screen and (max-width: 568px) {
    .container {
        width: 47%;
    }
}

@media screen and (max-width: 533px) {
    h1 {
        font-size: 30px;
    }
    .container {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 55%;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 70%;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font-size: 31px;
    }
    .footer {
        margin: 100px 20px 20px;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: 75%;
    }
    .footer p {
        font-size: 14px;
    }
}

/*--- Responsive Code ---*/