
.og-grid li {
    display: inline-block;
    margin: 15px 20px 40px 20px;
    vertical-align: top;
    
}

.og-details h3 {
    padding: 40px 0 10px;
    margin-bottom: 10px;
    text-transform: none;
    text-align: left;
 
}

.og-expander .og-details a {
    color: #000!important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 65px 0;
    outline: medium none;
    padding: 18px 20px;
}

.og-details a:hover,
button a:hover{
    border-color: #000!important;
    color: #ffffff!important;
    background-color: #20BDE8 !important;
}
.og-fullimg, .og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.og-grid li > a {
    border: 0;
    outline: none;
    display: block;
    position: relative;
    border-radius: 5px;
}
.og-grid li > a img {
    outline: none;
    display: block;
    position: relative;
    border-radius: .5rem;
}
.services.intro .col_33:first-of-type:before {
    /* display: none; */
    background-image: url(https://richardclinch.com/images//icon_devices2.png);
}
.services.intro .col_33:nth-of-type(2):before {
    /* display: none; */
    background-image: url(https://richardclinch.com/images//icon_mark2.png);
}
.services.intro .col_33:nth-of-type(3):before {
    /* display: none; */
    background-image: url(https://richardclinch.com/images//icon_web2.png);
}
.services.intro .col_33:nth-of-type(4):before {
    /* display: none; */
	background-image: url(https://richardclinch.com/images//icon_ux.png);
}
.services.intro .col_33:nth-of-type(5):before {
    /* display: none; */
    background-image: url(https://richardclinch.com/images//icon_mark.png);
}
.services.intro .col_33:nth-of-type(6):before {
    /* display: none; */
     background-image: url(https://richardclinch.com/images//icon_devices.png);
}
.services.intro .col_33:before{
	    content: '';
    height: 80px;
    width: 80px;
    display: block;
    background-size: 80px;
	margin-bottom: 15px;
}

.services.intro .col_33:nth-of-type(4), .services.intro .col_33:nth-of-type(5), .services.intro .col_33:nth-of-type(6) {
    margin-top: 25px;
}


.col_100.section.dark .main .services.intro {
    max-width: 90% !important;
    min-height: 250px;
}
.col_100.section.dark .main .services.intro h3 {
    font-weight: 400;
    margin-top: 20px;
}

.og-details p {
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
    color: #999;
    color: #f4f3f3;

}

.og-details a{
    color: #1e1e1e!important;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    outline: medium none;
    padding: 18px 20px;
}

.og-grid {
  list-style: none;
  padding: 0 0 0 0;
  width: 100%;
}


.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0E0E0E;
  border-width: 18px;
  left: 50%;
  margin: -20px 0 0 -15px;
}

.og-expander {
    position: absolute;
    z-index: 2;
    background: #1e1e1e;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.og-expander-inner {
  padding: 50px 30px;
  height: 100%;
}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-fullimg img {
    
    border: 16px solid #0e0e0e;
}
.og-details {

    margin-top: 46px;
}
.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 5px;
  background: #20BDE8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}



.og-details {
  padding: 0;
}

.og-fullimg {
  text-align: center;
}

.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}



.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

  .og-expander h3 { font-size: 32px; }
  .og-expander p { font-size: 16px; }
  .og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {
	.og-fullimg, .og-details {

    overflow: visible;
  
}
	
	.og-expander-inner {
    padding: 0px 30px;
    height: 100%;
}

  .og-fullimg { display: none; }
  .og-details { float: none; width: 100%; }
  
}