#blog {
	margin-top: 50px;
}


#blog > .container > .col-lg-4{
margin-left:35px;
    width:30%;
	/*width: calc( 33.33333333% - 15px );*/
	text-align: center;
	padding: 0px !important;
	float: left;
	margin-top: 25px;
}


#blog > .container > .col-lg-4 > a {
    display: block;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

#blog > .container > .col-lg-4 > a:hover, #blog > .container > .col-lg-4 > a:focus {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.photo{
  position: relative;
}

img.blog-photo {
    width: 100% !important;
	border-radius: 4px 4px 0 0;
	margin: 0;
	height: auto;
    max-width: 100%;

}

.category
 {
    color: #bfbfbf;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 12px;
	margin-top: 20px;
    position: relative; }

    .category::after {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #e6e6e6;
      content: "";
      height: 1px;
      position: absolute;
      top: 10px;
      width: 20px; }

	      .category::before {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #e6e6e6;
      content: "";
      height: 1px;
      position: absolute;
      top: 10px;
      width: 20px; }

	/*  .col-lg-4 .category::before,*/
    /*.col-lg-4 .vertical::before {*/
    /*  left: -28px; }*/
    /*.col-lg-4 .category::after,*/
    /*.col-lg-4 .vertical::after {*/
    /*  right: -28px; }*/

	  .col-lg-4:hover .category:before, .col-lg-4:hover .category:after {
      width: 50px; }
    .col-lg-4:hover .category:before {
      left: -60px; }
    .col-lg-4:hover .category:after {
      right: -60px; }


#blog > .container > .col-lg-4 > p {
	margin-bottom: 25px ;
	line-height: 22px;
	display: inline-block;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

#blog > .container > .col-md-4, .row{
	/*text-align: center;*/
}


@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px){
 #blog > .container > .col-lg-4{ margin-left:25px; width:30%; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
 #blog > .container > .col-lg-4{ margin-left:20px; width:45%; }
}

@media (min-device-width: 768px) and (max-device-width : 1024px) {
    #blog .container {
        width: 900px;
    }
}

    @media only screen and (min-device-width: 600px) and (max-device-width: 768px) {
        #blog > .container > .col-lg-4 {
            margin-left: 20px;
            width: 45%;
        }
    }

    @media only screen and (min-device-width: 480px) and (max-device-width: 600px) {
        #blog > .container > .col-lg-4 {
            margin-left: 20px;
            width: 45%;
        }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        #blog > .container > .col-lg-4 {
            margin-left: 15px;
            width: 90%;
        }
    }

    @media only screen and (max-device-width: 320px) {
        #blog > .container > .col-lg-4 {
            margin-left: 15px;
            width: 90%;
        }
    }

    #box-wrapper > .subtitle {
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.5em;
        text-shadow: 0 2px 6px #000;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 50px;
    }

    @media (max-width: 500px) {
        #box-wrapper > .subtitle {
            font-size: 1.15em;
        }
    }
    @media (max-width: 300px) {
        #box-wrapper > .subtitle {
            font-size: 1em;
        }
    }
    #box-wrapper > .title {
        color: #FFF;
        font-size: 4em;
        font-weight: bold;
        text-shadow: 0 2px 6px #000;
        margin-bottom: 25px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    #box-wrapper > .title > a {
        text-decoration: none;
        color: #FFF;
    }

    @media (max-width: 700px) {
        #box-wrapper > .title {
            font-size: 3em;
        }
    }
    @media (max-width: 500px) {
        #box-wrapper > .title {
            font-size: 1.8em;
        }
    }
    @media (max-width: 300px) {
        #box-wrapper > .title {
            font-size: 1.5em;
        }
    }
    #box-wrapper > .call-to-action {
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.6em 1em;
        font-size: 1.2em;
        border-radius: 2em;
        border: 2px solid #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    #box-wrapper > .call-to-action i {
        margin-left: .6em;
    }

    #box-wrapper > .call-to-action:hover,
    #box-wrapper > .call-to-action:active {
        background-color: rgba(0, 0, 0, 0.8);
    }

    table.mceLayout, textarea.tinyMCE {
        width: 100% !important;
    }

    /* on large screens, I use a different layout, so 600px are sufficient */
    @media only screen and (min-width: 600px) {
        table.mceLayout, textarea.richEditor {
            width: 600px !important;
        }
    }

.review img {
    max-width: 100%;
    height: auto !important;
}

