/* 
Credit: www.templatemo.com 
Template: 409 travel
*/

/* 
Travel Template 
http://www.templatemo.com/preview/templatemo_409_travel 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	text-align: justify;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	color: #1F487C;
	font-weight: normal;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,input,select,textarea {
    border: 1px solid #eee;
    outline: 0;
    padding: 10px 12px;
    color: #888;
}

button:focus,input:focus,select:focus,textarea:focus {
    border-color: #888;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fbfbfb;
    margin: 40px 0;
}

.site-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .site-header {
        top: 60px;
    }
}

.main-header {
	background: rgba(255,255,255,0.75);
	min-height: 95px;
	height: 95px;
}

.logo {
	/* [disabled]overflow: hidden; */
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-left: 5px; */
}

.main-menu {
	text-align: right;
	float: right;
}

.main-menu ul li {
	display: inline-block;
	float: left;
	/* [disabled]padding-left: 20px; */
	/* [disabled]padding-right: 20px; */
	border-left: 1px solid #eee;
	background-color: #FFF;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.main-menu ul li:hover{
	color: #FFF;
	background-color: #387BCD;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
	
		
	}




.main-menu ul li a {
	display: block;
	text-transform: capitalize;
	font-size: 15px;
	color: #1F487C;
	line-height: 95px;
	padding-right: 13px;
	padding-left: 13px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;	
	
	
	
}

.main-menu ul li a:hover {
	color: #FFFFFF;
	padding-right: 13px;
	padding-left: 13px;
	/* [disabled]text-transform: lowercase; */
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
}

.main-menu ul li.active {
	background-color: #1f487d;
	/* [disabled]text-transform: lowercase; */
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
}

.main-menu ul li.active a {
	color: #fff;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
}

a.toggle-menu {
    background: #eee;
    color: #444;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 14px;
}

.menu-responsive {
	background: rgba(31,72,124,0.85);
	display: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.menu-responsive ul li {
	display: block;
	/* [disabled]border-bottom-width: thin; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #FFF; */
	text-align: center;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0px;
}

.menu-responsive ul li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 25px;
}
.menu-responsive ul li a:hover {
	display: block;
	color: #1F487C;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 25px;
	background-color: #FFF;
}






.menu-responsive ul li.active a {
	color: #1F487C;
	background-color: #FFF;
}

.flexslider {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.overlay {
    background: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.flex-caption {
	position: absolute;
	wdith: 100%;
	margin-left: 15px;
	left: 0;
	bottom: 100px;
	background-color: rgba(0,0,0,0.8);
	padding: 30px;
	z-index: 10;
	text-align: center;
	width: 300px;
	height: 300px;
}

.flex-caption span.price {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	background-color: #BA000B;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
}

.flex-caption h3.title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 22px 0;
}

.captionOptionA{
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 22px 0;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	}




.flex-caption a.slider-btn {
    background: #9ed034;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 35px;
    display: inline-block;
    margin-top: 30px;
}

.flex-caption a.slider-btn:hover {
    background: #90be2c;
}

a.flex-prev,a.flex-next {
    width: 40px;
    height: 60px;
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 99;
    top: 50%;
}

a.flex-prev:hover,a.flex-next:hover {
    background: #fff;
}

@media screen and (min-width: 240px) {
    a.flex-prev,a.flex-next {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    a.flex-prev,a.flex-next {
        display: block;
    }
}

a.flex-prev {
    left: 0;
}

a.flex-next {
    right: 0;
}

h3.widget-title {
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 40px;
}

h3.widget-titleTeam {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	font-weight: lighter;
}



.sample-thumb {
	overflow: hidden;
	width: 100%;
	height: 180px;
}
.teamPicHolder{
	height: 180px;
	width: 370px;
	text-align: center;
	vertical-align: middle;
	background-color: #EBEBEB;
	padding-right: 5px;
}

.teamPicHolderLeft{
	float: left;
	height: 180px;
	width: 164px;
	border: thin solid #1F4979;
	/* [disabled]margin-top: 5px; */
	margin-left: 15px;
	}

.teamPicHolderRight{
	height: 100%;
	width: 166px;
	color: #FFF;
	text-align: center;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: 600;
	float: right;
	line-height: 22px;
	padding-right: 10px;
	background-color: #1F487C;
	padding-top: 115px;
	margin-right: 5px;
	padding-left: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
	
	
	
	}

.teamPicHolderRight:hover{
	height: 100%;
	width: 166px;
	color: #1F487C;
	text-align: center;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: 600;
	float: right;
	line-height: 22px;
	padding-right: 10px;
	background-color: #FFF;
	padding-top: 117px;
	margin-right: 5px;
	padding-left: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border: thin dotted #1F487C;	
	}	
	
.sample-thumb-pic {
	overflow: hidden;
	border: thin solid #1F487C;
}



.sample-thumb img {
    width: 100%;
}

.page-top {
    width: 100%;
    height: 230px;
    background: #eee;
    position: relative;
    top: 0;
    left: 0;
}

.maj-service{
	margin-top: 5px;
	margin-bottom: 5px;
}
.maj-serviceIn{
	margin-top: 10px;
	margin-bottom: 10px;
}



#templatemo_services {
    background: url(../images/templatemo_header_1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_events {
    background: url(../images/templatemo_header_2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_about {
    background: url(../images/templatemo_header_3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_contact {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../images/templatemo_header_6.jpg);
}

#templatemo_resume {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../images/templatemo_header_5.jpg);
}



.our-listing {
    position: relative;
    z-index: 98;
    top: 0;
    left: 0;
    margin-top: -50px;
}

@media screen and (min-width: 240px) {
    .our-listing {
        margin-top: 50px;
    }
}

@media screen and (min-width: 992px) {
    .our-listing {
        margin-top: -50px;
    }
}

.list-item {
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: #FFFFFF;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-color: #1F487C; */
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.list-item:hover{
	/* [disabled]color: #1F487C; */
	/* [disabled]background-color: #FFF; */
	}





.list-item .list-thumb {
	overflow: hidden;
	position: relative;
}

.list-item .list-thumb .title {
	background-color: #1F487C;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	height: 50px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	width: 270px;
	left: 0px;
	top: 0px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.list-item .list-thumb .title:hover {
	color: #1F487C;
}



.list-item .list-thumb .title h4{
	color: #FFFFFF;
	line-height: 50px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	background-color: #387BCD;
	font-size: 17px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
}

.list-item .list-thumb .title h5{
	/* [disabled]color: #00FF99; */
	line-height: 50px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	/* [disabled]background-color: #1F487C; */
}





.list-item .list-thumb .title h4:hover {
	color: #387BCD;
	background-color: #FFFFFF;
	}

.list-item .list-thumb .title h5:hover {
	color: #1F487C;
	background-color: #FFF;
	}





.list-item .list-thumb img {
	width: 270px;
}

.list-content  {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	text-align: justify;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	background-color: #1F487C;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1F487C;
	border-bottom-color: #1F487C;
	border-left-color: #1F487C;
	padding-top: 10px;
	line-height: 20px;
}

.list-contentIn  {
	height: 120px;
	width: 100%;
	margin-bottom: 10px;
	}

.welcomeArea{
	height: 200px;
	margin-bottom: 5px;
	margin-top: 10px;
	}

.welcomePlate{
	font-family: "Open Sans", "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	/* [disabled]text-decoration: underline; */
	background-color: #000000;
	float: left;
	height: 200px;
	width: 265px;
	margin-left: 15px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}



.list-item .list-content span {
    color: #e54747;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.list-item .list-content a.price-btn {
	display: block;
	background-color: #1F487C;
	color: #fff;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
	/* [disabled]background-color: #90be2c; */
}

.readMore{
	/* [disabled]background-color: #BA000B; */
	float: right;
	height: 40px;
	width: 100%;
	margin-top: 5px;
	}




.readMoreIn{
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	color: #FFFFFF;
	background-color: #BA000B;
	font-size: 13px;
	line-height: 25px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	}
	
.readMoreIn:hover{
	color: #BA000B;
	background-color: #FFFFFF;
	/* [disabled]border: thin solid #1F487C; */
}
.owl-next,.owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #BA000B;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.owl-next {
    right: -40px;
}

@media screen and (min-width: 240px) {
    .owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

.middle-content {
	margin-top: 5px;
	margin-bottom: 5px;
}
.middle-contentTop {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

.middle-contentTopLeft {
	
	margin-bottom: 30px;
	float: left;
	height: 277px;
	width: 363px;
	margin-right: 30px;
	
	border: medium solid #204780;
}


.servicesTextWrapper{
	background-color: #CCC;
	height: 100%;
	width: 600px;
	float: right;	
	
	
	}


.middle-contentTopRight {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 15px;
	padding-left: 20px;
}


.pointOverAll{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 500px;
	}

.pointLeft{
	color: #FFF;
	background-color: #204780;
	padding: 2px;
	margin-right: 10px;
	float: left;
	height: 25px;
	width: 25px;
	text-align: center;
	}
.pointRight{
	color: #000;
	padding: 2px;
	margin-left: 5px;
	}





.middle-contentTopRightT {
	/* [disabled]background: #387BCD; */
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	position: relative;
	float: left;
	display: block;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	/* [disabled]border-radius: 3px 3px 0 0; */
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	width: 100%;
	background-color: #204780;
	font-weight: normal;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	margin-bottom: 20px;
	
}

.middle-contentTopRightT:hover {
	/* [disabled]background: #387BCD; */
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	position: relative;
	float: left;
	display: block;
	color: #204780;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	/* [disabled]border-radius: 3px 3px 0 0; */
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	width: 100%;
	background-color: #FFFFFF;
	font-weight: normal;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	margin-bottom: 20px;
}






.middle-content-services {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F8F8F8;
}

.contentScrollbar{
	width: 360px;
	height: 350px;
	padding: 10px;
	overflow: auto;
	/* [disabled]-webkit-border-radius: 3px; */
	/* [disabled]-moz-border-radius: 3px; */
	/* [disabled]border-radius: 3px; */
	border: thin dotted #1F487E;
	background-color: #FFFFFF;
	}

.servicesBelowHolder{
	/* [disabled]background-color: #FFF; */
	width: 100%;	
	
	}





.widget-item {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
	
}
.widget-item-services {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
	/* [disabled]height: 500px; */
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	width: 100%;
}


.widget-itemListContentHolder{
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin dotted #1F487C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.widget-itemListContent{
	color: #000000;
	/* [disabled]font-weight: bold; */
	width: 100%;
	} 

.widget-itemListContentNumber{
	float: left;
	margin-right: 20px;
	color: #FFF;
	font-size: 18px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #333333;
	} 

.widget-itemHeader{
	width: 100%;
	margin-bottom: 30px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #B70002;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	color: #1F487C;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 22px;
	background-color: #F7F7F7;
	}

.widget-resumeHeader{
	width: 100%;
	margin-bottom: 30px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	color: #1F487C;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 40px;
	}


	
.widget-itemHeaderServices{
	width: 100%;
	margin-bottom: 10px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #B70002;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	color: #1F487C;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 15px;
	background-color: #F7F7F7;
	line-height: 22px;
	}	
	
	
.service-item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.service-itemContent{
	color: #333;
	width: 100%;
	padding: 10px;
	/* [disabled]height: 453px; */
	border: thin dotted #333;
	background-color: #FFF;
	}
.service-item .service-icon {
	float: left;
	margin-right: 20px;
	color: #FFF;
	font-size: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #333333;
}

.service-item .service-content {
	overflow: hidden;
	text-align: left;
}

.service-item .service-content h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}

.service-item .service-content span {
	color: #333333;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 5px;
}


h4.consult-title {
	font-size: 18px;
	color: #1F487C;
	font-weight: bold;
	margin: 20px 0 20px 0;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
}

.post-small {
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.post-smallContent{
	color: #333;
	width: 100%;
	padding: 10px;
	/* [disabled]height: 410px; */
	border: thin dotted #1F487C;
	background-color: #FFF;
	}
.post-small .post-date {
	background-color: #333333;
	color: #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.post-small .post-date span {
	display: block;
	font-size: 18px;
	/* [disabled]font-weight: 700; */
	text-transform: uppercase;
}

.post-small .post-date span.time {
	margin-top: 5px;
}

.post-small .post-content {
	overflow: hidden;
	text-align: left;
	
}

.post-small .post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.post-small .post-content h4 a {
    color: #444;
}

.post-small .post-content h4 a:hover {
    color: #e54747;
}

.post-small .post-content span {
	color: #333333;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
	display: inline-block;
	/* [disabled]margin-top: 5px; */
}

.go-act {
	margin-bottom: 20px;
	width: 100%;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #1F487C;
	padding-top: 20px;
}

.act-btn {
	position: relative;
	min-height: 120px;
	height: 120px;
	background-color: #1F487C;
	width: 100%;
}

.act-btn a.link {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
    line-height: 120px;
    text-align: center;
    color: #fff;
    background: #90be2c;
    font-size: 3em;
}

.act-btn a.link:hover {
    background: #86b229;
}

.act-btn .inner .price {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    line-height: 90px;
    text-align: center;
}

.act-btn .inner .title {
    overflow: hidden;
    margin-left: 150px;

}

.act-btn .inner .title h2 {
    margin-top: 30px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

.act-btn .inner .title span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 240px) {
    .act-btn {
        margin-top: 30px;
    }

    .act-btn .title {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .act-btn {
        margin-top: 30px;
    }

    .act-btn .title {
        display: block;
    }

    .act-btn .title span {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .act-btn {
        margin-top: 0;
    }
}

.ticket-list {
	margin-bottom: 70px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #1F487C;
}

.ticket-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.ticket-item h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ticket-item a.ticket-btn {
    margin-top: 25px;
    background: #9ed034;
    color: #fff;
    padding: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.ticket-item a.ticket-btn:hover {
    background: #90be2c;
}

.partner-list {
	background: #eee;
	margin-bottom: 10px;
}

.client-list {
	margin-bottom: 10px;
	background-image: url(../images/clientBG.jpg);
	background-repeat: repeat;
	margin-top: 10px;
}


.clientsContent{
	background-color: #FFF;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	}






.partner-listAbout {
	margin-bottom: 10px;
}



.partner-lista {
	margin-bottom: 10px;
}



.partner-item {
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-item img {
    display: block;
    margin: 0 auto;
}

.partner-item.last {
    border-right: 1px solid #d4d4d4;
    padding-left: 0;
}

.homeAreaofpractice{
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin-bottom: 10px;
}

.homeAoPTop{
	width: 100%;
	height: 35px;
	font-family: "Arial Narrow", Arial, "Agency FB", sans-serif, "Trajan Pro";
	font-size: 18px;
	color: #29166F;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 15px;
	clear: both;
	margin-right: 100px;
	text-transform: uppercase;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #B70002;
	font-weight: lighter;
	line-height: 22px;
	background-color: #F7F7F7;
	}	
	
.homeAoPBottom{
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;
	font-family: "Roboto Light", "Roboto Thin", sans-serif, serif;
	font-size: 13px;
	height: 100%;
	float: left;
}		
.homeAoPBottomCon{
	height: 240px;
	float: left;
	margin-right: 10px;
	font-family: "Roboto Light", "Roboto Thin", sans-serif, serif;
	font-size: 13px;
	background-color: #1F487E;
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 530px;
	color: #FFF;
}

.lion{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1F487C;
	list-style-position: inside;
	list-style-image: url(../images/list_style.jpg);
	float: left;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	clear: both;
	width: 500px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	height: 40px;
	list-style-type: square;
	margin-bottom: 5px;
	}
	
.lion:hover{
	color: #1F4979;
	background-color: #FFFFFF;
	font-size: 14px;
	list-style-position: inside;
	list-style-image: url(../images/list_styleOver.jpg);
	float: left;
	clear: both;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	width: 500px;
	line-height: 20px;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
}
	


@media screen and (min-width: 240px) {
    .partner-item {
        border-left: 0;
    }

    .partner-item.last {
        border-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .partner-item {
        border-left: 1px solid #d4d4d4;
    }

    .partner-item.last {
        border-right: 1px solid #d4d4d4;
    }
}

.contact-page {
    margin: 80px 0;
}

.contact-infos {
    margin-top: 40px;
    display: block;
}

.contact-infos ul li {
    line-height: 24px;
}

.first-map {
	height: 120px;
	/* [disabled]background-color: #1F487C; */
	width: 100%;
}

.map-holder {
	height: 360px;
	font-size: 18px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	color: #FFF;
	background-color: #1F487C;
	padding-top: 15px;
	padding-left: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	background-image: url(../images/contactbg.png);
}

.submit-holder {
	height: 390px;
	font-size: 18px;
	font-family: "Terminal Dosis", "Arial Narrow", sans-serif;
	color: #FFF;
	background-color: #1F487C;
	padding-top: 15px;
	padding-left: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	
}


.map-wrapper {
    margin-bottom: 30px;
}

.resume-holder {
	height: 360px;
	font-size: 18px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #FFF;
	background-color: #1F487C;
	padding-top: 15px;
	padding-left: 15px;
	line-height: 25px;
	background-image: url(../images/resumebg.png);
	background-repeat: no-repeat;
}

.map-wrapper {
    margin-bottom: 30px;
}




input,textarea {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

div.contact-form input,div.contact-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

div.contact-form textarea {
    min-height: 140px;
}

div.contact-form input.mainBtn {
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #1F487C;
}

.site-footer {
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #1F487C;
	height: 100px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
}

.tabAreaContainer{
	background-color: #FFFFFF;	
	
	
	
	}

.copyright {
    margin-top: 15px;
    text-align: center;
}

.footer{
	line-height: 25px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 3px;
	text-align: left;
	}



.social-icons {
	margin-top: 10px;
	text-align: right;
}

.social-icons li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}

.social-icons li a {
	width: 36px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
}

.social-icons li a:hover {
	color: #1F487C;
	background-color: #FFFFFF;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }

    .social-icons {
	text-align: center;
	margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }

    .social-icons {
        text-align: right;
        margin-top: 0;
    }
}
