@charset "utf-8";
/* CSS Document */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
body, html {
    width: 100%;
    height: 100%;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1170b2;
}
a:active {
	text-decoration: none;
}

header {
    width: 100%;
	border-bottom:solid 1px #ddd;
}
.logo {
    float: left;
    margin:  10px 0 10px 20px;
	width:50px;
}
.extenso {
    float: left;
    margin:  30px 0 0 10px;
	width:140px;
}
.logo img {
	width:100%;
}
.extenso img {
	width:100%;
}

.globe {
	float:right;	
}

nav {
    float: left;
    margin:  40px 20px 0 20px;
}
nav ul {
    width: auto;
}
nav ul li {
    list-style: none;
    float: left;
}
nav ul li a {
    font-size: 16px;
    padding:  14px;
    display: block;
}
nav ul li a:hover {
	color:#f04593;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	position:absolute;
	width:160px;
	background-color:#fff;
	z-index:999;
	padding:6px;
	box-shadow: 0 1px 2px #ccc;
}
nav ul ul li {
	float:none;
}
nav ul ul li a {
    font-size: 14px;
    padding:  10px;
}
nav ul ul li a:hover {
	background-color:#f9f9f9;
}
.social {
    float: right;
    margin:  40px 20px 0 20px;
}
.social ul {
    width: auto;
}
.social ul li {
    list-style: none;
    float: left;
}
.social ul li a {
    font-size: 16px 0 0 0px;
    padding:  14px;
    display: block;
    font-size: 16px;
}
.social ul li span {
    font-size: 16px 0 0 0px;
    padding:  14px;
    display: block;
    font-size: 16px;
}
.activelink {
	color: #1170b2;
}

.blink {
    padding:  5px 20px 6px 20px;
    background-color: #372277;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
}
:hover.blink {
    background-color: #1170b2;
    color: #fff;
}
.slide_content {
	float:left;
	margin: 40px 0 0 40px;
	width:40%;
}
.slide_content h2 {
	font-weight:100;
	font-size:50px;
	letter-spacing:-1px;
	color:#666;
	margin: 25px 0 15px 0px; 
}
.slide_content p {
	font-size:18px;
	color:#999;
	margin: 0 0 20px 0px;
	line-height:25px; 
}
.error {
	font-size:12px;
	color:#F00;
}
.object {
	float:right;
	margin: 40px 40px 0 0px;
	width:40%;
	text-align:center;
}
.object img {
	opacity: 0.5;
	width:90%;
}
#top_screen {
	width:100%;
    height: 50%;
}
#itop_screen {
	width:100%;
    height: 13%;
}
#ipagecontent {
    width: 100%;
    min-height: 82%;
}
.colm2 {
	float:left;
	width:50%;
}
.formprop {
	width:100%;
}
.formprop input[type="text"], input[type="email"] {
	padding:10px;
	border-radius: 4px;
	border:solid 1px #ccc;
	background-color:#fff;
	margin: -4px 0 8px 0px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop input[type="text"]:focus, input[type="email"]:focus {
	border:solid 1px #ccc;
	background-color:#f9f9f9;

}
.formprop input[type="submit"] {
	padding:7px 28px;
	border-radius: 4px;
	border:solid 1px #1e572b;
	background-color:#1e572b;
	color:#fff;
	margin: 4px 0 8px 0px;
	text-transform:uppercase;
	cursor:pointer;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop input[type="submit"]:hover {
	border:solid 1px #941d1c;
	background-color:#941d1c;
	color:#fff;
}
.formprop textarea {
	padding:10px;
	border-radius: 4px;
	border:solid 1px #ccc;
	font-size:14px;
	background-color:#fff;
	margin: -4px 0 8px 0px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop textarea:focus {
	border:solid 1px #ccc;
	background-color:#f9f9f9;
}
.formprop hr {
	border:solid 1px #eee;
	margin: 12px 0 0 0px;
}
.leftf {
	float:left;
	width:49.5%;
}
.rightf {
	float:right;
	width:49.5%;
}
.content {
	max-width:1200px;
    width: 95%;
    margin: auto;
    padding:  20px 0 0 0px;
}
.content h2 {
    font-size: 40px;
    margin:  0px 0 20px 0px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    color: #999;
}
.content h3 {
    font-size: 25px;
    margin:  0px 0 10px 0px;
    font-family: 'Raleway', sans-serif;
    color: #000;
	font-weight: 100;
	line-height:26px;
}
.content h4 {
    font-size: 20px;
    margin:  0px 0 10px 0px;
    color: #333;
	line-height:26px;
}
.content ul {
	margin: 0 0 30px 20px;
}
.content ul li {
	list-style:disc;
	color: #666;
	margin: 10px 0 10px 0px;
	font-size:16px;
}
.content p {
    line-height: 22px;
    color: #666;
    margin:  0 0 10px 0px;
}
#whatwedo {
	width:100%;
	height:45%;
	background-color:#eee;
}
#whatwedo ul {
	width:auto;
}
#whatwedo ul li {
	list-style:none;
	float:left;
	width:25%;
}
#whatwedo ul li img {
	width:100%;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;	
}
#whatwedo ul li img:hover {
    opacity: 0.5;
}
#whatwedo ul li h3 {
	margin: 10px 0 0 10px;
	font-weight:100;
	font-size:18px;
}
#whatwedo ul li p {
	margin: 10px 0 5px 10px;
	font-size:13px;
	line-height:16px;
	color:#666;
}
.split {
	clear:both;	
}
.more {
	margin: 20px 0 0 10px;	
}
.more a {
	text-transform:uppercase;
	border:solid 1px #ccc;
	padding: 7px 14px 7px 14px;
	font-size:12px;
}
.linknew {
	padding: 7px 14px 7px 15px;
	background-color:#f04593;
	color:#fff;
	text-transform: uppercase;
}
:hover.linknew {
	background-color:#666;
	color:#fff;
}
.fade {
    opacity: 0.5;
}
.yellow {
    color: #b2c425 !important;
}
.green {
    color: #1d5b2d !important;
}
.pink {
    color: #f04593;
}
.leftpanel {
    width: 70%;
    float: left;
}
.blog_content {
    width: 100%;
}
.blog_content ul {
    width: auto;
    overflow: hidden;
}
.blog_content ul li {
    list-style: none;
    border-bottom: solid 1px #ddd;
    padding: 0px;
    margin-bottom: 25px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}
.blog_content ul li h3 {
    font-size: 22px;
    font-weight: 100;
    color: #b36bd1;
    margin:  10px 0 5px 0px;
}
.blog_content ul li h4 {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    margin:  0px 0 8px 0px;
    letter-spacing: 3px;
	text-align:left;
}
.blog_content ul li p {
    color: #666;
    margin:  0px 0 15px 0px;
    line-height: 22px;
}
.blog_content ul li img {
    width: 100%;
}

.stext {
	font-size:14px !important;
	line-height:20px;
}

.iblog_content {
    width: 100%;
    margin-bottom: 30px;
}
.iblog_content ul {
    width: auto;

}
.iblog_content ul li {
    list-style: none;
    border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
    width: 100%;
    padding:  0 0 20px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}


.iblog_content ul li h3 {
    font-size: 22px;
    font-weight: 100;
    color: #b36bd1;
    margin:  10px 0 5px 0px;
}
.iblog_content ul li h4 {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    margin:  0px 0 8px 0px;
    letter-spacing: 3px;
	text-align:left;
}
.iblog_content ul li p {
    color: #666;
    margin:  0px 0 15px 0px;
    line-height: 22px;
}
.iblog_content ul li img {
    width: 100%;
}

.headbar {
	width:100%;
}
.headbar img {
	width:100%;
}
.vidprop {
    width: 100%;
    height: 300px;
}
.right_panel {
    width: 27%;
    float: right;
}
.blog_nav {
    width: 100%;
}
.blog_nav h3 {
    font-size: 25px;
    font-weight: 100;
    margin:  20px 0 10px 0px;
}
.blog_nav ul {
    width: auto;
}
.blog_nav ul li {
    list-style: none !important;
}
.blog_nav ul li a {
    font-size:  17px;
    padding:  10px 0 6px 0px;
    border-bottom: solid 1px #ddd;
    display: block;
}
.blog_nav ul li a:hover {
    border-bottom: solid 1px #ccc;
    text-decoration: none;
}
.blinknew {
	width:auto;	
}
.blinknew a {
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	text-transform:uppercase;
	border:solid 1px #ddd;
	padding: 8px 15px 8px 15px;
	background-color:#f9f9f9;
}
.blinknew a:hover {
	color:#fff;
	border:solid 1px #ddd;
	background-color:#666;
	text-decoration:none;
}
.boxhighlight {
	padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%;
	text-align:center;
	background-color:#f1f1f1;
	box-shadow: 0 1px 3px #999;
	color:#ccc;
	font-size:25px;
}
.boxhighlight p {
	font-size:18px;
	color:#333;
	margin: 15px 0 15px 0px;
}
.boxhighlight p span {
	color:#ed2a2a;
}
.boxhighlight p a {
	color:#000;
	border:solid 1px #ddd;
	padding: 8px 30px 10px 30px;
	font-size:16px;
	text-transform:uppercase;
	background-color:#fff;
}
.boxhighlight p a:hover {
	color:#333;
	border:solid 1px #ccc;
}
footer {
	width:100%;
	height: 5%;
	background-color:#333;
}
.copyright {
	float:left;
	color:#999;
	margin: 14px 0 0 10px;
	font-size:13px;	
}

@media (max-width: 1366px) {
#whatwedo ul li h3 {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0 0 10px;
}
.more {
	margin: 12px 0 0 10px;	
}
.more a {
	text-transform:uppercase;
	border:solid 1px #ccc;
	padding: 4px 14px 4px 14px;
	font-size:11px;
}
}
@media (max-width: 1280px) {
nav ul li a {
    font-size: 16px 0 0 0px;
    padding:  14px 10px 14px 10px;
    display: block;
    font-size: 16px;
}
.social ul li a {
    font-size: 16px 0 0 0px;
    padding:  14px 10px 14px 10px;
    display: block;
    font-size: 16px;
}
#whatwedo ul li h3 {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0 0 10px;
}
.more {
	margin: 12px 0 0 10px;
    display: none;
}
.more a {
	text-transform:uppercase;
	border:solid 1px #ccc;
	padding: 4px 14px 4px 14px;
	font-size:11px;
}
.copyright {
	float:left;
	color:#9988cd;
	margin: 10px 0 0 10px;
	font-size:12px;	
}
}
img.call {
    width: 42%;
}
.imaespart {
    width: 100%;
    text-align: center!important;
}