@import url(https://fonts.googleapis.com/css?family=Lusitana);

@font-face {
    font-family: myFirstFont;
    src:url(font/roboto-regular.ttf);
  }
  


body {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 15px;
    font-family: myFirstFont;
    color: #040404
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.middle {
    position: relative
}

a {
    text-decoration: none;
    color: #855bcf
}

p {
    margin-top: 0;
    font-family: 'Lusitana';
}

h2.title {
    font-weight: 800;
    font-size: 36.27px;
    color: #040404;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
    position: relative
}

h2.title span {
    display: block;
    color: #855bcf;
    font-size: 15px;
    line-height: 1
}

h2.title.about,
h2.title.achievement {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px
}

h2.title:after {
    font-family: 'Lusitana', serif;
    font-size: 72px;
    color: #ecf0f1;
    position: absolute;
    white-space: pre;
    display: inline;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25px);
    z-index: -1
}

h2.title.services:after {
    content: "SERVICES"
}

h2.title.team:after {
    content: "TEAM"
}

h2.title.allprojects:after {
    content: "PROJECTS"
}

h2.title.questions:after {
    content: "FAQ"
}

h2.title.about:after {
    content: "ABOUT"
}

h2.title.packages:after {
    content: "PACKAGES"
}

h2.title.allprojects,
.home h2.title.services {
    margin-top: 0
}

.home h2.title.allprojects {
    margin-top: 40px
}

div.intro {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 200
}

div.intro strong {
    font-weight: 700
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin: auto
}

img {
    max-width: 100%;
    height: auto
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignright {
    float: right;
    margin-left: 10px
}

img.alignleft {
    float: left;
    margin-right: 10px
}

a.gradientbutton,
input[type=submit],
input[type=button],
#newsletters-2-button,
.ctabutton a {
    font-size: 14px;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    background: #7a3183;
    background: -moz-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: -webkit-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: linear-gradient(to right, #7a3183 15%, #0e6fc9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

a.gradientbutton:hover,
input[type=submit]:hover,
input[type=button]:hover,
#newsletters-2-button:hover,
.ctabutton a:hover {
    background: #040404
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=email] {
    background: #FFF;
    color: #000;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
    width: 100%
}

textarea {
    background: #FFF;
    color: #000;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
    width: 100%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c7c7c7;
    background: url(../img/dropdownarrow.png) no-repeat #FFF;
    background-position: right 10px top 7px;
    padding: 5px 20px 5px 5px;
    width: 100%
}

#newsletters-2-form .form-group {
    margin-bottom: 20px
}

#header-top {
    background: #040404
}

#header-top .section {
    /* width: 25%; */
    width: 33.3%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #4f5259;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    height: 50px
}

#header-top .section:first-child {
    border-left: 0
}

#header-top .section.socialmedia a {
    display: inline-block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px
}

#header-top .section.socialmedia a.facebook {
    background: url(../img/robico-socialmedia.png) no-repeat bottom left
}

#header-top .section.socialmedia a.instagram {
    background: url(../img/robico-socialmedia.png) no-repeat top left
}

#header-top .section.email a,
#header-top .section.phone a {
    color: #ddd;
    position: relative;
    padding-left: 26px
}

#header-top .section.email a:hover,
#header-top .section.phone a:hover {
    color: #FFF
}

#header-top .section.email a:before {
    content: " ";
    background: url(../img/robico-icons-small.png) no-repeat top left;
    display: block;
    width: 16px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0
}

#header-top .section.phone a:before {
    content: " ";
    display: block;
    background: url(../img//robico-icons-small.png) no-repeat bottom left;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0
}

#header-top .section.search .searchform {
    position: relative
}

#header-top .section.search .searchform input.searchfield {
    border: none;
    width: 80%;
    margin-left: 20px;
    background: none;
    color: #4f5259
}

#header-top .section.search .searchform input:-ms-input-placeholder,
#header-top .section.search .searchform input::-moz-placeholder,
#header-top .section.search .searchform input:-moz-placeholder,
#header-top .section.search .searchform input::-webkit-input-placeholder {
    color: #4f5259
}

#header-top .section.search .searchform input.searchbutton {
    position: absolute;
    top: 15px;
    left: 10px
}

#slideshow {
    background: url(../img/sliderbackground.jpg) no-repeat center center;
    background-size: cover;
    padding: 25px 0
}

#slideshow #captioncontainer {
    color: #FFF
}

#slideshow #captioncontainer h2 {
    font-weight: 600;
    margin-top: 0
}

#slideshow #captioncontainer h2 span {
    font-weight: 900
}

#slideshow #captioncontainer p {
    font-size: 12px
}

#slideshow #captioncontainer #button a {
    background: #43ba35;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    display: block;
    padding: 10px;
    margin: 20px 0 10px 0;
    border-radius: 10px
}

#slideshow #captioncontainer #button a:hover {
    background: #000
}

.page-title {
    position: relative;
    width: 100%;
    padding-bottom: 15%;
    overflow: hidden
}

.page-title .page-title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%
}

.page-title .page-title-container .inner {
    position: relative;
    width: 100%;
    -webkit-align-self: center;
    align-self: center;
    padding: 20px
}

.page-title .page-title-container h1 {
    font-weight: 600;
    font-size: 36.27px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center
}

.page-title .page-title-container .breadcrumbs {
    text-align: center;
    color: #855bcf;
    font-size: 14px
}

.page-title .page-title-container .breadcrumbs a {
    color: #855bcf
}

.page-title .page-title-container .breadcrumbs a:hover {
    color: #FFF
}

.page-template-default .page-title .page-title-container,
.page-template-page-about .page-title .page-title-container,
.page-template-page-contact .page-title .page-title-container,
.page-template-page-services .page-title .page-title-container {
    background: url(../img/robico-about.jpg) no-repeat center center;
    background-size: cover
}

.page-template-page-packages .page-title .page-title-container,
.blog .page-title .page-title-container,
.single .page-title .page-title-container,
.category .page-title .page-title-container {
    background: url(../img/robico-blogs.jpg) no-repeat center center;
    background-size: cover
}

.page-template-portfolio .page-title .page-title-container,
.tax-services .page-title .page-title-container,
.tax-platform .page-title .page-title-container,
.tax-features .page-title .page-title-container,
.tax-industry .page-title .page-title-container {
    background: url(../img/robico-projects.jpg) no-repeat center center;
    background-size: cover
}

#content {
    padding: 20px 0
}

.page-template-page-contact #content {
    padding: 20px 0
}

.triple.seofigures strong {
    font-size: 50px
}

.triple.seofigures div {
    text-align: center
}

.half {
    margin-bottom: 20px
}

.half h2 {
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0
}

.half h2 span {
    font-weight: 600
}

#contact-socialmedia {
    clear: both;
    margin-bottom: 10px
}

#contact-socialmedia a {
    display: inline-block;
    background-size: 100%;
    width: 35px;
    height: 35px;
    margin-right: 10px
}

#contact-socialmedia a.facebook {
    background: url(../img/robico-facebook.png) no-repeat
}

#contact-socialmedia a.instagram {
    background: url(../img/robico-instagram.png) no-repeat
}

#contact-socialmedia a.googleplus {
    background: url(../img/robico-google.png) no-repeat
}

.feedback-box .message {
    background: url(../img/testimonials.png) no-repeat top left;
    padding-left: 65px;
    padding-top: 25px
}

#mission {
    position: relative;
    width: 100%;
    padding-bottom: 15%;
    overflow: hidden;
    color: #FFF;
    font-weight: 700;
    font-style: italic
}

#mission .mission-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    background: url(../img/robico-about.jpg) no-repeat center center;
    background-size: cover
}

#mission .mission-container .inner {
    position: relative;
    width: 100%;
    -webkit-align-self: center;
    align-self: center;
    padding: 20px
}

.package-container {
    display: block
}

.package-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.package-container ul li {
    padding: 5px
}

.package-1 li:nth-child(odd) {
    background: rgba(110, 38, 111, .2)
}

.package-1 li:first-child {
    background: rgba(110, 38, 111, 1);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase
}

.package-2 li:nth-child(odd) {
    background: rgba(255, 0, 128, .2)
}

.package-2 li:first-child {
    background: rgba(255, 0, 128, 1);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase
}

.package-3 li:nth-child(odd) {
    background: rgba(2, 101, 161, .2)
}

.package-3 li:first-child {
    background: rgba(2, 101, 161, 1);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase
}

.package-4 li:nth-child(odd) {
    background: rgba(49, 162, 97, .2)
}

.package-4 li:first-child {
    background: rgba(49, 162, 97, 1);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase
}

#team-container,
#services-container,
#packages-container,
#projects,
#blogs {
    position: relative
}

#team-container .prevnext,
#services-container .prevnext,
#packages-container .prevnext,
#projects .prevnext,
#blogs .prevnext {
    position: absolute;
    top: 40%;
    width: 100%
}

#blogs .cycle-slideshow,
#projects .cycle-slideshow {
    margin-left: 25px;
    margin-right: 25px
}

#blogs .cycle-slideshow .excerpt {
    display: none
}

#blogs .cycle-slideshow .post {
    padding: 20px 0px !important
}

.prevnext .prev {
    width: 25px;
    height: 41px;
    position: absolute;
    left: -10px;
    background: url(../img/prev.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 99
}

.prevnext .next {
    width: 25px;
    height: 41px;
    position: absolute;
    right: -10px;
    background: url(../img/next.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 99
}

.post {
    padding-bottom: 50px
}

.post .featuredimage div.fi-stretchy-wrapper {
    padding-bottom: 54%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.post .featuredimage div.fi-stretchy-wrapper div.fi-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    background: #818080
}

.post .featuredimage img {
    width: 100%;
    height: auto
}

.post .entry h2 a {
    font-weight: 600;
    font-size: 24px;
    color: #040404;
    white-space: normal
}

.post .entry h2 a:hover {
    color: #855bcf
}

.post .entry .readmore {
    display: block;
    padding: 10px 0
}

.navigation {
    display: table;
    width: 100%;
    height: 50px;
    margin-bottom: 20px
}

.navigation ul {
    padding-left: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.navigation li {
    display: inline
}

.navigation li a,
.navigation li a,
.navigation li.disabled {
    text-decoration: none;
    border: 1px solid #5a5a5a;
    color: #5a5a5a;
    cursor: pointer;
    font-weight: 200;
    text-transform: uppercase;
    padding: 5px
}

.navigation li a:hover,
#content .navigation li.active a {
    border: 1px solid #855bcf;
    color: #FFF;
    background: #7a3183;
    background: -moz-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: -webkit-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: linear-gradient(to right, #7a3183 15%, #0e6fc9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

#post-nav {
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    display: table;
    width: 100%
}

#post-nav .post-previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 20px 0
}

#post-nav .post-next {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
    padding: 20px 0 20px 20px
}

#post-nav .details {
    width: 60%;
    display: inline-block;
    vertical-align: top
}

#post-nav .post-previous .details {
    padding-left: 20px;
    float: left
}

#post-nav .post-next .details {
    padding-right: 20px;
    float: right
}

#post-nav .post-image {
    width: 40%;
    display: inline-block
}

#post-nav .post-previous .post-image {
    float: left
}

#post-nav .post-next .post-image {
    float: right
}

#post-nav .post-image div.fi-stretchy-wrapper {
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
    width: 100%
}

#post-nav .post-image div.fi-stretchy-wrapper div.fi-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    background: #818080
}

#post-nav .post-image img {
    width: 100%;
    height: auto
}

#post-nav h4 {
    margin: 0
}

#post-nav h4 a {
    font-weight: 600;
    font-size: 15px;
    color: #040404
}

#post-nav h4 a:hover {
    color: #855bcf
}

#post-nav a.next,
#post-nav a.previous {
    font-weight: 200;
    font-size: 13px;
    color: #5a5a5a
}

#post-nav a.next:hover,
#post-nav a.previous:hover {
    color: #855bcf
}

.projects {
    display: inline-block;
    width: 100%
}

.projects .project-inner {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden
}

.projects .view {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.projects .view img {
    position: absolute;
    width: 100%;
    height: auto
}

.projects .view .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(122, 49, 131, .75);
    background: -webkit-linear-gradient(left, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    background: -o-linear-gradient(left, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    background: linear-gradient(to right, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

.projects .view:hover .mask {
    display: block
}

.projects .view .mask h3 {
    line-height: 1;
    text-transform: uppercase;
    margin: 0
}

.projects .view .mask h3 a.info {
    text-align: center;
    color: #FFF;
    line-height: 1;
    position: absolute;
    top: 45%;
    padding: 0 20px;
    width: 100%;
    white-space: normal
}

#projectsbutton {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 25px 0
}

.individual_service,
.team_member,
.individual_package {
    position: relative
}

.individual_contact .contact-container,
.individual_service .service-container {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    border: 2px solid #ecf0f1;
    overflow: hidden
}

.individual_service:hover .service-container {
    background: #7a3183;
    background: -moz-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: -webkit-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: linear-gradient(to right, #7a3183 15%, #0e6fc9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

.individual_contact .contact-container .contact-content,
.individual_service .service-container a,
.individual_package .package-container .inn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 15px 10px 15px
}

#contact {
    position: relative;
    margin-top: 20px
}

.individual_contact .contact-container .contact-content p {
    font-size: 12px;
    color: #5a5a5a;
    font-family: roboto, sans-serif;
    padding-top: 75px;
    position: relative
}

.individual_contact .contact-container .contact-content p a {
    color: #5a5a5a
}

.individual_contact .contact-container .contact-content p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px
}

.individual_contact.location .contact-container .contact-content p:before {
    background: url(../img/location.png) no-repeat center
}

.individual_contact.phone .contact-container .contact-content p:before {
    background: url(../img/phone.png) no-repeat center
}

.individual_contact.email .contact-container .contact-content p:before {
    background: url(../img/email.png) no-repeat center
}

.individual_contact.hours .contact-container .contact-content p:before {
    background: url(../img/hours.png) no-repeat center
}

.individual_package .package-container {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    border: 2px solid #ecf0f1;
    overflow: hidden
}

.individual_package .package-container p {
    white-space: normal
}

.individual_service .service-container a h4 {
    font-weight: 600;
    font-size: 18px;
    color: #040404;
    text-transform: uppercase;
    margin: .5em 0
}

.individual_service:hover .service-container a h4 {
    color: #FFF
}

.individual_service .service-container a p.intro {
    display: none
}

.individual_service:hover .service-container a p.intro {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #FFF;
    margin: 0;
    white-space: normal !important
}

.individual_service .service-container a .icon {
    height: 50px;
    background-image: url(../img/allservices.png);
    background-repeat: no-repeat
}

.services-analytics .icon {
    background-position: top -60px left 0;
    width: 50px;
    margin: auto
}

.services-analytics:hover .icon {
    background-position: right 0 top -60px
}

.services-seo .icon {
    background-position: top -1380px left 0;
    width: 68px;
    margin: auto
}

.services-seo:hover .icon {
    background-position: top -1380px right 0
}

.services-emailmarketing .icon {
    background-position: top -540px left 0;
    width: 50px;
    margin: auto
}

.services-emailmarketing:hover .icon {
    background-position: top -540px right 0
}

.services-socialmedia .icon {
    background-position: top -1440px left 0;
    width: 50px;
    margin: auto
}

.services-socialmedia:hover .icon {
    background-position: top -1440px right 0
}

.services-ppc .icon {
    background-position: top -1200px left 0;
    width: 42px;
    margin: auto
}

.services-ppc:hover .icon {
    background-position: top -1200px right 0
}

.services-web .icon {
    background-position: top -1740px left 0;
    width: 59px;
    margin: auto
}

.services-web:hover .icon {
    background-position: top -1740px right 0
}

.services-app .icon {
    background-position: top -120px left 0;
    width: 50px;
    margin: auto
}

.services-app:hover .icon {
    background-position: top -120px right 0
}

.services-hosting .icon {
    background-position: top -660px left 0;
    width: 32px;
    margin: auto
}

.services-hosting:hover .icon {
    background-position: top -660px right 0
}

.services-domain .icon {
    background-position: top -480px left 0;
    width: 48px;
    margin: auto
}

.services-domain:hover .icon {
    background-position: top -480px right 0
}

.services-maintenance .icon {
    background-position: top -900px left 0;
    width: 50px;
    margin: auto
}

.services-maintenance:hover .icon {
    background-position: top -900px right 0
}

.services-writing .icon {
    background-position: top -1800px left 0;
    width: 50px;
    margin: auto
}

.services-writing:hover .icon {
    background-position: top -1800px right 0
}

.services-photos .icon {
    background-position: top -1260px left 0;
    width: 63px;
    margin: auto
}

.services-photos:hover .icon {
    background-position: top -1260px right 0
}

.services-marketing .icon {
    background-position: top -960px left 0;
    width: 50px;
    margin: auto
}

.services-marketing:hover .icon {
    background-position: top -960px right 0
}

.services-logo .icon {
    background-position: top -840px left 0;
    width: 50px;
    margin: auto
}

.services-logo:hover .icon {
    background-position: top -840px right 0
}

.services-bc .icon {
    background-position: top -420px left 0;
    width: 73px;
    margin: auto
}

.services-bc:hover .icon {
    background-position: top -420px right 0
}

.services-stationary .icon {
    background-position: top -1560px left 0;
    width: 43px;
    margin: auto
}

.services-stationary:hover .icon {
    background-position: top -1560px right 0
}

.services-flyers .icon {
    background-position: top -600px left 0;
    width: 41px;
    margin: auto
}

.services-flyers:hover .icon {
    background-position: top -600px right 0
}

.services-brochures .icon {
    background-position: top -300px left 0;
    width: 54px;
    margin: auto
}

.services-brochures:hover .icon {
    background-position: top -300px right 0
}

.services-stickers .icon {
    background-position: top -1620px left 0;
    width: 52px;
    margin: auto
}

.services-stickers:hover .icon {
    background-position: top -1620px right 0
}

.services-vehiclesignage .icon {
    background-position: top -1680px left 0;
    width: 72px;
    margin: auto
}

.services-vehiclesignage:hover .icon {
    background-position: top -1680px right 0
}

.services-buildingsignage .icon {
    background-position: top -360px left 0;
    width: 48px;
    margin: auto
}

.services-buildingsignage:hover .icon {
    background-position: top -360px right 0
}

.services-onlineshop .icon {
    background-position: top -1860px left 0;
    width: 50px;
    margin: auto
}

.services-onlineshop:hover .icon {
    background-position: top -1860px right 0
}

.services-onlinedirectory .icon {
    background-position: top -1080px left 0;
    width: 58px;
    margin: auto
}

.services-onlinedirectory:hover .icon {
    background-position: top 1080px right 0
}

.services-ssl .icon {
    background-position: top -1500px left 0;
    width: 44px;
    margin: auto
}

.services-ssl:hover .icon {
    background-position: top -1500px right 0
}

.services-menus .icon {
    background-position: top -1020px left 0;
    width: 50px;
    margin: auto
}

.services-menus:hover .icon {
    background-position: top -1020px right 0
}

.services-letterhead .icon {
    background-position: top -780px left 0;
    width: 39px;
    margin: auto
}

.services-letterhead:hover .icon {
    background-position: top -780px right 0
}

.services-packaging .icon {
    background-position: top -1140px left 0;
    width: 50px;
    margin: auto
}

.services-packaging:hover .icon {
    background-position: top -1140px right 0
}

.services-advertising .icon {
    background-position: top 0 left 0;
    width: 50px;
    margin: auto
}

.services-advertising:hover .icon {
    background-position: top -60px right 0
}

.services-pr .icon {
    background-position: top -1320px left 0;
    width: 53px;
    margin: auto
}

.services-pr:hover .icon {
    background-position: top -1320px right 0
}

.services-keyword .icon {
    background-position: top -720px left 0;
    width: 37px;
    margin: auto
}

.services-keyword:hover .icon {
    background-position: top -720px right 0
}

.servicing-coaching .icon {
    background-position: top -180px left 0;
    width: 58px;
    margin: auto
}

.servicing-coaching:hover .icon {
    background-position: top -180px right 0
}

.servicing-branddevelopment .icon {
    background-position: top -240px left 0;
    width: 33px;
    margin: auto
}

.servicing-branddevelopment:hover .icon {
    background-position: top -240px right 0
}

.team_member .team-image {
    position: relative;
    z-index: -1
}

.team_member .team-image div.fi-stretchy-wrapper {
    padding-bottom: 137%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.team_member .team-image div.fi-stretchy-wrapper div.fi-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    background: #818080
}

.team_member .team-image img {
    width: 100%;
    height: auto
}

.team_member .team-info {
    background: #FFF;
    padding: 10px;
    margin: -20px 10px 0 10px;
    z-index: 10;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09)
}

.team_member .team-info h3 {
    font-size: 14px;
    color: #855bcf;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.team_member .team-info h4 {
    font-size: 12px;
    color: #a2a8ae;
    font-weight: 300;
    margin: 5px 0 0 0;
    line-height: 1
}

.achievements {
    background: url(../img/pattern_bg.png);
    padding: 25px 0
}

.achievements .introduction {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px
}

.achievements .allachievements {
    display: inline-block;
    vertical-align: middle
}

.achievements .allachievements .individual_achievement {
    width: 33%;
    display: inline-block;
    vertical-align: middle
}

.achievements .allachievements .individual_achievement img {
    float: left;
    margin-right: 15px
}

.achievements .allachievements .individual_achievement .number {
    font-weight: 600;
    color: #855bcf;
    font-size: 36px;
    margin: 0;
    line-height: 50px
}

.achievements .allachievements .individual_achievement .text {
    text-transform: uppercase;
    font-weight: 200;
    clear: both
}

.individual_question {
    margin-bottom: 20px;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease
}

.individual_question .question {
    font-weight: 700;
    font-size: 14px;
    display: block;
    border: 1px solid #ecf0f1;
    padding: 5px;
    cursor: pointer
}

.individual_question .question:before {
    content: url(../img/question.png);
    margin-right: 10px;
    vertical-align: -25%
}

.individual_question.opened .question {
    background: #ecf0f1
}

.individual_question .answer {
    border-left: 1px dashed #5a5a5a;
    margin: 10px 20px;
    padding-left: 20px;
    font-size: 12px;
    display: none
}

.individual_question.opened .answer {
    display: block
}

.cta {
    background: #f6f6f6;
    padding: 20px;
    margin: 80px 0;
    position: relative
}

.cta .cta_text {
    width: 50%;
    display: table-cell
}

.cta .cta_plane {
    background: url(../img/plane.png) no-repeat center;
    background-size: 100%;
    display: table-cell;
    width: 30%;
    height: 100%
}

.cta .cta_button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    height: 100%
}

.cta .cta_text h3 {
    font-size: 14px
}

.cta .cta_text p {
    font-size: 12px
}

ul.sidebar {
    list-style: none;
    padding: 0;
    margin: 0
}

.blogsb ul.sidebar>li.widget {
    margin-bottom: 50px
}

.sidebar .searchform {
    border: 1px solid #ecf0f1;
    padding: 10px;
    position: relative
}

.sidebar .searchform input.searchfield {
    border: none;
    width: 80%
}

.sidebar .searchform input.searchbutton {
    position: absolute;
    top: 15px;
    right: 10px
}

.widget_taxonomy>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_taxonomy>ul>li {
    border-bottom: 1px solid #ecf0f1;
    text-align: right;
    color: #5a5a5a
}

.widget_taxonomy>ul>li a {
    position: relative;
    display: inline-block;
    width: 90%;
    padding: 10px 0 10px 20px;
    text-align: left;
    color: #5a5a5a
}

.widget_taxonomy>ul>li a:before {
    content: "";
    background: url(../img/bulletpoint.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0
}

.widget_taxonomy>ul>li a:hover {
    color: #855bcf
}

.widget_recent_entries>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

.widget_recent_entries>ul>li {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ecf0f1
}

.widget_recent_entries>ul>li .featuredimage {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
}

.widget_recent_entries>ul>li .featuredimage .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(122, 49, 131, .75);
    background: -webkit-linear-gradient(left, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    background: -o-linear-gradient(left, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    background: linear-gradient(to right, rgba(122, 49, 131, .75) 15%, rgba(14, 111, 201, .75) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

.widget_recent_entries>ul>li .featuredimage .overlay:before {
    content: url(../img/robico-icon-link.png);
    position: absolute;
    top: 40%;
    left: 40%
}

.widget_recent_entries>ul>li .featuredimage:hover .overlay {
    opacity: 1
}

.widget_recent_entries>ul>li h3 a {
    font-weight: 600;
    font-size: 15px;
    color: #040404;
    margin: 0
}

.widget_recent_entries>ul>li h3 a:hover {
    color: #855bcf
}

.widget_recent_entries>ul>li p {
    font-style: italic;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin: 0
}

footer {
    background: url(../img/robico-footer.jpg) no-repeat;
    background-size: cover;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 200
}

footer h2.widgettitle {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 20px 0
}

footer p.address:before {
    content: url(../img/robico-icon-location.png);
    margin-right: 10px
}

footer p.phone:before {
    content: url(../img/robico-icon-phone.png);
    margin-right: 10px
}

footer p.email:before {
    content: url(../img/robico-icon-email.png);
    margin-right: 10px
}

footer p.phone a,
footer p.email a {
    color: #FFF
}

footer p.phone a:hover,
footer p.email a:hover {
    color: #855bcf
}

footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul.menu a {
    color: #FFF;
    display: block;
    padding-bottom: 1em
}

footer ul.menu a:hover {
    color: #855bcf
}

footer ul.menu a:hover:before {
    content: "\00bb";
    margin-right: 10px
}

footer .widget_recent_entries>ul>li {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px
}

footer .widget_recent_entries>ul>li h3 a {
    font-size: 12px;
    color: #FFF
}

footer .widget_recent_entries>ul>li h3 a:hover {
    color: #855bcf
}

footer .widget_recent_entries>ul>li p {
    font-size: 12px
}

footer #newsletters-1-form {
    position: relative;
    width: 100%;
    height: 45px
}

footer #newsletters-1-form .clearfix {
    display: none
}

footer #newsletters-1-form>.form-group {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 45px)
}

footer #newsletters-1-form>.form-group#newsletters-form-1-submit {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 45px
}

footer #newsletters-1-form .form-control {
    border-radius: 0;
    height: 45px;
    width: 100% !important
}

footer #newsletters-1-form .btn-primary {
    border: 0;
    border-radius: 0;
    color: #FFF;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: #7a3183;
    background: -webkit-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: -o-linear-gradient(left, #7a3183 15%, #0e6fc9 99%);
    background: linear-gradient(to right, #7a3183 15%, #0e6fc9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3183', endColorstr='#0e6fc9', GradientType=1)
}

footer #newsletters-1-form .btn-primary:before {
    content: url(../img/arrow-right-up.png);
    position: absolute;
    top: 30%;
    left: 40%
}

footer #newsletters-1-form .btn-primary:hover {
    background: #0e6fc9;
    background: -webkit-linear-gradient(left, #0e6fc9 15%, #7a3183 99%);
    background: -o-linear-gradient(left, #0e6fc9 15%, #7a3183 99%);
    background: linear-gradient(to right, #0e6fc9 15%, #7a3183 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e6fc9', endColorstr='#7a3183', GradientType=1)
}

footer .footer-bottom {
    color: #4f5259;
    border-top: 1px solid #4f5259;
    padding: 25px 0 25px 0;
    text-align: center
}

@media only screen and (min-width:320px) and (max-width:478px),
(min-device-width:320px) and (max-device-height:480px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1),
(min-device-width:320px) and (max-device-height:534px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1.5),
(min-device-width:320px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2),
(min-device-width:320px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    .middle {
        padding: 0 20px
    }

    h2.title {
        font-size: 26.27px;
        margin-top: 50px
    }

    h2.title span {
        font-size: 15px
    }

    h2.title:after {
        font-size: 40px
    }

    h2.title.services:after,
    h2.title.team:after,
    h2.title.about:after {
        font-size: 40px
    }

    h2.title.about,
    h2.title.achievement {
        margin-bottom: 15px;
        font-size: 20px
    }

    div.intro {
        font-size: 12px
    }

    #header-top .section {
        padding-top: 12px;
        width: 33%
    }

    #header-top .section.search {
        display: none
    }

    #header-top .section.email a,
    #header-top .section.phone a {
        font-size: 0
    }

    #header-top .section.email a:before {
        content: url(../img/robico-icon-email-large.png);
        margin-right: 0
    }

    #header-top .section.phone a:before {
        content: url(../img/robico-icon-phone-large.png);
        margin-right: 0
    }

    #header-bottom {
        position: relative
    }

    #header-bottom #logo img {
        height: 75px;
        width: auto;
        margin: 10px auto
    }

    #slideshow {
        height: calc(100vh - 145px)
    }

    #slideshow #captioncontainer {
        text-align: center
    }

    #slideshow #captioncontainer h2 {
        font-size: 12px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 20px
    }

    #slideshow #captioncontainer p {
        font-size: 11px
    }

    #slideshow .cycle-slideshow {
        margin: 0 20%
    }

    .page-title {
        padding-bottom: 45%
    }

    .page-title .page-title-container h1 {
        font-size: 20.27px
    }

    .page-title .page-title-container .breadcrumbs {
        font-size: 10px
    }

    .page-image {
        display: none
    }

    #mission {
        padding-bottom: 45%
    }

    #blogs .cycle-slideshow .post .entry h2 {
        line-height: 1;
        margin: 10px 0
    }

    #blogs .cycle-slideshow .post .entry h2 a {
        font-size: 16px
    }

    .individual_contact {
        width: 48%;
        margin-bottom: 2%;
        display: inline-block
    }

    .individual_contact:nth-child(odd) {
        margin-right: 2%
    }

    .individual_contact:nth-child(even) {
        margin-left: 2%
    }

    .individual_contact .contact-container .contact-content {
        padding: 10px 7px 5px 7px
    }

    .individual_contact .contact-container .contact-content p {
        font-size: 10px;
        padding-top: 35px
    }

    .individual_contact .contact-container .contact-content p:before {
        background-size: contain !important;
        height: 25px !important
    }

    #services-container .cycle-slideshow,
    #team-container .cycle-slideshow,
    #packages-container .cycle-slideshow {
        margin: 25px
    }

    .individual_service .service-inner,
    .team_member .team-container,
    .individual_package .package-inner {
        padding: 0 7px
    }

    .individual_service .service-container a {
        padding: 10px 5px 5px 5px
    }

    .individual_service .service-container a h4 {
        font-size: 10.5px
    }

    .individual_service:hover .service-container a p.intro {
        font-size: 8px
    }

    .individual_service .service-container a .icon {
        height: 30px;
        background-image: url(../img/allservices30.png);
        background-repeat: no-repeat
    }

    .services-analytics .icon {
        background-position: top -31px left 0;
        width: 30px;
        margin: auto
    }

    .services-analytics:hover .icon {
        background-position: right 0 top -31px
    }

    .services-seo .icon {
        background-position: top -764px left 0;
        width: 40px;
        margin: auto
    }

    .services-seo:hover .icon {
        background-position: top -764px right 0
    }

    .services-emailmarketing .icon {
        background-position: top -298px left 0;
        width: 30px;
        margin: auto
    }

    .services-emailmarketing:hover .icon {
        background-position: top -298px right 0
    }

    .services-socialmedia .icon {
        background-position: top -797px left 0;
        width: 30px;
        margin: auto
    }

    .services-socialmedia:hover .icon {
        background-position: top -797px right 0
    }

    .services-ppc .icon {
        background-position: top -664px left 0;
        width: 24px;
        margin: auto
    }

    .services-ppc:hover .icon {
        background-position: top -664px right 0
    }

    .services-web .icon {
        background-position: top -964px left 0;
        width: 35px;
        margin: auto
    }

    .services-web:hover .icon {
        background-position: top -964px right 0
    }

    .services-app .icon {
        background-position: top -65px left 0;
        width: 30px;
        margin: auto
    }

    .services-app:hover .icon {
        background-position: top -65px right 0
    }

    .services-hosting .icon {
        background-position: top -364px left 0;
        width: 20px;
        margin: auto
    }

    .services-hosting:hover .icon {
        background-position: top -364px right 0
    }

    .services-domain .icon {
        background-position: top -264px left 0;
        width: 28px;
        margin: auto
    }

    .services-domain:hover .icon {
        background-position: top -264px right 0
    }

    .services-maintenance .icon {
        background-position: top -497px left 0;
        width: 30px;
        margin: auto
    }

    .services-maintenance:hover .icon {
        background-position: top -497px right 0
    }

    .services-writing .icon {
        background-position: top -997px left 0;
        width: 30px;
        margin: auto
    }

    .services-writing:hover .icon {
        background-position: top -997px right 0
    }

    .services-photos .icon {
        background-position: top -699px left 0;
        width: 37px;
        margin: auto
    }

    .services-photos:hover .icon {
        background-position: top -699px right 0
    }

    .services-marketing .icon {
        background-position: top -531px left 0;
        width: 30px;
        margin: auto
    }

    .services-marketing:hover .icon {
        background-position: top -531px right 0
    }

    .services-logo .icon {
        background-position: top -466px left 0;
        width: 30px;
        margin: auto
    }

    .services-logo:hover .icon {
        background-position: top -466px right 0
    }

    .services-bc .icon {
        background-position: top -233px left 0;
        width: 43px;
        margin: auto
    }

    .services-bc:hover .icon {
        background-position: top -233px right 0
    }

    .services-stationary .icon {
        background-position: top -865px left 0;
        width: 25px;
        margin: auto
    }

    .services-stationary:hover .icon {
        background-position: top -865px right 0
    }

    .services-flyers .icon {
        background-position: top -331px left 0;
        width: 24px;
        margin: auto
    }

    .services-flyers:hover .icon {
        background-position: top -331px right 0
    }

    .services-brochures .icon {
        background-position: top -165px left 0;
        width: 32px;
        margin: auto
    }

    .services-brochures:hover .icon {
        background-position: top -165px right 0
    }

    .services-stickers .icon {
        background-position: top -897px left 0;
        width: 30px;
        margin: auto
    }

    .services-stickers:hover .icon {
        background-position: top -897px right 0
    }

    .services-vehiclesignage .icon {
        background-position: top -932px left 0;
        width: 42px;
        margin: auto
    }

    .services-vehiclesignage:hover .icon {
        background-position: top -932px right 0
    }

    .services-buildingsignage .icon {
        background-position: top -198px left 0;
        width: 28px;
        margin: auto
    }

    .services-buildingsignage:hover .icon {
        background-position: top -198px right 0
    }

    .services-onlineshop .icon {
        background-position: top -1030px left 0;
        width: 30px;
        margin: auto
    }

    .services-onlineshop:hover .icon {
        background-position: top -1030px right 0
    }

    .services-onlinedirectory .icon {
        background-position: top -598px left 0;
        width: 34px;
        margin: auto
    }

    .services-onlinedirectory:hover .icon {
        background-position: top -598px right 0
    }

    .services-ssl .icon {
        background-position: top -831px left 0;
        width: 26px;
        margin: auto
    }

    .services-ssl:hover .icon {
        background-position: top -831px right 0
    }

    .services-menus .icon {
        background-position: top -564px left 0;
        width: 30px;
        margin: auto
    }

    .services-menus:hover .icon {
        background-position: top -564px right 0
    }

    .services-letterhead .icon {
        background-position: top -431px left 0;
        width: 23px;
        margin: auto
    }

    .services-letterhead:hover .icon {
        background-position: top -431px right 0
    }

    .services-packaging .icon {
        background-position: top -631px left 0;
        width: 30px;
        margin: auto
    }

    .services-packaging:hover .icon {
        background-position: top -631px right 0
    }

    .services-advertising .icon {
        background-position: top 0 left 0;
        width: 30px;
        margin: auto
    }

    .services-advertising:hover .icon {
        background-position: top px right 0
    }

    .services-pr .icon {
        background-position: top -730px left 0;
        width: 31px;
        margin: auto
    }

    .services-pr:hover .icon {
        background-position: top -730px right 0
    }

    .services-keyword .icon {
        background-position: top -398px left 0;
        width: 23px;
        margin: auto
    }

    .services-keyword:hover .icon {
        background-position: top -398px right 0
    }

    .servicing-coaching .icon {
        background-position: top -98px left 0;
        width: 34px;
        margin: auto
    }

    .servicing-coaching:hover .icon {
        background-position: top -98px right 0
    }

    .servicing-branddevelopment .icon {
        background-position: top -131px left 0;
        width: 20px;
        margin: auto
    }

    .servicing-branddevelopment:hover .icon {
        background-position: top -131px right 0
    }

    .individual_package .package-container {
        padding-bottom: 90%
    }

    .team_member .team-info h3 {
        font-size: 10px
    }

    .team_member .team-info h4 {
        font-size: 8px
    }

    .cta {
        margin: 20px 0
    }

    .cta .cta_text {
        width: 100%;
        display: block
    }

    .cta .cta_plane {
        display: none
    }

    .cta .cta_button {
        width: 100%;
        display: block
    }

    .blogsb ul.sidebar>li.widget {
        margin-bottom: 10px;
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 10px
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle {
        position: relative
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle:after {
        content: "\203A";
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 32px;
        line-height: 1
    }

    .blogsb .widget_taxonomy>ul {
        display: none
    }

    .blogsb .widget_recent_entries>ul {
        display: none
    }

    footer {
        padding-top: 20px
    }

    footer .widget_black_studio_tinymce,
    footer .widget_nav_menu,
    footer .widget_recent_entries {
        display: none
    }
}

@media only screen and (min-width:360px) and (max-width:478px),
(min-device-width:360px) and (max-device-height:480px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1),
(min-device-width:360px) and (max-device-height:534px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1.5),
(min-device-width:360px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2),
(min-device-width:360px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {
    #slideshow #captioncontainer h2 {
        font-size: 14px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 25px
    }

    #slideshow #captioncontainer p {
        font-size: 12px
    }

    #slideshow .cycle-slideshow {
        margin: 0 15%
    }
}

@media only screen and (min-width:480px) and (max-width:599px),
(min-device-width:320px) and (max-device-height:480px) and (orientation:landscape) and (-webkit-device-pixel-ratio:1),
(min-device-width:320px) and (max-device-height:534px) and (orientation:landscape) and (-webkit-device-pixel-ratio:1.5),
(min-device-width:320px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2),
(min-device-width:320px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .middle {
        padding: 0 20px
    }

    h2.title {
        font-size: 26.27px;
        margin-top: 50px
    }

    h2.title span {
        font-size: 15px
    }

    h2.title:after {
        font-size: 40px
    }

    h2.title.services:after,
    h2.title.team:after,
    h2.title.about:after {
        font-size: 40px
    }

    h2.title.about,
    h2.title.achievement {
        margin-bottom: 15px;
        font-size: 20px
    }

    div.intro {
        font-size: 12px
    }

    #header-top .section {
        padding-top: 12px;
        width: 33%
    }

    #header-top .section.search {
        display: none
    }

    #header-top .section.email a,
    #header-top .section.phone a {
        font-size: 0
    }

    #header-top .section.email a:before {
        content: url(../img/robico-icon-email-large.png);
        margin-right: 0
    }

    #header-top .section.phone a:before {
        content: url(../img/robico-icon-phone-large.png);
        margin-right: 0
    }

    #header-bottom {
        position: relative
    }

    #header-bottom #logo img {
        height: 75px;
        width: auto;
        margin: 10px auto
    }

    #slideshow .cycle-slideshow {
        margin-left: 60%;
        width: 40%
    }

    #slideshow #captioncontainer {
        width: 50%;
        position: absolute;
        top: 15px;
        left: 20px
    }

    #slideshow #captioncontainer h2 {
        font-size: 12px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 22px
    }

    .page-title {
        padding-bottom: 25%
    }

    .page-title .page-title-container h1 {
        font-size: 20.27px
    }

    .page-title .page-title-container .breadcrumbs {
        font-size: 10px
    }

    .page-image {
        display: none
    }

    .half-container {
        margin-bottom: 20px
    }

    .half-container .half {
        width: 50%;
        float: left;
        display: inline-block
    }

    .half-container .half:nth-child(odd) {
        padding-right: 20px
    }

    .half-container .half:nth-child(even) {
        padding-left: 20px
    }

    #mission {
        padding-bottom: 25%
    }

    #blogs .cycle-slideshow {
        margin-left: 75px;
        margin-right: 75px
    }

    #blogs .cycle-slideshow .post .entry h2 {
        line-height: 1;
        margin: 10px 0
    }

    #blogs .cycle-slideshow .post .entry h2 a {
        font-size: 16px
    }

    .individual_contact {
        width: 23%;
        display: inline-block
    }

    .individual_contact:nth-child(4n+2),
    .individual_contact:nth-child(4n+3),
    .individual_contact:nth-child(4n+4) {
        margin-left: 2%
    }

    .individual_contact .contact-container .contact-content {
        padding: 10px 7px 5px 7px
    }

    .individual_contact .contact-container .contact-content p {
        font-size: 9px;
        padding-top: 35px
    }

    .individual_contact .contact-container .contact-content p:before {
        background-size: contain !important;
        height: 25px !important
    }

    #services-container .cycle-slideshow,
    #team-container .cycle-slideshow,
    #packages-container .cycle-slideshow {
        margin: 25px
    }

    .individual_service .service-inner,
    .team_member .team-container,
    .individual_package .package-inner {
        padding: 0 15px
    }

    .individual_package .package-container {
        padding-bottom: 50%
    }

    .individual_service .service-container a {
        padding: 15px
    }

    .individual_service .service-container a h4 {
        font-size: 18px
    }

    .individual_service:hover .service-container a p.intro {
        font-size: 12px
    }

    .achievements .introduction {
        width: 45%;
        float: left;
        clear: left
    }

    .achievements .allachievements {
        width: 55%;
        float: right;
        clear: right
    }

    .cta {
        margin: 20px 0
    }

    .cta .cta_text {
        width: 70%
    }

    .cta .cta_plane {
        display: none
    }

    .cta .cta_button {
        width: 30%
    }

    .blogsb ul.sidebar>li.widget {
        margin-bottom: 10px;
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 10px
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle {
        position: relative
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle:after {
        content: "\203A";
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 32px;
        line-height: 1
    }

    .blogsb .widget_taxonomy>ul {
        display: none
    }

    .blogsb .widget_recent_entries>ul {
        display: none
    }

    footer {
        padding-top: 20px
    }

    footer .widget_black_studio_tinymce,
    footer .widget_nav_menu,
    footer .widget_recent_entries {
        display: none
    }
}

@media only screen and (min-width :600px) and (max-width :767px) {
    .middle {
        padding: 0 25px
    }

    h2.title {
        font-size: 26.27px;
        margin-top: 50px
    }

    h2.title span {
        font-size: 15px
    }

    h2.title:after {
        font-size: 40px
    }

    h2.title.services:after,
    h2.title.team:after,
    h2.title.about:after {
        font-size: 40px
    }

    h2.title.about,
    h2.title.achievement {
        margin-bottom: 15px;
        font-size: 20px
    }

    div.intro {
        font-size: 12px
    }

    #header-top .section.socialmedia {
        padding-top: 12px;
        width: 15%
    }

    #header-top .section.email {
        padding-top: 12px;
        width: 15%
    }

    #header-top .section.phone {
        padding-top: 10px;
        width: 15%
    }

    #header-top .section.search {
        width: 55%
    }

    #header-top .section.email a,
    #header-top .section.phone a {
        font-size: 0
    }

    #header-top .section.email a:before {
        content: url(../img/robico-icon-email-large.png);
        margin-right: 0
    }

    #header-top .section.phone a:before {
        content: url(../img/robico-icon-phone-large.png);
        margin-right: 0
    }

    #header-bottom {
        position: relative
    }

    #header-bottom #logo img {
        height: 75px;
        width: auto;
        margin: 10px auto
    }

    #slideshow .cycle-slideshow {
        margin-left: 60%;
        width: 40%
    }

    #slideshow #captioncontainer {
        width: 50%;
        position: absolute;
        top: 25px;
        left: 25px
    }

    #slideshow #captioncontainer h2 {
        font-size: 15px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 28px
    }

    .page-title {
        padding-bottom: 25%
    }

    .page-title .page-title-container h1 {
        font-size: 20.27px
    }

    .page-title .page-title-container .breadcrumbs {
        font-size: 10px
    }

    .page-image {
        display: none
    }

    .half-container {
        margin-bottom: 20px
    }

    .half-container .half {
        width: 50%;
        float: left;
        display: inline-block
    }

    .half-container .half:nth-child(odd) {
        padding-right: 20px
    }

    .half-container .half:nth-child(even) {
        padding-left: 20px
    }

    #mission {
        padding-bottom: 25%
    }

    #blogs .cycle-slideshow {
        margin-left: 100px;
        margin-right: 100px
    }

    #blogs .cycle-slideshow .post .entry h2 {
        line-height: 1;
        margin: 10px 0
    }

    #blogs .cycle-slideshow .post .entry h2 a {
        font-size: 16px
    }

    .individual_contact {
        width: 23.5%;
        display: inline-block
    }

    .individual_contact:nth-child(4n+2),
    .individual_contact:nth-child(4n+3),
    .individual_contact:nth-child(4n+4) {
        margin-left: 2%
    }

    .individual_contact .contact-container .contact-content {
        padding: 10px 7px 5px 7px
    }

    .individual_contact .contact-container .contact-content p {
        font-size: 10px;
        padding-top: 35px
    }

    .individual_contact .contact-container .contact-content p:before {
        background-size: contain !important;
        height: 25px !important
    }

    #services-container .cycle-slideshow,
    #team-container .cycle-slideshow,
    #packages-container .cycle-slideshow {
        margin: 25px
    }

    .individual_service .service-inner,
    .team_member .team-container,
    .individual_package .package-inner {
        padding: 0 15px
    }

    .individual_package .package-container {
        padding-bottom: 40%
    }

    .individual_service .service-container a {
        padding: 20px
    }

    .individual_service .service-container a h4 {
        font-size: 18px
    }

    .individual_service:hover .service-container a p.intro {
        font-size: 13px
    }

    .achievements .introduction {
        width: 45%;
        float: left;
        clear: left
    }

    .achievements .allachievements {
        width: 55%;
        float: right;
        clear: right
    }

    .cta {
        margin: 20px 0
    }

    .cta .cta_text {
        width: 70%
    }

    .cta .cta_plane {
        display: none
    }

    .cta .cta_button {
        width: 30%
    }

    .blogsb ul.sidebar>li.widget {
        margin-bottom: 10px;
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 10px
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle {
        position: relative
    }

    .blogsb ul.sidebar>li.widget h2.widgettitle:after {
        content: "\203A";
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 32px;
        line-height: 1
    }

    .blogsb .widget_taxonomy>ul {
        display: none
    }

    .blogsb .widget_recent_entries>ul {
        display: none
    }

    footer {
        padding-top: 20px
    }

    footer .widget_black_studio_tinymce,
    footer .widget_nav_menu,
    footer .widget_recent_entries {
        display: none
    }
}

@media only screen and (min-width :768px) and (max-width :960px),
(min-device-width:768px) and (max-device-height:1024px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1),
(min-device-width:768px) and (max-device-height:1024px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {
    .middle {
        width: 700px;
        margin: auto
    }

    h2.title {
        font-size: 26.27px;
        margin-top: 35px
    }

    h2.title span {
        font-size: 15px
    }

    h2.title:after {
        font-size: 45px
    }

    h2.title.services:after,
    h2.title.team:after,
    h2.title.about:after {
        font-size: 45px
    }

    h2.title.about,
    h2.title.achievement {
        margin-bottom: 15px;
        font-size: 25px
    }

    div.intro {
        font-size: 12px
    }

    #header-bottom {
        position: relative
    }

    #header-bottom #logo img {
        height: 75px;
        width: auto;
        margin: 10px auto
    }

    #slideshow .cycle-slideshow {
        margin-left: 60%;
        width: 40%
    }

    #slideshow #captioncontainer {
        width: 50%;
        position: absolute;
        top: 25px;
        left: 25px
    }

    #slideshow #captioncontainer h2 {
        font-size: 15px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 28px
    }

    .page-title {
        padding-bottom: 20%
    }

    .page-title .page-title-container h1 {
        font-size: 30px
    }

    .page-title .page-title-container .breadcrumbs {
        font-size: 13px
    }

    #content {
        padding: 50px 0
    }

    .home #content {
        padding: 25px 0
    }

    .page-template-page-contact #content {
        padding: 25px 0
    }

    .page-template-page-about .page-image,
    .single-portfolio #images {
        width: 50%;
        padding: 50px 25px 0 0;
        display: inline-block;
        float: left;
        clear: left
    }

    .page-template-page-about #content,
    .single-portfolio #content {
        width: 50%;
        padding-left: 25px;
        display: inline-block;
        float: right;
        clear: right;
        padding-bottom: 0
    }

    .half-container {
        margin-bottom: 50px
    }

    .half {
        width: 50%;
        float: left;
        display: inline-block
    }

    .half:nth-child(odd) {
        padding-right: 20px
    }

    .half:nth-child(even) {
        padding-left: 20px
    }

    .triple {
        clear: both;
        padding: 20px 0
    }

    .triple>div {
        width: 30%;
        float: left;
        display: inline-block
    }

    .triple>div:nth-child(3n+1) {
        clear: left
    }

    .triple>div:nth-child(3n+2) {
        margin: 0 5%
    }

    .triple>div:nth-child(3n+3) {
        clear: right
    }

    .single-portfolio .triple {
        padding: 50px 0
    }

    #projectsbutton {
        margin: 25px 0 50px
    }

    #mission {
        padding-bottom: 20%
    }

    .package-1 {
        width: 25%;
        clear: left;
        float: left;
        display: inline-block
    }

    .package-2 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-3 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-4 {
        width: 25%;
        clear: right;
        float: left;
        display: inline-block
    }

    .half .package-1 {
        width: 50%
    }

    .half .package-2 {
        width: 50%;
        clear: right
    }

    .websitefeatures {
        height: 18em
    }

    .blog #content,
    .single #content {
        width: 62%;
        margin-right: 5%;
        display: inline-block;
        clear: left
    }

    .blog .blogsb,
    .single .blogsb {
        width: 33%;
        display: inline-block;
        clear: right;
        float: right;
        padding: 50px 0
    }

    .projects {
        width: 50%
    }

    .individual_contact,
    .individual_service,
    .team_member,
    .individual_package {
        width: 23.5%;
        display: inline-block
    }

    .individual_service,
    .individual_package,
    .team_member {
        margin-bottom: 2%
    }

    .individual_contact:nth-child(4n+2),
    .individual_contact:nth-child(4n+3),
    .individual_contact:nth-child(4n+4),
    .individual_service:nth-child(4n+2),
    .individual_service:nth-child(4n+3),
    .individual_service:nth-child(4n+4),
    .team_member:nth-child(4n+2),
    .team_member:nth-child(4n+3),
    .team_member:nth-child(4n+4),
    .individual_package:nth-child(4n+2),
    .individual_package:nth-child(4n+3),
    .individual_package:nth-child(4n+4) {
        margin-left: 2%
    }

    .individual_contact .contact-container .contact-content,
    .individual_service .service-container a {
        padding: 10px 7px 5px 7px
    }

    #contact {
        margin-top: 50px
    }

    .individual_contact .contact-container .contact-content p {
        font-size: 10px;
        padding-top: 50px
    }

    .individual_contact .contact-container .contact-content p:before {
        background-size: contain !important;
        height: 40px !important
    }

    .row .column-2 {
        display: inline-block;
        width: 48%;
        float: left;
        vertical-align: top
    }

    .row .column-2:nth-child(odd) {
        margin-right: 2%
    }

    .row .column-2:nth-child(even) {
        margin-left: 2%
    }

    .individual_service .service-container a h4 {
        font-size: 13px
    }

    .individual_service:hover .service-container a p.intro {
        font-size: 11px
    }

    .individual_service .service-container a .icon {
        height: 30px;
        background-image: url(../img/allservices30.png);
        background-repeat: no-repeat
    }

    .services-analytics .icon {
        background-position: top -31px left 0;
        width: 30px;
        margin: auto
    }

    .services-analytics:hover .icon {
        background-position: right 0 top -31px
    }

    .services-seo .icon {
        background-position: top -764px left 0;
        width: 40px;
        margin: auto
    }

    .services-seo:hover .icon {
        background-position: top -764px right 0
    }

    .services-emailmarketing .icon {
        background-position: top -298px left 0;
        width: 30px;
        margin: auto
    }

    .services-emailmarketing:hover .icon {
        background-position: top -298px right 0
    }

    .services-socialmedia .icon {
        background-position: top -797px left 0;
        width: 30px;
        margin: auto
    }

    .services-socialmedia:hover .icon {
        background-position: top -797px right 0
    }

    .services-ppc .icon {
        background-position: top -664px left 0;
        width: 24px;
        margin: auto
    }

    .services-ppc:hover .icon {
        background-position: top -664px right 0
    }

    .services-web .icon {
        background-position: top -964px left 0;
        width: 35px;
        margin: auto
    }

    .services-web:hover .icon {
        background-position: top -964px right 0
    }

    .services-app .icon {
        background-position: top -65px left 0;
        width: 30px;
        margin: auto
    }

    .services-app:hover .icon {
        background-position: top -65px right 0
    }

    .services-hosting .icon {
        background-position: top -364px left 0;
        width: 20px;
        margin: auto
    }

    .services-hosting:hover .icon {
        background-position: top -364px right 0
    }

    .services-domain .icon {
        background-position: top -264px left 0;
        width: 28px;
        margin: auto
    }

    .services-domain:hover .icon {
        background-position: top -264px right 0
    }

    .services-maintenance .icon {
        background-position: top -497px left 0;
        width: 30px;
        margin: auto
    }

    .services-maintenance:hover .icon {
        background-position: top -497px right 0
    }

    .services-writing .icon {
        background-position: top -997px left 0;
        width: 30px;
        margin: auto
    }

    .services-writing:hover .icon {
        background-position: top -997px right 0
    }

    .services-photos .icon {
        background-position: top -699px left 0;
        width: 37px;
        margin: auto
    }

    .services-photos:hover .icon {
        background-position: top -699px right 0
    }

    .services-marketing .icon {
        background-position: top -531px left 0;
        width: 30px;
        margin: auto
    }

    .services-marketing:hover .icon {
        background-position: top -531px right 0
    }

    .services-logo .icon {
        background-position: top -466px left 0;
        width: 30px;
        margin: auto
    }

    .services-logo:hover .icon {
        background-position: top -466px right 0
    }

    .services-bc .icon {
        background-position: top -233px left 0;
        width: 43px;
        margin: auto
    }

    .services-bc:hover .icon {
        background-position: top -233px right 0
    }

    .services-stationary .icon {
        background-position: top -865px left 0;
        width: 25px;
        margin: auto
    }

    .services-stationary:hover .icon {
        background-position: top -865px right 0
    }

    .services-flyers .icon {
        background-position: top -331px left 0;
        width: 24px;
        margin: auto
    }

    .services-flyers:hover .icon {
        background-position: top -331px right 0
    }

    .services-brochures .icon {
        background-position: top -165px left 0;
        width: 32px;
        margin: auto
    }

    .services-brochures:hover .icon {
        background-position: top -165px right 0
    }

    .services-stickers .icon {
        background-position: top -897px left 0;
        width: 30px;
        margin: auto
    }

    .services-stickers:hover .icon {
        background-position: top -897px right 0
    }

    .services-vehiclesignage .icon {
        background-position: top -932px left 0;
        width: 42px;
        margin: auto
    }

    .services-vehiclesignage:hover .icon {
        background-position: top -932px right 0
    }

    .services-buildingsignage .icon {
        background-position: top -198px left 0;
        width: 28px;
        margin: auto
    }

    .services-buildingsignage:hover .icon {
        background-position: top -198px right 0
    }

    .services-onlineshop .icon {
        background-position: top -1030px left 0;
        width: 30px;
        margin: auto
    }

    .services-onlineshop:hover .icon {
        background-position: top -1030px right 0
    }

    .services-onlinedirectory .icon {
        background-position: top -598px left 0;
        width: 34px;
        margin: auto
    }

    .services-onlinedirectory:hover .icon {
        background-position: top -598px right 0
    }

    .services-ssl .icon {
        background-position: top -831px left 0;
        width: 26px;
        margin: auto
    }

    .services-ssl:hover .icon {
        background-position: top -831px right 0
    }

    .services-menus .icon {
        background-position: top -564px left 0;
        width: 30px;
        margin: auto
    }

    .services-menus:hover .icon {
        background-position: top -564px right 0
    }

    .services-letterhead .icon {
        background-position: top -431px left 0;
        width: 23px;
        margin: auto
    }

    .services-letterhead:hover .icon {
        background-position: top -431px right 0
    }

    .services-packaging .icon {
        background-position: top -631px left 0;
        width: 30px;
        margin: auto
    }

    .services-packaging:hover .icon {
        background-position: top -631px right 0
    }

    .services-advertising .icon {
        background-position: top 0 left 0;
        width: 30px;
        margin: auto
    }

    .services-advertising:hover .icon {
        background-position: top px right 0
    }

    .services-pr .icon {
        background-position: top -730px left 0;
        width: 31px;
        margin: auto
    }

    .services-pr:hover .icon {
        background-position: top -730px right 0
    }

    .services-keyword .icon {
        background-position: top -398px left 0;
        width: 23px;
        margin: auto
    }

    .services-keyword:hover .icon {
        background-position: top -398px right 0
    }

    .servicing-coaching .icon {
        background-position: top -98px left 0;
        width: 34px;
        margin: auto
    }

    .servicing-coaching:hover .icon {
        background-position: top -98px right 0
    }

    .servicing-branddevelopment .icon {
        background-position: top -131px left 0;
        width: 20px;
        margin: auto
    }

    .servicing-branddevelopment:hover .icon {
        background-position: top -131px right 0
    }

    .achievements .introduction {
        width: 40%;
        float: left;
        clear: left
    }

    .achievements .allachievements {
        width: 60%;
        float: right;
        clear: right;
        padding-top: 15px
    }

    .cta {
        margin: 50px 0
    }

    footer .widget {
        margin-bottom: 2%;
        display: inline-block;
        vertical-align: top;
        padding: 25px 0
    }

    footer .widget:nth-child(4n+1) {
        width: 30%
    }

    footer .widget:nth-child(4n+2) {
        width: 30%;
        margin-left: 4%;
        margin-right: 4%
    }

    footer .widget:nth-child(4n+3) {
        width: 30%
    }

    footer .widget:nth-child(4n+4) {
        width: 100%
    }
}

@media only screen and (min-width:960px) and (max-width :1024px),
(min-device-width:768px) and (max-device-height:1024px) and (orientation:landscape) and (-webkit-device-pixel-ratio:1),
(min-device-width:768px) and (max-device-height:1024px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    .middle {
        width: 900px;
        margin: auto
    }

    #header-bottom #logo {
        width: 25%;
        display: inline-block
    }

    #header-bottom #logo img {
        height: 95px;
        width: auto
    }

    #header-bottom #menu {
        width: 75%;
        display: inline-block
    }

    #slideshow .cycle-slideshow {
        margin-left: 60%;
        width: 40%
    }

    #slideshow #captioncontainer {
        width: 55%;
        position: absolute;
        top: 65px;
        left: 0
    }

    #slideshow #captioncontainer h2 {
        font-size: 22px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 40px
    }

    #content {
        padding: 70px 0
    }

    .home #content {
        padding: 35px 0
    }

    .page-template-page-contact #content {
        padding: 35px 0
    }

    .page-template-page-about .page-image,
    .single-portfolio #images {
        width: 50%;
        padding: 70px 25px 0 0;
        display: inline-block;
        float: left;
        clear: left
    }

    .page-template-page-about #content,
    .single-portfolio #content {
        width: 50%;
        padding-left: 25px;
        display: inline-block;
        float: right;
        clear: right;
        padding-bottom: 0
    }

    .half-container {
        margin-bottom: 70px
    }

    .half {
        width: 50%;
        float: left;
        display: inline-block
    }

    .half:nth-child(odd) {
        padding-right: 20px
    }

    .half:nth-child(even) {
        padding-left: 20px
    }

    .triple {
        clear: both;
        padding: 20px 0
    }

    .triple>div {
        width: 30%;
        float: left;
        display: inline-block
    }

    .triple>div:nth-child(3n+1) {
        clear: left
    }

    .triple>div:nth-child(3n+2) {
        margin: 0 5%
    }

    .triple>div:nth-child(3n+3) {
        clear: right
    }

    .single-portfolio .triple {
        padding: 70px 0
    }

    #projectsbutton {
        margin: 25px 0 70px
    }

    .package-1 {
        width: 25%;
        clear: left;
        float: left;
        display: inline-block
    }

    .package-2 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-3 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-4 {
        width: 25%;
        clear: right;
        float: left;
        display: inline-block
    }

    .half .package-1 {
        width: 50%
    }

    .half .package-2 {
        width: 50%;
        clear: right
    }

    .websitefeatures {
        height: 18em
    }

    .blog #content,
    .single #content,
    .category #content {
        width: 62%;
        margin-right: 5%;
        display: inline-block;
        clear: left
    }

    .blog .blogsb,
    .single .blogsb,
    .category .blogsb {
        width: 33%;
        display: inline-block;
        clear: right;
        float: right;
        padding: 70px 0
    }

    .projects {
        width: 33%
    }

    .individual_contact,
    .individual_service,
    .team_member,
    .individual_package {
        width: 23.5%;
        display: inline-block
    }

    .individual_service,
    .individual_package,
    .team_member {
        margin-bottom: 2%
    }

    .individual_contact:nth-child(4n+2),
    .individual_contact:nth-child(4n+3),
    .individual_contact:nth-child(4n+4),
    .individual_service:nth-child(4n+2),
    .individual_service:nth-child(4n+3),
    .individual_service:nth-child(4n+4),
    .team_member:nth-child(4n+2),
    .team_member:nth-child(4n+3),
    .team_member:nth-child(4n+4),
    .individual_package:nth-child(4n+2),
    .individual_package:nth-child(4n+3),
    .individual_package:nth-child(4n+4) {
        margin-left: 2%
    }

    #contact {
        margin-top: 70px
    }

    .row .column-2 {
        display: inline-block;
        width: 48%;
        float: left;
        vertical-align: top
    }

    .row .column-2:nth-child(odd) {
        margin-right: 2%
    }

    .row .column-2:nth-child(even) {
        margin-left: 2%
    }

    .achievements .introduction {
        width: 40%;
        float: left;
        clear: left
    }

    .achievements .allachievements {
        width: 60%;
        float: right;
        clear: right;
        padding-top: 15px
    }

    .individual_question {
        display: inline-block;
        vertical-align: top;
        width: 48%
    }

    .individual_question:nth-child(odd) {
        margin-right: 2%
    }

    .individual_question:nth-child(even) {
        margin-left: 2%
    }

    .individual_question .question {
        font-size: 18px
    }

    .individual_question .answer {
        font-size: 14px
    }

    .cta {
        margin: 70px 0
    }

    .cta .cta_text h3 {
        font-size: 18px
    }

    .cta .cta_text p {
        font-size: 14px
    }

    footer .widget {
        width: 23%;
        margin-bottom: 2%;
        display: inline-block;
        vertical-align: top;
        padding: 50px 0 25px 0
    }

    footer .widget:nth-child(4n+2),
    footer .widget:nth-child(4n+3),
    footer .widget:nth-child(4n+4) {
        margin-left: 2%
    }
}

@media only screen and (min-width:1025px) {
    .middle {
        width: 960px;
        margin: auto
    }

    #header-bottom #logo {
        width: 25%;
        display: inline-block
    }

    #header-bottom #logo img {
        height: 95px;
        width: auto
    }

    #header-bottom #menu {
        width: 75%;
        display: inline-block
    }

    #slideshow .cycle-slideshow {
        margin-left: 60%;
        width: 40%
    }

    #slideshow #captioncontainer {
        width: 55%;
        position: absolute;
        top: 65px;
        left: 0
    }

    #slideshow #captioncontainer h2 {
        font-size: 22px
    }

    #slideshow #captioncontainer h2 span {
        font-size: 40px
    }

    #content {
        padding: 80px 0
    }

    .home #content {
        padding: 40px 0
    }

    .page-template-page-contact #content {
        padding: 40px 0
    }

    .page-template-page-about .page-image,
    .single-portfolio #images {
        width: 50%;
        padding: 80px 25px 0 0;
        display: inline-block;
        float: left;
        clear: left
    }

    .page-template-page-about #content,
    .single-portfolio #content {
        width: 50%;
        padding-left: 25px;
        display: inline-block;
        float: right;
        clear: right;
        padding-bottom: 0
    }

    .half-container {
        margin-bottom: 80px
    }

    .half {
        width: 50%;
        float: left;
        display: inline-block
    }

    .half:nth-child(odd) {
        padding-right: 20px
    }

    .half:nth-child(even) {
        padding-left: 20px
    }

    .triple {
        clear: both;
        padding: 20px 0
    }

    .triple>div {
        width: 30%;
        display: inline-block;
        vertical-align: top
    }

    .triple>div:nth-child(3n+1) {
        clear: left
    }

    .triple>div:nth-child(3n+2) {
        margin: 0 5%
    }

    .triple>div:nth-child(3n+3) {
        clear: right
    }

    .single-portfolio .triple {
        padding: 80px 0
    }

    .triple.seofigures div {
        float: left;
        margin-bottom: 25px
    }

    #projectsbutton {
        margin: 25px 0 80px
    }

    .package-1 {
        width: 25%;
        clear: left;
        float: left;
        display: inline-block
    }

    .package-2 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-3 {
        width: 25%;
        float: left;
        display: inline-block
    }

    .package-4 {
        width: 25%;
        clear: right;
        float: left;
        display: inline-block
    }

    .half .package-1 {
        width: 50%
    }

    .half .package-2 {
        width: 50%;
        clear: right
    }

    .websitefeatures {
        height: 18em
    }

    .blog #content,
    .single:not(.single-portfolio) #content,
    .category #content {
        width: 62%;
        margin-right: 5%;
        display: inline-block;
        clear: left
    }

    .blog .blogsb,
    .single .blogsb,
    .category .blogsb {
        width: 33%;
        display: inline-block;
        clear: right;
        float: right;
        padding: 80px 0
    }

    .projects {
        width: 33%
    }

    .individual_contact,
    .individual_service,
    .team_member,
    .individual_package {
        width: 23.5%;
        display: inline-block
    }

    .individual_service,
    .individual_package,
    .team_member {
        margin-bottom: 2%
    }

    .individual_contact:nth-child(4n+2),
    .individual_contact:nth-child(4n+3),
    .individual_contact:nth-child(4n+4),
    .individual_service:nth-child(4n+2),
    .individual_service:nth-child(4n+3),
    .individual_service:nth-child(4n+4),
    .team_member:nth-child(4n+2),
    .team_member:nth-child(4n+3),
    .team_member:nth-child(4n+4),
    .individual_package:nth-child(4n+2),
    .individual_package:nth-child(4n+3),
    .individual_package:nth-child(4n+4) {
        margin-left: 2%
    }

    #contact {
        margin-top: 80px
    }

    .row .column-2 {
        display: inline-block;
        width: 48%;
        float: left;
        vertical-align: top
    }

    .row .column-2:nth-child(odd) {
        margin-right: 2%
    }

    .row .column-2:nth-child(even) {
        margin-left: 2%
    }

    .achievements .introduction {
        width: 40%;
        float: left;
        clear: left
    }

    .achievements .allachievements {
        width: 60%;
        float: right;
        clear: right;
        padding-top: 15px
    }

    .individual_question {
        display: inline-block;
        vertical-align: top;
        width: 48%
    }

    .individual_question:nth-child(odd) {
        margin-right: 2%
    }

    .individual_question:nth-child(even) {
        margin-left: 2%
    }

    .individual_question .question {
        font-size: 18px
    }

    .individual_question .answer {
        font-size: 14px
    }

    .cta .cta_text h3 {
        font-size: 18px
    }

    .cta .cta_text p {
        font-size: 14px
    }

    footer .widget {
        width: 23%;
        margin-bottom: 2%;
        display: inline-block;
        vertical-align: top;
        padding: 50px 0 25px 0
    }

    footer .widget:nth-child(4n+2),
    footer .widget:nth-child(4n+3),
    footer .widget:nth-child(4n+4) {
        margin-left: 2%
    }
}

.fa-facebook-square, .fa-twitter-square{
    font-size: 24px !important;
    margin-right: 10px;
}