/*---------------------------- Start TT - CMS Services block ----------------------------*/

#ttcmsservices {
    float: left;
    position: relative;
    width: 100%;
	margin:20px 0 20px;
}
#ttcmsservices .row {
    margin: 0;
}
#ttcmsservices .ttcmsservice {
    float: left;
    width: 100%;
	border: 1px solid #e5e5e5;
}
#ttcmsservices .ttcmsservice .ttservices {
    float: left;
    width: 100%;
}
#ttcmsservices .ttcmsservice .ttservices .owl-item {
    padding: 0;
    border-right: 1px solid #e5e5e5;
}
#ttcmsservices .ttcmsservice .ttservices .owl-item:last-child {
    border: none;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service {
    float: left;
    position: relative;
    width: 100%;
    cursor: pointer;
	padding: 20px 10px;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-icon {
    color: white;
    display: inline-block;
    float: none;
    font-size: 30px;
    height: 52px;
    line-height: 60px;
    margin: 0;
    position: relative;
    text-align: left;
    width: 40px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content .service-title {
	color: #222222;
    font: 600 16px/20px "Dosis", Helvetica, sans-serif;
    text-transform: uppercase;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content .service-desc {
    color: #777777;
    font-family: "Roboto", Helvetica, sans-serif;
}
#ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner:hover .service .service-content .service-title {
    color: #606060;
}
#ttcmsservices .ttcmsservice .ttsupport .ttcontent_inner .service-icon.ttsupport_img {
    background: transparent url("../img/services-icon.png") repeat scroll -11px 7px;
}
#ttcmsservices .ttcmsservice .ttsupport:hover .ttcontent_inner .service-icon.ttsupport_img {
    background-position: 49px 7px;
}
#ttcmsservices .ttcmsservice .ttsaving .ttcontent_inner .service-icon.ttsaving_img {
    background: transparent url("../img/services-icon.png") repeat scroll -11px -73px;
}
#ttcmsservices .ttcmsservice .ttsaving:hover .ttcontent_inner .service-icon.ttsaving_img {
    background-position: 49px -73px;
}
#ttcmsservices .ttcmsservice .ttshare .ttcontent_inner .service-icon.ttshare_img {
    background: transparent url("../img/services-icon.png") repeat scroll -11px -153px;
}
#ttcmsservices .ttcmsservice .ttshare:hover .ttcontent_inner .service-icon.ttshare_img {
    background-position: 49px -153px;
}
#ttcmsservices .ttcmsservice .tteasyuse .ttcontent_inner .service-icon.tteasyuse_img {
    background: transparent url("../img/services-icon.png") repeat scroll -11px -233px;
}
#ttcmsservices .ttcmsservice .tteasyuse:hover .ttcontent_inner .service-icon.tteasyuse_img {
    background-position: 49px -233px;
}

@media (max-width: 1199px) {
	#ttcmsservices .ttcmsservice .ttservices .owl-item{
		border: none;
	}
    #ttcmsservices .ttcmsservice .ttservices {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    #ttcmsservices .ttcmsservice .ttservices .owl-item {
        border: none;
    }
	#ttcmsservices .ttcmsservice .ttservices {
		padding: 0;
	}
    #ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    #ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content .service-title {
        font-size: 14px;
        line-height: 22px;
    }
	#ttcmsservices .container {
		padding: 0;
	}
	#ttcmsservices {
		float: left;
		position: relative;
		width: 100%;
		margin:0 0 20px;
		z-index: 0;
	}
}
@media (max-width: 767px) {
    #ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service {
        text-align: center;
    }
    #ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-icon {
        text-align: center;
    }
}
@media (max-width: 543px) {
    #ttcmsservices .ttcmsservice .ttservices > div .ttcontent_inner .service .service-content .service-desc {
        font-size: 12px;
        line-height: 14px;
    }
	#ttcmsservices {
		margin: 0 0 20px;
	}
}
/*---------------------------- End TT - CMS Services block ----------------------------*/

