@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

* {
    margin: 0;
    padding: 0;
}

.clr {
    clear: both;
}

body {
    background-color: rgba(16, 16, 16, 1);
    font-family: 'Roboto', sans-serif;
}

}

#content h1 {
    /*min-width: 1200px;*/
    text-align: center;
    color: #2e353d;
    font-size: 40px;
    font-weight: 300;
    margin-top: 63px;
    margin-bottom: 75px;
}

#content h3 {
    color: #242424;
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-left: 41px;
    margin-top:50px;
    margin-bottom: 52px;
}

#content h5 {
    color:  #242424;
    font-size: 24px;
    text-align: left;
}


#content .media {
    margin-right: 0;
}

#content #box {
    background-color: #ffffff;
    width: 1238px;
    margin: 0 auto;
    padding:37px;

}

#content #box p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-top: 37px;
    margin-bottom: 30px;
}


#content #box input {
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    width: 457px;
    height: 34px;
    padding-left:10px;
    font-size:20px;
    font-weight: 100;
    margin-bottom: 12px;
}

#content #box a {
    display: inline-block;
    background-color:  #8cbbd3;
    clear: both;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    padding:11px 51px;
}


#content #box a:hover {
    background-color: #5ba1d3;
}


#content #box_text {
    /*margin-top: 79px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    background-color: rgba(120, 120, 120, 0.44);
    padding: 20px 50px 20px 50px;
    margin-top: 20px;
}

#content #box_text p {
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 5px;
}


#content #box_text a  {
    color: #40678a;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    padding-right:25px;

}


#header-blog {
    height: 50px;
    text-align: center;
    padding-top: 18px;
}

#header-blog a {
    cursor: pointer;
    color: black;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

#header-blog a:hover {
    color:rgb(174, 128, 232);
    transition: all ease-in 0.2s;
}

#header {
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);*/
    
    
    text-align: center;
    margin: 20px 0;
    color: #4d4d4d;
}

#header a {
    cursor: pointer;
    color: #ffffff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

#header a:hover {
    color:rgb(174, 128, 232);
    transition: all ease-in 0.2s;
}

#center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-top: 80px;
}


#filter a:nth-child(3) {
	margin-right: 0px;
}

#filter a {
	border: 1px solid;
    border-radius: 25px;
    margin-right: 3px;
    color: black;
    padding: 8px 40px;
    font-weight: 100;
    text-decoration: none;
}

#filter a:hover {
	background-color: lightgrey;
}

.blog_filter {
    width: 329px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.blog_filter a {
    transition: all ease-in 0.2s;
    cursor: pointer;
}












/* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.app{
  position: absolute;
    text-align: center;
    width: 56%;
    height: 80px;
    vertical-align: middle;
    right: 0px;
    top: 56%;
    line-height: 80px;
    font-size: 24px;
    background: rgba(20, 20, 66, 0.57);
    color: white;
}

.item {
  position: relative;
  border: 1px solid #333;
  margin: 2%;
  overflow: hidden;
  width: 200px;
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.item:hover .app {
  color:black;
  background:red;
}
*/


.apps-txt {
    position: absolute;
    text-align: center;
    font-weight: 100;
    height: 80px;
    right: 0px;
    top: 56%;
    width: 55%;
    line-height: 80px;
    font-size: 24px;
    background: rgba(20, 20, 66, 0.57);
    color: white;
}

.apps:hover img {
    /*border: 1px solid #333;*/
    transform: scale(1.03);
    /*opacity: 0.3;*/
}

.apps:hover .apps-txt {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*color: black;*/
    background: rgba(72, 36, 150, 0.83);
}

.apps {
    position: relative;
    float: left;
    width: 387px;
    height: 238px;
    overflow: hidden;
    margin: 10px;
}

.apps-img  {
    width: 100%;
    height: 218px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blogs {
    width: 389px;
    height: 410px;
    float: left;
    margin: 10px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.blogs h2 {
    margin-left: 10px;
}

.blogs a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 25px;
    /*margin: 24px 15px 0 27px;*/
}

.blogs p {
    padding: 25px 25px 15px 25px;
}

.qa {color:red;}
.ios {color:blue;}
.life {color: orange;}

.blogs:hover {
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    /*border-color: white;*/
}

.blog-bottom {
    width: 389px;
    position: absolute;
    bottom: 8px;
}

.blog-data {
    padding-left: 15px;
    text-align: left;
    font-size: 15px;
    padding-top: 20px;
    float: left;
}

.blog-category {
    float: right;
    padding-right: 15px;
    text-align: left;
    font-size: 15px;
    padding-top: 20px;
}

.blog-img  {
    width: 389px;
    border-radius: 9px 9px 0px 0px;
}

#avatar img{
	border-radius: 50%;
}
.center_img {
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgs {
    text-align: center;
    margin-top: 20px;
}

.imgs img {
    width: 45px;
    height: 45px;
    padding: 5px 5px 0px 5px;
}
.imgs img:hover {
    opacity: 0.7;
}


.pulp {
    background-color: #ece4e4;
    width: 900px;
    
    margin-left: auto;
    margin-right: auto;
}

.pulp-header {
    background-color: white;
    text-decoration: none;
    color: #4a4a4a;
    padding-bottom: 20px;
}

.pulp-header-h1 {
    text-align: center;
    font-size: 25px;
    padding: 70px 0;
}

.pulp-text {
    padding: 11px 0 0 10px;
    font: 300 1em / 1.5em 'Merriweather Sans',sans-serif;
}

.pulp-header-data {
    float: left;
    padding: 8px 0 8px 30px;
}

.pulp-header-category {
    border: 1px solid;
    border-radius: 25px;
    padding: 8px 40px;
    margin-left: 20px;
    font-weight: 100;
    float: left;
}

.pulp-pre {
    /*background-color : #eaeaed;*/
    padding: 10px 30px;
    background: #f3f3f7;
    border: 1px solid #dedee3;
    line-height: 1.3em;
}

.pulse {
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(174, 128, 232);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgb(174, 128, 232);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(174, 128, 232);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(174, 128, 232, 0.8);
    box-shadow: 0 0 0 0 rgba(174, 128, 232, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 7px rgba(174, 128, 232, 0);
      box-shadow: 0 0 0 7px rgba(174, 128, 232, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.app_one_post{
    margin-left: auto;
    max-width: 730px;
    min-width: 700px;
    /* text-align: center; */
    margin-right: auto;
}
.app_one_text {
    max-width: 385px;
    padding: 90px 20px 0px 0px;
    float: left;
    color: white;
    text-align: center;
}

.app_one_text_a:hover {
    text-decoration: none;
}
.app_one_img {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    float: left;
}
.app_one_img img {
    max-width: 300px;
}

#footer {
    height: 100px;
    text-align: center;
    color: #a4a4a4;
    line-height: 100px;
    margin-top: 50px; 
}

#footer a {
    color: inherit;
}

@media only screen and (max-width: 815px) {

    .apps {
        float: none;
        margin-left: auto;
        margin-right: auto;
        /*width: 500px;*/
        /*height: 282px;*/
    }
}

@media only screen and (max-width: 710px) {
    .app_one_text {
        padding: 30px 5px 0px 5px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .app_one_img {
        float: none;
    }

    .app_one_post {
        float: none;
        min-width: 220px;
    }
}


@media only screen and (max-width: 414px) {
    #content {
        min-width: 300px;
    }

    .app_one_post {
        float: none;
        min-width: 220px;
    }

    .app_one_text {
        padding: 30px 5px 0px 5px;
        float: none;
    }

    .app_one_img {
        float: none;
    }

    #center {
        margin-top: 10px;
    }


    .apps {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        max-height: 180px;
        /*min-width: 320px;*/
        /*min-height: 220px;*/
        /*margin: 5px 0;*/
    }

    .apps-img  {
        height: 160px;
    }

    .apps-txt {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    #header {
        min-width: 200px;
    }

    #header > a {
        /*display: block;*/
    }

    #footer {
        margin-top: 0px;
    }

}