﻿/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.body1{
	margin:0;
	padding:0;
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
    background: #2980b9 url('https://static.tumblr.com/03fbbc566b081016810402488936fbae/pqpk3dn/MRSmlzpj3/tumblr_static_bg3.png') repeat 0 0;
	-webkit-animation: 10s linear 0s normal none infinite animate;
	-moz-animation: 10s linear 0s normal none infinite animate;
	-ms-animation: 10s linear 0s normal none infinite animate;
	-o-animation: 10s linear 0s normal none infinite animate;
	animation: 10s linear 0s normal none infinite animate;
 
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}




leftcontent {
  z-index: 2;
  height: calc(100% - 120px);
  width: calc(100% - 470px);
  margin-top: 60px;
  margin-left: 60px;
  position: fixed;
  top: 0;
  left: 0;
}

.ltitle {
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
     height: calc(100% - 120px);
  width: calc(100% - 470px);
  margin-top: 15%;
  position: fixed;
  top: 0;
  left: 0;
    
}

.lcontent {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

.sidebar {
    background-color: white;
    width: 500px;
    height: 100%;
     overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding-top: 60px;
}

.rtitle {
   font-weight:bold;
    font-size: 30px;
    color:#048ab1;
}

.textinput {
    margin-left: 35px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #1e90ff;
    border-left-width: 5px;
    background-color: #fff;
    width: 300px;
    padding-left: 10px;
    outline: 0;
     font-size: 18px;
}

    .textinput:focus {
        background-color: #c0d9f1;
    }

.im1 {
    width: 100px;
}

@media screen and (max-width: 2300px) and (min-width: 740px) {

    .nav {
        font-size: 18px;
    }
    .sidebar {
       height: 100%;
     overflow:auto;
    }
}

@media screen and (max-width: 860px) and (min-width: 700px) {

    .sidebar {
       height: 100%;
     overflow:auto;
    }
    .ltitle {
   
    font-size: 40px;
    
}
}

@media screen and (max-width: 700px) and (min-width: 480px) {

    .nav {
        font-size: 18px;
    }

    body {
        background-image: none;
        background-color: white;
    }

    .sidebar {
        width: 100%;
       height: 100%;
     overflow:auto;
        background-color: #fff;
        float: none;
    }
}

@media screen and (max-width: 480px) and (min-width: 400px) {
    .sidebar {
        width: 100%;
       height: 100%;
     overflow:auto;
        background-color: #fff;
        float: none;
    }

    .textinput {
        margin-left: 35px;
        height: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: #1e90ff;
        border-left-width: 5px;
        background-color: #fff;
        width: 200px;
        padding-left: 10px;
        outline: 0;
    }

    .nav {
        font-size: 13px;
    }

    body {
        background-image: none;
        background-color: white;
    }
}

@media screen and (max-width: 400px) and (min-width: 340px) {
    .sidebar {
        width: 100%;
       height: 100%;
     overflow:auto;
        background-color: #fff;
        float: none;
    }

    .textinput {
        margin-left: 35px;
        height: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: #1e90ff;
        border-left-width: 5px;
        background-color: #fff;
        width: 200px;
        padding-left: 10px;
        outline: 0;
    }

    .nav {
        font-size: 10px;
    }

    body {
        background-image: none;
        background-color: white;
    }
}
@media screen and (max-width: 340px) and (min-width: 100px) {
    .sidebar {
        width: 100%;
        height: 100%;
     overflow:auto;
        background-color: #fff;
        float: none;
    }

    .textinput {
        margin-left: 35px;
        height: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: #1e90ff;
        border-left-width: 5px;
        background-color: #fff;
        width: 100px;
        padding-left: 10px;
        outline: 0;
    }

    .nav {
        font-size: 8px;
    }

    body {
        background-image: none;
        background-color: white;
    }
}
