@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'droid_sansregular', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #444444;
    min-height: 100%;
}

img {
    outline: none;
}

a {
    text-decoration: underline;
    outline: none;
    color: #262858;
}

a:hover,
a:focus,
a:active {
    outline: none;
    color: #990000;
    text-decoration: none;
}

p {
    margin: 10px 0;
    word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'robotoregular', Arial, sans-serif;
    margin: 20px 0;
    word-wrap: break-word;
}

h1 {
    font-size: 30px; 
} 

h2 { 
    font-size: 28px;
} 

h3 { 
    font-size: 26px;
} 

h4 { 
    font-size: 24px
} 

h5 { 
    font-size: 22px
} 

h6 {
    font-size: 20px;
}

img {
    outline: none;
    border: 0;
}

ul, 
ol {  
    list-style: none;
}

ul.list-bullets {
    padding: 0 15px;
}

ul.list-bullets li:before {
    content: "";
    border-color: transparent #444444;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: 13px;
    position: relative;
	
	margin: 2px 0;
    word-wrap: break-word;
    /*
    content: "\2023";
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    left: -20px;
    top: 1px;
    */
}

/*================*/
/*==== Align ====*/
/*================*/

.center {
    margin: 0 auto;
}

.clear {
	clear: both;
}

.vTop {
    vertical-align: top;
}

.vBottom {
    vertical-align: bottom;
}

.vMiddle {
    vertical-align: middle;
}

/*================*/
/*===== Text =====*/
/*================*/


.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-bold {
    font-weight: bold;
}

.txt-underline,
a.txt-underline {
    text-decoration: underline;
}

.txt-underline-none,
a.txt-underline-none {
    text-decoration: none;
}

.txt-blue {
    color: #262858 !important;
}

.txt-white {
    color: #FFFFFF !important;
}

.txt-green {
    color: #035a43 !important;
}

.txt-red {
    color: #990000 !important;
}

.txt-reset {
	font-family: 'droid_sansregular', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #444444;
}

/* ======================= */
/* ======= Margins ======= */
/* ======================= */

.topSpace {
	margin-top: 10px;
}
.rightSpace {
	margin-right: 10px;
}
.leftSpace {
	margin-left: 10px;
}
.bottomSpace {
	margin-bottom: 10px;
}

.topMediumSpace {
    margin-top: 20px;
}
.rightMediumSpace {
    margin-right: 20px;
}
.leftMediumSpace {
    margin-left: 20px;
}
.bottomMediumSpace {
    margin-bottom: 20px;
}

.topBigSpace {
    margin-top: 30px;
}
.rightBigSpace {
    margin-right: 30px;
}
.leftBigSpace {
    margin-left: 30px;
}
.bottomBigSpace {
    margin-bottom: 30px;
}

.noSpace {
    margin: 0;
}
.noTopSpace {
	margin-top: 0;
}
.noRightSpace {
	margin-right: 0;
}
.noBottomSpace {
	margin-bottom: 0;
}
.noLeftSpace {
	margin-left: 0;
}

/* ======================== */
/* ======= Paddings ======= */
/* ======================== */

.topPad {
    padding-top: 10px;
}

.rightPad {
    padding-right: 10px;
}

.bottomPad {
    padding-bottom: 10px;
}

.leftPad {
    padding-left: 10px;
}

.noPadding {
    padding: 0 !important;
}
.noTopPadding {
	padding-top: 0;
}
.noRightPadding {
	padding-right: 0;
}
.noBottomPadding {
	padding-bottom: 0;
}
.noLeftPadding {
	padding-left: 0;
}

/*=======================*/
/*======= Display =======*/
/*=======================*/

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.display-none {
	display: none;
}

.display-table {
	display: table;
}

/*=======================*/
/*======= Borders =======*/
/*=======================*/

.borderRedTop {
    border-top: 1px solid #990000;
}

.borderRedBottom {
    border-bottom: 1px solid #990000;
}

.borderGrayTop {
    border-top: 10px solid #dedede;
}

.borderGrayBottom {
    border-bottom: 10px solid #dedede;
}

.imgBorder {
    padding: 5px;
    border: 1px solid #EEEEEE;
}

/*=======================*/
/*===== Backgrounds =====*/
/*=======================*/

.bgBlue {
    background: #262858;
}

.bgRed {
    background: #990000;
}

.bgBlack {
    background: #282828;
}

.bgGreen {
    background: #035A43;
}

.bgLightGray {
    background: #f4f4f4;
}


/*===============================*/
/*======= Bootstrap theme =======*/
/*===============================*/

.table tr:first-child td,
.table tr:first-child th {
	border-top: 0;
}
.table > thead > tr > th {
	border-bottom: 3px solid #dddddd;
}
.table.no-borders td,
.table.no-borders th {
	border: 0;
}


.btn {
    padding: 10px 30px;
	border-radius: 0;
}

.btn-success {
    background-color: #262858;
    border: 1px solid #262858;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #545069;
    border: 1px solid #262858;
}

.panel  {
	border-radius: 0;
}
.panel-heading   {
	border-radius: 0;
}
.panel-danger > .panel-heading {
	color: #990000;
}

.dl-horizontal dd,
.dl-horizontal dt {
	margin-bottom: 4px;
}

.tooltip.in {
    min-width: 110px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.tooltip-inner {
    background-color: #262858;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #262858 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #262858 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #262858 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #262858 !important;
    border-width: 0 6px 5px !important;
}

/*=======================*/
/*======= Content =======*/
/*=======================*/

.content {
    min-height: 600px;
}

.container {
    padding: 0;
}

/*===== Header =====*/

.header .topHeader {
    padding: 0 0 20px 0;
    position: relative;
}


/*--- Ticker ---*/

.ticker {
    position: relative;
    margin-bottom: 20px;
}

.ticker .carousel-inner > .item {
    width: 100%;
    height: auto;
    padding: 0 15px;
}

.ticker .carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    /* color: #444444; */
    -webkit-text-shadow: none;
       -moz-text-shadow: none;
            text-shadow: none;
}

/*--- End Ticker ---*/

/*--- Logo ---*/

.logo {
    float: left;
    padding: 0;
    width: 10%;
}

/*--- End Logo ---*/

/*--- Slogan ---*/

.slogan {
    float: left;
    width: 48%;
}

.slogan h1 {
    font-size: 22px;
    margin: 0px 0 10px;
}

.slogan p {
    margin: 0;
}

/*--- End Slogan ---*/

/*--- Social Icons ---*/

.socialIcons {
    float: right;
}

.socialIcons.topIcons {
    width: 34%;
    padding: 0px 15px;
}

.socialIcons .socialBox {
    float: right;
}

.socialIcons a {
	text-decoration: none;
}
.socialIcons a.iconBg {
    display: block;
    float: left;
    background: #acacac;
    width: 30px;
    height: 30px;
    padding: 6px 8px;
    text-align: center;
    margin-right: 15px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    
    -webkit-transition: all 250ms ease-out 0s;
       -moz-transition: all 250ms ease-out 0s;
            transition: all 250ms ease-out 0s;
}

.socialIcons a.iconBg.last {
    margin-right: 0;
}

.socialIcons a.groinPane {
	background: #898989;
}

.socialIcons a.herniorrhaphy {
	background: #5E5E5E;
}

.socialIcons a.youTube {
	background: #CC181E;
}

.socialIcons a.posters {
	background: #262858;
}

.socialIcons a.pinkBra {
	background: #F16994;
}

.socialIcons a i {
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: middle;
}

.socialIcons a.iconBg:hover,
.socialIcons a.iconBg:focus {
    background: #262858;
}

/*--- End Social Icons ---*/

/*--- Top Links ---*/

.topLinksBox {
    float: left;
    width: 100%;
}

.topLinksBox .linksBox {
    float: right;
}

.topLinksBox .linksBox a {
    margin-right: 25px;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
    background: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.topLinksBox .linksBox a.last {
    margin-right: 0;
}

.topLinksBox .linksBox a.active,
.topLinksBox .linksBox a.active:hover,
.topLinksBox .linksBox a:hover {
    background: transparent;
    color: #990000;
    text-decoration: none;
}

/*--- End Top Links ---*/

/*--- Portrait ---*/

.portraitBox {
    position: relative;
    float: right;
    width: 12%;
    text-align: center;
}

.portraitBox img {
    margin: 0 auto;
    float: none;
    border: 2px solid #990000;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*--- End Portrait ---*/

/*--- Navigation Menu ---*/

.navMenu {
    background: #282828;
	width: 100%;
	top: 0;
	z-index: 999999;
}

.navMenu .navbar {
    background-color: transparent;
    border: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.navMenu .navbar .navbar-header {
    padding: 0;
}

.navMenu .navbar-nav {
    float: left;
    width: 100%;
}

.navMenu .navbar-nav > li.mobile {
    display: none;
}

.navMenu .navbar-nav > li a,
.navMenu .navbar-nav > li:focus a,
.navMenu .navbar-nav > li:active a {
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 13px;
    -webkit-transition: all 250ms ease-out 0s;
       -moz-transition: all 250ms ease-out 0s;
            transition: all 250ms ease-out 0s;
}

.navMenu .navbar-nav > li.active a,
.navMenu .navbar-nav > li.active a:focus,
.navMenu .navbar-nav > li.active a:hover,
.navMenu .navbar-nav > li:hover a,
.navMenu .navbar-nav > li:focus a {
    background-color: #3e3e3e;
    color: #FFFFFF;
}

.navMenu .dropdown .dropdown-menu li a:hover,
.navMenu .dropdown .dropdown-menu li a:focus{
    background-color: #E5E5E5 !important;
    color: #000000 !important;
}

.navMenu li.dropdown:hover > ul.dropdown-menu {
	display:block;
}

.dropdown-submenu{
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
}
.dropdown-submenu:hover > .dropdown-menu{
	display:block;
}
.dropdown-submenu > a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:4px 0 4px 5px;
	border-left-color:#cccccc;
	margin-top:6px;
	margin-right:-10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
	float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left:10px;
}


/* Sticky menu */
.top-menu-padding {
    padding-top:40px;
}
.sticky-top {
    position:fixed;
    top:0;
}

.anchor-target {
    position: relative;
    top: -60px;
}


/*--- End Navigation Menu ---*/

/*=== end Header ===*/

/*=== Slider ===*/

/*--- Top Slider ---*/

.sliderBox,
.sliderBox .slider,
.sliderBox .slider .slideItem {
    height: 400px;
}

.sliderBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #990000;
    z-index: 0;
}

.sliderBox .bx-wrapper {
    position: relative;
}

.sliderBox .slider .slideItem img {
    width: 100%;
}

.sliderBox .captionsBox {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
}

.sliderBox .captionsBox.gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-8 */
}

.sliderBox .captionsBox p {
    color: #262858;
    font-size: 18px;
    float: none;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.sliderBox .captionsBox .sliderCaption {
    display: none;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.sliderBox .captionsBox .sliderCaption.active {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: none;
    width: 100%;
    height: 70px;
}

.sliderBox .captionsBox .sliderCaption.active:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sliderBox .sliderPager {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 1;
}

.sliderBox .sliderPager .bx-pager {
    float: right;
    padding: 25px 50px 0 15px;
}

.sliderBox .sliderPager .bx-pager-item {
    float: left;
    display: block;
    margin-right: 10px;
}

.sliderBox .sliderPager .bx-pager-item a {
    display: block;
    background: #262858;
    width: 12px;
    height: 12px;
    text-indent: 9999px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.sliderBox .sliderPager .bx-pager-item a.active {
    background: #990000;
}

/*--- End Top Slider ---*/

/*--- Team Slider ---*/

.teamSliderBox {
    overflow: hidden !important;
    position: relative;
    padding: 0;
}

.teamSliderBox .bx-wrapper {
    max-width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0 40px;
}

.teamSliderBox .bx-wrapper .bx-viewport {
    float: left;
    overflow: hidden !important;
}
    
.teamSliderBox .memberBox .imgBox {
    max-width: 100%;
}

.teamSliderBox .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 25%;
    background-position: center;
    background-repeat: no-repeat;
}

.teamSliderBox .bx-controls-direction a.bx-prev {
    left: 20px;
    text-indent: 9999px;
    background-image: url('../img/prev_icon.png');
}

.teamSliderBox .bx-controls-direction a.bx-next {
    right: 20px;
    text-indent: -9999px;
    background-image: url('../img/next_icon.png');
}

.teamSliderBox .bx-controls-direction a.bx-prev:hover {
    background-image: url('../img/prev_icon_hover.png');
}

.teamSliderBox .bx-controls-direction a.bx-next:hover {
    background-image: url('../img/next_icon_hover.png');
}

/*--- End Team Slider ---*/

/*--- Testimonials Slider ---*/
.testimonialsSliderBox {
    overflow: hidden !important;
    position: relative;
    padding: 0;
}

.testimonialsSliderBox .bx-wrapper {
    max-width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0 40px;
}

.testimonialsSliderBox .bx-wrapper .bx-viewport {
    float: left;
    overflow: hidden !important;
}
    
.testimonialsSliderBox .memberBox .imgBox {
    max-width: 100%;
}

.testimonialsSliderBox .bx-controls-direction a {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonialsSliderBox .bx-controls-direction a.bx-prev {
    left: 20px;
    text-indent: 9999px;
    background-image: url('../img/prev_icon.png');
}

.testimonialsSliderBox .bx-controls-direction a.bx-next {
    right: 20px;
    text-indent: -9999px;
    background-image: url('../img/next_icon.png');
}

.testimonialsSliderBox .bx-controls-direction a.bx-prev:hover {
    background-image: url('../img/prev_icon_hover.png');
}

.testimonialsSliderBox .bx-controls-direction a.bx-next:hover {
    background-image: url('../img/next_icon_hover.png');
}

.testimonialsSliderBox .sliderPager {
	display: table;
	margin: 0px auto;
    /* height: 50px; */
    bottom: 0;
    right: 0;
    z-index: 1;
}

.testimonialsSliderBox .sliderPager .bx-pager {
    /* padding: 25px 50px 0 15px; */
    padding: 0;
}

.testimonialsSliderBox .sliderPager .bx-pager-item {
    float: left;
    display: block;
    margin-right: 10px;
}

.testimonialsSliderBox .sliderPager .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
}

.testimonialsSliderBox .sliderPager .bx-pager-item a.active {
	color: #990000;
}
.testimonialsSliderBox .iconBox img {
	width: 95%;
}

/*--- End Testimonials Slider ---*/

/*=== end Slider ===*/

/*--- Heading Box ---*/

.headingBox {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0;
}

.headingBox h1 {
    margin: 5px 0;
}

.headingBox h2 {
    font-size: 20px;
    margin: 5px auto;
    float: none;
}

/*--- End Heading Box ---*/

/*--- Content Box --- */

/*--- overwrite modal boostrap ---*/

.modal {
    bottom: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
	z-index: 1000000;
}

.modal-dialog {
    float: none;
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 0;
    -webkit-transform: none !important;
       -moz-transform: none !important;
            transform: none !important;
    -webkit-transition: none 0s ease 0s !important;
       -moz-transition: none 0s ease 0s !important;
            transition: none 0s ease 0s !important;
}

.modal-dialog:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-content {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 60%;
    vertical-align: middle;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.modal-content .modal-header {
    padding: 5px 10px 0 10px;
    border: 0;
}

.modal-content .modal-header .close {
    margin-top: 0;
    font-size: 250%;
}

.modal-content .modal-body {
    padding: 10px;
}

.modal-backdrop {
	z-index: 999999;
}

/*--- end overwrite modal boostrap ---*/

.procedureBox a img,
.procedureBox a span,
.memberBox .imgBox,
.memberBox .imgBox img,
.formBox .imgBox .hoverBox,
.thumbContainer .imgBox .hoverBox {
    -webkit-transition: all 250ms ease-out 0s;
       -moz-transition: all 250ms ease-out 0s;
            transition: all 250ms ease-out 0s;
}

.contentBox {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0;
}

.iconBox {
    padding: 10px 0;
    vertical-align: top;
}

.iconBox a {
    display: inline-block;
    vertical-align: top;
}

.iconBox img {
    float: none;
    margin: 0 auto;
}

.iconBox span,
.iconBox p {
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #282828;
}

.lastIconsRow .iconBox {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.procedureBox a:hover img {
    -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
        -ms-transform: scale(1.2,1.2); /* IE 9 */
            transform: scale(1.2,1.2);
}

.procedureBox a:hover span {
    color: #990000 !important;
}

.procedureContentBox img {
	/*border: 2px solid #333;
	border-radius: 25px;*/
	border: 1px solid #EEEEEE;
    padding: 5px;
	margin-left: 10px;
}
.procedureContentBox h2 {
	color: #990000;
}

.memberBox {
    min-height: 260px;
    padding-left: 15px;
    padding-right: 15px;
}

.memberBox .memberName {
    font-family: 'robotoregular', Arial, sans-serif;
    display: block;
}

.memberBox img,
.memberBox .imgBox {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.memberBox .imgBox {
    display: inline-block;
    overflow: hidden;
    border: 5px solid transparent;
}

.memberBox:hover .imgBox {
    border: 5px solid #990000;
}

.memberBox:hover .memberName {
    color: #990000 !important;
}

.formBox {
    min-height: 275px;
    padding: 0 30px;
}

.thumbContainer {
    padding: 0 30px;
}

.formBox a,
.thumbContainer a {
    text-decoration: none;
}

.formBox .imgBox,
.thumbContainer .imgBox {
    position: relative;
    display: block;
    border: 3px solid #DEDEDE;
}

.thumbContainer .imgBox {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}

.thumbContainer .imgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
}

.formBox .imgBox .hoverBox,
.thumbContainer .imgBox .hoverBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(222,222,222,0.85) 0%, rgba(222,222,222,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,0.85)), color-stop(100%,rgba(222,222,222,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(222,222,222,0.85) 0%,rgba(222,222,222,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(222,222,222,0.85) 0%,rgba(222,222,222,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(222,222,222,0.85) 0%,rgba(222,222,222,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(222,222,222,0.85) 0%,rgba(222,222,222,0.85) 100%); /* W3C */
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.formBox .imgBox .hoverBox .hoverImgBox,
.thumbContainer .imgBox .hoverBox .hoverImgBox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.formBox .imgBox .hoverBox .hoverImgBox:before,
.thumbContainer .imgBox .hoverBox .hoverImgBox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.formBox .imgBox .hoverBox i,
.thumbContainer .imgBox .hoverBox i {
    width: auto;
    float: none;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 45px;
    color: #990000;
    text-align: center;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.formBox a:hover .imgBox,
.thumbContainer a:hover .imgBox {
    border: 3px solid #990000;
}

.formBox a:hover .imgBox .hoverBox,
.thumbContainer a:hover .imgBox .hoverBox {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dedede', endColorstr='#d9dedede', GradientType=0); /* IE6-8 */
}

.formBox a:hover .imgBox .hoverBox i,
.thumbContainer a:hover .imgBox .hoverBox i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.contactPage .alert {
    margin: 0 15px;
}

.tabsBox .nav-tabs,
.contactFormBox .nav-tabs {
    margin: 15px;
}

.tabsBox .nav-tabs li,
.contactFormBox .nav-tabs li {
    margin-right: 3px;
}

.tabsBox .nav-tabs a,
.tabsBox .nav-tabs a:hover,
.tabsBox .nav-tabs a:focus,
.contactFormBox .nav-tabs a,
.contactFormBox .nav-tabs a:hover,
.contactFormBox .nav-tabs a:focus {
    width: 100%;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #DEDEDE #DEDEDE transparent #DEDEDE;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.tabsBox .nav-tabs .active a,
.tabsBox .nav-tabs .active a:hover,
.tabsBox .nav-tabs .active a:focus,
.contactFormBox .nav-tabs .active a,
.contactFormBox .nav-tabs .active a:hover,
.contactFormBox .nav-tabs .active a:focus {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #262858;
    background: #262858;
    color: #FFFFFF;
}

.circleIcon,
.contactInfoBox span {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 18px;
    background: #262858;
    color: #FFFFFF;
    padding: 9px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.contactInfoBox .contactInfoModules {
    margin-top: 49px;
}

.officeLocationsBox .tab-content .tab-pane .imgBox {
    padding-left: 0px;
    padding-right: 15px;
}


/* Medical > Surgical Videos */
.player-container {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.playlist-container .btn-choose-video.active {
	color: #990000;
    outline: medium none;
    text-decoration: none;
	cursor: default;
}
.playlist-container .panel-body {
	height: 0;
    padding-bottom: 118%;
    padding-top: 25px;
    position: relative;
}
.playlist-container ul {
	height: 100%;
    left: 6px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
/* END Medical > Surgical Videos */

/* Dr. Ferzli > About Dr. Ferzli */

.interviewBox {
    display: none;
}

.interviewBox .videoBox {
    padding-left: 0;
}

/* END Dr. Ferzli > About Dr. Ferzli */

/*--- End Content Box ---*/

/*=== Footer ===*/

.footerModules {
    display: block;
    float: left;
    width: 100%;
    padding: 35px 0;
}

.footerModules ul {
    padding: 0 20px;
}

.footerModules ul li:before {
    content: "";
    border-color: transparent #FFFFFF;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    display: block;
    height: 0;
    width: 0;
    left: -20px;
    top: 12px;
    position: relative;
    /*
    content: "\2023";
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    left: -20px;
    top: 1px;
    */
}

.footerModules ul li a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-out 0s;
       -moz-transition: all 250ms ease-out 0s;
            transition: all 250ms ease-out 0s;
}

.footerModules ul li a:hover,
.footerModules ul li a:focus {
    color: #ACACAC !important;
}

.footerCopy {
    display: block;
    float: left;
    width: 100%;
    min-height: 100px;
}

.footerCopy p {
    font-size: 11px;
}

.footerCopy .socialIcons {
    padding-top: 10px;
}

/*=== End Footer ===*/




/*==================*/
/*===== @media =====*/
/*==================*/

/*=== extra small devices (phones) ===*/
@media (max-width: 767px) {

    h1 {
        font-size: 24px; 
    } 

    h2 { 
        font-size: 22px;
    } 

    h3 { 
        font-size: 20px;
    } 

    h4 { 
        font-size: 18px
    } 

    h5 { 
        font-size: 16px
    } 

    h6 {
        font-size: 14px;
    }
    
    /*=== Header ===*/
    
    .header .topHeader {
        padding: 0 0 5% 0;
    }
    
    /*--- Ticker ---*/

    .ticker {
        margin-bottom: 5%;
    }
    
    /*--- End Ticker ---*/
    
    .logo,
    .slogan {
        padding: 0 15px;
    }
    
    /*--- Logo ---*/
    
    .logo {
        width: 25%;
    }
    
    /*--- End Logo ---*/
    
    /*--- Slogan ---*/
    
    .slogan {
        width: 75%;
    }
    
    .slogan h1 {
        font-size: 120%;
    }
    
    .slogan p {
        font-size: 90%;
    }
    
    /*--- End Slogan ---*/
    
    /*--- Social Icons ---*/
    
    .socialIcons.topIcons {
        display: none;
    }
    
    /*--- End Social Icons ---*/
    
    /*--- Portrait ---*/
    
    .portraitBox {
        position: relative;
        width: 100%;
        padding: 0 50px 20px 50px;
        float: left;
    }
    
    /*--- End Portrait ---*/
    
    /*--- Top Links ---*/
    
    .topLinksBox {
        float: right;
        width: 75%;
    }
    
    .topLinksBox .linksBox {
        width: 100%;
    }
    
    .topLinksBox .linksBox a {
        float: left;
    }
    
    /*--- end Top Links ---*/
    
    /*--- Toggle Button ---*/
    
    .header .navMenu .navbar-toggle {
        margin: 10px 15px 10px 0;
        border: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
    
    .header .navMenu .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        width: 30px;
    }
    
    .header .navMenu .navbar-default .navbar-toggle:hover,
    .header .navMenu .navbar-default .navbar-toggle:focus {
        border: 0;
        background-color: transparent;
    }
    
    .header .navMenu .navbar-default .navbar-toggle:hover .icon-bar,
    .header .navMenu .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #FFFFFF;
    }
    
    /*--- end Toggle Button ---*/
    
    /*--- Navigation Menu ---*/
    
    .navMenu #menuLinks {
        padding: 0;
    }
    
    .navMenu .navbar-nav {
        margin: 0;
    }
    
    .navMenu .navbar-nav > li.mobile {
        display: block;
    }
    
    .navMenu .navbar-nav > li a {
        padding: 14px 30px;
    }
    
    .navMenu .navbar-nav > li.dropdown > a > .caret {
        float: right;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-top: 8px solid;
    }
    
    .navbar-nav > li > .dropdown-menu {
        width: 100%;
        position: relative;
        float: none;
    }
    
    .navbar-nav > li > .dropdown-menu > li > a {
        padding: 14px 47px 14px 55px;
    }
    
    .navbar-nav > li > .dropdown-menu > .dropdown-submenu > a:after {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid;
        margin-right: -12px;
    }
    
    .navbar-nav > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        width: 100%;
        left: 0;
        top: auto;
        margin: 0;
        position: relative;
        float: none;
    }
    
    .navbar-nav > li > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        padding: 14px 47px 14px 80px;
    }
	
	.navMenu li.dropdown:hover > ul.dropdown-menu {
		display: none;
	}
	.dropdown-submenu:hover > .dropdown-menu{
		display: none;
	}
	.navMenu li.dropdown.open > ul.dropdown-menu {
		display: block;
	}
	.dropdown-submenu.open > .dropdown-menu{
		display: block;
	}
    
    /*--- End Navigation Menu ---*/
    
    /*=== end Header ===*/
    
    .content {
        min-height: 1px;
    }
    
    /*=== Slider ===*/
    
    /*--- Top Slider ---*/
    
    .sliderBox,
    .sliderBox .slider,
    .sliderBox .slider .slideItem {
        height: auto;
    }
    
    .sliderBox .captionsBox {
        padding: 1% 0;
    }
    
    .sliderBox .captionsBox p {
        font-size: 75%;
        margin: 0 auto;
    }
    
    .sliderBox .captionsBox .sliderCaption {
        max-height: 45px;
    }
    
    .sliderBox .captionsBox .sliderCaption.active {
        height: 100%;
        max-height: 100%;
    }
    
    .sliderBox .sliderPager .bx-pager {
        padding-top: 3%;
        padding-right: 15px;
    }
    
    .sliderBox .sliderPager .bx-pager-item a {
        width: 5px;
        height: 5px;
    }
    
    /*--- End Top Slider ---*/
    
    /*--- Team Slider ---*/
    
    .teamSliderBox .bx-controls-direction a {
        top: 20%;
    }
    
    .teamSliderBox .memberBox {
        /*max-width: 4.75% !important;*/
        max-width: 6.3% !important;
        padding: 10px;
    }
    
    /*--- End Team Slider ---*/
    
    /*=== end Slider ===*/
    
    /*--- Heading Box ---*/
    
    .headingBox {
        padding: 10px 0;
    }
    
    .headingBox h2 {
        font-size: 14px;
    }
    
    /*--- End Heading Box ---*/
    
    /*--- Content Box ---*/
    
    /*--- overwrite modal boostrap ---*/
    
    .modal-content {
        margin-top: 52px;
        max-width: 85%;
    }
    
    .modal-content .modal-header .close {
        margin-top: 1%;
        font-size: 200%;
    }
    
    /*--- end overwrite modal boostrap ---*/
    
    .lastIconsRow .iconBox {
        float: left;
        min-height: 165px;
    }
    
    .procedureBox a:hover img {
        -webkit-transform: none; /* Chrome, Safari, Opera */
            -ms-transform: none; /* IE 9 */
                transform: none;
    }
    
    .memberBox {
        min-height: 277px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .memberBox img {
        width: auto;
    }
    
    .formBox {
        min-height: 235px;
    }
    
    .formBox .imgBox .hoverBox i,
    .thumbContainer .imgBox .hoverBox i {
        font-size: 250%;
    }
    
    .contactInfoBox .contactInfoModules {
        margin: 0 !important;
    }
    
    .officeLocationsBox .tab-content .tab-pane .imgBox {
        padding: 0;
    }
	
	/* Medical > Surgical Videos */
	.playlist-container .panel-body {
		height: 0;
		padding-bottom: 50%;
		padding-top: 25px;
		position: relative;
	}
	/* END Medical > Surgical Videos */
    
    /* Dr. Ferzli > About Dr. Ferzli */

    .interviewBox .videoBox,
    .interviewBox .playlistBox {
        padding: 0;
    }

    /* END Dr. Ferzli > About Dr. Ferzli */
    
    /*--- End Content Box ---*/
    
    /*=== Footer ===*/
    
    .footerCopy .socialIcons {
        padding: 10px 15px;
    }
    
    .footerCopy .socialIcons .socialBox {
        float: left;
    }
    
    /*=== End Footer ===*/
}

/*=== small devices (tablets) ===*/
@media (min-width: 768px) and (max-width: 991px) {
    
    /*=== Header ===*/
    
    /*--- Logo ---*/
    
    .logo {
        width: 15%;
    }
    
    /*--- End Logo ---*/
    
    /*--- Slogan ---*/
    
    .slogan {
        width: 46%;
    }
    
    /*--- End Slogan ---*/
    
    /*--- Social Icons ---*/
    
    .socialIcons {
        width: 33%;
        padding-top: 47px;
    }
    
    .socialIcons a {
        width: 25px;
        height: 25px;
        padding: 5px 7px;
        margin-right: 5px;
    }
    
    .socialIcons a.last {
        margin-right: 0;
    }
    
    .socialIcons a i {
        font-size: 14px;
    }
    
    .socialIcons.topIcons {
        width: 24%;
    }
    
    /*--- End Social Icons ---*/
    
    /*--- Portrait ---*/
    
    .portraitBox {
        position: relative;
        float: right;
    }
    
    /*--- End Portrait ---*/
    
    /*--- Navigation Menu ---*/
    
    .navMenu .navbar-nav > li > a {
        font-size: 12px !important;
        padding: 1.5rem 1.45rem;
        text-align: center;
    }
    .navMenu.affix .navbar-nav > li > a {
        padding: 1.5rem 1.45rem;
    }
    
    /*--- End Navigation Menu ---*/
    
    /*=== end Header ===*/
    
    /*=== Slider ===*/
    
    /*--- Top Slider ---*/
    
    .sliderBox,
    .sliderBox .slider,
    .sliderBox .slider .slideItem {
        height: auto;
    }
    
    .sliderBox .captionsBox {
        padding: 15px 0;
    }
    
    .sliderBox .captionsBox p {
        font-size: 100%;
        margin: 10px auto;
    }
    
    .sliderBox .captionsBox .sliderCaption {
        max-height: 50px;
    }
    
    .sliderBox .sliderPager .bx-pager {
        padding-right: 4%;
    }
    
    /*--- End Top Slider ---*/
    
    /*--- Team Slider ---*/
    
    .teamSliderBox .memberBox {
        /*max-width: 3.3% !important;*/
        max-width: 6.25% !important;
        padding: 10px;
    }
    
    /*--- End Team Slider ---*/
    
    /*=== end Slider ===*/
    
    /*--- Content Box ---*/
    
    /*--- overwrite modal boostrap ---*/
    
    .modal-content {
        max-width: 85%;
    }
    
    .modal-content .modal-header .close {
        margin-top: 1%;
        font-size: 200%;
    }
    
    /*--- end overwrite modal boostrap ---*/
    
    .lastIconsRow .iconBox {
        padding: 10px;
    }
    
    .procedureBox a:hover img {
        -webkit-transform: none; /* Chrome, Safari, Opera */
            -ms-transform: none; /* IE 9 */
                transform: none;
    }
    
    .memberBox {
        padding-left: 0;
        padding-right: 0;
    }
    
    .memberBox img {
        width: 100%;
    }
    
    .formBox,
    .thumbContainer {
        padding: 0 15px;
    }
    
    .formBox {
        min-height: 215px;
    }
    
    .formBox .imgBox .hoverBox i,
    .thumbContainer .imgBox .hoverBox i {
        font-size: 300%;
    }
    
    /* Dr. Ferzli > About Dr. Ferzli */

    .interviewBox .playlistBox {
        width: 30%;
    }
    
    .interviewBox .playlistBox .playlist-container .panel-body {
        padding-bottom: 144%;
    }

    /* END Dr. Ferzli > About Dr. Ferzli */
    
    /*--- End Content Box ---*/
  
}

@media (min-width: 992px) and (max-width: 1200px) {

    /*=== Header ===*/
    
    /*--- Logo ---*/
    
    .logo {
        width: 12%;
    }
    
    /*--- End Logo ---*/
    
    /*--- Social Icons ---*/
    
    .socialIcons,
    .socialIcons.topIcons {
        width: 26%;
    }
    
    /*--- End Social Icons ---*/
    
    /*--- Portrait ---*/

    .portraitBox {
        width: 14%;
    }
    
    /*--- End Portrait ---*/
    
    /*--- Navigation Menu ---*/
    
    .navMenu .navbar-nav > li > a {
        padding: 2.2rem 2.60rem;
        text-align: center;
    }
    .navMenu.affix .navbar-nav > li > a {
        padding: 1.5rem 2.60rem;
    }
    
    /*--- End Navigation Menu ---*/
    
    /*=== end Header ===*/
    
    /*=== Slider ===*/
    
    /*--- Team Slider ---*/
    
    .memberBox {
        min-height: 277px;
    }
    
    .teamSliderBox .memberBox {
        /*max-width: 1.65% !important;*/
        max-width: 6.35% !important;
        padding: 8px;
    }
    
    .teamSliderBox .bx-controls-direction a.bx-prev {
        left: 15px;
    }
    
    .teamSliderBox .bx-controls-direction a.bx-next {
        right: 15px;
    }
    
    /*--- End Team Slider ---*/
    
    /*=== End Slider ===*/
    
    /* Dr. Ferzli > About Dr. Ferzli */
    
    .interviewBox .playlistBox .playlist-container .panel-body {
        padding-bottom: 123%;
    }

    /* END Dr. Ferzli > About Dr. Ferzli */
}

@media (min-width: 1200px) {
    
    .container {
        width: 1115px;    
    }
    
    /*=== Header ===*/
    
    /*--- Social Icons ---*/
    
    .socialIcons,
    .socialIcons.topIcons {
        width: 30%;
    }
    
    /*--- End Social Icons ---*/
    
    /*--- Portrait ---*/

    .portraitBox {
        width: 12%;
    }
    
    /*--- End Portrait ---*/
    
    /*--- Navigation Menu ---*/
    
    .navMenu .navbar-nav > li > a {
        /* padding: 3.2rem 3.7rem; */
        padding: 2.5em 2.6em;
        text-align: center;
    }
    .navMenu.affix .navbar-nav > li > a {
        /* padding: 1.5rem 3.6rem; */
        padding: 1.5rem 2.6em;
    }
    
    /*--- End Navigation Menu ---*/
    
    /*=== end Header ===*/
    
    /*=== Slider ===*/
    
    /*--- Team Slider ---*/
    
    .teamSliderBox .memberBox {
        /*max-width: 1.65% !important;*/
        max-width: 6.25% !important;
        padding: 10px 15px;
    }
    
    /*--- End Team Slider ---*/
    
    /*=== End Slider ===*/
    
     /* Dr. Ferzli > About Dr. Ferzli */
    
    .interviewBox .playlistBox .playlist-container .panel-body {
        padding-bottom: 122%;
    }

    /* END Dr. Ferzli > About Dr. Ferzli */
}

/*======================*/
/*===== end @media =====*/
/*======================*/