/*   



Theme Name: My Computer Mate



Author: WME Team



*/

/* Contents







 Reset 







 Global







 Header 







 Navigation







 Sidebar







 Post







 Footer







 Meta







 Misc







 Pagination







 Forms







 Typography







 Comment 







 







*/

/* Reset */

/* ---------------------------------------------------------- */

.lst2seo{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	list-style-type:none;
	}
	.lst2seo li{
		text-align: center;
	}
	.lst2seo li .left1{
		color:#54d76d;
	}
	.lst2seo li .right1{
		color:#5c96ff;
	}
	.lst2seo li img{
		border-radius: 100px;
	}
	.lst2seo li h2{
		text-align:center;
	}
	.lst2seo li h3{
		text-align:center;
		color:#000;
	}
	.lst2seo li p{
		text-align:left;
	}
	
.lst5seo{
	-moz-column-count:5;
	-webkit-column-count:5;
	column-count:5;
	list-style-type:none;
	}

	.lst5seo li{
		border-right: thin solid #CCC;
		border-left: thin solid #CCC;
		text-align: center;
		margin-bottom: 10px;
		height: 380px;
	}
	.lst5seo li img{
	}
	.lst5seo li h2{
		text-align:center;
	}
	.lst5seo li h3{
		text-align: center;
		color: #2B448F;
		font-size: 20px;
	}
	.lst5seo li p{
		text-align: center;
		font-size: 12px;
	}

.btnseopg{
	background: none repeat scroll 0% 0% #FF8D00;
	padding: 15px 60px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border-radius: 10px;
	border-bottom: 5px solid #B86601;
}

.cstm h4{
	text-align:center;
}



img {
    border: 0px;
}

@font-face {

    font-family: 'Helvetica';

    src: url('fonts/helvetica.eot');

    src: local('☺'), url('fonts/helvetica.woff') format('woff'), url('fonts/helvetica.ttf') format('truetype'), url('fonts/helvetica.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Helvetica Neue Bold';

    src: url('fonts/helvetica_neue_bold.eot.eot');

    src: url('fonts/helvetica_neue_bold.eot.eot?#iefix') format('embedded-opentype'),







src: local('☺'), url('fonts/helvetica_neue_bold.eot.woff') format('woff'), url('fonts/helvetica_neue_bold.eot.ttf') format('truetype'), url('fonts/helveticanewbold.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

* {

    padding: 0;

    margin: 0;

}

/* Global */

/* ---------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, strong {

    /*font-family: 'Helvetica Neue Bold';*/

}

body {

    background: #f6f6f6;

    font-family: Calibri, Arial;

    width: 100%;

}

/* Flex Grid */

.outer_wrap {

    width: 100%;

}

.inner_wrap {

    margin: 0 auto;

    width: 960px;

    position: relative

}

.flex_10 {

    width: 9%;

    float: left;

    padding: .5%;

}

.flex_20 {

    width: 19%;

    float: left;

    padding: .5%;

}

.flex_25 {

    width: 24%;

    float: left;

    padding: .5%;

}

.flex_33 {

    width: 32%;

    float: left;

    padding: .5%;

}

.flex_50 {

    width: 49%;

    float: left;

    padding: .5%;

}

.flex_66 {

    width: 64%;

    float: left;

    padding: .5%;

}

.flex_75 {

    width: 75%;

    float: left;

    padding: .5%;

}

.flex_80 {

    width: 79%;

    float: left;

    padding: .5%;

}

.flex_90 {

    width: 89%;

    float: left;

    padding: .5%;

}

.flex_100 {

    width: 100%;

    padding: 0;

}

.flex_vert_pad {

    padding: 10px 0px 15px 0;

}

.clear {

    clear: both;

}

/* Header */

/* ---------------------------------------------------------- */

#header {

    background: #ff9600;

    height: 152px;

    /*border-bottom:10px solid #fff;*/

}

.shadow {
    background: url(images/banner_shadow.png);
    width: 1160px;
    height: 29px;
    position: absolute;
    left: -36px;
    bottom: -39px;
    z-index: 99
}

.logo {
    display: inline-block;
    margin-top: 18px;
}

.top_number {
    color: #FFF;
	font-size: 30px;
	left: 645px;
	position: absolute;
	top: 10px;
	z-index: 99;
}

/* Navigation */

/* ---------------------------------------------------------- */

#navigation {

    display: inline-block;
	float: right;
	padding: 0px;
	text-align: right;
	width: 720px;
	margin: 75px 0px 0px;

}

#navigation a {

    color: #fff;

}

#navigation li li a {

    color: #434343;

}

#navigation ul {

    font-size: 17px;

    list-style: none;

    margin: 0px;

}

#navigation li {

    display: inline-block;

    position: relative;

    text-align: left;

}

#navigation a {

    font-weight: bolder;
	display: block;
	line-height: 18px;
	padding: 15px 4px 0px;
	text-decoration: none;
	border-top: 7px solid #FF9600;
	height: 55px;

}

#navigation a span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

#navigation ul ul {

    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

    display: none;

    float: left;

    margin: 0;

    position: absolute;

    top: 3.333em;

    left: 0;

    width: 188px;

    z-index: 99999;

}

#navigation ul ul ul {

    left: 100%;

    top: 0;

}

#navigation ul ul a {

    background: #f9f9f9;

    border-bottom: 1px dotted #ddd;

    color: #444;

    font-size: 13px;

    font-weight: normal;

    height: auto;

    line-height: 1.4em;

    padding: 10px 10px;

    width: 168px;

}

#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {

    background: #ffb64d;

}

#navigation li:hover > a, #navigation a:focus {

    background: #ffb64d;

    border-top: 7px solid #cb7b01;

    color: #263a77;

}

#navigation ul li:hover > ul {

    display: block;

}

#navigation .current_page_item > a, #navigation .current_page_ancestor > a {

    background: #ffb64d;

    border-top: 7px solid #cb7b01;

    color: #263a77

}

.banner {

    border-bottom: 9px solid #ff8d00;

    position: relative;

    display: inline-block;

    width: 100%;

}

.banner .flexslider {
    width: 100%;
}

.online_support {
    background: url(images/black.png);
    height: 134px;
    margin-top: -134px;
    position: relative;
    z-index: 99; /*font-family: 'Helvetica Neue Bold'; */
    text-transform: uppercase;
}

.sport_24 {
    float: left;
    color: #ff9600;
    font-size: 18px;
    line-height: 50px;
    margin: 24px 0 0 23px;
    text-align: center;
}

.sport_24 strong {
    display: block;
    font-size: 85px;
    color: #fff
}

.get_help {
    float: left;
    background: #ff9600;
    width: 184px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 20px 0 0 20px;
}

.get_help:hover {
    color: #fff;
    background: #ed8524;
}

.need_repairs {
    float: left;
    width: 526px;
    margin: 13px 0 0 20px;
    color: #fff;
    font-size: 20px;
}

.need_repairs h3 {
    color: #ff9600;
    font-size: 26px;
    line-height: 32px;
}

.need_repairs p {
    font-size: 15px;
    line-height: 1.3;
}

.need_repairs p span {
}

/* Sidebar */

/* ---------------------------------------------------------- */

#sidebar {

    margin: 20px 0px 0px 20px;

}

#sidebar img {

    max-width: 100%;

}

#pages, #archives, #categories, #feeds, #sidebarmeta, #blogroll {

    margin: 0px 0px 0px 0px;

}

.sidebaritem {

    padding: 0px 0px 10px 0px;

    margin: 0px 0px 10px 0px;

    border-bottom: 1px dotted #ccc;

}

#sidebar ul {

    list-style-type: none;

    padding: 0px 0px 0px 0px;

}

.no-widgets h2 {

    margin: 15px 0px 0px 0px;

}

#sidebar ul li {

    padding: 0px 0px 0px 0px;

    margin: 0px;

}

#sidebar #h3 {

    padding: 20px;

    margin: 0px;

}

/* Post */

/* ---------------------------------------------------------- */

.post table {

    width: 100%;

}

.post td, th {

    padding: 12px;

    border-bottom: 1px solid #ccc;

}

.post td {

    text-align: center;

}

.post th {

    font-weight: bolder;

}

dt {

    font-weight: bolder;

}

dd {

    margin: 0px 0px 10px 10px;

    color: #333;

}

address {

    border: solid 1px #ccc;

    padding: 10px;

    margin: 0px 0px 10px 0px;

    width: 200px;

}

.postdate {

    position: absolute;

    margin-left: -71px;

    padding: 5px;

    background: #f9f9f9; /* Show a solid color for older browsers */

    background: -moz-linear-gradient(#cccccc, #aaaaaa);

    background: -o-linear-gradient(#cccccc, #aaaaaa);

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#aaaaaa)); /* Older webkit syntax */

    background: -webkit-linear-gradient(#cccccc, #aaaaaa);

    width: 40px;

}

.post, .type-post, .type-page {

    padding: 20px 20px 10px 20px;

    margin: 15px 0px 15px 0px;

    background: #FFF;

    border: solid 1px #e3e3e3;

    -moz-box-shadow: inset 0 0 10px #f3f3f3;

    -webkit-box-shadow: inset 0 0 10px #f3f3f3;

    box-shadow: inset 0 0 10px #f3f3f3;

}

.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}

.alignleft {

    float: left;

    margin: 0px 20px 20px 0px;

    clear: both;

}

.alignright {

    float: right;

    margin: 0px 0px 20px 20px;

    clear: both;

}

/* Meta */

/* ---------------------------------------------------------- */

.time {

    background: url(images/calender-icon.gif) no-repeat top left;

    margin: 0 0 0 3px;

    padding: 0 0 2px 18px;

}

.post-comments {

    background: url(images/comment-icon.gif) no-repeat top left;

    margin: 0 0 0 3px;

    padding: 0 0 2px 18px;

}

.categories {

    background: url(images/file-icon.gif) no-repeat center left;

    margin: 0 0 0 2px;

    padding: 0 0 3px 20px;

}

.tags {

    background: url(images/tag-icon.gif) no-repeat top left;

    margin: 0 0 0 3px;

    padding: 0 0 4px 18px;

}

/* Misc */

/* ---------------------------------------------------------- */

.sticky {

    background: url(images/must-read.png) no-repeat right top;

    background-color: #fff;

}

.gallery-caption {

}

.bypostauthor {

}

.wp-caption-text {

    border: 1px solid #ddd;

    text-align: center;

    background-color: #f3f3f3;

    padding-top: 4px;

    margin: 10px;

    -moz-border-radius: 3px;

    -khtml-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

}

.wp-caption img {

    margin: 0;

    padding: 0;

    border: 0 none;

}

.wp-caption-dd {

    font-size: 11px;

    line-height: 17px;

    padding: 0 4px 5px;

    margin: 0;

}

/* Pagination */

/* ---------------------------------------------------------- */

.pagenavi {

    margin: 0 auto 20px auto;

    width: 400px;

    padding: 5px;

    background: #f3f3f3;

    border: 1px solid #ccc;

    -moz-box-shadow: inset 0 0 5px #fff;

    -webkit-box-shadow: inset 0 0 5px #fff;

    box-shadow: inset 0 0 5px #fff;

}

.pagenavi a {

    padding: 5px 6px 4px 6px;

    margin: 3px;

    text-decoration: none;

    color: #666;

    background-color: inherit;

}

.pagenavi a:hover {

    color: #000;

}

.pagenavi span.pages {

    padding: 5px 6px 4px 6px;

    margin: 3px;

    color: #333;

    font-weight: bold;

    background-color: inherit;

}

.pagenavi span.current {

    padding: 5px 6px 4px 6px;

    margin: 3px;

    font-weight: bold;

    color: #fff;

    background-color: #ccc;

}

/* Forms */

/* ---------------------------------------------------------- */

#search {

    width: 300px !important;

    float: right;

    padding: 7px;

}

#download {

    font: bold 14px Arial, Helvetica, sans-serif;

    color: #444;

    text-shadow: 0 1px 0 #eee;

    cursor: pointer;

    background: #aaa;

    background: -moz-linear-gradient(bottom, #aaa, #cecece);

    background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));

    border: 0px;

    padding: 5px 13px 5px 13px;

    margin: 0;

    height: auto;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    -o-border-radius: 20px;

}

#s {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;

    color: #444;

    border: 1px solid #ccc;

    padding: 2px 0px 2px 5px;

    margin: 0px;

    width: 190px;

    height: 22px;

    -moz-box-shadow: inset 0 0 5px #ececec;

    -webkit-box-shadow: inset 0 0 5px #ececec;

    box-shadow: inset 0 0 5px #ececec;

}

#s:focus {

    border: 1px solid #9a9a9a;

}

#searchsubmit {

    font: bold 14px Arial, Helvetica, sans-serif;

    color: #444;

    text-shadow: 0 1px 0 #eee;

    cursor: pointer;

    background: #aaa;

    background: -moz-linear-gradient(bottom, #aaa, #cecece);

    background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));

    border: 0px;

    padding: 5px 13px 5px 13px;

    margin: 0px 0px 0px 5px;

    height: auto;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    -o-border-radius: 20px;

}

/* Typography Framework */

/* ---------------------------------------------------------- */

/* Links */

a {

    color: #1982d1;

    text-decoration: none;

}

a:focus, a:active, a:hover {

    color: #006699;

    text-decoration: none;

}

.bread-crumb {

    color: #777777;

    font-size: 10px;

    background: #f3f3f3;

    margin: 0px 0px 20px 0px;

    padding: 5px 5px 5px 10px;

}

.postdate {

    text-align: center;

    text-shadow: #777 0px 1px 0px;

}

.postmonth {

    color: #FFF;

    font-size: 11px;

    text-transform: uppercase;

    font-weight: bolder;

    padding: 0px;

    margin: 0px;

}

.postday {

    color: #fff;

    font-weight: bolder;

    font-size: 20px;

    padding: 0px;

    margin: 0px;

}

h1 {

    font-size: 26px;

    color: #FF9600;

    letter-spacing: -1px;

    padding: 10px 0px 10px 0px;

    font-weight: lighter;

    margin: 0px;

}

h1 a {

    line-height: 29px;

}

h2 {

    font-size: 18px;

    padding: 0px;

    margin: 0px 0px 5px 0px;

    color: #777;

    letter-spacing: -1px;

    margin: 0px;

    font-weight: 300;

}

h3 {

    font-size: 18px;

    color: #000;

}

h4 {

    font-size: 16px;

    color: #000;

    letter-spacing: -1px;

}

h5 {

    font-size: 14px;

    color: #000;

    font-weight: lighter;

}

h6 {

    font-size: 12px;

    color: #000;

    letter-spacing: -.5px;

    font-weight: lighter;

}

p {

    font-size: 14px;

    letter-spacing: 0;

    padding: 0px 0px 15px 0px;

    /*font-weight:bold;*/

}

a {

    color: #08c;

}

pre {

    font-size: 11px;

    color: #000;

    letter-spacing: 0;

    background-color: #f3f3f3;

}

cite {

    margin: 0px;

    padding: 0px;

}

code {

    font-size: 11px;

    color: #066;

    letter-spacing: 0;

    background-color: #0F9;

    padding: 2px;

}

blockquote {

    font-style: italic;

    color: #333;

    margin: 5px;

    padding: 10px 10px 0px 30px;

    background: url(images/quotes.png) no-repeat top left;

}

em {

    font-style: italic;

}

/* Post */

/* ---------------------------------------------------------- */

.post ul, .post ol {

    padding: 0px 0px 10px 30px;

}

.postmetadata {

    border-top: dotted 1px #e3e3e3;

    padding: 15px 0px 5px 0px;

    color: #777777;

    font-size: 10px;

    line-height: 18px;

    text-transform: capitalize;

    clear: both;

}

/* Comment */

/* ---------------------------------------------------------- */

#comments-title:before {

    content: "Comments: ";

}

#comments-title {

    padding: 30px 0px 0px 0px;

    margin: 0px;

    text-align: center !important;

}

.comment-author {

    font-weight: bolder;

    font-size: 14px;

    font-style: italic;

    text-transform: capitalize;

    margin: 20px 0px 0px 0px;

    padding: 15px 5px 0px 5px;

    border-top: solid 1px #ccc;

}

#comment-block {

    margin: 0px 0px 10px 0px;

}

#comment-block ol {

    padding: 20px;

    margin: 10px 0px 20px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    list-style-type: none;

}

#comment-block ol ol {

    padding: 0px 0px 0px 20px !important;

    margin: 5px 0px 10px 0px;

    list-style-type: square;

    font-size: 12px;

}

.comment ul li {

    padding: 0px 0px 0px 0px;

    margin: 5px 0px 0px 0px;

    list-style-type: square;

    font-size: 12px;

}

#comment-block ol, #comment-block .children li {

    padding: 20px;

    margin: 10px 0px 20px 0px;

    padding: 0px 0px 0px 0px;

    font-size: 16px;

    list-style-type: none;

}

#comment-block ol ul {

    list-style-type: none;

    padding: 0px 0px 0px 20px;

}

a.comment-reply-link {

    font: bold 12px Arial, Helvetica, sans-serif;

    color: #444;

    text-shadow: 0 1px 0 #eee;

    cursor: pointer;

    background: #aaa;

    background: -moz-linear-gradient(bottom, #aaa, #cecece);

    background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));

    border: 0px;

    padding: 5px 13px 5px 13px;

    margin: 0px 0px 0px 5px;

    height: auto;

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    -o-border-radius: 20px;

}

.commentmetadata {

    font-size: 10px;

    padding: 0px;

    margin: 0px;

}

#comment-block a {

    color: #000;

}

#comment-block {

    background: url(images/comment-block-bg.png) no-repeat top center;

}

#comments {

    margin: 20px 0px 10px 0px;

    padding: 20px 0px 10px 0px;

}

/***********/

.repair_steps_wrap {
    border-top: 9px solid #ff8d00;
    margin: 20px 0 0 0;
}

.repair_steps {
    width: 100%;
    margin: -2px 0 50px 0;
}

.step_box {
    float: left;
    background: url(images/stepbg.png);
    width: 226px;
    height: 312px;
    margin-right: 24px;
}

.step_box .icon {
    width: 90%;
    text-align: center;
    float: left;
    line-height: 146px
}

.step_box .icon img {
    vertical-align: middle;
}

.step_box .step_txt {
    float: left;
    width: 175px;
    margin: 0 0 0 15px;
    text-align: center;
}

.step_box .step_txt h3 {
    color: #2b448f;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    line-height: 25px;
    padding: 15px 0;
}

.step_box .step_txt p {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 24px;
    margin-top: 20px;
}

.step_box.last {
    margin-right: -30px;
}

.home_content {
    float: left;
    width: 540px;
    color: #787878;
    font-size: 13px;
    line-height: 22px;
}

.home_content h2, .entry h2 {
    color: #ff9600;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.home_content h3 {
    color: #2b448f;
    font-size: 18px;
}

.home_content p {
    color: #787878;
    font-size: 13px;
}

.home_content ul {
    list-style: none;
    padding-bottom: 20px;
}

.home_content ul li {
    background: url(images/bullat.png) no-repeat 0 6px;
    padding: 0 0 0 23px; /*font-weight:bold;*/
}

.view_services {
    background: url(images/view_serivces.png);
    width: 216px;
    height: 51px;
    display: inline-block;
    text-indent: -999em;
}

.enquriy_wrp {
    float: right;
    background: #FFF;
    width: 371px;
    height: auto;
    padding: 10px 17px;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wekit-border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #ccc;
    -moz-box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
}

.enquriy_wrp h3 {
    text-align: center;
   /* background: url(images/patrn.png) repeat-x center;*/
    margin: 15px 0;
    font-size: 15px;
    color: #ff9600
}

.enquriy_wrp h3 strong {
    display: inline-block;
    width: 100%;
}

.enquriy_wrp h3 span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #2b448f;
    font-size: 30px;
    text-transform: uppercase;
}

.enquriy_wrp .form_wrap {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    width: 314px;
    margin: 0 auto;
    padding: 13px 19px
}

.enquriy_wrp .form_wrap p {
    background: url(images/fieldbg.png);
    width: 314px;
    height: 44px;
    padding: 0px;
    margin-bottom: 17px;
}

.enquriy_wrp .form_wrap p.last {
    background: none !important;
}

.enquriy_wrp .form_wrap p label {
    float: left;
    width: 81px;
    padding-left: 9px;
    line-height: 44px;
    font-size: 15px;
    color: #fff
}

.enquriy_wrp .form_wrap p input {
    background: none;
    border: 0px;
    height: 44px;
    line-height: 44px;
    padding: 0 7px 0 13px;
    width: 200px;
    color: #7c7c7c;
    font-family: 'Helvetica';
}

.enquriy_wrp .form_wrap input[type="submit"] {
    background: url(images/sendbutton.png);
    width: 216px;
    height: 51px;
    border: 0px;
    text-indent: -9999em;
    cursor: pointer;;
    margin: 0 0 0 51px;
}

.page-title {
    background: #5f5d61;
    height: 72px;
}

.page-title h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 7px;
}

.page-title span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff9600
}

.page-title span a {
    color: #fff;
    padding-right: 5px;
    border-right: 1px solid #fff;
    margin-right: 5px
}

.contents {
    padding: 20px 0 0 0;
}

.contents h3 {
    color: #2b448f;
    font-size: 25px;
}

.contents h4 {
    color: #2b448f;
    font-size: 22px;
    font-weight: normal;
}

.contents h5 {
    color: #233862;
    font-size: 25px;
    text-transform: uppercase;
}

.contents p {
    color: #6f6f6f;
    font-size: 15px;
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    line-height:25px;
}

.services_wrap {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.services_wrap ul {
    list-style: none
}

.services_wrap ul li {
    width: 162px;
    padding: 10px 15px 0 15px;
    text-align: center;
    float: left;
    background: url(images/sprtr.png) repeat-y;
    min-height: 340px;
    margin-left: -2px;
    margin-right: 1px
}

.services_wrap ul li.row1 {
    min-height: 221px;
}

.services_wrap ul li strong {
    color: #2b448f
}

.services_wrap h3 {
    font-size: 18px;
}

.services_wrap p {
    font-size: 12px;
}

.services_wrap hr {
    background: url(images/sprtr2.png) repeat-x;
    height: 2px;
    border: 0px;
    width: 100%;
    margin: 5px 0;
    float: left
}

.booking_wrap {
    background: #FFF;
    width: 900px;
    height: auto;
    float: left;
    margin: 10px 0 0 0px;
    padding: 15px 30px;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -wekit-border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #ccc;
    -moz-box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
}

.booking_wrap h3 {
    font-size: 30px;
    /*background: url(images/patrn.png) repeat-x center;*/
    margin: 15px 0;
}

.booking_wrap h3 span {
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    text-transform: uppercase;
}

.booking_wrap h3 small {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle
}

.form_wrap2 {
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    padding: 28px 20px;
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.col-1 {
    float: left;
    width: 314px;
}

.col-2 {
    float: right;
    width: 508px;
}

.booking_wrap .form_wrap2 p {
    background: url(images/fieldbg.png);
    width: 314px;
    height: 44px;
    padding: 0px;
    margin-bottom: 17px;
}

.booking_wrap .form_wrap2 p label {
    float: left;
    width: 81px;
    padding-left: 9px;
    line-height: 44px;
    font-size: 15px;
    color: #fff
}

.booking_wrap .form_wrap2 p input {
    background: none;
    border: 0px;
    height: 44px;
    line-height: 44px;
    padding: 0 7px 0 13px;
    width: 200px;
    color: #7c7c7c;
    font-family: 'Helvetica';
}

.booking_wrap .form_wrap2 p select {
    background: none;
    border: 0px;
    height: 43px;
    line-height: 39px;
    padding: 0 0px 0 13px;
    width: 222px;
    color: #7c7c7c;
    font-family: 'Calibri';
    font-weight: bold;
}

.booking_wrap .form_wrap2 div.messag_box {
    background: url(images/message.png);
    width: 508px;
    height: 162px;
    padding: 0px;
    margin-bottom: 17px;
    font-weight: bold
}

.booking_wrap .form_wrap2 div.messag_box label {
    float: left;
    width: 81px;
    padding-left: 9px;
    line-height: 44px;
    font-size: 15px;
    color: #fff
}

.booking_wrap .form_wrap2 div.messag_box textarea {
    background: none;
    border: 0px;
    height: 140px;
    line-height: 20px;
    padding: 20px 7px 0 13px;
    width: 488px;
    color: #7c7c7c;
    font-family: 'Calibri';
    margin: -44px 0 0 0;
    text-indent: 90px;
    font-weight: bold;
}

.booking_wrap .form_wrap2 div.captcha {
    padding-bottom: 17px;
}

.booking_wrap .form_wrap2 div.captcha label {
    float: left;
    color: #263a77;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 15px;
    font-size: 14px;
    line-height: 44px;
}

.booking_wrap .form_wrap2 div.captcha img {
    background: #ff9600;
    padding: 10px;
}

.booking_wrap .form_wrap2 div.captcha input[type="text"] {
    background: #e9e9e9;
    border-radius: 3px;
    height: 44px;
    padding: 0 5px;
}

.booking_wrap .form_wrap2 div.captcha .wpcf7-form-control-wrap {
    float: right
}

.booking_wrap .form_wrap2 input[type="submit"] {
    background: url(images/submit2.png);
    width: 172px;
    height: 40px;
    border: 0px;
    text-indent: -9999em;
    cursor: pointer;
    margin: 0px;
    float: right
}

.wpcf7-form-control-wrap {
    float: left
}

div.wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

div.wpcf7-validation-errors {
    color: #F00;
}

div.wpcf7-mail-sent-ok {
    color: #090;
}

div.wpcf7-mail-sent-ng {
    color: #000;
}

span.wpcf7-not-valid-tip {
    width: 170px !important;
    border: 0px !important;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif
}

.location {
    width: 900px;
    float: left;
    margin: 0 30px;
}

.location iframe {
    box-shadow: inset 0 0 10px #000;
    border: 1px solid #b7b7b7;
    margin-top: 15px
}

.contact_wrap {
    width: 900px;
    float: left;
    margin: 15px 30px 0 30px;
}

.contact_wrap h3 {
    padding-bottom: 20px;
}

.contact_form {
    width: 600px;
    float: left
}

.contact_col {
    float: left;
    width: 280px;
    margin-right: 20px;
}

.contact_col input[type="text"], .contact_col input[type="email"], .contact_col input[type="tel"], .contact_col textarea {
    background: #eaeaea;
    height: 40px;
    line-height: 40px;
    width: 260px;
    padding: 0 10px;
    color: #bbbbbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact_col textarea {
    height: 76px;
    line-height: 20px;
    padding: 10px
}

.contact_col input[type="submit"] {
    background: #ff9600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border: 0px;
    border-radius: 5px;
    font-weight: bold
}

/* Footer */

/* ---------------------------------------------------------- */

#footer {

    margin: 30px 0 -30px 0px;

    background: #242424;

    color: #848484;

    height: 120px;

}

.copyright {
    font-size: 16px;
    color: #989898;
    float: left;
    margin: 12px 0 0 0
}

.copyright img {
    vertical-align: middle;
}

.social {
    float: right;
    margin: 25px 0 0 0
}

.social a {
    background: url(images/social.png);
    height: 25px;
    margin-right: 10px;
    float: left
}

.social a.fb {
    background-position: 0 0;
    width: 13px;
}

.social a.fb:hover {
    background-position: 0 100%;
}

.social a.twtr {
    background-position: -33px 0;
    width: 30px;
}

.social a.twtr:hover {
    background-position: -33px 100%;
}

.social a.drib {
    background-position: -73px 0;
    width: 25px;
}

.social a.drib:hover {
    background-position: -73px 100%;
}

.social a.vimeo {
    background-position: -113px 0;
    width: 23px;
}

.social a.vimeo:hover {
    background-position: -113px 100%;
}

.social a.gplus {
    background-position: -154px 0;
    width: 22px;
}

.social a.gplus:hover {
    background-position: -154px 100%;
}

.social a.cs {
    background-position: -194px 0;
    width: 25px;
}

.social a.cs:hover {
    background-position: -194px 100%;
}

.contact_wrap .social {
    float: left;
    margin: 0;
    width: 100px;
}

.contact_wrap .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px 20px 0;
    float: left
}

.contact_wrap .social a.fb {
    background: url(images/social2.png) #3b559f 12px 7px no-repeat !important;
}

.contact_wrap .social a.twtr {
    background: url(images/social2.png) #00abf0 -48px 7px no-repeat !important;
}

.contact_wrap .social a.drib {
    background: url(images/social2.png) #f46899 -111px 9px no-repeat !important;
}

.contact_wrap .social a.vimeo {
    background: url(images/social2.png) #1bb6ec -170px 10px no-repeat !important;
}

.contact_wrap .social a.gplus {
    background: url(images/social2.png) #b73323 -227px 9px no-repeat !important;
}

.contact_wrap .social a.cs {
    background: url(images/social2.png) #3c6672 -285px 11px no-repeat !important;
}

.address_box {
    width: 200px;
    float: right;
    line-height: 22px;
    margin-right: -10px;
}

.address_box h5 {
    padding-bottom: 10px;
}

.address_box p {
    font-size: 12px;
}

.flexslider {

    margin: 0 !important;

}

.entry p strong {

    text-transform: uppercase;

}
/*--------------------------	New Jonathan  2016	-----------------------------------------------*/

.book-btn {
padding:10px 10px; color: #FFF;font-size: 18px;font-weight: bold;	text-align: center;	margin: 0px;
	border-radius: 10px; background-color: #ff9600;

}


/*-------------------------------------------------------------------------*/