section.content {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-width: 0px;
    border-top-width: 0px;
    padding: 10px 10px 40px 10px;
}

p {
    opacity: 0.7;
}

/**
 * header
 */

h1 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.4em;    
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #5a5a5a;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

h2 > small.pull-right > a {
    color: #2a2a2a;
    display: inline-block;
    font-size: 0.76923076923076923076923076923077em;
    line-height: 1em;
    margin-top: 14px;
    transition: all 0.2s ease 0s;
}

h2 > small.pull-right > a:hover {
    color: #2a2a2a;
    text-decoration: none;
}    

h2 > small.pull-right > a::after {
    bottom: 2px;
    color: #1396e2;
    content: "";
    font-family: 'fontawesome';
    font-size: 1.28571em;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: 1em;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

h2 > small.pull-right > a:hover::after {
    color: #073855;
    left: 5px;
}

h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #073855;
    font-weight: normal;
    font-size: 1.28571em;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

dl.dl-spacing > dt + dd + dt {
    margin-top: 16px;
}

/**
 * media
 */

.media {
    border: 2px solid #f3f3f3;
    margin-top: 0px;
    position: relative;
}

.media > .media-left {
    padding-right: 0px;
    position: relative;
}

.media > .media-left > .media-object {
    background-color: #F84563;
    color: #ffffff;
    height: 60px;
    left: -2px;
    padding: 20px 20px 20px 20px;
    position: relative;
    top: -2px;
    width: 60px;
}

.media > .media-left > .media-object::after {
    border-color: transparent #F84563 transparent transparent;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    bottom: -8px;
    content: ""; 
    height: 0px;
    position: absolute;
    right: 0px;
    width: 0px;
}

.media > .media-left > .media-object i.fa {
    font-size: 1.42857em;    
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
}

.media > .media-body {
    padding: 15px 20px 15px 20px;    
}

.media > .media-body h3 {
    margin-top: 0px;
}

.media > .media-body ul.list-unstyled {
    margin-bottom: 0px;
}

.media > .media-body ul.list-unstyled > li + li {
    margin-top: 10px;
}

.media > .media-body a {
    display: inline-block;
    transition: all 0.2s ease 0s;
}

.media > .media-body a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

.media > .media-body a::after {
    bottom: 2px;
    color: #F84563;
    content: "";
    font-family: 'fontawesome';
    font-size: 1.28571em;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: 1em;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

.media > .media-body a:hover::after {
    color: #073855;
    left: 5px;
}

/**
 * services
 */

@media (max-width: 767px) {
    
    .our-services .col-sm-4 + .col-sm-4 {
        margin-top: 30px;
    }
    
}



/**
 * partner-effect
 */

@media (max-width: 767px) {
    
    .partner-effect .col-sm-3 + .col-sm-3 {
        margin-top: 15px;
    }
    
}

.partner-effect a > img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: all 0.2s ease 0s;    
}

.partner-effect a:hover > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/**
 * table substitution
 */

div.table-substitution > div.row {
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 10px;
}

/*div.table-substitution > div.row:nth-of-type(2n + 1) {
    background-color: #f9f9f9;
}*/

div.table-substitution > div.row.table-substitution-header {
    font-weight: bold;
}

div.table-substitution > div.row + div.row {
    margin-top: 10px;
}

div.table-substitution > div.row + div.row.table-substitution-hide {
    margin-top: 1px;
}

div.table-substitution dl.dl-horizontal {
    margin-bottom: 0px;
}

div.table-substitution .visible-xs-inline {
    margin-right: 10px;
}

.content table td {
    padding: 2px 7px 2px 7px;
}

.content table[border] td {
    padding: 7px 12px 7px 12px;
}

 .content table[border="0"] td {
    padding: 2px 7px 2px 7px;
}